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

/* COMMON -----------------------*/

body {
	background:#fef9f3;
	color:#555555;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0;
}
img {
	border:none;
}
.right {
	text-align:right;
}
#all {
	width:900px;
	margin:auto;
}
#contents {
	background:#fef9f3 url(../img/bg.gif) repeat-x;
}
/* HEADER -----------------------*/
#ttl {
	width:900px;
	margin:auto;
	height:50px;
	margin-top:45px;
}
#header {
	height:80px;
	width:900px;
	margin:auto;
	background:#fff;
}
#una_ttl {
	height:41px;
	width:133px;
	margin:30px 0 0 0;
	float:left;
}
#kw_logo {
	float:right;
	margin-top:30px;
	margin-right:10px;
}
#una_subttl {
	background:url(../img/header_catch.gif) no-repeat;
	text-indent:-8888px;
	height:15px;
	width:160px;
	margin:45px 0 0 25px;
	float:left;
}
#lead-v2 {
	height:30px;
	width:430px;
	margin:10px 0 0 0;
	float:right;
}
/* MENU -----------------------*/

#menu_bg {
	background:#fff;
}
#mainmenu {
	margin:auto;
	height:33px;
	width:900px;
	overflow:hidden;
	background:url(../img/menu_bg.gif) no-repeat;
}
#mainmenu ul {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	width:450px;
	float:right;
}
#mainmenu li {
	background:transparent none repeat scroll 0 0;
	float:left;
}
#mainmenu li a, #mainmenu li span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:33px;
	width:132px;
}
#mainmenu li.mm1 a {
	background:transparent url(../img/bt.gif) no-repeat 0px 0;
	width:81px;
}
#mainmenu li.mm1 a:hover {
	background:transparent url(../img/bt.gif) no-repeat 0px -34px;
}
#mainmenu li.mm2 a {
	background:transparent url(../img/bt.gif) no-repeat -81px 0px;
	width:120px;
}
#mainmenu li.mm2 a:hover {
	background:transparent url(../img/bt.gif) no-repeat -81px -34px;
}
#mainmenu li.mm3 a {
	background:transparent url(../img/bt.gif) no-repeat -201px 0px;
	width:121px;
}
#mainmenu li.mm3 a:hover {
	background:transparent url(../img/bt.gif) no-repeat -201px -34px;
}
#mainmenu li.mm4 a {
	background:transparent url(../img/bt.gif) no-repeat -322px 0px;
	width:120px;
}
#mainmenu li.mm4 a:hover {
	background:transparent url(../img/bt.gif) no-repeat -322px -34px;
}
/* MENU CURRENT*/

#top #mainmenu li.mm1 a {
	background:transparent url(../img/bt.gif) no-repeat 0px -67px;
}
#lineup #mainmenu li.mm2 a {
	background:transparent url(../img/bt.gif) no-repeat -81px -67px;
}
#mori #mainmenu li.mm3 a {
	background:transparent url(../img/bt.gif) no-repeat -201px -67px;
}
#tvcm #mainmenu li.mm4 a {
	background:transparent url(../img/bt.gif) no-repeat -322px -67px;
}
/* FLASH -----------------------*/

#flash {
	width:900px;
	height:470px;
	margin:auto;
	margin-top:1px;
}
/* FOOTER -----------------------*/

#footer_bg {
background:#fef9f3;
}
#footer {
	width:900px;
	height:50px;
	background: url(../img/footer_bg.gif) no-repeat;
	margin:auto;
	margin-top:10px;
}
#footer address {
	display:block;
	float:left;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
}
#footer #footer_menu {
	float:right;
	margin-top:11px;
	margin-right:20px;
}
#footer #footer_menu img {
	margin-left:20px;
}
