@charset "shift_jis";


h1,h2,h3,h4,h5,h6,p,form {
	margin: 0px;
	padding: 0px;
}
li,ul,ol {
	margin: 0px;
	padding: 0px;
}
/* +++++ Style for float clear +++++ */
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1em;
	line-height:0;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* +++++ Style for float clear +++++ */
.clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.text_ff0000 {
	color: #F00;
}
.text_ff0000b {
	color: #F00;
	font-weight: bold;
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",;
	font-size: 90%;
	line-height: 180%;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #26323f;
}
div#wrapper {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	margin: auto;
	width: 100%;
}
div#container {
	margin: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	width: 980px;
	background-color: #FFF;
}
div#header {
	height: 150px;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #5b3204;
	background-color: #FFF;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #5b3204;
}
div#header .l {
	width: 500px;
}
div#header .header_navi {
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	margin-top: 20px;
}
div#header .header_navi ul {
	text-align: right;
}
div#header .header_navi li {
	border-right-width: 1px;
	border-right-style: solid;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
}
div#header .header_navi li a {
	color: #000;
	text-decoration: none;
}
div#header .header_navi li a:hover {
	color: #FC0;
}
div#header .header_navi li.end {
	border-right-style: none;
	padding-right: 0px;
}
div#header .logo {
	margin-top: 10px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 40px;
}
div#contents {
	width: 965px;
	min-height: 400px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f6f4c4;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 15px;
	background-color: #FFF;
}
div#contents .title {
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #5B3204;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding-left: 8px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
div#contents .subtitle {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	line-height: 30px;
	height: 30px;
	background-color: #5B3204;
}
div.leftcol {
	float: left;
	width: 645px;
}
div.data_area {
	margin-top: 40px;
	margin-left: 10px;
	text-align: left;
}
div.data_area dl {
	margin: 0px;
	padding: 0px;
	width: 635px;
}

div.data_area dt {
	display: block;
	float: left;
	width: 150px;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
div.data_area dd {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	padding-left: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
div.data_area .t_datalist {
	width: 100%;
	margin-top: 15px;
	line-height: 120%; 
	table-layout: fixed;
}
div.data_area .t_datalist th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	white-space: nowrap;
	width: 25%;
}
div.data_area .t_datalist td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 75%;
}
div.data_area .t_datalist li {
	float: left;
	list-style-type: none;
	margin-right: 15px;
	white-space: nowrap;
}
div.data_area .t1 {
	width: 100%;
	margin-top: 15px;
	font-size: 9pt;
}
div.data_area .t1 th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.data_area .t1 td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.data_area .t2 {
	margin-top: 25px;
	font-size: 9pt;
}
div.data_area .t2 th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.data_area .t2 td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
div.data_area .t3 {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #999;
	border-collapse:collapse;
	font-size: 9pt;
}
div.data_area .t3 th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #999;
}
div.data_area .t3 td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #999;
}
div.data_area .t4 {
	margin-top: 25px;
	border: 1px solid #999;
	border-collapse:collapse;
	font-size: 9pt;
}
div.data_area .t4 th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #999;
	background-color: #eee;
}
div.data_area .t4 td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #999;
}
div.data_area .style01 {
	background-color: #00479D;
	color: #FFF;
	font-weight: bold;
}
div.data_area .style02 {
	background-color: #3D8804;
	color: #FFF;
	font-weight: bold;
}
div.data_area .style03 {
	background-color: #F90;
	color: #FFF;
	font-weight: bold;
}
div.data_area .style04 {
	background-color: #E5004F;
	color: #FFF;
	font-weight: bold;
}
div.data_area .style04 {
	background-color: #eee;
	color: #000;
	font-weight: bold;
}
div.data_area input {
	margin-top: 8px;
	margin-bottom: 8px;
}
div.data_area .btn {
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0.8em;
	font-weight: bold;
}
.r_btn {
	margin-left: 25px;
}
div.rightcol {
	float: right;
	width: 300px;
}
div#footer {
	margin: auto;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #F90;
	text-decoration: underline;
}

div#footer .main {
	width: 980px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	margin: auto;
	color: #FFF;
}
div#footer .r {
	width: 500px;
}
div#footer .credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	margin-top: 10px;
	line-height: 140%;
	white-space: nowrap;
	color: #FFF;
}
div.rightcol .box {
	margin-left: 25px;
	margin-bottom: 30px;
	margin-right: 15px;
}
.data_su {
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
}
img.preimg {
	max-width: 150px;
}
.pankuzu {
	line-height: 140%;
	margin-bottom: 25px;
}
.pankuzu a {
	color: #F90;
	text-decoration: none;
}
.pankuzu a:hover {
	color: #F30;
	text-decoration: underline;
}
div.data {
	margin-left: 15px;
}
div.search_info {
	background-color: #eee;
	padding: 10px;
	width: 608px;
	border: 1px solid #666;
	line-height: 150%;
	margin-bottom: 10px;
}
div.result {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
div.result .itm {
	width: 100%;
	padding-bottom: 4px;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
div.result .itm .itm_no {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.result .pic {
	float: left;
	width: 150px;
	padding-bottom: 8px;
}
div.result .pic img {
	width: 150px;
}
div.result .detail {
	float: right;
	width: 530px;
	padding-bottom: 8px;
}
div.detail .itm_name {
	color: #369;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}
div.detail .price {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
div.detail .btn_detail {
	text-align: center;
	width: 120px;
	border: 1px solid #253600;
	margin-top: 3px;
	margin-left: 409px;
}
div.detail .btn_detail a {
	width: 120px;
	color: #FFF;
	background-color: #069;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
div.detail .btn_detail a:hover {
	color: #F00;

}
div.page_link {
	margin-top: 10px;

}div.page_link a {
	color: #C00;
	text-decoration: underline;
}
div.page_link a:hover {
	color: #F60;
	text-decoration: none;
}
div.data {
	margin-left: 15px;
}
div.data .l {
	width: 320px;
	float: left;
}
div.data .l .pic {
	text-align: center;
}
div.data .r {
	float: right;
	width: 354px;
}
div.data .r table  {
	width: 100%;
	margin-bottom: 10px;
	border-collapse:separate;
}
div.data .r th {
	font-weight: bold;
	color: #000;
	background-color: #ccc;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}
div.data .r td {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

div.data .r .price {
	font-weight: bold;
	color: #C30;
	background-image: url(../../products/db/common/images/bg_price.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 340px;
	padding-left: 14px;
	padding-top: 155px;
	padding-bottom: 34px;
	font-size: 18px;
}
div.txt {
	clear: both;
	background-color: #D2E1F0;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 15px;
}
div.data .foot {
	clear: both;
	padding-top: 15px;
}
div.foot .btn_l {
	float: left;
	width: 330px;
	padding-left: 10px;
	padding-top: 15px;
}
div.foot .btn_r {
	float: right;
	width: 330px;
	padding-right: 10px;
	padding-top: 15px;
}
