* { margin: 0; padding: 0; }

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

a img {border-style: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(../image/background.jpg);
	background-repeat:no-repeat;
	background-position:55% 0;	 
			   background-color:#fff;}
					
div.push {height: 20px;
          clear: both;}					
	
div#header {margin: 0 40px 1em;
            }
			
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;}	
			

div#pageBody { margin-left:40px;
			   margin-right:40px;
			   background-color:#fff;
			   background-image:url(../image/background_u.jpg);
	           background-position: 100% 101%;
			   background-repeat:no-repeat;}

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;
}

p   {margin:10px;
     font-size:0.9em;
     leter-spacing:0.2em;}		

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

address {font-size:0.75em;
         letter-spacing:0.2em;
         color:#ffffff;
		 text-align:center;
		 font-style:normal;
		 padding-top: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: 50px;
	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 */

h2     {text-align:center;}

h2 img {margin-top:18px;}
		
h3     {font-weight:normal;
        font-size:1em;
		letter-spacing:0.2em;
		color:#9d896c;
		border-left:solid 15px #9d896c;
		border-bottom:dashed 1px #9d896c;
		margin-top:10px;
		padding-left:5px;}		

#article {margin-top:20px;
          width:100%;}

#article p {line-height:200%;}   
	   
#subtitle {border:solid 1px #009591;
        margin-top:10px;
		width:100%;
		height:80px;}
#submenu {
	background: #009591;
    float: left;
	list-style: none;
	margin-top: 0;
	padding: 0;
	width: 592px;}
	
#submenu li {
	float: left;
	font: 78% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-top: -1px;
	padding: 0;
}
#submenu a {
    color:#ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 8px;
	text-decoration: none;
	font-weight:normal;
}
#submenu a:hover {
	background: #89e5e2;
	color: #009591;
	padding-bottom: 8px;
	}
	
h4.top  {display:block;
	       vertical-align: middle;
	       background-color:#009591;}
		
div#article {padding-top:20px !important;}		