
/* new clearfix */

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

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

.header {
	margin: 0px;
	margin-bottom: 20px;
}



/* ーーーーーーーメインーーーーーーー */


.main {
	margin: 0px;
	padding-top: 20px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #333;
	width: 817px;
	margin-left: 42px;
	margin-right: 42px;
	background-color: #FFF;
}


.main_left {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 40px;
	width: 380px;
	float: left;
}

.main_right {
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	width: 400px;
	float: right;
}


.main_btn {
	margin: 0px;
}




/* ーーーーーーーその他ーーーーーーー */



.footer {
	margin: 0px;
	padding-top: 10px;
	margin-left: 42px;
	margin-right: 42px;
}



/* イレギュラー */

.small01 {
	font-size: 10px;
	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の解除*/
}
