/* CSS Document */


html, body {
	height: 100%;
	font-family: 'Osaka', Helvetica, Arial, 'メイリオ';
	text-align: justify; 
	font-size: 13px;
	letter-spacing: 0em;
	line-height: 150%;
	color: #555555;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	}

a:link,a:visited {
	color:#010555;
	text-decoration:none; 
	} 

a:hover {
	/*background-color:#020EFF;*/
	color:#020EFF;
	}

img {
	border-style: none;
	border-width: 0px;
	}

table {
	table-layout:auto;
	valign:top;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 130%;
	color: #555555;
	}		

table h1 {
	margin:0;
	padding:0;
	font-weight:bold;
	border-bottom: #666666 dotted 1px;
	}

h1 {
	/*background-color:#336600;
	background-image: url(../backgrounds/green01.gif);
	*/
	font-family: Times, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ 明朝';
	font-weight:bold;
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	letter-spacing: 0px;
	color:#333333;
	border-bottom: #666666 dotted 1px;
	}

h2 {
	background-color: none;
	font-family: Times, 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ 明朝';
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top:20px;
	margin-left: 20px;
	color: #333333;
	border-left: #999999 double 3px;
	border-bottom: #999999 solid 1px;
	}

h3 {
	background-color: none;
	font-size: 13px;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #2D9965;
	}
	

h4 {
	background-color: none;
	font-size: 13px;
	text-align: left;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-left:#FF6200 solid 2px;
	color: #FF389D;
	}

/*
写真への脚注
*/	
h5 {
	font-size: 11px;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}	


	
p {
	
	background: none;
	padding-top: 0px;
	padding-left:15px;
	padding-right:15px;
	margin-left:5px;
	
	text-align: justify; 
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #555555;
	}

#list{
}

#list ul{
	list-style: none;	
}	

#list li{

	background: url(../style/list.png) left center no-repeat;
	padding: 2px 0 2px 12px; 
	
}

#book {
	
	width: 283px;
	background-color:#FFFFFF;
	font-size:12px;
}

#book mini{
	font-size:11px;
}

#book b{
	font-size:13px;
}

#plus{
	padding-left:10px;
	text-align: justify;
}

#plus2{
	text-align: justify;
}

#plus3{
	font-size:11px;
	text-align: center;
}

#table_plus{
	margin-left:5px;
	margin-top:15px;
	margin-bottom:15px;
	/*font-size:11px;*/
	text-align: left;
}

#img_plus{
	margin-left:10px;
	margin-top:3px;
	margin-bottom:15px;
	line-height:10px;
	/*font-size:11px;*/
	text-align: left;
}

#book img {	
	/*border:solid #999999 1px;*/
}




#container {
	/*background-image: url(../backgrounds/back01.gif);*/
	width: 100%;
	
	/*min-height: ;*/
	
	
	line-height: 140%;
	margin-right: 0px;
	margin-left: 0px;
	text-align: justify;
	color: #333333;
	
	
	}


#header {
	
	height: 102px;
	width:100%;

	border: 0px;
	padding: 0px;
	margin-right: -10px;
	
	position: absolute;
	
	top: 0px;
	left:0px;
	right:0px;

	background-image: url(../style/header02.png);
	background-repeat: repeat-x;
	
	}

#menu {
	position: relative;
	background-image: url(../style/menu_back.png);
	background-repeat: repeat-x;
	height: 23px;	
	/*width:inherit;*/
	border: 0px;
	padding: 0px;
	margin-right: 0px;
	}
	
#menulist{
	width:800px;
}

#menulist ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height: 23px;
	overflow: hidden; /*はみ出した内容を隠す*/	
}	

#menulist li{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	float: left;
	width: 100px;
	margin:0px;
	padding:0px;
}

#menulist a{
	display: block;
	width:100%; /*IE対策らしい*/
	padding: 5px 0 6px 0;
	color: #FFFFFF;
	background-image: url(../style/menu_back.png);
	text-align: center;
}
	

/*サブメニュー（TOP以外のヘッダーの下）*/
#sub_menu {
	position: absolute;
	top:102px;
	left:0px;
	/*background-image: url(../style/menu_blue.png);
	background-repeat: repeat-x;*/
	height: 20px;	
	width:100%;
	border-bottom:#010555 solid 1px;
	background-color:#FFFFFF;
		
	}		
	
#sub_menu ul{
	/*height: 27px;	*/
	list-style:none;
	/*margin-left:200px;*/
	margin:0px;
	
	text-align:left;
	color:#333333;
	float:left;
	font-family: Times;
	font-weight:bold;
	font-size:14px;
	padding: 3px 0px 0px 10px;
	}			
	

/*ヘッダー・メニューの下からのメインコンテンツ・囲い*/
	
#content {
	position: absolute;
	left: 0px;
	top:0px;
	
	width: 100%;
	/*background-image: url(../back.png);*/
	/*background-repeat: repeat-x;*/
	
	}
	

#center{
	width:500px;
	position:absolute;
	
	
	left: 210px;
	top: 120px;
	
	
	padding-top:10px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	
}
	
	
	
#content_top {
	position: absolute;
	left: 0px;
	top:0px;
	/*background-image: url(../back.png);*/
	/*background-repeat: repeat-x;
	*/
	width:100%;
	
	
	}
	


/*左のメニュー設定（その他のページ用）*/	
#left {
	position: absolute;
	left: 0px;
	top: 133px;
	
	height: 100%;
	width: 210px;;
	
	padding-top: 0px;
	margin-top: 0px;
	
	
	/*border-right:#999999 solid 1px;*/
	}	
	


#leftlist{
	position:relative;
	
	width:200px;
	height:280px;
	
	list-style-type: none;
	
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
}


#leftlist li{
	float: left;
	width: 200px;
	height: 70px;

}

#leftlist li a{
	display:block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	/*height*/
	
	padding-top: 70px;
	
	/*
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin:0;
	*/
	background-image:url(../style/left_new.png);
	
		
	}



#top_left_marmot {
position: absolute;
	left: 0px;
	top: 112px;
	
	height: 100%;
	width: 220px;
	
	/*width:200px;
	height:200px;
	*/
	list-style-type: none;
	
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
}

#top_left_marmot li{	
	float: left;
	width: 200px;
	height: 200px;
}

#top_left_marmot li a{
	display:block;
	overflow: hidden;
	width: 100%;
	/*height: 0 !important;*/
	/*height*/
	height: 200px;
	background-image:url(../style/top_illust.png);	
		
}


#top_left_info {
position: absolute;
	left: 0px;
	top: 606px;
	
	height: 100%;
	width: 220px;
	
	/*width:200px;
	height:200px;
	*/
	list-style-type: none;
	
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
}

#top_left_info li{	
	float: left;
	width: 200px;
	height: 200px;
}

#top_left_info li a{
	display:block;
	overflow: hidden;
	width: 100%;
	/*height: 0 !important;*/
	/*height*/
	height: 200px;
	background-image:url(../style/info.png);	
		
}



/*top モルモット軍団*/
#top_marmot a { background-position:0  0;}
#top_marmot a.stay { background-position:0	0;}
#top_marmot a:hover { background-position:0 -200px;}

#top_info a { background-position:0  0;}
#top_info a.stay { background-position:0	0;}
#top_info a:hover { background-position:0 -200px;}


#nav01 a { background-position:   0  	0;}
#nav02 a { background-position:-200px	0;}
#nav03 a { background-position:-400px	0;}
#nav04 a { background-position:-600px	0;}

#nav01 a.stay { background-position:0	0;}
#nav02 a.stay { background-position:-200px	0;}
#nav03 a.stay { background-position:-400px	0;}
#nav04 a.stay { background-position:-600px	0;}

#nav01 a:hover { background-position:0 -70px;}
#nav02 a:hover { background-position:-200px	-70px;}
#nav03 a:hover { background-position:-400px	-70px;}
#nav04 a:hover { background-position:-600px	-70px;}

		
#nav01p a { background-position:   0  	-70px;}
#nav02p a { background-position:-200px	-70px;}
#nav03p a { background-position:-400px	-70px;}
#nav04p a { background-position:-600px	-70px;}

#nav01p a.stay { background-position:0	-70px;}
#nav02p a.stay { background-position:-200px	-70px;}
#nav03p a.stay { background-position:-400px	-70px;}
#nav04p a.stay { background-position:-600px	-70px;}

#nav01p a:hover { background-position:0 -70px;}
#nav02p a:hover { background-position:-200px	-70px;}
#nav03p a:hover { background-position:-400px	-70px;}
#nav04p a:hover { background-position:-600px	-70px;}






/*右の段落*/
#right{
	/*
	background-image: url(../style/back_blue.png);
	background-repeat: repeat-x;
	*/
	
	position: absolute;
	left:720px;
	top: 133px;
	
	width: 180px;
	padding: 10px;
	
	border:#999999 solid 1px;
	
	}
	
#right ul{
	list-style: none;
	margin:0;
	padding:0;
}	
	
#right li{

	background: url(../style/list.png) left center no-repeat;
	padding: 2px 0 2px 12px; 
	
}

#right li a:hover{

	background: url(../style/list_right.png) right center no-repeat;
	padding: 2px 12px 2px 0 ; 
	
}	


	
	
	


.news {
	position: absolute;
	left:0px;
	top:450px;
	
	width: 700px;
	height:auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	
	}
	
/*フッター*/
#footer {
	
	bottom:0px;
	position: fixed;
	height: 24px;
	bottom: 0px;
	float:left;

	
	/*background-image: url(../style/footer.jpg);*/
	background-image: url(../style/footer.png);
	background-repeat: repeat-x;
	width: 100%;
	/*border-top:#999999 solid 1px;
*/
	padding-top: 0px;
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	color: #3A3AE6;
	
	}


/*サブフッター*/
#subfooter {

	position: fixed;
	height: 70px;
	bottom:25px;
	float:left;
	margin-left:10px;

	width: 100%;
	}

/*サブフッター*/
#subfooter2 {

	position: fixed;
	height: 70px;
	right:0px;
	bottom:25px;
	float:right;
	margin-right:10px;

	width: 200px;
	}

/*メニュー設定（トップページ用）*/	



/*トップページの標語タイトル*/	
#top_menu {
	/*background-image: url(../style/blue_g.png);
	background-repeat: repeat-x;*/

	width:500px;
	position:absolute;
	
	
	left: 210px;
	top: 112px;

	/*border-bottom:#666666 dashed 1px;*/
}

#top_menu_box {
	/*background-image: url(../style/blue_g.png);
	background-repeat: repeat-x;*/
	/*position: relative;*/
	float: left;

	width:500px;
	height:220px;
	
	list-style-type: none;
	
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 0px;
	
}

#left_top {
/*
	background-image: url(../style/back_blue.png);
	background-repeat: repeat-x;
	*/
	position: absolute;
	left: 0px;
	top: 310px;	
	
	width: 210px;
	
	padding: 0px;
	margin-top: 12px;
	margin-left: 0px;
	/*border-right:#999999 solid 1px;*/
	}
	
		
		
/*トップページの真ん中の段*/	
#center_top{
	position: absolute;
	left: 210px;
	top: 315px;
	width: 500px;
	
	padding-top:0px;
	padding-left:0px;
	margin:0px;
	
	background-color:#FFFFFF;

}	
	

	
#right_top{
	/*
	background-image: url(../style/back_blue.png);
	background-repeat: repeat-x;
	*/
	
	position: absolute;
	left:720px;
	top: 112px;
	
	width: 180px;
	
	padding: 10px;
	
	border:#999999 solid 1px;
	
	}	

