@charset "utf-8";
/* CSS Document */
p {
	margin: 0;
	line-height: 180%;
	}

p.p_nomal {
    margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	}

#rightarea h2.title_h2 {
	font-size: 150%;
	font-weight: bold;
	color:#000066;
	background: url(../img/service/title_back.gif) repeat-x left top;
	height: 40px;
	padding-top: 15px;
    }
	


#rightarea p {
	font-size: 120%;
	line-height: 160%;
	}


#rightarea h2 {
	font-size: 150%;
	font-weight: bold;
	color:#000066;
	line-height: 1.5;
}

.border_title {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 3px;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  }
 
 
.title_service{
margin-bottom: 10px;
line-height:20px;
font-size:14px;
padding-left: 15px;
padding-top: 5px;
background: url(../service/img/title_buhin_back.jpg) no-repeat right top;
height:30px;
}


#rightarea p.f_100 {
  font-size: 100%;
  }

#rightarea p.f_120 {
  font-size: 120%;
  }

#rightarea p.f_130 {
  font-size: 130%;
  }

#rightarea p.f_180 {
  font-size: 180%;
  }

.f_120 {
  font-size: 120%;
  }

.f_130 {
  font-size: 130%;
  }
  

.mtop_1em {
  margin-top: 1em;
  }
  

.ml_1em {
  margin-left: 1em;
  }
  

.ml_20 {
  margin-left: 20px;
  }

.ml_30 {
  margin-left: 30px;
  }

.mt_10 {
	margin-top: 10px;
	}

.pl_20 {
  padding-left: 20px;
  }
  
.red2 {
  color: #990000;
  }

.blue2 {
	color: #0066FF;
	}

.ul {
 margin: 0;
 padding: 0;
 margin-left: 10px;
 }
 
.ul li {
 margin-bottom: 10px;
 }
 
 
/*画像回り込み*/
.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	}

.clear_b {
	clear: both;
	}


/*左問合せフォーム*/
#left_form {
	clear: both;
	width: 187px;
	margin-top: 1em;
	border: 1px solid #990000;
}


#left_form h3 {
	font-size: 15px;
	color: #FFFFFF;
	background: #990000;
	margin: 0;
	padding: 3px;
	text-align: center;
	}

#left_form  p {
	margin-left: 10px;
	margin-bottom: 10px;
	}

#left_form input.textarea {
	width: 160px;
	height: 1em;
	}

/*お問合せボタン*/

#b_contact {
	display : block;
    width : 563px ;
    height : 63px ;
	margin: 0 auto;
	background: url(../service/img/b_contact_2.gif) no-repeat 0 0;
	} 

#b_contact a {
	display : block;
    width : 563px ;
    height : 63px ;
	margin: 0 auto;
}


#b_contact a:hover img {
	visibility: hidden;
}

#b_contact a:hover {
    background-color:transparent;
}


/*テーブル：格子*/
.table_koushi {
   border-collapse: collapse;
   border: 1px solid #cccccc;
   margin-top: 1em;
   font-size: 110%;
   margin-bottom: 2em;
 }

.table_koushi td,th {
   padding:5px;
   border:1px solid #cccccc;
   border:1px solid #cccccc;
   line-height:140%;
   } 

.table_koushi th {
   font-weight: normal;
   color:#333333;
   background:#f7f7f7;
   font-weight: normal;
   text-align: left;
   } 

