@charset 'UTF-8';
/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

/* ------------------------------ */
/* 2. page layout */
/* ------------------------------ */

	/* basement */

body {
	color: #333;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	background: url(img/bg.png) repeat-y 50% 0 #999999;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#wrapper {
	width: 800px;
	margin: 0 auto;
}
div#header_area{
	width:780px;
	margin:0 auto;
	padding:0 10px 0 10px;
	background:url(img/bg_header.png) repeat-x 0 0 #FFFFFF;
	height:161px;
}
div#header{
	height:48px;
	border-bottom:1px solid #ccc;
}
div#banner_area{
	background:url(img/header_img.png) no-repeat 50% 20px;
	height:109px;
}
div#container{
	width: 800px;
	margin: 0 auto;
	clear:both;
	background:url(img/bg_content.png) repeat-y 0 0 #FFFFFF;
}
div#left{
	width: 205px;
	float: left;
	padding:8px;
}
div#main{
	width: 530px;
	float: right;
	padding:12px 25px 0 24px;
	padding-bottom:20px;
}
div#bottom{
	clear: both;
	height: 38px;
	color: #333;
	text-align:center;
	background:url(img/bg_footer.png) repeat-x 0 0;
	padding-top:20px;
	font-size:12px;
}
h1{
	font-size:12px;
	font-weight:normal;
	color:#333;
}

div#pankuzu_area{
	height:23px;
	padding:5px 0 0 5px;

}
p#pankuzu{
	color:#666666;
	font-size:10px;
}

	/* header */
div#logo{
	float:left;
	padding-top:5px;
}
div#logo_r{
	text-align:right;
	float:right;
	padding:30px 0 0 0;

}
	/* navigation */
div#left dl{
	margin-top:10px;
}
div#left dt img{
	vertical-align:bottom;
}
div#left dd{
	margin-bottom:8px;
	background:url(img/bg_gnavi.png) repeat-x 0 0;
}
div#left ul{
	margin:0 0 10px 3px;
	padding:7px 5px;
}
div#left ul li{
	list-style:none;
	background:url(img/list_gnavi.png) no-repeat 0 5px;
	font-size:12px;
	padding-left:12px;
	margin-bottom:3px;
}
/* ------------------------------ */
/* 5. contents layout */
/* ------------------------------ */

/* toppage */
div#main p{
	margin-bottom:13px;
}
div#main .end{
	margin-bottom:0;
}
h2{
	background:url(img/title_bg.png) repeat-y 0 0;
	padding:3px 0;
	margin-bottom:10px;
}
h3{
	background:url(img/bg_goldline.png) repeat-x 0 100%;
	padding-bottom:8px;
	font-size:16px;
	font-weight:bold;
}
p.d_right{
	text-align:right;
	font-weight:bold;
	margin-bottom:0;
}
p.d_right a{
	background:url(img/list_red_black.png) no-repeat 0 5px;
	padding-left:12px;
}
	/* column */
div.text_box h2{
	border-bottom:1px solid #625A46;
	padding-bottom:8px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:15px;
}
div.text_box h3{
	border-top:3px solid #B39A72;
	border-bottom:1px solid #B39A72;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin:10px 0;
	background:none;
}
div.text_box img.item{
	float:left;
	margin:0 10px 0 0;
}
div.img_l{
	float:left;
	margin:0 10px 10px 0;
	line-height:120%;
	text-align:center;
}
div.img_r{
	float:right;
	margin:0 0 10px 10px;
	line-height:120%;
	text-align:center;
}
div.recommend h3{
	border-top:1px solid #198FB5;
	border-bottom:1px solid #198FB5;
	background:#E5F3F7;
	padding:8px;
	margin-bottom:15px;
}
/* ------------------------------ */
/* 5. link elements */
/* ------------------------------ */
a:link,
a:visited{
	color: #0000FF;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	color:#999999;
	text-decoration:none;
}
div#left ul li a:link,
div#left ul li a:visited{
	color:#0000FF;
	text-decoration:underline;
}
div#left ul li a:active,
div#left ul li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
div.order a:link,
div.order a:visited {
	color: #0000A2;
	text-decoration: underline;
}
div.order a:active,
div.order a:hover {
	color: #CC0000;
	text-decoration: underline;
}
div.text_box a:link,
div.text_box a:visited {
	color: #0000A2 !important;
	text-decoration: underline !important;
}
div.text_box a:active,
div.text_box a:hover {
	color: #CC0000 !important;
	text-decoration: underline !important;
}
div#bottom a:link,
div#bottom a:visited {
	color: #666666;
	text-decoration: underline;
}
div#bottom a:active,
div#bottom a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ------------------------------ */
/* 5. text decoration */
/* ------------------------------ */
.f10{
	font-size:10px;
}
.s11{
	font-size:11px;
	line-height:120%;
}
.red{
	color:#FF0000;
	font-weight:bold;
}
.l_red{
	color:#FF0000;
	font-weight:normal;
}
.yellow{
	color:#FFCC00;
	font-weight:bold;
}
.l_yellow{
	color:#FFCC00;
}
.blight_red{
	color:#FF0000;
}
.bold{
	font-weight:bold;
}
.bold_udl{
	font-weight:bold;
	text-decoration:underline;
}
.udl{
	text-decoration:underline;
}
.blue{
	color:#000066;
	font-weight:bold;
}
.bg_yellow{
	background:#FFFF33;
	color:#000000;
}
.bg_yellow_bld{
	background:#FFFF33;
	font-weight:bold;
	color:#000000;
}
.bg_pink{
	background:#F9DDDD;
	color:#000000;
}
.bg_pink_bld{
	background:#F9DDDD;
	font-weight:bold;
	color:#000000;
}
/* ------------------------------ */
/* 5. chousei */
/* ------------------------------ */
.clear{
	clear:both;
}
.right{
	text-align:right;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.pd10{
	padding:0 10px;
}
.pd20{
	padding:0 20px;
}
a img{
	border:none;
}
/* ------------------------------ */
/* 5. hidden elements */
/* ------------------------------ */
div#banner_area p,
dt.top{
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}