/**********************************すべてのタグの基本設定****************************/
body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p,a,div,img,span,br,hr,address{
	margin: 0px;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#ffffff;
}
a:hover{
	color: #FFFF99;
}

#wrapper{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width: 831px;
	margin:0px auto;
	padding:0px 15px 0px 19px;
	background-color:#942C2D;
}
#header p.header_top_line{
	text-indent: -9999px;
	height: 1px;
	overflow: hidden;
	background-color:#881616;
}
#header p.header_line{
	background-image: url(../img/header_line.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 20px;
	width: 831px;
	overflow: hidden;
}
#header p.header_bottom_line{
	text-indent: -9999px;
	height: 3px;
	overflow: hidden;
	background-color:#C6895C;
}
#main{
	clear:left;
	background-color:#ffffff;
	padding-bottom:20px;
}

/**********************************ロゴの設定**********************************/
#header h2 a{
	text-decoration: none;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 277px;
	overflow: hidden;
}

/**********************************メニューの設定******************************/
#header ul.menu{
	height: 45px;
	width: 831px;
}
#header ul.menu li{
	height: 45px;
	float:left;
}
#header ul.menu li.company a{
	text-decoration: none;
	background-image: url(../img/menu/company.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 159px;
	overflow: hidden;
	float:left;
}
#header ul.menu li.concept a{
	text-decoration: none;
	background-image: url(../img/menu/concept.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 135px;
	overflow: hidden;
	float:left;
}
#header ul.menu li.lineup a{
	text-decoration: none;
	background-image: url(../img/menu/lineup.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 132px;
	overflow: hidden;
	float:left;
}
#header ul.menu li.contact a{
	text-decoration: none;
	background-image: url(../img/menu/contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 134px;
	overflow: hidden;
	float:left;
}
#header ul.menu li.sitemap a{
	text-decoration: none;
	background-image: url(../img/menu/sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 132px;
	overflow: hidden;
	float:left;
}
#header ul.menu li.home a{
	text-decoration: none;
	background-image: url(../img/menu/home.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 139px;
	overflow: hidden;
	float:left;
}


/**********************************ナビの設定********************************/
#nabi{
margin-right:20px;
}
#nabi li{
	float:right;
	border-left:1px solid #ffffff;
	padding:0px 10px;
	font-size:90%;
	margin:20px 0px;
	
}











/**********************************コピーライトの設定************************/
address{
	clear:both;
	text-align:center;
	height:1.4em;
	padding:3px 0px;
	font-size: 12px;
	color: #AC772B;
}

