@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}


a img{
	border-style:none;
}

a {
	outline-style:none;
}

.header_img{
	vertical-align:top;
	padding		:0px;
	margin		:0px;
}

html, body {
	height: 100%;
}

body {
	margin		: 0 auto;
	background	: #a2ba61 url(../images/bg.gif) repeat-x;
	font-size	: 12px;
	text-align	: center;
}

#wrapper {
	margin		: 0 auto;
	background	: url(../images/bg02.gif) center top no-repeat;
	min-height	: 100%;
	position	: relative;
} 

*html #wrapper {
	height		: 100%;
}


.contents {
	width		: 1000px;
	margin-left	: auto;
	margin-right	: auto;
	background	: #fff;
}
/*
.all_cont{
	width:1030px;
	margin:0 auto;
	padding-bottom:60px;
	
}
*/
.main{
	width		: 1000px;
	margin		: 0 auto;
	background	: #fff url(../images/main_bg.gif) bottom no-repeat;
	border-top	: 4px #baad7d solid;
	padding		: 10px 0 0px 0;
}

*+html body .main{
	width:1000px;
	margin:0 auto;
	padding-bottom:0px;
}

.main_head{
	width:1030px;
	height:42px;
	margin:0 auto;
}

.main_button{
	height:85px;
	width:1000px;
	margin:0 auto;
}

.main_center{
	width:1030px;
	margin:0 auto;
	background:url(../images/main_back.gif) no-repeat;
	padding-bottom:60px;
}

.main_contents{
	width:957px;
	margin:0 auto 0 auto;
	background:url(../images/main_contentsback.gif) no-repeat;
	padding-bottom:13px;
	padding-top:13px;
}



.main_contentsleft{
	width:430px;
	float:left;
	padding-left:23px;
}

.main_contentsright{
	width:504px;
	float:right;
	padding-bottom:13px;
}

.main_contentsright01{
	width:212px;
	float:left;
	padding-left:29px;
}

.main_contentsright02{
	width:212px;
	float:left;
	padding-left:30px;
	padding-right:21px;
}

.index_img01{
	width:130px;
	padding-left:82px;
}


.cl{
	clear:both;
}


.frame_left {
	float		: left;
	width		: 430px;
	margin		: 0px;
	padding		: 0 0 30px 30px;
}

.frame_right {
	width		: 454px;
	float		: right;
	padding		: 0 30px 30px 0;
	margin		: 0px;
}

.new_frame01{
	width:430px;
	margin:0;
}

#home_news{
	background:#fff;
}

.frame_right h3 {
	width		: 419px;
	font-size	: 16px;
	margin		: 3px 0 0 0;
	padding		: 2px 0 10px 35px;
	background	: url(../images/new_mark.gif) 0 0 no-repeat;
	border-bottom	: 1px #cdbb79 solid;
	color		: #9c7900;
	font-weight	: bold;
	text-align	: left;
}

.fair_ttl {
	padding		: 0px;
	margin		: 15px 0 0 0;
	background	: url(../images/new_ttl_bg.gif) repeat-x;
	height		: 27px;
}

.fair_ttl p {
	color		: #fff;
	font-weight	: bold;
	background	: url(../images/new_ttl_icon.gif) 4px 0.4em no-repeat;
	padding		: 7px 0 2px 30px;
	text-align	: left;
}

.fair_ttl p a,
.fair_ttl p a:visited {
	color		: #fff;
}
.fair_ttl p a:hover {
	text-decoration	: none;
}


.new_fair_block {
	border-right	: 1px #e0dbc7 solid;
	border-bottom	: 1px #e0dbc7 solid;
	border-left	: 1px #e0dbc7 solid;
	background	: #faf8e5;
	padding		: 15px;
}

.new_fair_l {
	float		:left;
}

.new_fair_r {
	float		: right;
	width		: 200px;
	text-align	: left;
	line-height	: 1.4;
}

.under {
	width		: 200px;
	background	: url(../images/data_deco.gif) 5px 0px no-repeat;
	color		: #2170c8;
	text-align	: right;
	margin		: 10px 0 0 0;
	padding		: 0px;
	float		: right;
}

.under a {color:#2170c8;}


.new_frame01left{
	width:308px;
	float:left;
}

.new_frame01right{
	width:122px;
	float:right;
}

.news {
	padding		: 0px;
	margin		: 0px;
	border-bottom	: 1px dotted #ccc;
}

.icon {
	float		: left;
	width		: 80px;
	font-size	: 12px;
	color		: #000;
	margin		: 0px;
	padding		: 10px 0 10px 5px;
	background	: url(../images/data_deco.gif) 0 20px no-repeat;
}

.new_txt {
	width		: 345px;
	float		: right;
	padding		: 10px 0 10px 0px;
	text-align	: left;
	line-height	: 1.5;
}

.new_txt a {	color		: #2170c8;}

/*  フロート・クリア・調整
------------------------------------------------------------------------*/

.clearfix:after {
	content		: "."; 
	display		: block; 
	height		: 0; 
	clear		: both; 
	visibility	: hidden;
	}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*マージン設定
--------------------------------------------------------------------------*/
.m-top020 {margin-top:20px;}
.m-top010 {margin-top:10px;}
.m-top009 {margin-top:9px;}
.m-top007 {margin-top:7px;}
.m-top005 {margin-top:5px;}
.m-top004 {margin-top:4px;}
.m-top003 {margin-top:3px;}

.m-btm020 {margin-bottom:20px;}
