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


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

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}


/* -----ヘッダ／ヨドガワ／目次----- */
#headder {
	position:relative;
	margin-left: 25px;
	margin-right: 25px;
	margin: 0 auto;
}

.yodogawa {
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 40px;
	margin: 0 auto;
}

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

#photo01 {
	z-index: 1;
	position: relative;
	
	margin-left: 100px;
	margin-right: 100px;

	width: 750px;
	height: 500px;
	margin: 0 auto;
}

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

/* -----ニュース部分----- */
.news {
	z-index: 1;
	position:relative;
	
	width: 402px;
	margin: 0 auto;
	float: left;
	background-image: url(../images/index/news_back.gif);
	background-repeat: repeat-y;
}

.news_photo {
	width: 130px;
	padding-left: 33px;
	margin: 0 auto;
	float: left;
}

.news_title {
	width: 210px;
	margin: 0 auto;
	padding-left: 20px;
	float: left;
	
	z-index: 2;
	
    position: absolute;
    top: 97px;
	right: 0px;
	
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #109E05;
	letter-spacing: 2px;
	line-height: 18px;
}



.yodogawa_left02 {
	width: 348px;
	margin: 0 auto;
	float: left;
}


.banner {
	}
	
	
.banner02 {
	margin-left: 75px;
	margin-right: 75px;
}







/* ----------メイン／本文---------- */
.main {
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 60px;
	margin-left: 25px;
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 24px;
}


/* ----------かこみ---------- */
#kokuchi {
	margin: 0 auto;
	
	/* 告知の文字要素 */
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF6D6;
}

.k_frame {
	margin: 0 auto;
}


/* ----------フッター---------- */
.footer {
	margin: 0 auto;
	margin-left: 25px;
	margin-right: 25px;
}

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

.footer_right {
	margin: 0 auto;
	float: right;
}


/* ----------スペース---------- */
.space01 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.space02 {
	margin-top: 40px;
}

.space03 {
	margin-bottom: 20px;
}

.space04 {
	margin-right: 25px;
}



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

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

.small02 {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #666;
	line-height: 14px;
}

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

.red {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 3px;
	color: #E205AE;
	line-height: 24px;
}


/* ------------------リンク------------------ */
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 {
	width: 400px;
	margin: 0 auto;
}


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