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

body {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment:fixed;
	background-image: url(../images/background.jpg);
}

.wrapper {
	width: 700px;
	background-repeat: repeat;
	background-position: center;
	margin: 0 auto;
}

.header {
	margin: 0px;
}

.main {
	margin: 0px;
	background-image: url(../kokuchi_images/body.png);
	background-repeat: repeat;
	background-position: center;
}

.main_text {
	margin: 0px;
	font-size:14px;
	line-height:24px;
	letter-spacing:1px;
	color: #333;
}


.btn_01_02 {
	margin: 0px;
}






.footer {
	margin: 0px;
	margin-left: 42px;
	margin-right: 42px;
	
	margin: 0px;
	background-image: url(../kokuchi_images/body.png);
	background-repeat: repeat;
	background-position: center;
}



/* イレギュラー */

.small01 {
	font-size: 12px;
	line-height:15px;
	padding-top: 10px;
	margin-left: 42px;
	margin-right: 42px;
}

.big01 {
	font-size: 22px;
	line-height:40px;
}



/* ーーーーーーーーーーーーーーリンクーーーーーーーーーーーーーー */



a:link {
	color: #FF5B00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5B00;
}
a:hover {
	text-decoration: none;
	color: #FF5B00;
}
a:active {
	text-decoration: none;
}



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