/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(../img/main_BG.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	background-color:#000;
}

img {border:0;}

a {outline:0;}

.en10 {font-family:Georgia, "Times New Roman", Times, serif;}

.jp10 {	font-size:0.8em;}

/* コンテンツ全体ボックス */
#ContBG {
	width:940px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/cont_BG.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

/* ヘッダーサイズ用ボックス */
#ContWrapper {
	width:920px;
	overflow:hidden;
	margin:auto;
}

/* コンテンツ内側ボックス */
#ContInner {
	width:900px;
	overflow:hidden;
	margin:auto;
}

/* ヘッダー */
#Header {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
	background-image:url(../img/header_BG.gif);
	background-position:10px bottom;
	background-repeat:no-repeat;
}

#Logo {
	width:180px;
	float:left;
	padding-top:15px;
}

h1 {
	margin:0;
	padding:0;
	background-image:url(../img/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:180px;
	height:70px;
}

h1 a {
	display:block;
	height:70px;
	text-indent:-9999px;
}

/* ヘッダー右側ボックス */
#HeaderRight {
	width:680px;
	float:right;
	overflow:hidden;
}

/* ▼審査結果速報があるときのみオンにする */
#HeaderResultsWrapper {
	overflow:hidden;
	width:100%;
}

/* ▼審査結果速報があるときのみオンにする */
#HeaderResults {
	width:400px;
	float:left;
	padding-top:7px;
	padding-bottom:7px;
}

#HeaderResults a {
	display:block;
	height:30px;
	text-indent:-9999px;
	background-image:url(../2010/jgp2010_results_btn.gif);
}

#HeaderResults a:hover {
	background-position:0 -30px;
}

/* 言語切り替え */
#LangBox {
	padding:10px;
	padding-top:0;
	margin-right:10px;
	text-align:right;
	
	/* ▼審査結果速報があるときのみオフにする */
	padding-bottom:50px;
	
	/* ▼審査結果速報があるときのみオンにする */
	/*float:right;*/
}

#LangBox ul {
	margin:0;
	padding:0;
	list-style:none;
}

#LangBox li {
	margin:0;
	padding:0;
	float:right;
}

#LangBox li span {
	display:block;
	font-size:0.8em;
	font-weight:bold;
	background-color:#009999;
	padding:7px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../img/lang_BG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	border:1px solid #222;
	border-top:0;
}

#LangBox li a {
	display:block;
	font-size:0.7em;
	background-color:#EFEFEF;
	padding:3px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../img/link_allow.gif);
	background-position:5px;
	background-repeat:no-repeat;
	text-align:center;
	text-decoration:none;
	color:#333;
}

#LangBox li a:hover {
	background-color:#CCC;
	color:#333;
	background-image:url(../img/link_allow_on.gif);
	background-position:5px;
	background-repeat:no-repeat;
}

/*========================================
ページコンテンツ
========================================*/
#MainCont {
	width:900px;
	margin:auto;
	overflow:hidden;
	background-color:#1E1E1E;
}

#PageImg {
	width:900px;
	height:240px;
	overflow:hidden;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

/* パンくずリスト */
#PageListBox {
	width:920px;
	background-image:url(../img/pageList_BG.gif);
	background-position:10px top;
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:20px;
}

#PageListBox span {
	background-image:url(../img/lang_BG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	display:inline-block;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#009999;
	font-size:0.7em;
	color:#FFFFFF;
}

#PageListBox span:hover {
	background-image:url(../img/lang_BG_on.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#PageListBox a {
	color:#FFFFFF;
}

#PageListBox a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ページ内リンク */
#PageNavi {
	width:180px;
	padding-top:20px;
	padding-left:20px;
	float:left;
	text-shadow: #000 0 1px 0;
}

#PageNavi a {
	display:block;
	padding:7px;
	text-decoration:none;
	font-size:0.55em;
	margin-bottom:10px;
	width:160px;
	color:#999;
}

#PageNavi a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#272727;
}

#PageNavi a:hover h2 {
	color:#FFF;
}

#PageNavi span {
	display:block;
	padding:7px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.55em;
	margin-bottom:10px;
	width:170px;
	background-color:#333333;
	border:1px solid #181818;
	border-right:0;
}

#PageNavi h2 {
	margin:0;
	padding:0;
	font-size:1.8em;
}

/* ページ右側コンテンツ */
#PageCont {
	padding:20px;
	padding-bottom:40px;
	width:640px;
	float:left;
	background-image:url(../img/pagecont_BG.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	overflow:auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#PageCont h2 {
	margin:0;
	padding-bottom:30px;
}

.Separator {
	height:60px;
	background-image:url(../img/hBorder.gif);
	background-position:center;
	background-repeat:repeat-x;
}

/* ページの先頭に戻る */
#BackToTop {
	clear:both;
	background-image:url(../img/footer_BG.gif);
	background-position:10px;
	background-repeat:repeat-y;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

#BackToTop a {
	color:#CC0000;
	padding:5px;
	padding-left:20px;
	background-image:url(../img/backtotop_BG.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:0.7em;
	color:#FFFFFF;
	text-decoration:none;
}

#BackToTop a:hover {
	text-decoration:none;
	background-image:url(../img/backtotop_BG_on.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/*========================================
フッター（トップページ用）
========================================*/
#Footer {
	width:500px;
	clear:both;
	padding-bottom:0px;
	padding-top:70px;
	padding-bottom:7px;
	padding-left:65px;
	font-size:0.6em;
	line-height:1.7em;
	color:#999999;
	background-image:url(../img/footer_logo.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:auto;
}

#Footer ul {
	margin:0;
	padding:0;
	padding-bottom:5px;
	width:100%;
	overflow:auto;
	list-style-type:none;
}

#Footer li {
	float:left;
	padding-right:10px;
}

#Footer li a {
	padding-right:10px;
	color:#999;
}

#Footer li a.vBorder {
	border-right:1px dotted #333;
}

#Footer li a:hover {
	color:#FFF;
	text-decoration:none;
}

#Footer address {
	font-style:normal;
	font-size:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}


/*========================================
フッター（コンテンツページ用）
========================================*/
#FooterWrapper {
	width:900px;
	clear:both;
	background-color:#1E1E1E;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}

