

*{
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------
共通
-------------------------------------------------*/
html{
	overflow-y:scroll;
	}

a{
	margin:0px;
	padding:0px;
	color: #797978;
	text-decoration: none;
	border: 0;
}

a:link{
	color: #797978;
	text-decoration: none;
}

a:visited{
	color: #797978;
	text-decoration: none;
	border: 0;
}

img{ border: 0;}

ul li{ list-style:none;}


.clear{ clear:both;}

/*-------------------------------------------------
clearfix
-------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


body{
	text-align: center;
	background: #FFF;
	/*text-align:justify;*/
	text-justify:distribute;
	/*font-size:12px;*/
	line-height:1.6;
	letter-spacing:1px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
}

div#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 946px;
	height: auto;
}


/*-----------------------------------
	ヘッダー
------------------------------------*/
div#header{
	width: 946px;
	height: 240px;
/*	background: url(../images/common/KENJI_top3.jpg) no-repeat;*/
	position: relative;
	border-bottom: solid 1px #2DAA12;
}

div#logo{
	position: absolute;
	top: 40px;
	left: 0px;	
}

div#head_twitter_index{
	width: 300px;
	height: 260px;
/*	background: #F6F6F6;*/
	position: absolute;
	top: 210px;
	left: 440px;
}

div#head_twitter{
	width: 300px;
	height: 260px;
/*	background: #F6F6F6;*/
	position: absolute;
	top: 210px;
	left: 610px;
}


div#head_twitter_tw{
	position: absolute;
	top: 26px;
	left: 26px;
	width: 600px;
	height: 208px;
	overflow: hidden;
}


/*-----------------------------------
メニュー
------------------------------------*/

div#menu{
	width: 946px;
	height: 60px;
	/*border-left: 1px solid green;*/
	/*background: url(../images/common/line_bg_green.gif) repeat;*/
	position: absolute;
	top: 170px;
	left: 1px;
}

div#menu ul{
	width: auto;
	height: 42px;
	margin: 0px 0 15px 0;
	/*margin: 9px 0 15px 0;*/	
	background: #FFF;
}

div#menu ul li{
	display: inline;
}

/*-----------------------------------
　コンテンツdiv#main
------------------------------------*/

div#contents_main{
	position: relative;
	float: left;
	width: 620px;
	/*height: 1570px;*/
	background: url(../images/common/line_bg_gr_y.gif) repeat-y;
	margin-left: 1px;
    padding-left: 12px;
	padding-bottom: 50px;
}


/*-----------------------------------
　コンテンツdiv#right
------------------------------------*/

div#contents_right{
	float: right;
	width: 300px;
	height: 1560px;
	background: #F6F6F6;
    border-right: 1px solid #2DAA12;
	position: relative;
    margin: 0 0px 0 0;
	padding-top: 10px;
	padding-bottom: 80px;
}

div#contents_right .right_adv{
	padding: 25px 0 0 25px;
}

div#contents_right .right_adv_map{
	background: url(../images/common/map_bg.gif) no-repeat;
	width: 250px;
	height: 212px;
	margin: 25px 0 0 25px;
	text-align: center;
}

div#contents_right .right_adv_map div.map_title{
	padding: 6px 0 2px 14px;
	font-size: 12px;
	font-weight: bold;
	color: green;
	text-align: left;
}

div#contents_right .right_adv_map div.go_b_map{
	padding: 2px 0 2px 14px;
	font-size: 12px;
	color: green;
	text-align: left;
}

div#contents_right .s_map{
	width: 222px;
	height: 162px;
}

div#head_twitter_tw2{
	margin: 25px;
	width: 250px;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

div#head_twitter_tw2 #twi_bottom{
	width: 250px;
	height: 59px;
	position: absolute;
	top: 1380px;
	left: 25px;
	z-index: 10;
}

div.page_top{
	width: 275px;
	height: 30px;
	text-align: right;
	padding-right: 25px;
}

.page_top_text{
	font-size: 12px;
	color: green;
}

/*-----------------------------------
　メッセージ
------------------------------------*/

div#message{
	width: 912px;
	height: 370px;
}

/*-----------------------------------
　フットメニュー
------------------------------------*/

div#foot_menu{
	float: left;
	width: 912px;
	height: 60px;
}

div#foot_menu ul{
	width: 960px;
	height: 15px;
	margin: 20px 0;
	background: #FFF;
	text-align: center;
}

div#foot_menu ul li{
	display: inline;
	font-size: 12px;
}

div#foot_menu ul li a{
	color: green;
}

div#foot_menu ul li a:hover{
	color: #F6522A;
}

div#foot_menu ul li.f_menu_sub{
	padding: 0 3px;
}

/*-----------------------------------
　フッター
------------------------------------*/

div#footer{
	float: left;
	width: 960px;
	height: 50px;
	margin-top: 10px;
/*	border-top: solid 1px #2DAA12;*/
	text-align: right;
}
















