@charset 'UTF-8';
/* ------------------------------ */
/* 1. universal reset */
/* ------------------------------ */

* {
	margin: 0;
	padding: 0;
}

/* ------------------------------ */
/* 2. page layout */
/* ------------------------------ */

	/* basement */

body {
	color: #000;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	text-align: left;
	background: url(img/bg.png) repeat-y 50% 0 #F0F2F5;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#wrapper {
	width: 810px;
	margin: 0 auto;
}
div#header_area{
	width:790px;
	margin:0 auto;
	padding:0 10px;
	background:url(img/header_bg.png) repeat-x 0 0;
	height:101px;
}
div#header{
	height:67px;
}
div#banner_area{
	background:url(img/header_img.png) no-repeat 50% 20px;
	height:158px;
}
div#container{
	width: 810px;
	margin: 0 auto;
	clear:both;
	background:url(img/bg_contents.png) repeat-y 0 0;
}
div#left{
	width: 200px;
	float: left;
}
div#main{
	width: 570px;
	float: right;
	padding:5px 20px;
}
div#bottom{
	clear: both;
	height: 26px;
	color: #333;
	text-align:center;
	background:url(img/bottom.png) repeat-x 0 0 #FFFFFF;
	padding-top:10px;
	font-size:10px;
}
h1{
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
p#pankuzu{
	color:#666666;
	font-size:10px;
	margin-bottom:5px !important;
}

	/* header */
div#logo{
	float:left;
	padding-top:17px;
}
div#logo_r{
	text-align:right;
	float:right;
	padding:30px 0 0 0;

}
	/* navigation */
div#left dl{
	margin:5px 0 20px 0;
}
div#left dt{
	background:url(img/g_navi.png) no-repeat 0 0;
	padding:6px 10px 10px 20px;
	margin-left:2px;
	font-weight:bold;
}
div#left dt img{
	vertical-align:bottom;
}
div#left dd,
div#left div#link{
	margin-bottom:8px;
}
div#left ul{
	margin:0 0 10px 3px;
	padding:7px 5px;
}
div#left ul li{
	list-style:none;
	background:url(img/list_navi.png) no-repeat 0 4px;
	font-size:12px;
	padding-left:16px;
	margin-bottom:3px;
}
div.bookmark{
	padding:0 8px;
	margin-bottom:20px;
}
/* ------------------------------ */
/* 5. contents layout */
/* ------------------------------ */

/* toppage */
div.content{
	margin-bottom:20px;
}
div.content p{
	padding:5px 10px;
	background:url(img/note_line.gif);
	margin:10px 5px;
	line-height:25px;
}
div#main .end{
	margin-bottom:0;
}
div.title{
	border:1px solid #aaaaaa;
	padding:3px;
	background:url(img/title_bg.png) repeat-x 0 0;
	margin:0 0 -5px 3px;

}
h2{
	background:url(img/title.png) no-repeat 0 0;
	padding:3px 15px;
	font-size:16px;
	font-weight:bold;
}
h3#relation{
	background:url(img/title02.png) no-repeat 0 2px;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	margin:30px 0 10px 5px;
}
div#main ul{
	margin:-10px 0 10px 3px;
	padding:7px 5px;
}
div#main ul li{
	list-style:none;
	background:url(img/list_navi.png) no-repeat 0 4px;
	font-size:13px;
	padding-left:16px;
	margin:0 0 3px 8px;
}
	
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;
}
div.text_box p.d_right a{
	background:url(img/list_red_gray.png) no-repeat 0 5px;
	padding-left:12px;
}
div#ranking{
	text-align:center;
	font-size:12px;
	margin-bottom:8px;
}
div#main dt.entry_title{
	background:url(img/title03.png) no-repeat 0 3px;
	font-size:14px;
	font-weight:bold;
	padding-left:16px;
	margin:0 0 -10px 3px;
}
div.ads{
	padding:0 15px;
}
	
/* ------------------------------ */
/* 5. link elements */
/* ------------------------------ */
a:link,
a:visited{
	color: #000099;
	text-decoration: underline;
	font-weight:bold;
}
a:active,
a:hover {
	color: #CA3300;
	text-decoration: underline;
	font-weight:bold;
}
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}
p#pankuzu a:link,
p#pankuzu a:visited{
	color:#000099;
	text-decoration: none;
	font-weight:normal;
}
p#pankuzu a:active,
p#pankuzu a:hover {
	color: #E4DCCD;
	text-decoration: underline;
	font-weight:normal;
}
div#left ul li a:link,
div#left ul li a:visited{
	color:#000099;
	text-decoration:underline;
	font-weight:normal;
}
div#left ul li a:active,
div#left ul li a:hover {
	color:#CA3300;
	text-decoration:underline;
	font-weight:normal;
}
div#left dt a:link,
div#left dt a:visited{
	color:#000099;
	text-decoration:none;
}
div#left dt a:active,
div#left dt a:hover {
	color:#CA3300;
	text-decoration:underline;
}
div#main h2 a:link,
div#main h2 a:visited{
	color:#000000;
	text-decoration:none;
}
div#main h2 a:active,
div#main h2 a:hover {
	color:#CA3300;
	text-decoration:underline;
	font-weight:normal;
}
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#bottom a:link,
div#bottom a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}
div#bottom a:active,
div#bottom a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight:normal;
}
/* ------------------------------ */
/* 3. archive */
/* ------------------------------ */
div.box h3.entry-header{
	border-left:5px solid #e3e3e3;
	padding:0 0 3px 0;
	margin:0 0 5px 0;
	font-size:14px;
	border-bottom:none;
	background:none;
}
div.sitemap_box{
	margin-top:20px;
}
div.sitemap_box ul li{
	list-style:none;
	background:url(img/sitemap_list.png) no-repeat 5px 50%;
	padding-left:20px;
}
/* ------------------------------ */
/* 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 */
/* ------------------------------ */
.img_left{
	float:left;
	margin:15px 10px 10px 0;
}
.clear{
	clear:both;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.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;
}