/* CSS Document */

*{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	font-style:normal
}

body {
	background: url(img/header_navi_01.gif) repeat-x scroll top;
}


#container {
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background: #FFFFFF url(../Copy of N_kanai/top_back.jpg) no-repeat 250px 50px;
	clear: both;
	height: auto;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	color: #CCCCCC;
}
h3 {
	font-size: 16px;
	color: #CCCCCC;
}
h4 {
	font-size: 12px;
	color: #CCCCCC;
	background: #333333;
	height: 20px;
	width: 180px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 5px 5px 5px 2px;
	padding: 5px 5px 5px 2px;
	width: 98%;
	color: #CCCCCC;
	background: #333333;
}
h6 {
	font-size: 10px;
	color: #999999;
	margin: 5px 0px 0px;
}
li {
	text-decoration: none;
	display: block;
	font-size: 0px;
	list-style: url(../Copy of N_kanai/navi.gif);
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	width: 160px;
}

#navi {
	float: left;
	width: 180px;
	background: url(../Copy of N_kanai/side_back.gif) repeat-y;
	height: auto;
	font-size: 0px;
	line-height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#navi_h {
	height: 55px;
	width: 800px;
}
#navi_h ul {
	clear: both;
}
#navi_h li {
	display: block;
	float: left;
	width: 114px;
	height: auto;
}
#navi ul li {
	width: 180px;
	height: auto;
	padding-bottom: 10px;
	font-size: 12px;
	list-style: none;
	line-height: 18px;
}
#navi ul li a:link {
	color: #090;
}
#navi ul li a:hover {
	color: #F60;
}


#footer {
	clear: both;
	float: none;
	text-align: center;
	height: 20px;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 12px;
	color: #666;
	width: 800px;
}
#container #search {
	height: 580px;
	clear: both;
}
