@charset "Shift_JIS";
*{
	margin: 0; padding: 0;
}

body{
	background-image : url(back_w.jpg);
	color: #666;
}
	
a{
	/*リンクされた文孁E/
    color:#008899;
    font-style:normal;
    text-decoration:none;
}
a:link{
	/*未訪問Eリンク*/
    color:#008899;
    font-style:normal;
    text-decoration:none;
}
a:visited{
	/*訪問後Eリンク*/
    color:#2a83a2;
    text-decoration:none;
}
a:hover{
	/*マウスをEせたとぁE/
    color:#e95464;
    font-style:normal;
    text-decoration:underline;
}
a:active{
	/*クリチE中*/
    text-decoration:none;
}

div#container{
               width: 850px;
			   margin-right:auto;
			   margin-left:auto;
			   background-color: #fff;
			   }

div#containerInner{
	border:solid 1px #009591;
                    margin: 0 auto;
					 background-image : url(background_u.jpg);
	           background-position: 100% 110%;
			   background-repeat:no-repeat;
			   background-color: #fff;
}
			   
div.push{
	height: 20px;
          clear: both;
}					
	
div#header{
	margin: 0 40px 1em;
            background-image : url(background.jpg);
	background-repeat:no-repeat;
	background-position:55% 0;
}
	
div#main_navi{
	float:right;
               position: relative;
               margin-top:-25px;
			   z-index: 2;
}

h1{
	margin-bottom:10px;
		padding-left:0;
		padding-top:15px;
		position:relative;
}	
		
#slide{
	border:solid 1px #009591;
		width:100%;
		height:250px;
}

#slider{
	background : #fff url(images/loading.gif) no-repeat 50% 50%;
}

#slider img{
	display:none;
}			

div#pageBody{
	 
               margin-left:40px;
			   margin-right:40px;
}

div#primary{
	display: inline; /* ltr win ie6 */
	float: left;
	width: 180px;
}
		   
h4{
	border:solid 1px #009591;
        display:block;
        width: 150px;
		margin-bottom:7px;
		padding:3px;
		text-align:center;
        font-weight:normal;
        font-size:0.8em;
		letter-spacing:0.2em;
		color:#444444;
		background-color:#ffffff;
}	   

div#secondary{
	width: 590px;
	margin-left: 180px;
}

h3{
	font-weight:normal;
        font-size:1em;
		letter-spacing:0.2em;
		color:#009591;
		border:solid 1px #009591;
		border-left:10px solid #009591;
		padding:5px;
		width:570px;
		margin-top:10px;
}
		
a img{
	border-style:none;
}		
		
ul.news{
	list-style-image : url(sankaku.gif);
}

li.news{
	font-size:0.9em;
          color:#444444;
		  margin-top:10px;
		  margin-left:20px;
		  letter-spacing:0.1em;
		  line-height:150%;
}			

div#footer{
	background-color: #009591;
            width:850px;
}


address{
	text-align: left;
	font-size: 0.75em;
	letter-spacing: 0.2em;
	color: #ffffff;
	font-style: normal;
	padding-top: 10px;
	text-indent: 0em;
	padding-left: 210px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

html,body,div#containerInner,div#container,div#pageBody,div#primary{
	height: 100%;
}

div#container > div#containerInner{
	height: auto; min-height: 100%;
}

div#containerInner > div#pageBody{
	height: auto; min-height: 100%;
}

div#pageBody > div#primary{
	height: auto; min-height: 100%;
} 

div#pageBody{
	padding-bottom: 50px;
}  /* must be same height as the footer */


div#footer{
	position: relative;
	clear: both;
	height: 80px;
	margin-top: -50px; /* negative value of footer height */
} 

.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 */