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

body {
	margin: 0 auto;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center bottom;
	}

#wrapper {
	z-index: 1;
	position: relative;
	
	width: 850px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	background-color: #FFF;
}

#wrapper_profile {
	width: 600px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	background-color: #FFF;
}


#profile {
	z-index: 2;
	
	width: 179px;
    position: absolute;
    top: 145px;
	right: 70px;
}


/* -----ヘッダ／ヨドガワ／目次----- */
#headder {
	margin: 0 auto;
}

#yodogawa {
	margin: 0 auto;
}

#mokuji {
	margin: 0 auto;
}




/* ----------本文／スライドショー---------- */
.main {
	margin: 0 auto;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #262D33;
	letter-spacing: 2px;
	line-height: 24px;
}

.slide_space {
	width: 850px;
	height: 634px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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


/* ----------フッター---------- */
#footer {
	margin: 0 auto;
	padding-bottom: 20px;
}

.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の解除*/