/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin:0;padding:0;}
table{
	border-collapse:collapse;border-spacing:0;}
fieldset,img{
	border:0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;font-weight:normal;}
ol,ul {
	list-style:none;}
caption,th {
	text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;}
q:before,q:after{content:'';}

a:link{color:#0000ff; text-decoration: underline ;}
a:visited{color:#810081; text-decoration: underline ;}
a:hover{color:red; text-decoration: underline ;}
a:active{color:red; text-decoration: underline ;}

/* body */
body	{
	background-color:#eeeeee;
	}

/* base */
#base	{
	background-color:white;
	width:950px;
	margin:0px auto;}

/* head */
#head h1{
	background-color:#009933;
	font-size:9pt;
	color:white;
	display:block;
	width:auto;
	padding:10px;
	}
#head img{
	padding:10px;
	}

#head #right{
	float:right;
	width:300px;
	height:60px;
	display:block;	
	padding:10px;
	}

#head a:link{color:gray; text-decoration: none ;}
#head a:visited{color:gray; text-decoration: none ;}
#head a:hover{color:gray; text-decoration: none ;}
#head a:active{color:gray; text-decoration: none ;}


#head ul{
	padding-top:5px;
	padding-bottom:30px;
	}

#head li{
	background: url("../z_pic/list_mark_green.png") no-repeat;
	padding-left:16px;
	padding-right:16px;
	font-size:9pt;
	height:16px;
	color:gray;
	float:left;
	width:auto;
	}
#head .search{
	display:block;}

/* main */
#main .top{
	background:#8c8cff url("../z_pic/top.jpg") right no-repeat;
	width:auto;
	height:200px;
	}

#main .top ul{
	margin:10px;
	width:300px;
	display:block;
	float:right;
	}

#main .waku{
	float:left;
	display:block;
	width:280px;
	padding:10px;
	margin:10px 0px 10px 10px;
	}

#main h2 a{
	padding:10px;
	margin-bottom:1em;
	width:auto;
	display:block;
	text-decoration:none;
	color:white;
	}
#main h2 a:link{
	background-color:#009933;
	}
#main h2 a:visited{
	background-color:#009933;
	}
#main h2 a:hover{
	background-color:#ff0000;
	}
#main h2 a:active{
	background-color:#ff0000;
	}

#main p	{
	font-size:10.5pt;
	text-indent:1em;
	line-height:1.5em;
	margin-bottom:1em;}
#main p.jump	{
	font-size:12pt;
	font-weight:bold;
	text-align:right;
	line-height:1.5em;
	}
/* footer2 */
#footer2{
	clear:left;
	border-top:1px solid #009933;
	width:auto;
	font-size:9pt;
	height:50px;
	}
#footer2 ul{
	padding:5px 5px 0px 0px;
	clear:both;
	}

#footer2 li{
	float:right;
	padding:0px 5px 5px 5px;
	width:auto;}

/* footer1 */
#footer1 {clear:left;
	font-size:9pt;
	line-height:1.5em;
	color:white;
	width:auto;
	padding:10px;
	text-align:center;
	background-color:#009933;
	}
#footer1 a:link{color:#ffffff; text-decoration: underline ;}
#footer1 a:visited{color:#ffffff; text-decoration: underline ;}
#footer1 a:hover{color:#ffffff; text-decoration: underline ;}
#footer1 a:active{color:#ffffff; text-decoration: underline ;}

/* bottom */
#bottom{}


