@charset "shift_jis";
/* -------------------------------------------------------------------
レイアウト
------------------------------------------------------------------- */

body{
	background-color:#000;
	min-width:950px;
}


#wrapper{
	background:url(../img/bg_main.jpg) center top repeat-y;
	margin:0 auto;
	width:950px;
}

/* ---------------------------------------
　コンテンツ
--------------------------------------- */
#contentsArea{
	width:950px;
}
#contentsArea:after{
	content:".";
	clear:both;
	display:block;
	line-height:0;
	height:0;
	visibility:hidden;
}
#contentsArea{
	zoom:1;
}
#contentsArea{
	overflow:hidden;
}


/* ---------------------------------------
　サイド
--------------------------------------- */
#sideArea{
	float:left;
	width:220px;
}

/* ヘッダー
----------------------------- */
#headerArea{
}
#headerArea #logoMain{
	margin:40px auto 0 auto;
	width:183px;
}

/* グローバルナビゲーション
----------------------------- */
#glovalNavi{
	margin:35px auto 0 auto;
	width:180px;
}


#glovalNavi li{
	margin-bottom:10px;
}



/* ---------------------------------------
　メインコンテンツ
--------------------------------------- */
#mainContentsArea{
	background:url(../img/bg_contents.jpg) center top no-repeat;
	float:right;
	width:730px;
}
#mainContentsBody{
	margin:0 auto;
	width:670px;
}



/* ---------------------------------------
　フッター
--------------------------------------- */
#btPageTop{
	text-align:right;
	margin:50px auto 0 auto;
	width:670px;
}
#footerArea{
	background:url(../img/bg_footer.jpg) center top repeat-y;
	margin-top:15px;
}
#footerArea #footerBody{
	padding-top:15px;
	margin:0 auto;
	width:670px;
}

#footerArea #footerBody dl dt{
	font-size:16px;
	font-weight:bold;
}
#footerArea #footerBody dl dd{
	font-size:12px;
}
#footerArea #footerBody dl dd a{
	color:#333;
}
#footerArea #footerBody #copyRight{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	margin-top:10px;
	padding-bottom:10px;
}
