﻿/* 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:'';}

/* base */
body{
	text-align:center;
	background-color:#ffffff;
	}

strong{font-weight:bold}
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 ;}
p{text-indent:1em}
.small{font-size:80%}

/* head */
#head{
	width:950px;
	margin:0px auto;

	padding-top:45px;
	text-align:left;

	text-valign:bottom;}

/* logo */
#head img{
	float:left;
	margin:0px;padding:0px;
	}

/* search */
#search iframe{
	float:right;
	height:60px;
	text-align;right;
	text-valign:bottom;
	}

/* menu */
#menu{
	clear:both;
	background-color:#ffffff;
	width:950px;
	margin:0px auto;

	padding-top:10px;
	}
#menu li{
	float:left;
	margin:0px ;
	padding:0px;
	list-style:none;
	display:block;
	height:60px;
	width:150px;
	}
#menu li img{
	height:60px;
	width:150px;
	}
#menu li.c{
	padding:0px 5px 0px 5px;
	}
#menu li.l{
	padding:0px 5px 0px 0px;
	}
#menu li.r{
	padding:0px 0px 0px 5px;
	}

/* title */
#title {
	clear:left;
	width:950px;
	height:auto;
	margin:0px auto;
	padding-top:20px;
	padding-left:10px;

	background-color:#ffffff;
	text-align:left;
	}

#title h1{
	font-size:200%;
	line-height:1.3em;}

/* main */
#main	{
	width:950px;
	height:auto;
	margin:10px auto;

	background-color:#ffffff;
	text-align:left;
	padding-bottom:10px;
	border-top:1px solid #009933;
	}

/* theme */
#theme {
	float:left;
	width:640px;
	height:auto;
	margin:10px 10px 10px 0px;

	background-color:#ffffff;
	text-align:left;
	padding-bottom:10px;
	}

#theme h2{
	margin:0px 0px 0.75em 0px;
	font-size:150%;
	padding-left:10px;
	border-left:10px solid #009933;
	}

#theme h2.wr{
	padding-left:10px;
	border-left:10px solid #ff0000;
	border-bottom:1px solid #ff0000;}	

#theme p{
	line-height:1.5em;
	padding-left:20px;
	text-indent:1em;
	margin-top:1em;
	width:600px;}

#theme ul{
	line-height:1.5em;
	padding-left:20px;
	margin-top:1em;
	margin-bottom:1em;
	list-style:disc inside;}

#theme hr{margin-top:1.5em;}

#theme li{
	font-weight:bold;}
#theme li p{
	line-height:1.5em;
	padding-left:20px;
	text-indent:1em;
	width:580px;
	margin-bottom:1em;
	margin-top:0px;
	font-weight:normal;}

#theme ol{
	line-height:1.5em;
	margin-left:30px;
	margin-bottom:1em;
	list-style:decimal;}
#theme a{
	font-weight:bold;}

#theme .jump{
	text-align:right;
	}
#theme .jump a{
	font-weight:normal;
	font-size:10pt;
	}

/* rightside */
#rightside{
	float:right;
	}
/* sidemenu */
#sidemenu{
	width:300px;
	margin:10px 0px;
	line-height:1.3em;
	}
#sidemenu iframe{
	width:300px;
	height:1100px;
	}

/* sidesub */
div .sidesub{
	width:300px;
	}

/* footerbanner */
#footerbanner iframe{
	border-top:3px solid #009933;
	padding-top:10px;
	clear:both;
	width:950px;
	height:60px;
	text-align:center;
	margin:5px auto;
}

/* bottom */
#bottom	{
	clear:both;
	width:950px;
	text-align:center;
	background-color:#009933;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;

	margin-bottom:10px;

	}
#bottom	p{
	font-size:80%;
	line-height:1.3em;
	color:#ffffff;}
#bottom	a{
	color:#ffffff;}

