@charset "utf-8";
/* CSS Document */

*{ 
    margin:0;padding:0;
	font-style: normal;

} 


ul,li { margin:0px; padding:0px;}

img {
	border: 0;
	vertical-align:top;
}


h1 { color: #666666; font-size:10px; font-weight: normal;}
h2 { color: #535353;
	line-height:150%;
	font-size: 12px;
	font-weight: normal;
}
h3 {font-weight: normal;}
h4 {font-weight: normal; font-size: 12px;}


/* a ------------------------------------------------------------------------*/

a:link{ color:#FF6600;text-decoration: underline}
a:visited{color:#FF6600;text-decoration: underline}
a:hover{color:#FF6600;text-decoration: none}
a:active{color:#FF6600;text-decoration: underline}


/* clearfix ------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}  
.clearfix {zoom: 100%;}  

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */

.clear {
	clear:both; 
} 
/* margin ------------------------------------------------------------------------*/
.t0r10l10b20 {margin:0px 10px 20px 10px;}

/* base ------------------------------------------------------------------------*/
body {
	color: #535353;
	text-align:center;
	line-height       : 160%;
	font-family       : ＭＳ Ｐゴシック, Osaka, sans-serif;
	font-size: 12px;
	background:url(../common_image/body_bg.jpg) repeat-x top;	

}


#pageContainer {
    width: 780px;
	margin:0 auto;
	background:url(../common_image/body_bg02.jpg) repeat-y top;	

}
#bg {background:url(../common_image/bg.jpg) no-repeat top;}



/* header ------------------------------------------------------------------------*/

#header {width:760px; height:75px; clear: both; text-align:left; margin:0 auto;}
#rogo { float:left; margin:9px 0 0 10px;}
#otoiawase {text-align:right; float:right; margin:20px 10px 0 0;}
#otoiawase img {margin-left:10px;}

/* contents ------------------------------------------------------------------------*/

#contents {width:760px; clear:both; margin:0 auto; text-align:left; overflow:hidden;} 

/* leftcontents ------------------------------------------------------------------------*/

#leftcontents {width:370px; float:left; background:#FFFFFF;}

.information { width:350px;background:url(../common_image/info_02.gif) no-repeat left bottom; margin:10px; font-size:9px;}
.information dl {margin:10px; height:100px; overflow:auto;}
.information dt{padding:3px 0 0 0;}

.information dt em{color:#9589c0;}

.information dd{
	margin:0 10px 0 0;
	padding:0 5px 5px 10px;
	background: url(../common_image/img_side_hasen.jpg) no-repeat left bottom;
}

.iin { width:350px; height:150px; background:url(../common_image/iin_01.jpg) no-repeat; margin:10px;}
.icon { margin:20px 10px 5px 210px;}
.iin p {margin:5px 10px 10px 130px;}

/* rightcontents ------------------------------------------------------------------------*/

#rightcontents {width:390px; float: right; background-color:#eeeeed; min-height: 100%;}

.menu a:link,.menu a:visited{ color: #666666;text-decoration: none;}
.menu a:hover,.menu a:active{ color: #666666;text-decoration: underline;}

.con01 a{ display:block; width:390px; height:110px;background:url(../common_image/con_01.jpg) no-repeat;}
.con01 a:hover {background:url(../common_image/con_01_on.jpg) no-repeat;}

.con02 a{ display:block; width:390px; height:110px;background:url(../common_image/con_02.jpg) no-repeat;}
.con02 a:hover {background:url(../common_image/con_02_on.jpg) no-repeat;}

.con03 a{ display:block; width:390px; height:110px;background:url(../common_image/con_03.jpg) no-repeat;}
.con03 a:hover {background:url(../common_image/con_03_on.jpg) no-repeat;}

.con04 a{ display:block; width:390px; height:110px;background:url(../common_image/con_04.jpg) no-repeat;}
.con04 a:hover {background:url(../common_image/con_04_on.jpg) no-repeat;}

.con05 a{ display:block; width:390px; height:110px;background:url(../common_image/con_05.jpg) no-repeat;}
.con05 a:hover {background:url(../common_image/con_05_on.jpg) no-repeat;}


.con { padding:60px 150px 10px 22px; font-size:10px; display:block;}



/* footer ------------------------------------------------------------------------*/

#footer {
	clear:both;
	background-image: url(../common_image/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#footermenu {
	width:760px;
	height:50px;
	text-align:center;
	margin:0 auto;
}
#footermenu p { font-weight:bold; color:#9589c0; line-height:50px;}
#footermenu a:link,#footermenu a:visited{ color: #9589c0;text-decoration: underline;}
#footermenu a:hover,#footermenu a:active{ color: #9589c0;text-decoration: none;}

#copylight { width:760px; background:#9589c0; height:45px; clear:both; font-size:10px; color:#FFFFFF; text-align:left; margin:0 auto;}
.left {width:360px; float:left; margin-left:5px;}
.right {width:300px; float:right;}



