@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
a:focus { -moz-outline-style: none; }

#bg {
	width:880px;
	height:100%;
	margin:0 auto 0 auto;
	padding-left:8px;
	padding-right:8px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	}

#head {
	width:880px;
	height:100%;
	margin-bottom:5px;
	}
#head h1{
	color:#999999;
	font-size:11px;
	font-weight:normal;
	float:right;
	padding:3px;
	}
#head .siryo img{
	margin-top:33px;
	margin-left:190px;
	}
		
.bt table{
	border:0;
	width:880px;
	height:56px;
	padding-top:2px;
	padding-bottom:4px;
	}
	
/*------------------contents---------------------------------*/
#contents {
	float:left;
	width:670px;
	}
#catch {
	width:670px;
	text-align:center;
	margin-bottom:15px;
	}
#fea table {
	margin-bottom:10px;
	margin-left:50px;
	}
.t_fea {
	width:400px;
	text-align:justify;
	text-justify:distribute;
	color:#333333;
	font-size:13px;
	line-height:170%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left:3px;
	}
#info {
	width:580px;
	height: auto;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	margin-left:50px;
	margin-bottom:30px;
	}	
#info td {
	padding:5px;
	font-size:12px;
	color: #666666;
	line-height:130%;
	vertical-align:top;
	letter-spacing:0.05em;
	}
#point {
	width:600px;
	height:auto;
	margin-left:50px;
	}
#point table {
	margin-bottom:30px;
	}
	
/*--#info {
	width:670px;
	height:260px;
	text-align:center;
	margin-bottom:10px;
	}
#info .info_area {
	width:655px;
	height:260px;
	background-image: url(../img/info_back.jpg);
	background-repeat:no-repeat;
	}
#info .info_area p{
	line-height:14px;
	}--*/
	
/*----firefox用追記-----*/
html:not([lang*=""]) #info .info_area{
	margin-left:8px;
	}
/*----firefox用追記-----*/
/*----IE8用追記-----*/
head~/* */body #info .info_area{
	margin-left:8px;
	}
/*----IE8用追記-----*/	

#info .info1 {
	margin-top:40px;
	}
	
#info .info_ri {
	width:20px;
	vertical-align:top;
	}
#info .info_p {
	padding-right:10px;
	text-align:left;
	}
#info .info_p p{
	width:290px;
	color:#333333;
	font-size:12px;
	text-align:justify;
    text-justify:distribute;
	padding-bottom:10px;
	}
#info a,#info a:link #info a:visited{
	color:#0066CC;
	text-decoration:none;
	}
#info a:hover{
	color:#00CCCC;
	text-decoration:underline;
	}
		
	
/*------------------side-------------------------------------*/
#side {
	width:210px;
	float:right;
	}	
#call {
	width:210;
	text-align: center;
	margin-bottom:20px;
	}
#demo {
	width:210;
	text-align: center;
	margin-bottom:20px;
	}
#agen {
	width:210;
	text-align: center;
	margin-bottom:20px;
	}

#clear {
	clear:both;
	}

/*-----------------foot_menu-----------------------------*/
#foot_menu {
	text-align:center;
	font-size:12px;
	color:#999999;
	margin-top:50px;
	margin-bottom:0;
	padding-bottom:5px;
	}	
#foot_menu a,#foot_menu a:link,#foot_menu a:hover,#foot_menu a:visited,#foot_menu a:active {
	text-decoration:none;
	color:#999999;
	}
	
/*-------------foot-----------------------------------*/
#foot {
	width:880px;
	height:38px;
	margin:0 auto 0 auto;
	padding-left:8px;
	padding-right:8px;
	background-image: url(../img/foot.gif);
	background-repeat: repeat-y;
	}
	
	
