
/* ===================================================================
CSS information

 style info :コンテンツページ共通の枠組み

=================================================================== */

/* -----------------------------------------------------------
	#default
		デフォルト(これは基本的に変更しない)
----------------------------------------------------------- */
body {
	background:#000000;
	color: #FFF;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","メイリオ","Meiryo","MS PGothic",Sans-Serif;
	line-height: 140%;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width:820px;
	margin:0 auto;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
}
#header:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear:both;

}
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	margin:40px 30px 20px auto;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	color:#CCCCCC;
}
#main:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#main a:link {color:#FFFFFF; text-decoration:none;}
#main a:hover {color:#FFFFFF; text-decoration:underline;}
#main a:active {color:#FFFFFF; text-decoration:none;}
#main a:visited {color:#999999; text-decoration:none;}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear:both;
}
#footer:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#footer .copyright {
	text-align: center;
	color:#999999;
	font-size:11px;
}
