/*■■■■■■■■■■ グローバル■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*body*/
body{
	background-color: #414141;
	color: #666666;
	font-size: small;
	/*_font-size: x-small;*/
	line-height: 1.5em;
}

/*大枠*/
div#wrapper{
	background-image: url(../rsc/bg_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px auto 0px auto;
	width: 940px;
}

/*□□□□□ 大枠内 □□□□□*/
/*コンテンツエリア*/
div#contentsArea{
	clear: both;
	width:920px;
	padding-bottom: 20px;
}


/*トップロゴ*/
div#logo{
	margin: 0px 20px 0px 20px;
	width: 900px;
}




/*フッターエリア*/
div#footerArea{
	width: 940px;
}


