@charset "utf-8";

body {
margin:0;
padding:0;
color:#313131;
font: 0.8em/1.6em Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
width:100%;
}

h2, h3, h4, h5, h6 { margin:0;padding:0;}
p, dl, dt, dd, ul, ol, li, table, tr, td { margin:0; padding: 0;}

a { text-decoration: none;}
img { border:none;}



/* ////////////////////////////////////////////////////// header
*/

#header01 {
	width:100%;
	background-color:#FFFFFF;
}

#himg01 {
	width:872px;
	margin:0 auto;
}

#header02 {
	width:100%;
	background-color:#2f2f2f;
}

#himg02 {
	width:872px;
	margin:0 auto;
}

#header03 {
	width:100%;
	background-color:#3d3d3d;
}

#himg03 {
	width:872px;
	margin:0 auto;
}

#header04 {
	width:100%;
	background-color:#484848;
}

#himg04 {
	width:872px;
	margin:0 auto;
}

#header05 {
	width:100%;
	background-color:#313131;
}

#himg05 {
	width:872px;
	margin:0 auto;
}


/* ////////////////////////////////////////////////////// contents
*/

#contents {
	width:872px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}


.btn {
	width:402px;
	margin:0 auto;
	padding:20px 0;
}

#title01,#title02,#title03,#title04 {
	width:760px;
	margin:20px auto;
}

.contents_wrap {
	width:760px;
	margin:0 auto;
}

.katsuyo_l {
	width:270px;
	float:left;
	margin-bottom:10px;
}

.katsuyo_r {
	width:480px;
	float:right;
	margin-bottom:10px;
}

.katsuyo_img {
	margin-top:10px;
}

.katsuyo_text {
	padding:15px;
	font-size:16px;
	line-height: 1.6em;
}


.merit_l {
	width:375px;
	float:left;
	margin-bottom:15px;
}

.merit_r {
	width:375px;
	float:right;
}

.merit_box {
	margin-top:10px;
}
.mbox_body {
	background-color: #fff9dd;
	width: 343px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eb6100;
	border-left-color: #eb6100;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size:14px;
	height: 164px;
}

.merit_indent {
	padding-left: 50px;
}

.a {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 15px;
}

.a_img {
	float:left;
	width:61px;
}

.a_box {
	float:right;
	width:685px;
}

.a_box_body {
	background-color:#ffdddd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #df4040;
	border-left-color: #df4040;
	padding: 15px;
}

#company_tbl {
	width:760px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

#company_tbl th {
	background-color: #dcecff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1e2e53;
	width: 170px;
}


#company_tbl td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* ////////////////////////////////////////////////////// universal
*/

.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}
.clear { clear:both; }

