@CHARSET "utf-8";

/****************
**  Common
*****************/

* {
	margin:0;
	padding:0;
	list-style:none outside none;
	}

body {
	font-size: 13px;
	line-height: 170%;
	font-weight: normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	color: #333;
	background: url('/dir/template/header_bg.png') repeat-x;
	}

strong {
	font-weight: bold;
	}

.clear {
clear: both;
}

img {
	border: 0;
	}

input {
	padding: 2px;
	}

	.clearfix{
    zoom: 100%;
	}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



a {
	color: #40587E;
	text-decoration: none;
}a:hover {
	text-decoration: underline;
	}

.success {
	margin: 5px;
	padding: 5px;
	border: dotted 2px blue;
	color: blue;
	}

.error  {
	margin: 5px;
	padding: 5px;
	border: dotted 2px #ED145B;
	color: #ED145B;
	}

h2 {
	font-size: 20px;
	padding: 18px 15px 15px;
background-color: #000;
color: #FFF;
}h2 span, h2 a {
	font-size: 14px;
	margin-left: 5px;
color: #FFF;
	}

h3 {
	font-size: 17px;
	border-top: solid 2px #333;
	background-color: #FFF;
	padding: 10px 8px 0;
}h3 span {
	font-size: 12px;
	margin-left: 5px;
	}




/*
 * Layout
 */

#wrapper {
	width: 760px;
	margin: 0 auto;
	}



/*
 * Header
 */
#header {
	width: 100%;
	height: 47px;
}

#logo {
	float:left;
	margin-top: 5px;
}
#menu {
	float:right;
}

#menu li {
	float: right;
}

#menu a {
	display: block;
	padding: 12px 8px;
	color: #FFF;
	}
#menu #active a {
	background-color: #000;
	}

/*
 * common Contents
 */

.main {
	padding: 10px 15px;
	background-color: #FFF;
	}
.main li {
	list-style-type: disc;
}.main ul {
	margin-top: 10px;
	margin-left: 15px;
}

/*
 * .home Contents
 */
.contents_inner {
	margin-bottom: 10px;
	}

#theme {
	background: url('/dir/template/top_bg.png') 0% 0%;
	width: 760px;
	height: 200px;
}

#inTheme {
	display: none;
	width: 100%;
	background: url('/dir/template/serviceproducts.png') 100% 100%;
	position: relative;
	top: 80px;
	padding-top: 5px;
	padding-bottom: 30px;
	border-top:solid 1px #CDCDCD;
	}
#products_and_services {
	margin-left: 20px;
	}
#products_and_services ul {
	float: left;
	padding-right: 40px;
	}

#middle {
	margin-top: 10px;
}

.home#contents {
	float: left;
	width: 530px;
}

.lower#contents {
	width: 100%;
}


.works_block a.detail {
	float: right;
	margin-top: 5px;
}.works_block img {
	float: right;
	border: solid 2px #CDCDCD;
	margin-left: 15px;
}

.button {
	margin-top: 10px;
	text-align: center;
	}


#side {
	float: right;
	width: 220px;
	text-align: center;
}

#side ul {
	background: #C3CBD8;
	padding: 2px 0;
}

#side li {
	text-align: center;
	margin: 4px 0;
}

#side li img {

	background-color: #FFF;
	}

#side li img {
	border: none;
vertical-align: top;
	}

/*
 * .lower Contents
 */

/*
 * footer
 */
#footer {
	margin-top: 40px;
	text-align: center;
	}

/*
 * tableStyle
 */
table.defaultTable {
	width: 100%;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
}.defaultTable > * {
	font-size: 13px;
}.defaultTable th, .defaultTable td {
	border-left: solid 1px #666;
	border-bottom: solid 1px #666;
	text-align: center;
	padding: 5px 10px;
}.defaultTable th {
	background-color: #CDCDCD;
	font-weight: bold;
}.defaultTable td {
	background-color: #FFF;
	text-align: left;
	}

.formTable {
	width: 100%;
}.formTable th, .formTable td {
	padding: 4px;
	border-bottom: solid 1px #CDCDCD;
}.formTable th {
	text-align: right;
	border-right: solid 1px #CDCDCD;
	}

.nostyleTable, .nostyleTable th, .nostyleTable td {
	border:0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
}.nostyleTable th {
	padding-right: 10px;
	}

/*
 * dlStyle
 */
.defaultDl {
	margin-bottom: -10px;
}.defaultDl dt {
	font-weight: bold;
}.defaultDl dd {
	margin-bottom: 10px;
	padding-left: 10px;
	}

.listType_1 {
	margin-bottom: 5px;
	padding: 5px 15px;
}.listType_1 > * {
	font-size: 13px;
}.listType_1 dd {
	border-bottom: dotted 1px #CDCDCD;
	margin-bottom: 5px;
}

