/* リセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        text-align: left;
        list-style-type: none;
}


/* ホームメニュー*/

#home-menu {
	float:left;
	width: 685px;
	padding-left:20px;
}

/* パンくずリスト */
#list{
	float:left;
	width:685px;
	height:12px;
	font-size:70%;
}

#list a {
	color:#266406;
	text-decoration: none;	
}


#list  a:hover {
	color:#266406;
	text-decoration:underline;
}

#list p{
}

/* タイトル*/
#title{
	clear:both;
    widows:685px;
	height:166px;
	margin-bottom:30px;
}

#title h2 {
	widows:685px;
	height:166px;
	text-indent:-9999px;
	background:url(../images/characteristic/h2.png);
	display:block;
}

/* ポイント1*/
.feature_01{
	width:685px;
	height:210px;
	border-bottom:dotted 1px #cccccc;
	margin-top:50px; 
	
}

.feature_01 .point_01{
	float:left;
	width:50px;
	height:50px;
	margin-left:20px;
}

.feature_01 h3{
  float:left;
  width:600px;
  height:40px;
  font-size:160%;
 font-weight: normal;
  margin-top:10px; 
    margin-left:15px;
  
}

.feature_01 .above{
	float:left; 
	width:300px;
	 margin-left:85px;
	 /* 行間は25ｐｘで*/
	line-height:25px;
}

.feature_01 .right-p{
	float:left;
	margin-top:-50px; 
	margin-left:30px;
	 
}


/* ポイント2*/
.feature_02{
	width:685px;
	height:264px;
	border-bottom:dotted 1px #cccccc;
	margin-top:50px; 
	
}

.feature_02 .point_01{
	float:left;
	width:50px;
	height:50px;
	margin-left:20px;
}

.feature_02 h3{
  float:left;
  width:600px;
  height:40px;
  font-size:160%;
 font-weight: normal;
  margin-top:10px; 
    margin-left:15px;
  
}

.feature_02 .above{
	float:left; 
	width:300px;
	 /* 行間は25ｐｘで*/
	line-height:25px;
	margin-top:30px;
	 margin-left:85px;
}

.feature_02 .right-p{
	float:left;
	margin-top:-55px; 
	margin-left:30px;
	 
}

.feature_02 a{
	color:#008858;
	}
	
.feature_02 a:hover{
	color:#D90213;
	}	


/* ポイント3*/
.feature_03{
	width:685px;
	height:179px;
	margin-top:45px;
	padding-bottom:30px;
}

.feature_03 .point_01{
	float:left;
	width:50px;
	height:50px;
	margin-left:20px;
}

.feature_03 h3{
  float:left;
  width:600px;
  height:40px;
  font-size:160%;
 font-weight: normal;
  margin-top:10px; 
    margin-left:15px;
  
}

.feature_03 .above{
	float:left; 
	width:300px;
	 margin-left:85px;
	 /* 行間は25ｐｘで*/
	line-height:25px;
	margin-top:30px;
}

.feature_03 .right-p{
	float:left;
	margin-top:-50px; 
	margin-left:30px;
	 
}


/*赤文字指定*/
em {
  color:#CD2833;            
  font-style:normal;
  }