@charset "UTF-8";

body {
	color: #333333;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.2em;
	background-image: url("./img/common/body_bg.gif");
	background-repeat: repeat;
	background-position: center center;
}

div.body_area_bg {
	width: 750px;
	margin: 0px auto;
	padding: 0px 15px;
	background-image: url("./img/common/body_shadow.gif");
	background-repeat: repeat-y;
	background-position: center center;
}

#body_area {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

div.header_bg {
	width: 750px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	background-image: url("./img/common/header_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
}

div.header_bg a {
	visibility: hidden;
}

div.header_line {
	display: none;
}

#left_area {
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-image: url("./img/common/menu_bkg.gif");
	background-repeat: repeat-y;
	background-position: right center;
}

div.menu_block {
	width: 165px;
	margin: 0px;
	padding: 50px 0px 0px 5px;
	background-image: url("./img/common/menu_head.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

div.mobile_info {
	color: #EEEEEE;
	font-size: 10px;
	width: 135px;
	height: 190px;
	margin: 10px auto 0px auto;
	padding: 0px;
	background-image: url("./img/common/mobile_qr.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.mobile_info span {
	text-align: center;
	display: block;
}

#right_area {
	width: 580px;
	margin: 0px;
	padding: 0px;
}

div.bl {
	color: #999999;
	margin: 0px;
	padding: 10px 0px 10px 12px;
}

div.bl a:link, 
div.bl a:visited {
	color: #999999;
}

div.contents_block {
	margin: 0px;
	padding: 0px 15px 0px 10px;
}

div.contents_block h2 {
	font-size: 18px;
	font-weight: 900;
	color: #444444;
	margin: 0px 0px 12px 0px;
	padding: 5px 0px 3px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-image: url("./img/common/title_bg.png");
	background-repeat: no-repeat;
	background-position: left center;
}

div.contents_block h3 {
	font-size: 14px;
	font-weight: 900;
	margin: 5px 0px;
	padding: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999999;
}

div.contents_block h3 a, 
div.contents_block h3 a:hover {
	color: #333333;
	text-decoration: none;
}

div.page_top {
	text-align: right;
	margin: 0px;
	padding: 15px 15px 15px 0px;
}

#footer_area {
	color: #666666;
	font-size: 10px;
	text-align: center;
	width:750px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999999;
}

div.contents_block table.lb {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #BBBBBB;
}
div.contents_block table.lb th, 
div.contents_block table.lb td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #BBBBBB;
}

div.contents_block hr {
	clear: both;
	height: 1px;
	width: 100%;
}

span.price_tag {
	color: #FF0000;
	margin: 0px;
	padding: 3px 8px 3px 8px;
	font-size: 18px;
	font-weight: 600;
	line-height:1.5em;
	/*text-decoration:underline;*/
	background-image: url("./img/common/price_tag_bg.gif");
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #999999;
}

div.contact_block table {
	width: 480px;
	margin: 0px auto;
}
div.contact_block table th {
	width: 100px;
	padding: 5px 0px 4px 0px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #999999;
}
div.contact_block table td {
	width: 380px;
	padding: 5px 5px 4px 5px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-top-color: #EEEEEE;
	border-bottom-color: #999999;
	vertical-align: middle;
}


div.contact_block table th.top, 
div.contact_block table td.top {
	border-width: 0px 0px 1px 0px;
}
div.contact_block table th.bottom, 
div.contact_block table td.bottom {
	border-width: 1px 0px 0px 0px;
}

div.contact_block table th.none, 
div.contact_block table td.none {
	border: none;
}
