@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}
#WRAP {
	width:949px;
	margin:3px auto 0;
	color:  #333333;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: thin solid #666666;
	border-bottom: thin solid #666666;
	border-left: thin solid #666666;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}



/*___________ 【MAIN】 ___________ */
#MAIN {
	width:950px;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	height: 82px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:870px;
	float:right;
	height: auto;
}

#siyousyo1 {
	width:307px;
	border: thin solid #666666;
	background-color: #E3E3E3;
	height: auto;
	float: left;
	position: relative;
	top: auto;
	font-size: 10px;
	line-height: 15px;
	padding: 3px;
}
#siyousyo2 {
	width:512px;
	height: auto;
	float: right;
	position: relative;
	top: auto;
	margin-right: 35px;
	margin-bottom: 70px;
}

/*___________ 【FOOTER】 ___________ */


#FOOTER {
	margin: 0;
	padding: 20px 0 0px;
}

/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}

/* ____ 画像設定 }____ */

img {
	border:0;
}
