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

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

.wrapper {
	background-repeat: repeat-y;
	width: 770px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
}


/* -----ヘッダ／ヨドガワ----- */
.headder {
	margin: 0 auto;
	background-image: url(images/back_white_body.png);
	background-repeat: repeat-y;
}


/* ----------メイン／本文---------- */
.main {
	margin: 0 auto;

	/* メインの文字要素 */
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 26px;
	background-image: url(images/back_white_body.png);
	background-repeat: repeat-y;
}


/* ----------フッター---------- */
.footer {
	margin: 0 auto;
	background-image: url(images/back_white_body.png);
	background-repeat: repeat-y;
}

.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;
}

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


/* ------------------リンク------------------ */
a:link {
	color: #B46EE5;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: B46EE5;
}
a:hover {
	text-decoration: none;
	color: B46EE5;
}
a:active {
	text-decoration: none;
}



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


.btn {
}
