@charset "utf-8";
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fcfaeb;
	margin: 0; 
	padding: 0;
	background:#fcfae6;
	color: #555555;
}

a img{ border:none;}

/* --- HEADER --- */
.header {
	height: 100px;
	min-width: 950px;
	background: url(./images/bg_header.png) center top repeat-x;
}
.header-inner {
	margin: 0px auto;
	width: 950px;
}
.logo img{ 
	padding: 0 0 0 10px;
}
.info_btn img{
	float:right;	
}
/* -------------- */

/* --- CONTENT --- */
.main #container {
	width: 950px;
	background: #fcfae6;
	margin: 0 auto;
	text-align: left;
	padding:10px;
	margin-bottom:20px;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #scl{
	font-size: 12px;
	margin-bottom: 0px;
	margin-left:20px;
}
/* -------------- */

/* --- FOOTER --- */
.footer {
	clear: both;
/*	_height: 360px;*/
	min-height: 400px;
	min-width: 950px;
	color: #fff;
	background-color: #535252;
	background: url(./images/bg_footer.png) left top repeat-x;
}


.footer-inner {
	margin: 0px auto;
	width: 950px;
	padding:15px;
}
.footer .foot-txt{
	width:340px;
	margin:20px;
}
.footer .adress {
	width:500px;
	margin: 0;
	padding: 10px 0; 
	text-align: right;
	float:right;
}
.footer .link-list {
	width:500px;
	margin: 0;
	padding: 0px 0; 
	text-align: left;
	float:right;
}