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


body {
	margin: 0 auto;
	background-color: #C6D9DB;
	}
	
body02 {
	margin: 0 auto;
	background-color: #C6D9DB;
	background-image: url(../images/index/background01.gif);
	background-repeat: repeat;
	}
	

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


/* -----ヘッダ／ヨドガワ／目次----- */
#headder {
	margin-left: 25px;
	margin-right: 25px;
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 24px;
}

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


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




/* ----------マンガ--------- */
.manga {
	margin: 0 auto;
	margin-bottom: 20px;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 24px;
}

.manga_main {
	width: 750px;
	margin-bottom: 20px;
	margin: 0 auto;
	
	background-color: #FFF;
}

.page {
	width: 550px;
	border: medium solid #262D33;border-width: 1px;
	float: left;
}

.manga_btn_left {
	position:relative;
	
	width: 96px;
	float: left;
	height: 786px;
}

.manga_btn_under {
	position:absolute;
	bottom:0;
	left:0;
}


/* ----------フッター---------- */
.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;
}


/* ------------------リンク------------------ */
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の解除*/
}
