/*

wako-dnk main css

*/

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 ;
	font-size: 10px;
	color:#aaa;
}

/* font Size */
p, li, dt, dd	{ font-size: 10px; line-height: 12px ; color: #aaa ; }

/* hx */
h1	{ font-size: 18px;margin: 0 ; background: #000; }
h2	{ font-size: 16px;margin: 0 ; background: #000;	font-weight: bold;}
h3, h4, h5, h6	{ font-size: 12px; color:#b00 ; }

/* link Color */
A:LINK {
	color: #B00000;
	text-decoration: none;
}

A:VISITED {
	color: #B00000;
	text-decoration: none;
}

A:HOVER {
	color: #B00000;
	text-decoration: underline;
/*	line-height: 16px;*/
}

a img{ border: none; }


ADDRESS {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

BLOCKQUOTE {
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}

UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-image : url(hpb_bul_circle01.gif);
	list-style-position: outside;
	list-style-type: none;
}

table{
	border-collapse: collapse;
}

td{
	border:0px solid #400 ;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 120% ;
	text-color: #888 ;
}

#menu table{
	border-collapse: collapse;
}

#menu td{
	border-bottom:1px solid #888 ;
	border-top:1px solid #888 ;
	margin: 0 0 0 0 ;
	padding: 0 10px 0 10px ;
}

#head_menu table{
	border-collapse: collapse;
}

#head_menu td{
	border-bottom:2px solid #888 ;
	border-top:0px solid #888 ;
	margin: 0 0 0 0 ;
	padding: 0 10px 0 10px ;
}

#head {
}

#main table{
	border-collapse: collapse;
	border:1px solid #aaa ;
}

#main td{
	font-size: 10px;
	line-height: 120% ;
	margin: 0 0 0 0 ;
	padding: 0 10px 0 10px ;
	border:1px solid #888 ;
}

#main a:link {
	color: #888;
	text-decoration: none;
	line-height: 16px;
}

#main a:visited {
	color: #777;
	text-decoration: none;
	line-height: 16px;
}
#main a:hover {
	color: #888;
	text-decoration: underline;
	line-height: 16px;
}
#main a:active {
	color: #888;
	text-decoration: underline;
	line-height: 16px;
}

/* footer */
#foot{
	height: 16px;
	padding-top: 12px;
	clear: both;
	background:#000 ;
	list-style-type: none;
}
#foot ul{ margin: 0; padding: 0; list-style-type: none; text-align: right; }
#foot li{ display: inline; margin: 0 10px 0 0; }
#foot a{ color: #ccc; }

#foot p{
	border-top: 1px solid #888 ;
	margin: 0 10px 0 10px;
	padding: 0;
	text-align:	right;
	font-size: 10px;
	line-height: 160%;
	color: #888;
}
