@charset "utf-8";

body {
	margin:0;
	padding:0;
	color:#313131;
	font: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	width:100%;
	background-color: #ffe874;
}

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:#f17209;
}

#himg01 {
	width:872px;
	margin:0 auto;
}

#header02 {
	width:100%;
	background-color:#f4860d;
}

#himg02 {
	width:872px;
	margin:0 auto;
}

#header03 {
	width:100%;
	background-color:#dc6400;
}

#himg03 {
	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:443px;
	margin:0 auto;
	padding:20px 0;
}

#title01,#title02{
	width:760px;
	margin:0px auto;
	padding-top:10px;
}

.contents_wrap {
	width:760px;
	margin:0 auto;
}


.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: 357px;
	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: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-size:14px;
	height: 218px;
}

.sbox_l {
	float: left;
	width: 160px;
}
.sbox_r {
	float: right;
	width: 183px;
	line-height: 1.5em;
}
.sbox {
	background-color: #ffe671;
	font-size: 12px;
	padding: 8px;
	color: #313131;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}

.kochira {
	font-size: 12px;
	padding-left: 8px;
}

.kochira a {
	color: #c41417;
	text-decoration: underline;
}
#shiryo_body {
	background-color: #fff9dd;
	width: 742px;
	height:500px;
	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: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	font-size:14px;

}
#shiryo_left {
	float: left;
	width: 158px;
}
#shiryo_right {
	float: right;
	width: 569px;
}
#shiryo_left_text {
	font-size: 12px;
	background-color: #ffe671;
	padding: 10px;
	width: 118px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
#shiryo_h {
	margin-top: 15px;
}
#catalog {
	background-image: url(images/pdf.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-left: 40px;
	padding-top: 7px;
}

.kochira a:hover {
	color: #c41417;
	text-decoration: none;
}

table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	margin-top: 10px;
}

table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffe8c8;
	width: 175px;
}

table td{
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-left: 15px;
}

/* ////////////////////////////////////////////////////// universal
*/

.txt_l { text-align: left;}
.txt_c { text-align: center;}
.txt_r { text-align: right;}
.clear { clear:both; }

