@charset "utf-8";

/* COMMON -----------------------*/
body {
	color:#000;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:22px;
	text-align:center;
	margin:0;
	padding:0;
	
	
	background-image:url(../images/bg.png);
	background-color:#b2bbc0;
	background-repeat:repeat-x;
	background-position:top left;
	
}
img {
	border:none;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}


/* HEADER&MENU -----------------------*/

#header {
	width:1068px;
	margin:auto;
	height:66px;
}

#logo-btn {
	height:38px;
	width:215px;
	float:left;
	margin:0px 0px 0px 0px;
	padding: 15px 0px 0px 94px;
}

#main {
	width:100%;
	height:568px;
	margin:auto;
	background: url(../images/bg2.png) no-repeat bottom center;

}


/* FLASH -----------------------*/

#top #flash {
	width:100%;
	height:534px;
	margin:auto;
}

/* FOOTER -----------------------*/

#footer {
	width:1068px;
　　height:20px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
}

#copy {
	width:326px;
	padding:0px 0px 0px 112px;
	float:left;
}

#copy address {
	color:#788287;
	font-size:9px;
	text-decoration:none;
	font-style:normal;
	text-align:left;
}

#submenu {
	height:20px;
	width:250px;
	margin-top:0px;
	padding-right:94px;
	float:right;
	background:url(../images/menu_dammy.gif) no-repeat;
}

#submenu ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0;
}

#submenu li {
	background:transparent none repeat scroll 0 0;
	float:left;
}

#footer li a, #submenu li span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:20px;
}

#submenu li.sm1 a {
	margin-right:10px;
	background:transparent url(../images/seihin0.png) no-repeat scroll 0 0;
	width:85px;
}
#submenu li.sm1 a:hover {
	margin-right:10px;
	background:transparent url(../images/seihin.png) no-repeat scroll 0 0px;
	width:85px;
}

#submenu li.sm2 a {
	background:transparent url(../images/privacy0.png) no-repeat scroll 0px 0;
	width:145px;
}
#submenu li.sm2 a:hover {
	background:transparent url(../images/privacy.png) no-repeat scroll 0px 0px;
	width:145px;
}

