/* CSS Document */

body{
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:80%;
	color:#333333;
	line-height:1.4em;
	background:url(images/bg_header.jpg) repeat-x;
	}	

a:link { color:#10157c; } /*通常のリンク*/
a:visited{color:#10157c;}/*アクセス済みリンク*/
a:hover { color:#9AC4E2; }/*ポイントしたときのリンク*/
a:active { color:#E4E4E4; } /*クリックした瞬間のリンク*/ 


.marginR5{
	margin:0px 5px 0px 0px;
}

.textR{
	text-align:right;
}

.border-w{
	border:solid 1px #FFFFFF;
}

/*------------------------------
       幅800px 一番外側 
------------------------------*/


#container{
	width:800px;
	margin:0px auto 10px;
	padding:0px;
	
	}

/*------------------------------
       内容背景
------------------------------*/


.contents{
	/*
	background-image:url(images/bg_cont.jpg);
	background-repeat:repeat-y;
	*/
	margin: 10px 0px 0px;
	
}
	
/*------------------------------
　　　　　　フッター 
------------------------------*/


#footer{
	background-color:#ff881a;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	padding:15px 0px 30px 0px;
	color:#FFFFFF;
	text-align:center;
	}
	


/*------------------------------
　　　h1 タイトル画像部分 
------------------------------*/

h1{
	margin:0px;
	}
	


/*------------------------------
　　　　　左メニュー 
------------------------------*/

#left{
	width:170px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	background-color:#fffbfd;
	}
	

.left_menu{
	background-color:#fffbfd;
	background-image:url(images/bg_cont2.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	}



#left h2{
	/*
	background-image:url(images/h2_bgleft-green.gif);
	background-repeat:no-repeat;
	*/
	color:#333;
	font-size:95%;
	padding:7px 5px 5px 25px;
	margin:0px 0px 10px 0px;
	text-align:left;
	}


.button{
	margin:5px auto 10px;
	}

.left_cont{
	padding:5px;
	text-align:left;
}

#map{
	margin:10px;
}

.side_qr img, .side_profile img{
	margin:0 auto;
	display:block;
}


/*------------------------------
　　　　　右メニュー 
------------------------------*/




#right{
	width:170px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 10px 0px;
	background-color:#fffbfd;
	}
	

.right_menu{
	background-color:#fffbfd;
	background-image:url(images/bg_cont2.jpg);
	background-repeat:repeat-x;
	padding:0px 0px 0px;
	margin:0px 0px 10px 0px;
	text-align:left;
	}



#right h2{
	/*
	background-image:url(images/h2_bgleft-green.gif);
	background-repeat:no-repeat;
	*/
	color:#333;
	font-size:95%;
	padding:7px 5px 5px 25px;
	margin:0px 0px 10px 0px;
	text-align:left;
	}


.blog_r li{
	background-image:url(images/icon-02.jpg);
	background-repeat:no-repeat;
	background-position:2px 3px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:5px 0px 5px 0px;
	padding:3px 0px px 20px;
	text-align:left;
	}
/*------------------------------
　　　　右側　コンテンツ
------------------------------*/

#main{
	width:620px;
	min-height:800px;
	_height:800px;
	float:right;
	margin:10px 0px 10px 10px;
	padding:0px;
	}
	


#main h2{
	color:#333333;
	font-size:95%;
	padding:7px 10px 7px 25px;
	text-align:left;
	margin:0px 0px 10px 0px;
	background-image:url(images/bg_cont.jpg);
	}
	
/*------------------------------
　　トップページ　コンテンツ
------------------------------*/	
	
.toptabel{
	margin:0px 5px 0px 5px;
	}


.toptabel td{
	padding:5px;
	}
	

.topmain{
	text-align:left;
	padding:0px;
	margin:0px 0px 20px 0px;
	background:#fffbfd;
	}
	

.welcom{
	width:600px;
	margin:0px auto;
	}
	 
 
ul{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	}


li{
	background-image:url(images/left_menu_icon.jpg);
	background-repeat:no-repeat;
	background-position:2px 7px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	text-align:left;
	}

.bloglink{
	width:620px;
	height:29px;
	text-align:right;
	margin:0px;
	padding:0px;
	}

.blogtext{
	padding:0px 5px 0px;

}

.blogtext img{
	margin:0px 5px 0px 0px;
	}	
	
.haishin li{
	background-image:url(images/left_menu_icon.jpg);
	background-repeat:no-repeat;
	background-position:2px 3px;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 20px;
	text-align:left;
	}



.kiji-title{
	/*
	border-top:1px solid #006600;
	border-bottom:2px dotted #006600;
	*/
	padding:7px 5px 5px 30px;
	margin:10px 0px 10px 0px;
	background-color:#f0f9cc;
	font-weight:bold;
	background-image:url(images/bg_cont2.jpg);
	background-repeat:no-repeat;
	}
	
.kijitd img{margin-right:5px;}


.topmain2{
	margin:0px 0px 20px 0px;
	text-align:left;
	background-color:#fffbfd;
	}
	

#main>.topmain2>h2{
	/*
	background-image:none;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#003300;
	*/
	margin:0px 0px 10px 0px;
	padding:8px 3px 3px 30px;
	color:#336600;
	height:auto;
	background-image:url(images/bg_cont2.jpg);
	background-repeat:no-repeat;
	width:614px;
	}