/*  --基本設定-- */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
li {
	list-style: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #555555;
	text-align: center;
	line-height: 2em;
	background-image: url(images/body_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h2 { font-size: 123%;}
h3 { font-size: 116%;}

#container {
	width: 800px;
	margin: 15px auto;
	text-align: left;
}
/*  ######################################
             header                 
####################################### */

#header {
	width: 100%;
	height: 80px;
	position: relative;

}
#header p#lead {
	color: #888888;
	text-align: right;
}
#header h1 {
	position: absolute;
	right: 0px;
	top: 17px;
}




/*  ######################################
             menu                 
####################################### */

#menu {
	width: 800px;
	background-image: url(images/nav_bg.gif);
	height: 30px;
}
#menu li {
	float: left;
	font-size: 100%;
}
#menu li a {
	color: #777777;
	margin: 0 0.8em;
	line-height: 30px;
	font-weight: bold;
}
#menu li a:hover {	color: #80b83b;}

/*  ######################################
            contents                 
####################################### */

#contents {
	width: 100%;
	float: left;
	position: relative;
}
/*  --------------------------------------
           contents  #topimage                 
---------------------------------------- */

#topimage {
	width: 100%;
}
/*  --------------------------------------
           contents  #main                 
---------------------------------------- */

#main {
	width: 66%;
	float: left;
}
#main  h3 {
	margin: 10px 1em 5px;
	color: #90c84b;
	font-size: 123%;
}
#main  h4 {
	margin: 6px 1.6em 5px;
	color: #a0d85b;
	font-size: 120%;
}

#main p {
	margin: 0 2.5em;
}
#main li {
	list-style-type: square;
	list-style-position: inside;
	text-indent: 4em;
}

#main #ad {
	text-align: center;
	margin: 15px 0;
}



#form {
	width: 170px;
	position: absolute;
	left: 548px;
	top: 61px;
}
#form   select {
	background:#FCF8d9;
	width: 100%;
}

#form p a {
	color: #FFFFFF;
	font-size: 7.5pt;
}
#form p a:hover {	color: #FFFFFF;}


/*  --------------------------------------
           contents  #sidemanu                 
---------------------------------------- */
#sidemenu {
	width: 220px;
	margin: 10px 10px 10px 0;
	float: right;
	border-left: 1px dotted #e0e0e0;
	padding-left: 25px;

}
#sidemenu h3 {
	border-bottom: 2px solid #dcdcdc;
	text-indent: 1em;
	margin-top: 5px;
	color: #90c84b;
}
#sidemenu h3 a {
	color: #90c84b;
	display: block;
	line-height: 2.5em;
	width: auto;
}
#sidemenu h3 a:hover {color: #80b83b; text-decoration: none; background: #eee;}
#sidemenu ul { padding: 0 3px;}
#sidemenu ul li {
	border-bottom: 1px dotted #dcdcdc;
	text-indent: 1em;
	margin: 0 1em;
}
#sidemenu li a {
	color: #a0d85b;
	display: block;
	line-height: 2.5em;
	width: 195px;
}
#sidemenu li a:hover {
	color: #80b83b;
	background: #ececec;
}

/*  ######################################
             footer                 
####################################### */

#footer {
	width: auto;
	clear: both;
	text-align: center;
	border-top: 2px solid #dcdcdc;
}

address {
	font-style: normal;
	font-size: 8pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}




#sidemenu h3 { margin: 5px 0 0;}

#sidemenu ul li { line-height: 8px;}

#sidemenu ul li a { margin-top: 7px; text-indent: 10px;}
