@charset "utf-8";
body {
	text-align:					center;
	margin:						0px;
	background-color:			#0d0d0d;
	padding:					0px auto 0px auto;
}

#mainPane {
	margin:						0px auto 0px auto;
	width:						850px;
}

#siteBar {
	width:						850px;
	height:						23px;
}

#mainVisual {
	width:						850px;
	height:						70px;
	background-image:			url('../img/common_visual.gif');
	text-align:					left;
}

#menuPane {
	width:						850px;
	height:						36px;
	background-image:			url('../img/menu_pane.gif');
	background-repeat:			repeat-x;
	margin:						0px;
	padding:					0px 0px 0px 0px;
	float:						left;
	text-align:					left;
}

#menuPane li {
	display:					inline;
	list-style:					none;
	margin:						0px 0px 0px 33px;
}

#contentsPane {
	width:						850px;
	text-align:					left;
	background-image:			url('../img/back.gif');
	background-repeat:			repeat;
}

/* コンテンツここから */

#leftPane {
	float:						left;
	width:						650px;
}

#leftPaneHeader {
	width:						650px;
	height:						14px;
	background-image:			url('../img/profile_header.gif');
	background-repeat:			no-repeat;
	background-position:		top center;
	margin:						0px 0px 10px 0px;
}

#chamuImageArea {
	text-align:					center;
	width:						250px;
	margin:						10px auto 0px autp;
	float:						left;
}
#chamuDataArea {
	width:						400px;
	margin:						10px 0px 40p 10px;
	float:						right;
}

/* 表↓↓↓↓ */
.chamuDataList {
	width:						400px;
	margin:						0px 0px 10px 0px;
}


.dataTitle {
	margin:						0px;
	color:						#FFFDA9;
	font-size:					10pt;
	line-height:				14pt;
	font-style:					normal;
	font-weight:				bold;
	font-family:				'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.dataHeader {
	width:						100px;
	margin:						0px;
	padding-left:				10px;
	color:						#FFFFFF;
	font-size:					10pt;
	line-height:				12pt;
	font-style:					normal;
	font-weight:				normal;
	font-family:				'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.dataContents {
	width:						300px;
	margin:						0px;
	color:						#FFFFFF;
	font-size:					10pt;
	line-height:				12pt;
	font-style:					normal;
	font-weight:				normal;
	font-family:				'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#chamuDataListLast {
	margin-bottom:				50px;
}

#endData {
	clear:						both;
}


#rightPane {
	float:						right;
	text-align:					center;
	width:						200px;
}

.banner {
	margin:						0px 0px 15px 0px;
}

#endPane {
	clear:						both;
}

/* コンテンツここまで */


#copyright {
	width:						850px;
	height:						15px;
	background-image:			url('../img/copyright.gif');
	background-repeat:			no-repeat;
}

#bluepacific {
	width:						850px;
	height:						24px;

	background-image:			url('../img/back.gif');
	background-repeat:			repeat;
}

