@charset "Shift_JIS";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/*header_nichiyu*/

div#header_nichiyu {
	height:68px;
	background-color:#FFF;
	border-bottom:#CCCCCC solid 1px;
}

div#header_nichiyu li{
	list-style-type:none;
}


div#header_nichiyu_in {
	position:relative;
	clear:both;
	width:920px;
	height:68px;
	text-align:center;
	clear:both;
}

div#header_nichiyu_in h1 a{
	display:block;
	width:82px;
	height:35px;
	background:url(../image/header_logo.png) no-repeat;
	position:absolute;
	top:17px;
	left:12px;
	text-indent:-9999px;
	text-decoration:none;
}

div#header_nichiyu_in ul li {
	display:inline;
}

div#header_nichiyu_in ul li a#catalog{
	display:block;
	width:93px;
	height:30px;
	position:absolute;
	top:23px;
	left:564px;
	text-indent:-9999px;
	background:url(../image/header_btn_catalog.png) no-repeat;
}

div#header_nichiyu_in ul li a#contact{
	display:block;
	width:93px;
	height:30px;
	position:absolute;
	top:23px;
	left:667px;
	text-indent:-9999px;
	background:url(../image/header_btn_contact.png) no-repeat;
}


div#header_nichiyu_in ul li a#global_site{
	display:block;
	width:132px;
	height:40px;
	position:absolute;
	top:15px;
	left:775px;
	text-indent:-9999px;
	background:url(../image/header_btn_global_site.png) no-repeat;
}


table tr td.table_under_text{
font-size:78%;
color:#333333;
padding-top:10px;

}

/*footer_nichiyu*/

div#footer_nichiyu{
	clear:both;
	height:86px;
	background:url(../image/footer_in_back.png) repeat-x;
	border-bottom:#FFFFFF solid 1px;
}

div#footer_nichiyu li{
		list-style-type:none;
}

div#footer_nichiyu_in{
	text-align:left;
	height:86px;
	width:920px;
	background:url(../image/footer_in_back.png) repeat-x;
	border-bottom:#FFFFFF solid 1px;
	position:relative;
	clear:both;
}

div#footer_nichiyu_in p{
	float:left;
	left:16px;
	top:27px;
	height:15px;
	width:332px;
	background:url(../image/footer_copyright.png) no-repeat;
	text-indent:-9999px;
	position:absolute;
}

div#footer_nichiyu_in ul{
	right:16px;
	top:27px;
	position:absolute;
}

div#footer_nichiyu_in ul li{
	float:left;
	font-size:12px;
	padding-left:15px;
	height:15px;
	margin-right:10px;
	background:url(../image/footer_vector.png) no-repeat 0 1px;
}

div#footer_nichiyu_in ul li a:link {
	text-decoration:none;
	color:#333333;
}
div#footer_nichiyu_in ul li a:visited {
	text-decoration:none;
	color:#333333;
}
div#footer_nichiyu_in ul li a:hover {
	text-decoration:underline;
	color:#333333;
}
div#footer_nichiyu_in ul li a:active {
	text-decoration:underline;
	color:#333333;
}

