@charset "shift_jis";


/*____初期化_____________________________________________________________________________________*/
/*  
# Copyright (c) 2006, Yahoo! Inc. All rights reserved.  
# Code licensed under the BSD License:  
# http://developer.yahoo.net/yui/license.txt  
# version: 0.12.2  
*/  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	text-align: left;
	background-position: left;
  
}

table,th,td {
  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;
	font-weight:normal;
  }

h1,h2,h3,h4,h5,h6{
  font-weight:normal;
}

q:before,q:after{
  content:'';
  }
	
abbr,acronym{
  border:0;
  }


/*firefoxのリンクの点線を消す処理*/
/*MacIEではリンクが機能しなくなってしまうので、hackで無効化*/

/*\*/ a { overflow:hidden; }/**/

/*_______________________________________________________________________________________________*/

html{height:100%;}

body{
	height:100%;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	}
#maincontents{
	height:100%;
	margin:0 auto;
	font-size:14px;
	text-align:left;
}
#wrap{
	margin:8px auto 0 auto;
	height:100%;
	width:800px;
	text-align:left;
	}

h1.header{font-size:12px;margin-bottom:12px;}


/*______メニュー______________________*/

#leftnavi{
	background:url(../img/menu_top.gif) top no-repeat;
	padding-top:7px;
	}

#leftnavi li{
	width:180px;
	font-size:14px;
	color:#174719;
	background:url(../img/menu_n.gif) no-repeat;
	font-weight:bold;
	}
	
#leftnavi li a{
	height:34px;
	font-size:14px;
	display:block;
	color:#174719;
	text-decoration:none;
	padding:8px 0 0 20px;
	}


#leftnavi li a:hover{
	height:34px;
	font-size:14px;
	color:#174719;
	background:url(../img/menu_o.gif) no-repeat;
	text-decoration:none;
	padding:8px 0 0 20px;
	display:block;
	}
/*__________________________________*/


#infotbl{
	border:1px solid #B0B0B0;
	}

#infotbl th{
	border:1px solid #B0B0B0;
	background-color:#DFF2B6;
	padding:5px 5px 5px 7px;
	color:#777777;
	font-size:14px;
	text-align:left;
	}

#infotbl td{
	border:1px solid #B0B0B0;
	background-color:#FFF;
	padding:5px 0px 5px 5px;
	color:#777777;
	text-align:left;
	font-size:14px;
	line-height:145%;
	}

.caution{
	font-size:12px;
	font-weight:bold;
	color:#C90000;
	}
	
#footer{
	color:#ffffff;
	}

#footer td .sitename{
	fnot-size:18px;
	font-weight:bold;
	}

p{margin-top:3px;color:#777777;line-height:145%;}

#footer address{
	margin-top:4px;
	line-height:145%;
	font-size:12px;
	color:#FFF;
	}
	#sitemap{
	margin-top:4px;
	line-height:145%;
	font-size:14px;
	color:#FFF;
	padding-left: 100px;
	list-style-type: disc;
	}
		#sitemap li{
	list-style-type: disc;
	}