/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 font-size: 14px;
 } 

a:link { color: #0000FF; } 
a:visited { color: #0000CC; } 
a:hover { color: #FFcc00; } 

#pagewidth{ 
 width:770px;  
 background-image: url(image/bg.gif);
 background-repeat: repeat-y;
 border-right: 1px solid #333333;
} 
 
#header{
/* position:relative; */
 height:64px; 
 background-color:#FFFFFF; 
 width:100%;
 background-image: url(image/header.gif); 
} 
 
#leftcol{
 width:158px; 
 float:left; 
/* position:relative; */
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
/* position: relative; */
 width:600px; 
 padding-left: 5px;
 }
 
#footer {
 clear:both;
}
.footmenu {
background-color: #C8EFC1; line-height: 1.4em; padding: 10px;
}
.copyr{
 background : url(image/footer.gif);
 background-repeat: repeat-x;
 padding: 10px;
 font-size: 12px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles 
 @media print{ 
/*hide the left column when printing
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* ヘッダーメニュー */

#header_menu {
	background-color: #6DA06D;
	color: #ffffff;
	padding: 10px;
	margin-bottom: 0px;
    text-align: center;
}

#header_menu a{
	color: #ffffff;
}

ul.header_menu{
    margin-top:0px;
    padding-left:0;
    margin-left:0;
    text-align: center;
    width:100%;
}

ul.header_menu li{
    list-style:none;
    width:140px;
    float:left;
}
ul.header_menu li a{
	color: #ffffff;
}


/* ▼左メニューエリア関係 */
div#menu  {
	float: left;
	width: 152px;
	height: auto;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
div#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menu ul.menuLinkList li  {
	list-style-type: none;
	margin-bottom: 1px;  padding-left: 0;
}
div#menu ul.menuLinkList li a  {
	display: block;
	width: 138px;  height: 42px;
	padding-left: 12px;  padding-right: 5px;
	color: #333333;
	background: url(image/menu01.gif) no-repeat;
	font-size: 0.9em;  line-height: 42px;
	text-decoration: none;
	overflow: hidden;
}
div#menu ul.menuLinkList li a:visited  {
	color: #333333;
}
div#menu ul.menuLinkList li a:hover  {
	color: #333333;
	background: url(image/menu02.gif) no-repeat;
	text-decoration: underline;	
}

h2 {
	background-image: url(image/midashi.gif);
	background-repeat: no-repeat;
	height: 46px;
	font-size: 1em;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

.contents{
	border: 1px solid #009900;
	width: 576px;
}

.contents_box{
	padding-left: 10px;
}

.sub_menu {
	text-align: center;
	background-color: #6DA06D;
	border: 1px solid #336633;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}

.box_white {
background-color: #ffffff;
font-size: 12px;
padding: 3px;
line-height: 1.4em;
}
