@charset "utf-8";

/************* reset ****************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { 
	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-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

/************* font ****************/
body{
	font-size:12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:140%;
	color:#666666;
}

/* for IE6 */
* html body {
    font-size:75%;
}

/* for IE7 */
*:first-child+html body {
    font-size:75%;
}

/*基本サイズ12px
10px  	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%
*/

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

a{
	color:#666666;
	text-decoration:none;
}

a:hover{
	color:#FF6600;
	text-decoration:underline;
}

address{
	color:#FFFFFF;
}

/************* container ****************/

#container{
	width:800px;
	margin:0 auto;
	text-align:justify;
}

/************* header ****************/

#header{
	width:800px;
	height:165px;
	margin-bottom:20px;
	border-top:5px solid #99CC00;
}

/*logo*/

#header h1 a{
	width:500px;
	height:70px;
	background:url(../img/h1_logo.gif) left top no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	clear:both;
}

/*smallmenu*/

#smallmenu{
	width:360px;
	height:25px;
	float:right;
}

/*grandmenu*/

#grandmenu{
	width:800px;
	height:50px;
	margin-top:20px;
}

/*smallmenu*/

#smallmenu li{
	height:25px;
	float:left;
	background-position:left top no-repeat;
	text-indent:-9999px;
}

#smallmenu li a{
	height:25px;
	background-position:left top no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#smallmenu li a:hover{
	background-position:left bottom;
}

.home a{
	width:60px;
	background:url(../img/grand_header_menu_home.gif);
}

.sitemap a{
	width:85px;
	background:url(../img/grand_header_menu_sitemap.gif);
}

.access a{
	width:95px;
	background:url(../img/grand_header_menu_access.gif);
}

.inguiry a{
	width:70px;
	background:url(../img/grand_header_menu_inq.gif);
}

.link a{
	width:50px;
	background:url(../img/grand_header_menu_link.gif);
}

/*grandmenu*/

#grandmenu li{
	float:left;
}

#grandmenu li a{
	float:left;
	height:50px;
	width:185px;
	background-position:left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#grandmenu li a:hover{
	background-position:left -50px;
}

li.intro a{
	background:url(../img/grand_menu_intro.gif);
}

li.support a{
	background:url(../img/grand_menu_support.gif);
	margin-left:20px;
}

li.staff a{
	background:url(../img/grand_menu_staff.gif);
	margin-left:20px;
}

li.sponsor a{
	background:url(../img/grand_menu_sponsor.gif);
	margin-left:20px;
}

/************* main ****************/
/*topic path*/

#topic_path li{
	display:inline;
	color:#669900;
}

#topic_path li a{
	color:#669900;
}

#topic_path li a:hover{
	color:#FF6600;
}

#topic_path li.crumb{
	background:url(../img/crumb.gif) no-repeat;
	padding-left:15px;
}

#contents p{
	padding-left:15px;
}
	
.back_to_top a{
	width:100px;
	height:20px;
	background: url(../img/back_to_top.gif) no-repeat left top;
	text-indent:-9999px;
	margin:40px 0px 0px 700px;
	display:block;
	overflow:hidden;
}

/************* footer ****************/

/*layout*/

#footer{
	clear:both;/*ドリ用のタグ*/
	width:800px;
	height:auto;
	margin-top:10px;
	padding-top:10px;
	background:url(../img/footer_head.gif) top left no-repeat #99CC00;
}

#footer address{
	text-align:right;
}

#footer #address_address{
	height:auto;
	padding:20px 15px 0px 0px;
}

#footer #copyright{
	height:auto;
	padding:40px 15px 15px 0px;
}

/************* clearfix ****************/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility::hidden;
}

.clearfix{
	zoom:1;
}
