@charset "utf-8";


/* 枠組み */
#all_box{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}


/* h1 */
h1{
	max-width: 950px;
	margin: 0 auto;
	color: #000;
	text-align: right;
	position: relative;
	top: 5px;
	z-index: 1;

}





/***** TOP *****/

#top{
	max-width: 950px;
	margin: 0 auto 0;
	height: 120px;
	text-align: left;
	background: url(../img/top.jpg) left top no-repeat;
  	position: relative;
  	top: -23px;
}


/* Site Title */
#top p{
	width: 100%;
	font-size: 2.0em;
	line-height: 90px;
	color: #0033cc;
}

#top p a{ color: #0033cc; text-decoration: none; }
#top p a:hover{ color: #0000ff; text-decoration: underline; }


/* Top Menu */
#top ul{
	max-width: 950px;
	margin: 0 auto;
	text-align: right;
 	position: relative;
	top: -45px;
}

#top ul li{
	display: inline;
	margin: 0px 5px;
	padding: 0px 0px 0px 15px;
	font-size: 0.8em;
	background: url(../img/link.gif) left 3px no-repeat;
}





/***** Global Menu *****/

#menu{
	position: absolute;
	width: 950px;
	margin: 88px 0px 0px 0px;
	font-size: 0.8em;
}

#menu ul{
	border-left: 1px #fff solid;
}

#menu ul li{
	display: inline;
	padding: 0px 15px;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px #fff solid;
}

#menu ul li a{ color: #fff; text-decoration: none; }
#menu ul li a:hover{ color: #333; text-decoration: underline; }





/***** Pankuzu Navi *****/

#nav{
	max-width: 950px;
	margin: 0 auto;
 	position: relative;
 	top: -20px;
}

#nav p{
	margin: 0px 10px;
	font-size: 0.8em;
	line-height: 25px;
}





/***** Contents Box *****/

#contents_box{
	max-width: 950px;
	margin: 0 auto 0px;
 	position: relative;
}





/***** Main Box *****/

#main_box{
	float: right;
	display: inline;
	width: 66.5%;
	margin: 0px 0px 20px 0px;
	border-top: 1px #0033cc solid;
	border-bottom: 1px #0033cc solid;
	background: url(../img/main_box.gif) left top repeat-y;
}


/* h2 */
#main_box h2,#main_box h3{
	margin: 0px -45px;
	padding-left: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.4em;
	overflow: hidden;
	border-top: 4px #0033cc double;
	border-bottom: 4px #0033cc double;
	background: url(../img/h2.gif) 15px top no-repeat;
	height: 40px;
}
#main_box h2.m,#main_box h3.m{
margin: 0px;}
/* h3 */
#main_box h4{
	margin: 30px -45px;
	padding-left:  30px;
	font-size: 1.3em;
	border-bottom: 4px #0033cc double;
}
#main_box h4.m{	margin: 30px 0px;}

#main_box h5{
	margin: 20px -45px;
	padding-left:  30px;
	font-size: 1.2em;
	border-bottom: 3px #0033cc double;
}
#main_box h6{
	margin: 20px -45px;
	padding-left:  30px;
	font-size: 1.1em;
	border-bottom: 1px #0033cc solid;
}



#main_box .news span{margin-right: 5px;}


/* p - text */
#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10,#space1,#space2,#sitemaps,#entrylist dl,#main_box .grayline,.cbox 
{
	margin: 30px 45px;
	line-height: 160%;
}

#main_box img.l{
	float: left;
	display: inline;
	margin: 0px 15px 15px 0px;
}
#main_box img.r{
	float: right;
	display: inline;
	margin: 0px 0px 15px 15px;
}


/* List - ul li */
#main_box ul{
	margin: 35px 45px;
}

#main_box ul li{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none none outside;
	background: url(../img/list.gif) left 3px no-repeat;
}

#main_box ul.update li{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px #ccc dotted;
	background: none;
}

#main_box ul.update li.rss{
	margin: 10px 0px 0px 180px;
	line-height: 30px;
	text-indent: 35px;
	border: none;
	background: url(../img/rss_icon.gif) left top no-repeat;
}


/* dl dt dd */
#main_box dl{
	margin: 30px 45px;
}

#main_box dl dt{
	padding: 0px 0px 0px 7px;
	font-weight: bold;
	color: #0033cc;
	border-left: 3px #0033cc double;
}

#main_box dl dd{
	margin: 10px;
	font-size: 0.9em;
}


/* Blockquote */
#main_box blockquote{
	margin: 20px;
	border: 1px #0033cc dotted;
}


/* table */

#main_box table tr th{
	color: #fff;
	background-color: #0033cc;
}



/*  ranking  */
#main_box .ranking{
	margin: 25px 45px;
}

#main_box .ranking dl{
	margin: 10px 0px;
	padding: 5px 5px 10px;
	border: none;
	border-bottom: 1px #0033cc dotted;
}

#main_box .ranking dl.ranking-3{ border: none; }


#main_box .ranking dl dt{
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 50px;
	border: none;
}

#main_box .ranking dl.ranking-1 dt{ background: url(../img/ranking-1.jpg) left top no-repeat; }
#main_box .ranking dl.ranking-2 dt{ background: url(../img/ranking-2.jpg) left top no-repeat; }
#main_box .ranking dl.ranking-3 dt{ background: url(../img/ranking-3.jpg) left top no-repeat; }

#main_box .ranking dl dt.img{
	float: left;
	margin: 0px 20px 0px 0px;
	background: none;
}

#main_box .ranking dl dt.text{
	margin: 0px 0px 0px 150px;
	text-indent: 60px;
}

#main_box .ranking dl dd{
	margin: 10px;
	font-size: 0.9em;
}


/* review */
#main_box .review{
	margin: 25px 45px;
	min-height: 230px;
	border: 2px #0033cc dotted;
}

/*　人物左側　*/
#main_box .person-l{ padding: 30px 50px 20px 130px; }

#main_box .person-l-01{ background: url(../img/person-l-01.gif) 20px 20px no-repeat; }
#main_box .person-l-02{ background: url(../img/person-l-02.gif) 20px 20px no-repeat; }
#main_box .person-l-03{ background: url(../img/person-l-03.gif) 20px 20px no-repeat; }
#main_box .person-l-04{ background: url(../img/person-l-04.gif) 20px 20px no-repeat; }
#main_box .person-l-05{ background: url(../img/person-l-05.gif) 20px 20px no-repeat; }

/*　人物右側　*/
#main_box .person-r{ padding: 30px 120px 20px 50px; text-align: right; }

#main_box .person-r-01{ background: url(../img/person-r-01.gif) right 10px no-repeat; }
#main_box .person-r-02{ background: url(../img/person-r-02.gif) right 10px no-repeat; }
#main_box .person-r-03{ background: url(../img/person-r-03.gif) right 10px no-repeat; }
#main_box .person-r-04{ background: url(../img/person-r-04.gif) right 10px no-repeat; }
#main_box .person-r-05{ background: url(../img/person-r-05.gif) right 10px no-repeat; }

#main_box .review p{
	display: inline;
	margin: 0px;
	font-size: 0.9em;
	line-height: 200%;
	border-bottom: 1px #0033cc dotted;
}




/***** side_box *****/

#side_box{
	float: left;
	display: inline;
	width: 31.3%;
	margin: 0px 0px 20px;
}

#side_box a{ text-decoration: none; }
#side_box a:hover{ text-decoration: underline; }


#side_box .list dl{
	margin: 0px 0px 30px;
	border-left: 1px #0033cc solid;
	border-right: 1px #0033cc solid;
	border-bottom: 4px #0033cc solid;
}

#side_box .list dl dt{
	padding: 3px 0px;
	font-size: 1.2em;
	text-align: center;
	border-top: 5px #0033cc solid;
	border-bottom: 1px #0033cc solid;
}


#side_box .list dl dd{
	display: inline;
}


#side_box .list dl dd a{
	display: block;
	padding: 10px 7px;
	line-height: 25px;
	border-bottom: 1px #0033cc solid;
}

#side_box .list dl dd a:hover{ color: #fff; background-color: #0033cc; }



#side_box .text{
	margin: 0px 0px 30px;
	border-left: 1px #0033cc solid;
	border-right: 1px #0033cc solid;
	border-bottom: 4px #0033cc solid;
}


#side_box .text dl dt{
	padding: 3px 0px;
	font-size: 1.2em;
	text-align: center;
	border-top: 5px #0033cc solid;
	border-bottom: 1px #0033cc solid;
}

#side_box .text dl dd{
	margin: 0px 1px;
	padding: 7px 15px 7px 15px;
	font-size: 0.9em;
	border-bottom: 1px #0033cc solid;
}

#side_box .text p{
	padding: 15px;
	font-size: 0.9em;
	border-top: 5px #0033cc solid;
}










/***** bottom_box *****/

#bottom_box{
	clear: both;
	max-width: 950px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	background-color: #fff;
}


#bottom_box .link{
	margin: 0px;
	padding: 7px 0px;
	background: #0033cc;
}


#bottom_box .link ul{
	margin: 0px;
	text-align: center;
}


#bottom_box .link ul li{
	display: inline;
	margin: 0px 5px;
	font-size: 0.8em;
	background: none;
}

#bottom_box .link ul li a{ color: #fff; }
#bottom_box .link ul li a:hover{ color: #ffff00; }


#bottom_box address{
	padding: 10px 0px 0px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px #0033cc solid;
}


#bottom_box p{
	margin: 0px;
	font-size: 0.8em;
	text-align: center;
}