/*タグ*/

body {
	margin:0;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#010101;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
	background-image: url(../../img/bg_head1.gif);
	background-repeat: repeat-x;
	background-position: 0 0px;
	padding: 0;
	background-color: #F3F1E7;
	height: 100%;
}


img {
 border: 0;
}

.p {
	margin: 10px;
	padding: 0px;
}



#container {
	margin:0 auto;
	text-align:center;
	width:840px;
	min-height:100%;
	margin-bottom:-58px;
	height:auto !important;
	height:100%;
}

#head_navi {
	position:relative;
	height:130px;
	background-color: #4C8B1F;
}

#logo {
		top:0px;
		left:20px;
		position:absolute;
	}
	
	
#hato {
		top:0px;
		left:670px;
		position:absolute;
	}


#content {
	width:820px;
	padding: 20px;
	margin: 0;
}


#content #flash {
	width:480px;
	display:block;
	float:left;
}


#content #main {
	width:280px;
	display:block;
	float:right;
	margin: 0px;
	padding: 0px;
}

#content #main li {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
		}


#footer {
	width:100%;
	background-image: url(../../img/btm_bg.gif);
	background-repeat: repeat-x;
	height: 58px;
	margin-top: 0;
	padding:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* リンク設定 */


A:Link {	color: #003366;	text-decoration: underline;}
A:visited {	color: #003399;	text-decoration: underline;}
A:hover {	color: #FF9900;	text-decoration: underline;}
