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

body {
	margin: 0 auto;
}
	
#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-right: 65px;
	padding-left: 65px;
	background-image: url(../images/index/background01.gif);
	background-repeat: repeat-y;
}

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


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

#headder {
	position:relative;
	width: 850px;
	height: 524px;
	margin: 0 auto;
	background-image: url(../images/index/header_base.gif);
}

#headder01 {
	width: 660px;
	height: 442px;
	padding-top: 82px;
	margin: 0 auto;
	float: left;
}

/* ----スライド---- */

#photo01 {
	
	margin-left: 0px;
	margin-top: 0px;

	width: 660px;
	height: 439px;
	margin: 0 auto;
}

#date02 {
	z-index: 2;
	
    position: absolute;
    top: 0px;
	left: 0px;
	
	width: 166px;
	height: 524px;
	margin: 0 auto;
}




#headder02 {
	width: 123px;
	height: 524px;
	margin: 0 auto;
	float: right;
}



#yodogawa {
	margin: 0 auto;
}

.yodogawa_left01 {
	width: 418px;
	margin: 0 auto;
	float: left;
}
.yodogawa_left02 {
	width: 432px;
	margin: 0 auto;
	float: left;
}
	
.banner {
	width: 850px;
	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: 560px;
	margin: 0 auto;
	padding-bottom: 20px;
}

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


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

.small {
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 3px;
	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の解除*/
}
