@charset "UTF-8";

/*------------------------------
toppage
------------------------------*/

/*------------------------------
top_main
------------------------------*/

.main{
	height:507px;
	border-bottom:3px solid #43ab52;
	background-image: url(../images/machi.png),
						url(../images/bg_sky.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: bottom left, top center;
	background-color: #e1f9fe;
}

.main section{
	width:980px;
	margin: 0 auto;	
}

.main img{
	padding: 23px 0 0 0;
	display: block;
}

.main_pr_box {
	width: 300px;
	height: 275px;
	margin:0 40px 0 0px;
	float:left ;
}

.main_pr_box3{
	width: 300px;
	height: 275px;
	margin: 0;
	float:right ;
}

.main_pr{
	position: relative;
	z-index: 2;
	width:143px;
	height: 30px;
	line-height: 28px;
	margin: 0 0 0 13px;
	border: 2px solid #ac531a;
	border-radius: 17px;
	background: #fffff5;
	-moz-box-shadow: 1px 1px 2px #fff;
	-webkit-box-shadow: 1px 1px 2px #fff;
	box-shadow: 1px 1px 2px #fff;
	text-align:center;
	color: #ac531a;
}

/*------------------------------
makitsume_box
------------------------------*/
.main_bnr_maki{
	position: relative;
	z-index : 1;
	top: -9px;
	margin: 0;
	width: 294px;
}

.main_bnr_maki a{
	display:block;
	height: 225px;
	border: 2px solid #007f3a;
	border-radius : 10px;
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
	box-shadow: 1px 1px 2px #555;
	background-color: #fff;
	background-image: url(../images/main_maki.png);
	background-repeat: no-repeat;
	background-position: bottom  right;
	text-decoration: none;
}

.main_bnr_maki a:hover{
	border: 2px solid #f67600;
}

.main_bnr_title_maki{
	width: 280px;
	height: 40px;
	line-height: 45px;
	margin: 5px auto 13px;
	padding: 0 0 0 15px;
	background: url(../images/side_maki_bg.png);
	border-radius : 8px;
	font-size: 1.35em;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(50,50,50,0.9);
	letter-spacing: .15em;
}

.main_bnr_title_maki span{
	display: block;
	float: left;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 1px 8px 0;
	margin: 9px 10px 0 0;
	font-size: .62em;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

/*------------------------------
ion_box
------------------------------*/

.main_bnr_ion{
	position: relative;
	z-index : 1;
	top: -9px;
	margin: 0;
	width: 294px;
}

.main_bnr_ion a{
	display:block;
	height: 225px;
	border: 2px solid #43ab52;
	border-radius : 10px;
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
	box-shadow: 1px 1px 2px #555;
	background-color: #fff;
	background-image: url(../images/main_ion.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-decoration: none;
}

.main_bnr_ion a:hover{
	border: 2px solid #f67600;
}

.main_bnr_title_ion{
	width: 280px;
	height: 40px;
	line-height: 45px;
	margin: 5px auto 13px;
	text-align:center;
	background: url(../images/side_ion_bg.png);
	border-radius : 8px;
	font-size: 1.35em;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(50,50,50,0.9);
	letter-spacing: .15em;
}

/*------------------------------
sokutei_box
------------------------------*/

.main_bnr_sokutei{
	position: relative;
	z-index : 1;
	top: -9px;
	margin: 0;
	width: 294px;
}

.main_bnr_sokutei a{
	display:block;
	height: 225px;
	border: 2px solid #57bf00;
	border-radius : 10px;
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
	box-shadow: 1px 1px 2px #555;
	/*background:#fff url(../images/main_sokutei.png) no-repeat bottom 5px right 5px; safari対策*/
	background-color: #fff;
	background-image: url(../images/main_sokutei.png);
	background-repeat: no-repeat;
	background-position: bottom  right;
	text-decoration: none;
}

.main_bnr_sokutei a:hover{
	border: 2px solid #f67600;
}

.main_bnr_title_sokutei{
	width: 280px;
	height: 40px;
	line-height: 45px;
	margin: 5px auto 13px;
	text-align:center;
	background: url(../images/side_sokutei_bg.png);
	border-radius : 8px;
	font-size: 1.35em;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(50,50,50,0.9);
	letter-spacing: .15em;
}

.main_catch{
	text-align:center;
	font-size: .85em;
	color:#633b12;
}

.main_catch span{
	color:#633b12;
}

ul.main_catch_list{
	margin: 15px 0 0 10px;
}

ul.main_catch_list li{
	background: url(../images/top_main_list.png) no-repeat 2px 4px;
	padding: 0 0 5px 15px;
	-moz-text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
	-webkit-text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
	text-shadow: 1px 1px 2px rgba(255,255,255,0.9);
	color: #007f3a;
	font-size: .88em;
	line-height: 1.6;
	letter-spacing: .05em;
	font-weight : bold;
} 

a p.to_shosai img{
	position: absolute;
	bottom: 15px;
	margin: 0 0 0 25px;
}

a:hover p.to_shosai img{
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;	/* IE */
}

/*------------------------------
top_contents
------------------------------*/

.top_msg{
	width: 505px;
	margin: 0 25px 0 0;
	float: left;
}

.top_msg p img{
	width: 131px;
	margin: 0;
	float: right;
}

/*------------------------------
saishin_joho
------------------------------*/

.saishin_joho_text_area{
	min-height: 510px;
	border: 3px solid #57bf00;
	border-radius: 15px;
	padding: 20px;
	word-break:break-all;
	word-wrap: break-word;
}

