@charset "utf-8";
/* CSS Document */

.clearfix{overflow:hidden;}
.bold{font-weight:bold;}
.martop{margin-top:20px;}
.martop5{margin-top:5px;}
.floatr{float:right;}

/*テキストカラー*/
html{
    color:#595757;
	background:#FFF;
	line-height:1.2em;
}

/*リンクカラー*/
a {color:#036EB8;text-decoration: none;}
a:hover {color:#2EA7E0;text-decoration: underline;}

/*背景*/
body{
	background-image:url(../images/bg/bg.jpg);
	background-repeat:repeat-x;
}

/*テキストを隠す用*/
.txtcover{
	display:block;
	text-indent:-9999px;
}

/*wrapper---------------------------------------------------------------------*/

#wrapper{
	width:1000px;
	padding-left:20px;
	margin:auto;
	background-image:url(../images/bg/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:400px 10px;
}

/*header---------------------------------------------------------------------*/

#header{
	height:110px;
	padding-top:30px;
	line-height:1em;
}
#header .header_right{
	width:500px;
	float:right;
	padding-right:40px;
}
#header h1 a,
#header .logo{
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:380px;
	height:90px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:60px;
}
#header h2,
#header .toptxt{
	display:block;
	float:left;
	font-size:12px;
}
#header h2 .categoryttl,
#header .toptxt .categoryttl{
	background-image:url(../images/telttl2.png);
	background-repeat:no-repeat;
	color:#FFF;
	display:block;
	width:170px;
	height:23px;
	margin:10px 0;
	padding:7px 0 0 0;
	font-size:16px;
	font-weight:bold;
	float:left;
	text-align:center;
}
#header h2 .tel,
#header .toptxt .tel{
	display:block;
	float:left;
	font-size:12px;
	margin:10px 0;
	text-indent:-9999px;
	background-image:url(../images/tel3.png);
	background-repeat:no-repeat;
	width:329px;
	height:30px;
}

#header .header_link{
	width:520px;
}
#header .header_link li{
	float:right;
	*margin-top:10px;/* IE7 and below */
	height:14px;
	background-color:#26a7e1;
	display:block;
	padding:3px 0 3px 10px;
	margin-right:15px;
}
#header .header_link li a{
	color:#595757;
	font-size:14px;
	background-image:url(../images/icon/sankaku.png);
	background-repeat:no-repeat;
	background-position:-1px;
	margin-right:20px;
	padding-left:15px;
	color:#FFF;

}

/*nav---------------------------------------------------------------------*/

#nav ul li{
	text-align:center;
	*width:160px;/* IE7 and below */
	*float:left;/* IE7 and below */
}
#nav ul li a{
	float:left;
	background-image:url(../images/btn/nav.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:32px;
	padding-top:13px;
}
#nav ul li.nav_right a{
	background-image:url(../images/btn/nav.jpg);
	background-position:-320px;
}
#nav ul li a:hover{
	background-position:-160px;
	text-decoration:none;
}
#nav ul li.nav_right a:hover{
	background-position:-480px;
	text-decoration:none;
}
#nav ul li.hover{
	float:left;
	background-image:url(../images/btn/nav.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:32px;
	padding-top:13px;
	background-position:-160px;
}
#nav ul li.hover_right{
	float:left;
	background-image:url(../images/btn/nav.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:32px;
	padding-top:13px;
	background-position:-480px;
}

/*mainimage---------------------------------------------------------------------*/
.mainimages{
	width: 960px;
	height: 320px;
	overflow: hidden;
	margin-top:70px;
	margin-bottom:34px;
	position: relative;
}
.mainimages img{
/*	border:solid #f2f2f2 1px;*//*枠をぼかすためにコメントアウト*/
	border:solid #FFF 1px;
	top: 0;
    left: 0;
    position: absolute;
}
.mainimages_info{
	position:absolute;
	width:960px;
	height:320px;
	top:185px;
	left: 50%;
	margin-left:-480px;
	z-index:1000;
}
.mainimages_info img{
	position:relative;
	left:750px;
	top:90px;
}

/*topcontents---------------------------------------------------------------------*/

#contents{
	width:1000px;
	overflow:hidden;
	font-size:14px;
}

#contents_main{
	width:700px;
	float:left;
	margin-right:10px;
}

.contents_bnr01{
	margin-top:20px;
	margin-bottom:20px;
}
.contents_bnr01 a{
	margin-bottom: 15px;
	display: block;
}

.contents_bnr01 img{
	border:1px solid #ccc;
}

.top-attention {
  border: 2px solid #ef9a97;
  border-radius: 5px 5px 0 0;
  background: -moz-linear-gradient(180deg, #ef9a97 45px, transparent, #fff 45px, transparent);
  background: -webkit-linear-gradient(180deg, #ef9a97 45px, transparent, #fff 45px, transparent);
  background: linear-gradient(180deg, #ef9a97 45px, transparent, #fff 45px, transparent);
  color: #ce335e;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 15px;
  text-align: center;
}
.top-attention p.attention-title {
  color: #fff;
  font-size: 1.25em;
  letter-spacing: .1em;
  margin-bottom: 1.25em;
  text-shadow: 2px 2px 3px #ce335e;
}
.top-attention p.attention-title span {
  font-size: .8em;
}
.top-attention p span.value {
  font-size: 1.5em;
}
.top-attention a {
  background: #ce335e;
  border-radius: 5PX;
  color: #fff;
  font-size: .8em;
  padding: 2px 8px;
  position: relative;
  bottom: 3px;
}


/*TITLE-STYLE1*/

#contents_main .ttl1{
	width:680px;
	height:40px;
	display:block;
	padding:10px 0 0 20px;
	background-image:url(../images/ttl1.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
}
.contentbox {
	width:678px;
	padding:10px;
	border:solid #afc5cf 1px;
	border-top:none;
	background-color:#eaf6fd;
	margin-bottom:40px;
}
.txtbox3{
	margin:10px 0;
	overflow:hidden;
	width:505px;
	float:left;
}
.bluebold{
	*height:20px;/* IE7 and below */
	*padding-top:5px;/* IE7 and below */
	display:block;
	padding-bottom:10px;
}
span.bluebold,
p.bluebold,
.bluebold span{
	font-weight:bold;
	color:#0d6fb8;
	font-size:16px;
	margin-right:10px;
}
.telttl{
	width:505px;
	text-align:center;
}
.telttl span{
	width:165px;
	height:25px;
	display:block;
	background-image:url(../images/telttl.gif);
	background-repeat:no-repeat;
	color:#FFF;
	/*padding-top:10px;*/
	padding: 8px 0 4px 12px;
	text-align: left;
	float:left;
}
.telttl b{
	width:340px;
	height:30px;
	display:block;
	background-image:url(../images/tel1.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	float:left;
}
.contents3link{
	width:700px;
	padding-bottom:20px;
}
.contents3link ul li{
	float:left;
}
.contents3link ul li.imgbtn1 a,
.contents3link ul li.imgbtn2 a,
.contents3link ul li.imgbtn3 a{
	width:224px;
	height:200px;
	background-image:url(../images/btn/contents3link.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}
.contents3link ul li.imgbtn1 a{
	background-position:0 0;
}	
.contents3link ul li.imgbtn1 a:hover{
	background-position:0 -203px;
}
.contents3link ul li.imgbtn2 a{
	background-position:-224px 0;
}
.contents3link ul li.imgbtn2 a:hover{
	background-position:-224px -203px;
}
.contents3link ul li.imgbtn3 a{
	background-position:-448px 0;
}
.contents3link ul li.imgbtn3 a:hover{
	background-position:-448px -203px;
}
.linepd{
	padding:0 5px;
}

/*TITLE-STYLE2*/

#contents_main .ttl2{
	width:680px;
	height:33px;
	display:block;
	padding:7px 0 0 20px;
	background-image:url(../images/ttl2.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	margin-bottom:10px;
}

.btn1{
	margin:auto;
	width:295px;
	height:28px;
	display:block;
	color:#FFF;
	background-image:url(../images/btn/btn1.jpg);
	background-repeat:no-repeat;
	padding-top:7px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}
.btn1:hover{
	color:#FFF;
	text-decoration:none;
	background-position:0 -35px;
}

.txtbox{
	border-bottom:dotted #b1c7c8 2px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.txtbox2{
	width:370px;
	display:block;
	float:left;
	padding-right:10px;
}
.newsbox{
	border-bottom:solid #0d6db8 3px;
	width:700px;
/*	height:150px;*/
	height:220px;
	padding-bottom:5px;
	overflow-y:scroll;
	overflow-x:hidden;
}
.newsbox .news{
	width:680px;
	display:block;
	border-top:dotted #b1c7c8 2px;
	padding:10px;
	overflow:hidden;
}
.newsbox .noborder{
	border-top:none;
}

.newsbox .news span.dayicon{
	width:142px;
	color:#0d6fb8;
	font-weight:bold;
	padding-left:20px;
	display:block;
	float:left;
	background-image:url(../images/icon/maru1.gif);
	background-repeat:no-repeat;
	background-position:0 -3px;
}
.newsbox .news p{
	color:#595757;
	width:458px;
	padding-right:15px;
	display:block;
	float:right;
}

.ie76 {
	*float:left;/* IE7 and below */
}

/*tabledesign1---------------------------------------------------------------------*/

.tablecss1{
	width:680px;
	_width:670px;/* IE6 */
	border:solid #26a7e1 2px;
	text-align:center;
}
.tablecss1 th{
	text-align:center;
	background-color:#26a7e1;
	border-bottom:solid #26a7e1 1px;
	border-right:solid #26a7e1 1px;
	color:#FFF;
	padding:10px;
}
.tablecss1 td{
	padding:10px;
	border-bottom:solid #26a7e1 1px;
	border-right:solid #26a7e1 1px;
	background-color:#FFF;
}

.tablecss1.timeTable th,
.tablecss1.timeTable td {
padding: 10px 6px;
}

/*tabledesign2---------------------------------------------------------------------*/

.tablecss2{
	width:688px;
	background-image:url(../images/tablelcenter.jpg);
	background-repeat:repeat-y;
	padding:0 6px;
}
.tablecss2 table tr{
	border-bottom:solid #0d6fb8 1px;
}
.tablecss2 table tr th{
	width:110px;
	background-color:#eaf6fd;
	border-right:solid #0d6fb8 1px;
	text-align:center;
	font-weight:bold;
}
.tablecss2 table tr th,
.tablecss2 table tr td{
	padding:10px 20px;
	*border-bottom: solid #0D6FB8 1px;/* IE7 and below */
}

/*tabledesign3---------------------------------------------------------------------*/

.tablecss3{
	width:688px;
	margin-top:20px;
	border:solid #4171a5 2px;
	
}
.tablecss3 tr{
	border-bottom:solid #0d6fb8 1px;
}
.tablecss3 tr th{
	width:110px;
	background-color:#eaf6fd;
	border-right:solid #0d6fb8 1px;
	text-align:center;
	font-weight:bold;
	*border-bottom:solid #0d6fb8 1px;/* IE7 and below */
}
.tablecss3 tr td{
	padding:10px 20px;
	background-color:#FFF;
	*border-bottom:solid #0d6fb8 1px;/* IE7 and below */
}

/*contents_side---------------------------------------------------------------------*/

#contents_side{
	width:250px;
	float:left;
}
#contents_side h4{
	margin:0 0 0 10px;
	width:240px;
	height:27px;
	display:block;
	background-image:url(../images/ttlside1.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
}
.sidemenu{
	margin-left:10px;
	background-color:#edf2f6;
	background-image:url(../images/bg/ttlside1shadow.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:16px 10px;
}
.sidemenu li{
	margin-bottom:4px;
}
.sidemenu li a{
	width:195px;
	height:25px;
	display:block;
	background-image:url(../images/btn/btn2.jpg);
	background-repeat:no-repeat;
	color:#595656;
	padding:10px 0 0 25px;
}
.sidemenu li a:hover{
	color:#1bb9ee;
	text-decoration:none;
	background-position:0 -35px;
}
.sideaccess{
	margin-left:10px;
	border:solid #b2c6d0 1px;
	border-top:none;
	padding:10px;
}
.sideaccess_addr{
	width:220px;
	display:block;
	border-bottom:solid #b2c6d0 1px;
	padding:10px 0;
	margin-bottom:10px;
}
/*bannerspace---------------------------------------------------------------------*/
.bannerspace{
	width:260px;
	margin:10px 0 10px 6px;
	
}
.bannerspace ul li{
	background-image:url(../images/bg/bg_banner.gif);
	background-repeat:no-repeat;
	padding:3px 0 0 4px;
	margin:0 0 3px 0;
}
.bannerspace ul li a img{
	width:238px;
	height:88px;
	border:solid #b7b3b2 1px;

}
.bannerspace ul li.banner_s{
	background-image:url(../images/bg/bg_banner2.gif);
	background-repeat:no-repeat;
	padding:3px 0 0 4px;
	margin:0 0 3px 0;
}
.bannerspace ul li.banner_s a img{
	width:238px;
	height:54px;
	border:solid #b7b3b2 1px;

}
.bannerspace ul li a:hover img,
.bannerspace ul li.banner_s a:hover img{
	border:solid #1bb9ee 1px;
}

/*footer---------------------------------------------------------------------*/

#footer {
	width:100%;
	background-color:#edf2f6;
	margin-top:20px;
	padding-top:14px;
}
.ft_ttl{
	font-weight:bold;
	color:#0d6fb8;
	display:block;
	background-image:url(../images/icon/maru2.gif);
	background-repeat:no-repeat;
	background-position:0 -3px;
	height:15px;
	padding:0 0 0 25px;
	margin:15px 0 10px 0;
}

#footer .footer_link{
	width:960px;
	margin:auto;
	font-size:12px;
	overflow:hidden;
	margin-bottom:26px;
}
#footer .footer_link ul{
	width:230px;
	height:380px;
	background-image:url(../images/footer_left.jpg);
	background-repeat:repeat-y;
	float:left;
	padding-left:10px;
}
#footer .footer_link ul li a{
	width:150px;
	display:block;
	padding-left:10px;
	color:#595656;
	background-image:url(../images/icon/liststyle.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	margin-bottom:5px;
}
#footer .footer_link ul.footerright{
	background-image:url(../images/footer_right.jpg);
	background-repeat:repeat-y;
	float:left;
	font-size:14px;
}
.footlogo{
	width:221px;
	height:60px;
	display:block;
	background-image:url(../images/logo_footer.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:10px;
}
.footaddr{
	padding:10px;
}
.foottel{
	width:221px;
	height:20px;
	display:block;
	text-indent:-9999px;
	background-image:url(../images/tel2.jpg);
	background-repeat:no-repeat;
}

/*copyrignt---------------------------------------------------------------------*/

#footer .copyrignt{
	background-color:#0d6fb8;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding:5px;
}
#footer .copyrignt a{
	color:#ebf5fe;
}

/*pagestyle---------------------------------------------------------------------*/

.pagettl{
	border:solid #f2f2f2 1px;
	margin:24px 0 14px 0;
}

/*TITLE-STYLE3*/

#contents_main .ttl3{
	background-image:url(../images/icon/shikaku.gif);
	background-repeat:no-repeat;
	color:#024287;
	font-size:18px;
	font-weight:bold;
	display:block;
	width:675px;
	height:15px;
	padding:0 0 10px 25px;
	margin:10px 0 0 0;
	border-bottom:solid #024287 2px;
}

/*TITLE-STYLE4*/

#contents_main .ttl4{
	width:680px;
	height:40px;
	display:block;
	padding:10px 0 0 20px;
	background-image:url(../images/ttl4.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
}
#contents_main .ttl4bottom{
	width:700px;
	height:auto;
	background-color:#e9f6fe;
}
#contents_main .ttl4bottom ul{
	padding:0 25px 25px 50px;
}
#contents_main .ttl4bottom ul li{
	margin-bottom:10px;
	list-style-type:disc;
}
#contents_main .ttl4bottom ul li b{
	color:#F39800;
	font-size:1.3em;
	font-weight:bold;
	margin:0 5px;
}

/*TITLE-STYLE5*/

#contents_main .ttl5{
	width:640px;
	height:38px;
	display:block;
	padding:12px 0 0 60px;
	background-image:url(../images/ttl5.jpg);
	background-repeat:no-repeat;
	color:#036EB8;
	font-weight:bold;
	margin:0 0 20px 0;
}

/*TITLE-STYLE6*/

#contents_main .ttl6{
	width:680px;
	height:40px;
	display:block;
	padding:10px 0 0 20px;
	background-image:url(../images/ttl6.jpg);
	background-repeat:no-repeat;
	color:#036EB8;
	font-weight:bold;
	margin-bottom:15px;
}
#contents_main .ttl6 span{
	margin:0 0 0 20px;
	color:#595757;
	font-size:80%;
}

/*TITLE-STYLE7*/

#contents_main .ttl7{
	width:680px;
	height:35px;
	display:block;
	padding:10px 0 0 20px;
	background-image:url(../images/ttl7.gif);
	background-repeat:no-repeat;
	color:#036EB8;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:solid #036EB8 1px;
}

/*TITLE-STYLE8*/

#contents_main .ttl8{
	width:680px;
	height:35px;
	display:block;
	padding:10px 0 0 20px;
	background-image:url(../images/ttl8.gif);
	background-repeat:no-repeat;
	color:#00913A;
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:solid #036EB8 1px;
}

/*bread------------------------------------------------------------------------*/

.bread{
	display:block;
	width:960px;
	height:20px;
	margin-bottom:10px;
}
