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

body {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 26px;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #F0F0EB;
	background-position: center;
}
}
	
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/index/background01.gif);
	background-repeat: repeat-y;
}

#wrapper_profile {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}


/* -----ヘッダ／ヨドガワ／目次----- */

#headder {
	margin: 0 auto;
}

#yodogawa {
	margin: 0 auto;
}

.yodogawa_left01 {
	width: 418px;
	margin: 0 auto;
	float: left;
}
.yodogawa_left02 {
	width: 432px;
	margin: 0 auto;
	float: left;
}
	
.banner {
	width: 800px;
	padding-top: 20px;
	margin: 0 auto;
}

.banner01 {
	margin: 0 auto;
	float: left;
}
.banner02 {
	margin: 0 auto;
	float: right;
}


/* ----------本文／スライドショー---------- */

.main {
	margin: 0 auto;
	margin-top: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
}

.main_left01 {
	width: 300px;
	margin: 0 auto;
	float: left;
}
.main_left02 {
	width: 550px;
	margin: 0 auto;
	float: left;
}



.main_profile {
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
}

.chusen_main {
	width: 782px;
	padding-left: 20px;
	margin: 0 auto;
	background-image: url(../images/index/frame_01_main.gif);
	background-repeat: repeat-y;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 20px;
	
}

.chusen_frame {
	width: 802px;
	margin: 0 auto;
}


/* ----------フッター---------- */

#footer {
	width: 545px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.footer_left {
	margin: 0 auto;
	float: left;
}


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

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 2px;
	color: #666;
	line-height: 20px;
}


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

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


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	margin: 0 auto;
}


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