@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_yokoku/background.jpg);
	}
	

.wrapper {
	background-repeat: repeat;
	width: 900px;
	margin: 0 auto;
}



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

.main {
	background-repeat: repeat-y;
	margin: 0 auto;
	background-image: url(../images_yokoku/body_main900_main.png);
	
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	
	/* メインの文字要素 */
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}

.bg_top {
}

.bg_bottom {
}


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

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


/* ------------------フッター------------------ */
.footer {	
}



/* ------------------イレギュラー文字要素------------------ */
.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}




/* ------------------リンク------------------ */
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 {
}