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


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

.wrapper {
	background-repeat: repeat;
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/common_img/body_main900_main.png);
}


.header {
}


/* ------------------メインと背景要素について------------------ */

.main {
	background-repeat: repeat-y;
	margin: 0 auto;
	background-image: url(../images/resale/body_main900_main.png);
	padding-top: 30px;
	/* メインの文字要素 */
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	line-height: 34px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.bg_top {
}

.bg_bottom {
}


/* ------------------動画------------------ */
.youtube {
	margin-top: 60px;
	margin-bottom: 50px;
	
}

/* ------------------目次------------------ */
.mokuji {
	margin-top: 30px;
	margin-bottom: 50px;
	
}


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

.footer {
	margin: 0 auto;
	margin-top: 20px;
}

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

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



/* ------------------イレギュラー文字要素------------------ */
.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* ------------------リンク------------------ */
a:link {
	color: #2BB26E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #3366FF;
}
a:active {
	text-decoration: none;
}


.btn {
}


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