@charset "shift_jis";

body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-size : 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","sans-serif ";
	}

/*--layout--*/
#container{
	width:758px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	}
#header{
	width:750px;
	height:80px;
	background:  url(../common/head_bg.gif);
	background-repeat:no-repeat; 
	background-position: center; 
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	}
#gnavi{
	width:752px;
	height:45px;
	margin-top:4px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}			
#main{
	width:755px;
	background-color:#fff;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	}
#leftcontents{
	float:left;
	width:420px;
	margin-top:15px;
	}
#rightcontents{
	float:right;
	width:322px;
	margin-top:15px;
	}			
#footer{
	clear:both;
	width:750px;
	height:40px;
	background:  url(../common/foot_bg.gif);
	background-repeat:no-repeat; 
	background-position: center;
	text-align:left;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	}
/*--header part--*/
.logo{
	width:750px;
	text-align:left;
	margin-top:0px;
	margin-left:7px;
	}
	
/*--gnavi part--*/
#gnavi ul {
	margin-left : 0; 
	padding-left : 0; 
	float : left; 
	left : 0; 
	list-style-type : none; 
	width:752px;
	height:45px;
	background-color : #ffffff; 
	} 
#gnavi li {
	float : left; 
	display: inline;
	} 
#gnavi a {
	text-decoration : none; 
	} 
#gp a,#sup a,#pri a,#sur a,#com a,#faq a{
	display : block;
	background-image : url(../img/gnavi_bg.gif); 
	text-indent :-9999px;
	height : 45px; 
	} 	
#gp a {
	background-position : 0px 0px;
	width : 168px; 
	}	 
#sup a {
	background-position : 584px 0px;
	width : 162px; 
	}
#pri a {
	background-position : 422px 0px;
	width : 81px; 
	} 	 
#sur a {
	background-position : 342px 0px;
	width : 173px; 
	} 
#com a {
	background-position : 170px 0px;
	width : 97px; 
	} 
#faq a {
	background-position : 73px 0px;
	width : 71px; 
	} 	
#gp a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 0px -47px;
	}	 
#sup a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 584px -47px;
	}
#pri a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 422px -47px; 
	} 	 
#sur a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 342px -47px;
	} 
#com a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 170px -47px;
	} 
#faq a:hover {
	background-image : url(../img/gnavi_bg.gif); 
	background-position : 73px -47px;
	} 
	
/*--rightcontents part--*/
.eee {
	background-color : #eee;
	padding:2px;
	}
#titpapa p,#titsup p{
	width:223px;
	margin-top:6px;
	margin-bottom:15px;
	text-align:left;
	padding-left:85px;
	padding-bottom:8px;
	border-bottom:dashed #999 1px;
		}
#titpapa p{
	background : url(../img/bg_papa.gif) no-repeat;
		}
#titsup p{
	background : url(../img/bg_sup.gif) no-repeat;
		}			 	
/*--leftcontents part--*/
#leftcontents h3{
	width:420px;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
	text-indent:22px;
	line-height:210%;	
	background : url(../img/tit_h3_bg.jpg) no-repeat;
	color : #060; 
	font-size :98%;
	letter-spacing:4px; 
		}
#leftcontents p{
	padding-left:10px;
	margin-bottom:15px;
	text-align:left;
	}
.imgl{
	float:left;
	margin-left:10px;
	margin-right:6px;
	}				
/*--display--*/
.hidden{
	display:none;
	}
.cle{clear:both;}	
/*--posision--*/	
.center{
text-align:center;
}
.right{
text-align:right;
}		
/*--text--*/	
.s{
	font-size:80%;
	line-height:140%;
	color:#333;
	}
.m{
	font-size:85%;
	line-height:150%;
	color:#333;
	}				
.r{	color:#f00;}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin:0; 
	padding:0; 
	} 		
img{border:0px;}
ul {list-style : none;} 
/*--margin--*/
.mb3{margin-bottom:3px;}
