@charset "utf-8";
/*====================...
 AllCommon_ID_class
 @Maker:FK
 @Date:2009/06/01-
 This CSS is generally used about the site as a whole.
 Cautions are required when change adds.
====================...*/

/*--Main_TAG_css
------------------------------------------------------------------------------*/
* { margin:0px; padding:0px; }
body{
	text-align: center;
	background-color: #3e67b1;
	background-image: url(./bg_body.gif);
	background-position: top;
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,p,li,dt,dd{
	font-size:0.75em;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック", "Osaka－等幅";
}
p{ line-height:135%;}
li { list-style:none; line-height:100%; font-size: 0.75em; }
img {border:none;}
address{
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ ゴシック", "Osaka－等幅";
}

/* for FireFox */
a {
/*\*/
   overflow: hidden;
/**/
}

/*--Main_class_css [General purpose]
------------------------------------------------------------------------------*/
.clear { clear: both;}
.float_l { float: left;}
.float_r { float: right;}
.align_l { text-align: left;}
.align_c { text-align: center;}
.align_r { text-align: right;}

.txt_bold{ font-weight:bold;}
.txt_red { color: #C00;}
.txt_blue { color: #36C;}
.txt_gray { color: #666;}
.txt_bluegray{ color:#557c98;}
.txt_orange{color:#FF6600;}
.txt_darkblue{color:#1b69a6;}

.borderbox_red{ border:solid 1px #900; padding:6px;}
.borderbox_blue{ border:solid 1px #36C; padding:6px;}
.borderbox_gray{ border:solid 1px #999; padding:6px;}


.borderbox_hr_red{border-top:solid 1px #900; border-right:solid 1px #900; border-left:solid 1px #900;padding:6px;}
.borderbox_hr_blue{border-top:solid 1px #36C; border-right:solid 1px #36C; border-left:solid 1px #36C;padding:6px;}
.borderbox_hr_gray{border-top:solid 1px #999; border-right:solid 1px #999; border-left:solid 1px #999;padding:6px;}

.borderbox_bg { border:1px solid #900; padding:6px; background-color: #FFEEFA;}

.border_top{ margin: 6px 0px; padding:6px 0px; border-top: 1px dotted #999;}
.border_bottom{ margin: 6px 0px; padding:6px 0px; border-bottom: 1px dotted #999;}

.hr{ 
	clear: both;
	margin: 5px 0px;
	border-top: 1px dashed #999;
	height:1px;
	min-height:1px;
	line-height:1px;
} 
.box_pr {margin:5px 0px; background-color:#e9eeeb; padding:2px 10px 2px 10px; }
.box_pr a { color:#069; text-decoration:underline;}
.box_pr a:hover { color:#069; text-decoration: none;}

.box_pr2 {margin:5px 0px; background-color:#e9eeeb; padding:2px 10px 2px 40px;
	background-image:url(/img/icon_pr.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.box_pr2 a { color:#069; text-decoration:underline;}
.box_pr2 a:hover { color:#069; text-decoration: none;}
.box_pr2 ul{
}
.box_pr2 li{ float:left; padding-right:5px; padding-bottom:2px; padding-top:2px;}

/* ClearFIX */
.box_pr2 {	min-height: 1px; }
.box_pr2:after {
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .box_pr2 {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.box_ad { margin:5px 0px; background-color:#e9eeeb; padding:2px 10px 2px 10px; }
.box_ad a { color:#069; text-decoration:underline; }
.box_ad a:hover { color:#069; text-decoration: none; }
.box_ad li { line-height:1.2em; margin-bottom:0.4em; }

/* ClearFIX */
.clearfix {	min-height: 1px; }
.clearfix:after {
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.bread_navi {}
.bread_navi li {
	padding : 6px 0px;
	font-size: 0.65em;
	color: #666;
	float: left;}
.bread_navi a {
	background-image: url(/img/bg_bread.gif);
	background-position: right center;
	background-repeat:no-repeat;
	padding-right:18px;
	color:#069;
	text-decoration:underline;
}
.bread_navi a:hover { color:#069; text-decoration: none;}

/*--Main_ID_css---MainParts
------------------------------------------------------------------------------*/
#wrapper { width: 960px; margin: 0px auto;}
#contbox { background-color: #FFF; padding: 15px 5px 15px 10px; }
#contbox_l { width: 620px; float:left;}
#contbox_r { width: 310px; float:right; padding-bottom:25px;}


/*--Main_ID_css---HeaderParts
------------------------------------------------------------------------------*/

#header {
	height:100px;
	padding:0px 30px 0px 20px;
	background-image: url(/img/bg_header_koebu.jpg);
	background-color: #FFF;
}
#header h1 a{
	float:left;
	width:220px;
	height:70px;
	margin-top:25px;
	text-indent: -9999em;
	margin-right: 25px;
}
#header ul{
	float:right;
	width:205px;
	margin:0px 0px 8px 0px;
} 
#header li a{
	display:block;
	width:102px;
	height:20px;
	text-indent:-999em;
}
#header img{float:right;}
#header #help li{ float:left;}
#header #help #head_faq a:hover { 
	background-image:url(/img/bg_header2.gif);
	background-position: 1px bottom;
	background-repeat:no-repeat;
}
#header #help #head_map a:hover {
	background-image:url(/img/bg_header2.gif);
	background-repeat:no-repeat;
	background-position: -101px top;
}
#ad_468 {float:right; width:468;}

/*--Main_ID_css---NaviParts
------------------------------------------------------------------------------*/

#navi { background-color:#ffffff;}
#navi li { list-style-type: none; float:left;}

#navi #main_navi {
	height:40px;
	padding-top:2px;
	padding-left:2px;
	background-image: url(/img/bg_mainnavi.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#navi #main_navi li a{
	display:block;
	width:137px;
	height:36px;
	text-indent: -999em;
}

#navi #main_navi a.sub_block {
  display:block;
  width:136px;
  height:2em;
  text-indent:1em;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
#navi #main_navi li a.menu {
  display: block;
  text-align: center;
  padding: 0px 10px;
  margin: 0px 1px 0px 0px;
  color: #FFF;
  width: 116px;
  text-decoration: none;
}
#navi #main_navi li a.menu:hover {
  background: #49A3FF;
}

#navi #main_navi #n_school a{ width:136px;}
#navi #main_navi #n_news a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -2px 38px;}
#navi #main_navi #n_radio a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -139px 38px;}
#navi #main_navi #n_pv a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -276px 38px;}
#navi #main_navi #n_anime a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -413px 38px;}
#navi #main_navi #n_sp a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -550px 38px;}
#navi #main_navi #n_school a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -687px 38px;}
#navi #main_navi #n_shop a:hover { background-image:url(/img/bg_mainnavi.gif); background-position: -823px 38px;}

#navi #sub_navi{
	color:#000;
	padding: 0px 10px;
	background-image: url(/img/bg_subnavi.gif);
	background-color:#9e9e9e;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
#navi #sub_navi ul { padding-left: 5px; }
#navi #sub_navi li{
	padding: 2px 0px 2px 12px;
	margin-right:4px;
	background-image: url(/img/bg_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi #sub_navi li a{ color:#333; padding-top:5px;}
#navi #sub_navi li a:hover{ color:#333; text-decoration:none; }

#navi #sub_navi #sarch{
	width: 350px;
	margin-top: 0px;
	background-image:none;
	text-align:right;
}

/*--Main_ID_css---LeftClmParts
------------------------------------------------------------------------------*/
#contbox_l .news_tag {
	display:block;
	color: #666;
	background-color: #EBF4F5;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 2px;
	text-align: right;
	margin-bottom: 10px;
	font-size:0.6em;
}
#contbox_l .news_tag a:link { color:#6699CC;}
#contbox_l .news_tag a:visited { color:#6699CC;}
#contbox_l .news_tag a:hover { color:#6699CC; text-decoration:none; }


/*--Main_ID_css---RightClmParts
------------------------------------------------------------------------------*/
#contbox_r #rightclm_bg {
	padding:5px 5px 10px 5px;
	background-color:#E0E0E0;
}
#contbox_r h3{ margin:10px 0px;}
/*-#contbox_r h4{
	width:296px;
	text-align:center;
	padding:2px;
	margin-bottom:5px;
}-*/
#contbox_r #bnr_sq{margin-bottom:10px;}

#contbox_r #news_rank {
	background-image: url(/img/bg_ranking.gif);
	background-position: bottom;
	padding-bottom:10px;
}
#contbox_r #news_rank h3 {
	background-image: url(/img/h3_ranking.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 300px;
	margin-bottom: 0px;
	text-indent: -999em;
}
#contbox_r #news_rank p {
	background-image: url(/img/bg_ranking_date.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#contbox_r #news_rank li {
	margin: 7px 10px 7px 7px;
	padding: 0px 0px 3px 30px;
	line-height: 150%;
}

#contbox_r #news_rank li a	{ color:#006; text-decoration:none; border-bottom: 1px dotted #006;}
#contbox_r #news_rank li a:hover 	{ color:#039;	text-decoration:none;	border-bottom: 1px solid #006;}

#contbox_r #news_rank #rank01 {	background-image:url(/img/bg_rankcount_01.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank02 {	background-image:url(/img/bg_rankcount_02.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank03 {	background-image:url(/img/bg_rankcount_03.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank04 {	background-image:url(/img/bg_rankcount_04.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank05 {	background-image:url(/img/bg_rankcount_05.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank06 {	background-image:url(/img/bg_rankcount_06.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank07 {	background-image:url(/img/bg_rankcount_07.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank08 {	background-image:url(/img/bg_rankcount_08.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank09 {	background-image:url(/img/bg_rankcount_09.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rank10 {	background-image:url(/img/bg_rankcount_10.gif);	background-position: left top;background-repeat: no-repeat;}
#contbox_r #news_rank #rankpr {	background-image:url(/img/bg_rankcount_11.gif);	background-position: left top;background-repeat: no-repeat;}

#contbox_r #today_radio h3 {
	background-image: url(/img/h3_radio.gif);
	height: 16px;
	text-align: right;
	padding-top: 4px;
	padding-right: 35px;
	margin-bottom: 4px;
	font-size: 10px;
}
#contbox_r #today_radio h3 span {
	text-align:left;
	text-indent:-999em;
	float: left;
}
#contbox_r #today_radio li {
	background-position: top;
}
#contbox_r #today_radio li a{
	text-decoration:none;
	color:#333;
	display:block;
	padding: 5px 5px 5px 13px;
	margin-bottom:3px;
	background-image: url(/img/bg_to_radio_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom:1px solid #4c4c4c;
	border-top:1px solid #4c4c4c;
}
#contbox_r #today_radio li a:hover{
	background-image: url(/img/bg_to_radio_b.gif);
	background-position: right bottom;
}
#contbox_r #today_radio li strong{ line-height:135%;}

#contbox_r #present h3 {
	background-image: url(/img/h3_pre.gif);
	height: 20px;
	text-indent:-9999em;
}
#contbox_r #shop h3 {
	background-image: url(/img/h3_shop.gif);
	height: 20px;
	text-indent:-9999em;
}
#contbox_r .txt_align_r{width:150px; float:right;}
#contbox_r .txt_align_l{width:140px; float:left; text-align:center;}

#contbox_r #bnr_area {
	width: 310px;
	margin-top: 20px;
}

#contbox_r #sponsorlink h3 {
	background-image: url(/img/h3_pr.gif);
	height: 16px;
	padding-top: 4px;
	padding-right: 35px;
	margin-bottom: 4px;
	text-indent:-999em;
}
#contbox_r #sponsorlink ul {width:147px; float:left;}
#contbox_r #sponsorlink #pr2{ width:147px; float:left; padding-left:6px;}
#contbox_r #sponsorlink li {
	width:147px;
	background-position: top;

}
#contbox_r #sponsorlink li a{
	text-decoration:none;
	color:#333;
	display:block;
	padding: 8px 5px 5px 8px;
	margin-bottom:3px;
	background-image: url(/img/bg_to_pr_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom:1px solid #4c4c4c;
	border-top:1px solid #4c4c4c;
}
#contbox_r #sponsorlink li a:hover{
	background-image: url(/img/bg_to_pr_b.gif);
	background-position: right bottom;
}
#contbox_r #sponsorlink li strong{ line-height:135%;}


/*--Main_ID_css---FooterParts
------------------------------------------------------------------------------*/

#footer {
	text-align:center;
	background-color:#CCC;
	background-image: url(/img/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer p {
	font-size:0.6em;
	text-align:center;
	line-height:180%;
	margin-top: 12px;
}
#footer address{
	margin-top:6px;
	font-size:0.7em;
	line-height:150%;
	font-style:normal;
	font-weight:bold;
	margin-bottom: 12px;
}
#footer p a:link 	{ color:#2793B6;}
#footer p a:visited { color:#2793B6;}
#footer p a:hover 	{ color:#60BDD5; text-decoration:none; }

#footer #pagetop {
	margin-top:0px;
	text-indent: -999em;
	background-color: #FFF;
	padding-top: 0px;
	text-align:left;
	padding-left: 840px;
}
#footer #pagetop a{
	display:block;
	height: 20px;
	width: 100px;
	background-image: url(/img/btn_fortop.jpg);
	background-position: left top;
}
#footer #pagetop a:hover{
	display:block;
	height: 20px;
	width: 100px;
	background-image: url(/img/btn_fortop.jpg);
	background-position: left bottom;}

/*--Special_css---HeaderParts
------------------------------------------------------------------------------*/
/* Mery Christmas */
#header_merry_christmas {
	height:100px;
	padding:0px 30px 0px 20px;
	background-image: url(/img/bg_header_merry_christmas.gif);
	background-color: #FFF;
}

#header_merry_christmas h1 a{
	float:left;
	width:220px;
	height:70px;
	margin-top:25px;
	text-indent: -9999em;
	margin-right: 25px;
}
#header_merry_christmas ul{
	float:right;
	width:205px;
	margin:0px 0px 8px 0px;
} 
#header_merry_christmas li a{
	display:block;
	width:102px;
	height:20px;
	text-indent:-999em;
}
#header_merry_christmas img{float:right;}

#header_merry_christmas #help li{ float:left;}

#header_merry_christmas #help #head_faq a:hover { 
	background-image:url(/img/bg_header2_merry_christmas.gif);
	background-position: 1px bottom;
	background-repeat:no-repeat;
}

#header_merry_christmas #help #head_map a:hover {
	background-image:url(/img/bg_header2_merry_christmas.gif);
	background-repeat:no-repeat;
	background-position: -101px top;
}


/* Happy New Year */
#header_happy_new_year {
	height:100px;
	padding:0px 30px 0px 20px;
	background-image: url(/img/bg_header_happy_new_year.gif);
	background-color: #FFF;
}

#header_happy_new_year h1 a{
	float:left;
	width:220px;
	height:70px;
	margin-top:25px;
	text-indent: -9999em;
	margin-right: 25px;
}
#header_happy_new_year ul{
	float:right;
	width:205px;
	margin:0px 0px 8px 0px;
} 
#header_happy_new_year li a{
	display:block;
	width:102px;
	height:20px;
	text-indent:-999em;
}
#header_happy_new_year img{float:right;}

#header_happy_new_year #help li{ float:left;}

#header_happy_new_year #help #head_faq a:hover { 
	background-image:url(/img/bg_header2_happy_new_year.gif);
	background-position: 1px bottom;
	background-repeat:no-repeat;
}

#header_happy_new_year #help #head_map a:hover {
	background-image:url(/img/bg_header2_happy_new_year.gif);
	background-repeat:no-repeat;
	background-position: -101px top;
}

/*--10_07_02-*/
#contbox_r #sponsorlink .pr3 ul { width:300px;
	float:left;
}
#contbox_r #sponsorlink .pr3 ul li {
	float:left;
	padding:0px 2px;
	width:146px;
}
#contbox_r #sponsorlink .pr3 ul li a {
	text-decoration:none;
	color:#333;
	display:block;
	padding: 8px 5px 5px 8px;
	margin-bottom:3px;
	background-image: url(/img/bg_to_pr3_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom:1px solid #4c4c4c;
	border-top:1px solid #4c4c4c;
}
#contbox_r #sponsorlink .pr3 ul li a:hover{
	background-image: url(/img/bg_to_pr3_b.gif);
	background-position: right bottom;
}

