@charset "UTF-8";
/* CSS Document */


body {
	margin: 0 auto;
	background-color: #E3F9FF;
	}

.wrapper {
	background-repeat: repeat-y;
	width: 950px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	background-position: center center;
	background-color: #FFF;
}


/* -----ヘッダ／ヨドガワ／目次----- */
.headder {
	margin: 0 auto;
	margin-bottom: 30px;
	float: left;
}

.yodogawa {
	margin: 0 auto;
	margin-bottom: 30px;
	float: left;
}


/* ----------メイン／本文---------- */
.main {
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
	
	/* メインの文字要素 */
	font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
}


.slide {
	width: 750px;
	margin: 0 auto;
	float: right;
}

.mokuji {
	width: 178px;
	margin: 0 auto;
	float: left;
}

/* ----------フッター---------- */
.btn_footer {
	margin: 0 auto;
	margin-top: 20px;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	margin-top: 20px;
	float: right;
}


/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 15px;
}




/* ------------------リンク------------------ */
a:link {
	color: #B46EE5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: B46EE5;
}
a:hover {
	text-decoration: none;
	color: B46EE5;
}
a:active {
	text-decoration: none;
}


.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}