@charset "utf-8";

/* initializes */
body,
div,
dl, dt, dd,
ul, ol, li,
pre,img,
form, fieldset, blockquote,
th, td{
	margin:0;
	padding:0;
	border:0px solid #00f;
}

h1,h2,h3,h4,h5,h6,p,address{
	font-size:30%;
	font-weight:normal;
	font-style:normal;
	line-height:100%;
}

/* whole */
body{
	margin-bottom:5px;
	text-align:center; /*IEcentering*/
	font-size:0.9em;
	font-family:"Verdana","Osaka",sans-serif;
	line-height:1.3em;
	color:#333;
	background:#eee;
}



/* parts */
#container{
	margin:0 auto;
	width:758px;
	border:1px solid #ccc;
	background:#eee;
	background:url(/image/container_background.gif) repeat-y;
	text-align:left; /*IEcentering*/
}

#header{
	height:180px;
	margin:5px 5px 0px 5px;
	background:#fff;
}

#container2{
	position:relative;
	padding-top:20px;
	/*zoom:1;*/
}

#container2:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


#menu{
	width:160px;
	margin:0px 0px 0px 5px;
	background:white url(/image/obj_waku_top.gif) repeat-x;
}

/*ffstyle
html[xmlns] #menu{
}*/


#navi{
	position:absolute;
	top:0px;
	left:-5px;
	width:748px;
	height:20px;
	margin:0px 5px 0px 5px;
	background:#fff url(/image/obj_waku_top.gif) repeat-x;

}

/*ffstyle*/
html[xmlns] #navi{
	left:0px;
	margin-top:0;
	padding-top:0;
}


#submenu{
	position:absolute;
	top:20px;
	left:169px;
	width:575px;
	height:25px;
	margin:0px 5px 0px 5px;
	background:url(/image/obj_waku_top.gif) repeat-x;
}

/*ffstyle*/
html[xmlns] #submenu{
	left:173px;
}

#footer{
	clear:both;
	background:#edd url(/image/obj_waku_top.gif) repeat-x;
	text-align:center;
	margin:5px 4px 5px 5px;
	padding:5px 0px 5px 0px;
}

/*ffstyle*/
html[xmlns] #footer{
	margin:5px 5px 5px 5px;
}

a:link {color:#FF6633; text-decoration:underline;}
a:visited {color:red; text-decoration:none;}
a:active {color:#999999; text-decoration:none;}
a:hover {color:#FF6633; text-decoration:none;}

ul{
	list-style:none;
	padding-left:0;
}

img{
	vertical-align:bottom;
}

p.banner{
	padding:10px 0px 0px 5px;
	margin:1px;
	background:url(/image/obj_waku_top.gif) repeat-x;
}



ul#navigation li{
	display:inline;
	list-style-type:none;
	font-size:60%;
	padding-left:5px;
	vertical-align:middle;
}

/*ffstyle*/
html[xmlns] ul#navigation li{
	font-size:70%;
}

ul#navigation a{
	font-weight:bold;
	color:#699;
	text-decoration:none;
	vertical-align:sub;
}

ul#navigation a:hover,ul#navigation a:active{
	border-bottom:2px solid red;
	color:red;
}

#submenu li{
	float:left;
	padding:5px 0px 0px 1px;
	margin:1px 1px 1px 9px;
}

#menu ul{
	padding:11px 5px 0px 5px;
}
#menu li{
	padding:0px 0px 5px 0px;
}

#content{
	float:right;
	width:575px;
	margin:25px 1px 0px 5px;
	padding:5px 0px 10px 0px;
	background:url(/image/back_content3.gif) no-repeat;
	background-position:0px 12px;
}

/*ffstyle*/
html[xmlns] #content{
	margin:25px 5px 0px 5px;
}

p{
	padding:10px 10px 10px 10px;
}

p.one1{
	padding:34px 5px 0px 5px;
	background:url(/image/obj_waku_top.gif) repeat-x; 
}

html[xmlns]>/**/body p.one1 {
	padding:15px 5px 0px 5px;
} 

#content ul{
	padding:10px 0px 0px 5px;
}

h1{
	padding:0px 5px 0px 5px;
	font-size:0.5em;
	text-align:center;
	line-height:0.2em;
	background:#fff;
}


h2{
	padding:0px 0px 0px 10px;
	border-top:0px solid #cccccc;
	font-size:1.8em;
	font-family:"Verdana","Osaka",sans-serif;
	line-height:0.2em;
}

h3{
	clear:left;
	padding:10px 0px 10px 10px;
	margin:15px 0px 0px 0px;
	font-weight:bold;
	line-height:150%;
	background:url(/image/line_01.gif) repeat-x; 
}

li.cursor{
	border-left:4px solid navy;

}

li.normal{
	border:none;
}

li.cursor2{
	border-top:3px solid navy;

}

li.normal2{
	border:none;
}

table{	
	width:500px;
	margin:20px 0px 20px 10px;
	border:1px solid black;
	border-collapse:collapse;
}


th,td{
	padding:5px 5px 5px 5px;
	border:1px solid black;	
	font-size:0.8em;
	vertical-align:middle;
}



