/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}



body {
	color: #333333;
	font-size: x-small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.4em;
	background:#ffffff;/* url(./img/MAIN_BG.png) repeat-y;*/
	text-align:left;
}

body div{
	text-align:left;
	/*margin: 0 auto;*/
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


a{
	/*color:#0085C1;*/
	color:#ffffff;
	text-decoration: none;
}
a:hover{
	color:#333333;
	background-color:#ffffff;
	text-decoration: none;
}
a:link{
	color:#ffffff;
	text-decoration: none;
}
a:visited{
	color:#ffffff;
	text-decoration: none;
}	
a:link:hover{
	color:#333333;
	background-color:#ffffff;
	text-decoration: none;
}
a:visited:hover{
	color:#333333;
	background-color:#ffffff;
	text-decoration: none;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#contents {
	/*margin:0px auto;autoが入っているとセンタリングする*/
	/*margin:0;*/
	margin:0px auto;
	width:850px;
	height:100%;
	text-align:left; 
	backgronud-color:#ffffff;
	/*background:#000000 url(./img/MAIN_BG.png) repeat-y;*/
}

#main{
	width:850px;
	height:700px;
	padding:0px;
	margin:0px;
	background-color:#ffffff;
}



#footer{
	width:850px;
	height:30px;
	background:#666666;
}
#footerCont{
	padding:5px 5px 5px 18px;
}
.rcrt{
	float:left;
}
.copyR{
	float:right;
}
