@charset "shift_jis";
/* CSS Document */

/*---------------------------------------ページ基本定義*/
/*---------------------------------------フォント・テキスト定義*/
/*---------------------------------------基本レイアウト*/
/*---------------------------------------ヘッダ詳細*/
/*---------------------------------------グローバルナビゲーション*/
/*---------------------------------------ローカルナビゲーション*/
/*---------------------------------------contents詳細*/
/*---------------------------------------汎用ボックス*/
/*---------------------------------------段組み*/
/*---------------------------------------「ページトップへ」*/




/*---------------------------------------ページ基本定義*/

/*-------------------------CSS Reset*/
html, body, h1, h2, h3, h4, h5, h6,
blockquote,ul, ol, dl, form, p, div, table, td, tr{
	margin:0;
	padding:0;
	}

/*-------------------------hack for IE 7 */
*+html{
	background-color:#ffffff;/*-----------IE7 zoom機能対策*/
	}

body{
	margin:0;
	padding:0;
	background-color:#040903;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	color:#100500;
	font-size:83%;
	font-family:  "Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4em;
	}

body.bg {
	background-color:#040903;
	background-image: none !important;
}

ul.noStyle{
	list-style-type:none;
	}
img{
	border:none;
	vertical-align:top;
	}
hr{
	display:none;
	}

td{
	vertical-align:top;
}

/*---------------------------------------フォント・テキスト定義*/
.reg{
	font-size:100%;/*body 83% of 100%*/
	line-height:1.6em;
	}
.sml{
	font-size:90%;/*body 83% of 80%*/
	line-height:1.6em;
	}
.lrg{
	font-size:120%;/*body 83% of 120%*/
	line-height:1.4em;}
	
/*-----------------------ボールド*/
strong{
	font-weight:bold;
	font-style:normal;
	}
/*-----------------------下線*/
.uLine{
	text-decoration:underline;
	}
/*-----------------------約物「・」などを等幅で表示する*/
.mono{
	font-family:monospace;
	}



/*-----------------------基本リンクスタイル*/
a{
	}
a:link,
a:visited{color:#999999;
	text-decoration:underline;
	}
a:hover{
	text-decoration:none;
	}

/*-----------------------真ん中寄せ、右寄せ*/
.alCenter{
	text-align:center;
	}
.alRight{
	text-align:right;
	}


/*---------------------------------------基本レイアウト*/

#wrapper{
	margin:0;
	margin-top: -5px !important;
	padding:0;
	width:1024px;

	margin:auto;
	_text-align:left;
	}

#header{
width:100%;
margin:auto;
background-image:url(../images/header_bg.jpg);
background-repeat:x-repeat;
background-position:center;
height:183px;

	display:inline-block;/*----------------IE7 clearfix*/
line-height:0.001px;	
	}
	
#title{
	width:1000px;
	min-height:183px;
	margin:auto;
position:relative;
	}	
	
#header a{
display: inline-block;
}

#programLink{
	width:98px;
	position:absolute;
	top:0;
	left:-70px;}

#readBox{
	width:981px;
	margin:auto;
	text-align:left;}

#main{
width:1024px;
	margin:auto;
	text-align:left;
	background-image:url(../images/contents_bg.jpg);
	background-repeat:repeat-y;
	display:inline-block;/*----------------IE7 clearfix*/
	width:100%;
	}

#footer{
width:1024px;
	min-height:28px;
	text-align:center;
	}





/*---------------------------------------contents詳細*/

.rText{
color:#DF3F3F;}


h1{
z-index:3;
width:951px;
margin:auto;
padding-top:23px;
}

#gnavi{width:1000px;
margin:auto;
padding-top:24px;
}

#gnavi li{
	display:inline;
	vertical-align:top;
	
	}


#car{
width:411px;
position:absolute;left:700px;top:10px;
z-index:2;
}

#titlelogo{
width:78px;
z-index:4;
position:absolute;left:930px;top:0px;
}



#h2Box{width:981px;
margin:auto;
}

#award2010{
margin:auto;
width:949px;
background-image:url(../images/2012_bg.jpg);
background-repeat:no-repeat;
_height:207px;
min-height:207px;
background-color:#F0E9D6;
padding:10px;
margin-bottom:15px;
}

#coution {
margin-left:-30px;}


#coution dt{
padding:5px 0 5px 35px;
font-weight:bold;
;	
}

#coution dd{
	border-bottom:dashed 1px #999999;
	padding:3px;
	}

#voteTime{
	padding:10px;
//	border:solid 1px #0A1449;
	text-align:center;
	margin:10px auto;
	width:700px;
	color:#ffffff;
background-color:#B7171D;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	}



#box1{
width:972px;
background-image:url(../images/box_bg.gif);
background-repeat:repeat;
margin:auto;

}


.boxInnner{
width:972px;
}


h2{
	margin:auto;
}


#table1{
width:928px;
margin:10px auto;}


#table1 td{
background-color:#342D2D;
color:#ffffff;
vertical-align:top;}

#table1 .pa5px{
padding:5px;}

#table1 .white{
background-color:#FFFFFF;
}


.arrowBox{
width:1024;
text-align:center;
padding:10px 0px;}


#box2{
width:972px;
background-image:url(../images/box_bg.gif);
background-repeat:repeat;
margin:auto;
}


#table2{
width:928px;
margin:10px auto;
}




#table2 td{
padding:10px;
vertical-align:top;}

.coution{
font-weight:bold;
font-size:90%;
width:928px;
margin:auto;
padding-left:10px;
line-height:1.2em;}



.borderbottom{border-bottom:dashed 1px #999999;}
.borderright{border-right:dashed 1px #999999;}
.td250px{width:250px;}


#box3{
width:972px;
background-image:url(../images/box_bg_2.gif);
background-repeat:repeat;
margin:auto;
}


#table3{
width:928px;
}

#kanryo{margin:auto;width:884px;margin-bottom:30px;}

/*---------------------------------------スナップ写真*/
.mgrow5px{
	margin:5px 0;
	}
.mgrow10px{
	margin:10px 0;
	}
.mgrow15px{
	margin:15px 0;
	}
.mgrow20px{
	margin:20px 0;
	}

.mgtop5px{
	margin-top:5px;
	}
.mgtop10px{
	margin-top:10px;
	}
.mgtop15px{
	margin-top:15px;
	}
.mgtop20px{
	margin-top:20px;
	}
.mgtop30px{
	margin-top:30px;
	}

.mgbtm5px{
	margin-bottom:5px;
	}
.mgbtm10px{
	margin-bottom:10px;
	}
.mgbtm15px{
	margin-bottom:15px;
	}
.mgbtm20px{
	margin-bottom:20px;
	}
.mgbtm30px{
	margin-bottom:30px;
	}

.paTop5px{
padding-top:5px;}
	
.paTop10px{
padding-top:10px;}

.paTop20px{
padding-top:20px;}	


.paTop30px{
padding-top:30px;}	

.paLeft5px{
padding-left:5px;}		

.paLeft30px{
padding-left:30px;}		
	
.pabtm10px{
padding-bottom:10px;}	

.pabtm20px{
padding-bottom:20px;}
	
.pabtm30px{
padding-bottom:30px;}		

/*左インデント付きボックス*/
.ind1em{
	padding-left:1em;
	}
.ind2em{
	padding-left:2em;
	}


/*段落*/
p.lead{
	margin:0 0 1.5em 0;
	width:773px;
	padding-left:50px;
	}



/*----------------------------------------段組み*/
.flWrap{
	display:inline-block;/*----------------IE7 clearfix*/
	width:1024px;
    margin:0 auto;
	_height:200px;
	}

/*-------------------------2段組*/
.l2Col{
	float:left;
	width:653px;
	padding-right:10px;
	padding-left:40px;
	}
	
.r2Col{
	float:right;
	width:291px;
	padding-right:30px;
	}	
	
	
.l2Colb{
	float:left;
	width:815px;
	padding-left:99px;
	}
	
.r2Colb{
	float:right;
	width:80px;
	padding-right:30px;
	}	
		
	
/*-------------------------3段組*/
.l3Col,
.c3Col,
.r3Col{
	float:left;
	width:160px;
	}
.l3Col{
	background-color:#ffccff;
	}
.c3Col{
	margin-left:20px;
	background-color:#cccccc;
	}
.r3Col{
	margin-left:20px;
	background-color:#00ccff;
	}




/*---------------------------------------「ページトップへ」*/
.toPageTop{
	display:inline-block;/*----------------IE7 clearfix*/
	width:100%;
	margin:5px 0;
	clear:both;
	}
.toPageTop a{
	display:block;
	float:right;
	min-width:80px;
	_width:95px;
	height:16px;
	padding-right:30px;
	}
.toPageTop a:link,
.toPageTop a:visited{
	}
.toPageTop a:hover{
	}
.toPageTop a span{
	/*display:none;*/
	}



/*clearfix start*/
#header:after,
#Navi ul:after,
#main:after,
.flWrap:after,
.toPageTop:after {
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fontS{font-size:0.9em!important;}