*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0 auto;
	color: black;
	font-family:sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3;
	background: url(/images_main/bg.png) repeat-x white;
}

#wrapper{
	margin: 0 auto;
}

/*ヘッダー*/
#header{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	/*background-color: blue;*/
}

#header a{
	color: #dedede;
	text-decoration: underline;
}

#header a:hover{
	color: white;
}

#header #title a{
	background: url(/images_main/header_title.png) top left no-repeat;
	width: 448px;
	height: 100px;
	display: block;
	text-indent: -10000px;
	float: left;
}

#header #right{
	float: right;
	width: 552px;
}

#header #right #sub_menu{
	height: 39px;
	margin-right: 5px;
	line-height: 39px;
	text-align: right;
	color: white;
}

#header #right #tel{
	height: 50px;
	margin-right: 5px;
	line-height: 50px;
	background-color: green;
	text-align: right;
	font-family:"Arial Black";
	font-size: 160%;
	background: url(/images_main/header_okigaruni.png) left top no-repeat;
	color: white;
	margin-left: 70px;
}

#free{
	font-size: 70%;
	margin-right: 10px;
}

#header #right #time{
	margin-right: 5px;
	text-align: right;
	font-size: 80%;
	color: #ccc;
	margin-top: -10px;
	/*background-color: lime;*/
}
/*テキスト装飾*/
.red{
	color: red;
}


/*フッター*/
#footer_bg{
	background: url(/images_main/footer_bar.png) repeat-x top;
	padding-top: 26px;
}

#footer{
	width: 1000px;
	height: 37px;
	margin: 0 auto;
	/*background-color: red;*/
}

#footer #mail{
	width: 468px;
	float: left;
}

#footer #tel{
	width: 532px;
	height: 37px;
	float: right;
	background: url(/images_main/footer_tel.png) no-repeat top right;
	text-indent: -10000px;
}

#footer_menu{
	width: 100%;
	color: gray;
	text-align: center;
	border-top: gray 1px solid;
	padding: 10px 0;
}

#footer_menu a{
	color: gray;
	text-decoration: underline;
}

#footer_menu a:hover{
	color: black;
}

#footer_menu #copy{
	font-size: 80%;
	color: gray;
	margin-top: 5px;
}

#footer:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#footer { display: inline-block; } 
#footer { display: block; }

/*メニュー*/
/*メニュー*/
.menu{
	width: 1000px;
	height: 35px;
	margin: 0 auto;
	list-style: none;
	/*background-color:navy;*/
}

ul.menu li{
	float:left;
	width:200px;
	height:35px;
	position:relative;
}
ul.menu #home a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url("/images_menu/home.png");
	text-indent: -10000px;
}
ul.menu #home a:hover{
	background-position: 0 -35px;
}

ul.menu #lineup a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url("/images_menu/lineup.png");
	text-indent: -10000px;
}
ul.menu #lineup a:hover{
	background-position: 0 -35px;
}

ul.menu #qa a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url("/images_menu/qa.png");
	text-indent: -10000px;
}
ul.menu #qa a:hover{
	background-position: 0 -35px;
}

ul.menu #case a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url("/images_menu/case.png");
	text-indent: -10000px;
}
ul.menu #case a:hover{
	background-position: 0 -35px;
}

ul.menu li ul.sub{
	position:absolute;
	list-style: none;
}

ul.menu li ul.sub #hatsuden a{
	display: block;
	background: url(/images_menu/hatsuden.png) no-repeat;
	width: 250px;
	height: 35px;
	text-indent: -100000px;
}
ul.menu li ul.sub #hatsuden a:hover{
	background-position: 0 -35px;
}

ul.menu li ul.sub #alldenka a{
	display: block;
	background: url(/images_menu/alldenka.png) no-repeat;
	float: left;
	width: 250px;
	height: 35px;
	text-indent: -10000px;
}
ul.menu li ul.sub #alldenka a:hover{
	background-position: 0 -35px;
}

ul.menu #blog a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url("/images_menu/blog.png");
	text-indent: -10000px;
}
ul.menu #blog a:hover{
	background-position: 0 -35px;
}


#menu ul:after { content: url(/images_home/pixel.gif); display: block; clear: both; height: 0; } 
#menu ul { display: inline-block; } 
#menu ul { display: block; }
