
/*cssƒŠƒZƒbƒg*/
* { 
	color: #4d4d4d;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body {
	font-size: 75%;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/*‹¤’Êƒ`ƒbƒvƒX*/
.clear {
	clear:both;
}
img {
	border:0px;
}




/*ƒAƒCƒeƒ€
===========================================*/
#item_body {
	margin:16px 0 0 0;
}
#item_ttl {
	background-image:url(../images/ttl-item_001.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:45px;
}
#item_ttl2 {
	background-image:url(../images/ttl-item_002.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:45px;
}
#item_ttl h3 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px #C94553 solid;
	padding:10px 0 2px 0;
	margin-left:100px;
}
#item_ttl2 h3 {
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px #D48717 solid;
	padding:10px 0 2px 0;
	margin-left:100px;
}
#item_lead {
	font-size:12px;
	line-height:150%;
	margin:8px 0 16px 0;
}

.itemBox1, .itemBox2 {
	margin:0 0 30px 0;
}
.itemBox1 h4 {
	color:#333;
	border-left:6px #C94553 solid;
	font-size:14px;
	font-weight:bold;
	padding:2px 0 2px 10px;
	margin-bottom:8px;
}
.itemBox2 h4 {
	color:#333;
	border-left:6px #D48717 solid;
	font-size:14px;
	font-weight:bold;
	padding:2px 0 2px 10px;
	margin-bottom:8px;
}
.itemBoxL {
	float:left;
	width:240px;
}
.item_inq {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
}
.itemBoxR {
	float:right;
	width:280px;
	font-size:12px;
	line-height:150%;
}
.itemBoxR table {
	border-collapse:collapse;
	border:1px #ccc solid;
	margin-top:8px;
}
.itemBoxR th, .itemBoxR td {
	font-size:12px;
	line-height:150%;
	border:1px #ccc solid;
	padding:4px;
}
.itemBoxR th {
	width:55px;
	background-color:#f7f7f7;
}
.item_caution {
	color:#cc0000;
	margin-top:10px;
}


#item_navi ul li {
	display:block;
	width:140px;
	height:55px;
}




