@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/* 				share
--------------------------------------------------------------------*/
div#header h1 {
	position:absolute;
	top:32px;
	left:30px;
}
div#content h2 {
	background:#FAC186;
	border-bottom:solid 1px #F7922D;
	font-size:1.6em;
	font-weight:bold;
	padding:7px 0 6px 10px;
}



/* 				characteristic
--------------------------------------------------------------------*/
div#characteristic h2 {
	margin:0 0 21px 0;
}
div#characteristic div {
	margin:0 10px 40px 0;
}
div#characteristic div.last_div {
	margin:0 10px 0 0;
}
div#characteristic div dl dt {
	font-size:1.4em;
	font-weight:bold;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka",Verdana,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	background:url(../images/syokugyou_dt.jpg) left top no-repeat;
	padding:0 0 0 18px;
	margin-bottom:10px;
}
div#characteristic div dl dd {
	font-size:1.2em;
	line-height:1.6em;
	margin-left:10px;
}
div#characteristic div dl dd p {
	margin:23px 0 0 0;
}
div#characteristic div dl dd p.right_p {
	text-align:right;
}
div#characteristic div dl dd p.right_p a {
	color:#F85213;
}
div#characteristic div dl dd p.right_p a:hover {
	color:#F85213;
}
div#characteristic div dl dd ul li {
	background:url(../images/characteristic_li.jpg) left top no-repeat;
	padding:0 0 0 7px;
}
div#characteristic div dl.left_dl {
	float:left;
	width:418px;
}
div#characteristic div img.right_img {
	float:right;
}
div#characteristic div dl.right_dl {
	float:right;
	width:411px;
}
div#characteristic div img.left_img {
	float:left;
	padding:0 0 0 10px;
}
div#characteristic div.last {
	margin:0 10px 55px 0;
}
