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


/* ----------メインページ---------- */ 

body {
	background-repeat: repeat;
	margin: 0 auto;
	margin-bottom: 10px;
	background-image: url(images/common_img/background04.gif);
	}
	

#wrapper {
	background-repeat: repeat;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headder {
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 10px;
}

#info01 {
	margin: 0 auto;
	padding-bottom: 20px;
}

#main {
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 20px;
	padding-top: 10px;
}


.main_text {
	width: 550px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
	background-image: url(images/common_img/background_main.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	margin-bottom: 20px;
}


#mokuji {
	margin: 0 auto;
	padding-bottom: 20px;
}

#info02 {
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer {
	
	width: 480px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.small {
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 15px;
}

.azuki {
	margin: 0 auto;
	font-size: 14px;
	color: #933;
	letter-spacing: 1px;
	line-height: 24px;
	background-color: #FFF;
}

.btn {
}


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