@charset "UTF-8";
/* CSS Document */
	
.img_b {
	margin-bottom:10px;
}

/*==========================================
contentspage header
===========================================*/
header { 
	width: 100%;
	height:200px;
}

#header-ttl { 
	width:100%;
	background:url(../common_img/bg_ttl.jpg) repeat-x;
	height: 100px;
	margin: 0;
}
#header-ttl .ttl{
	width:960px;
	margin:0 auto;
	}

	
/*contents
-------------------------------------------------------*/
#main-contents {
	width:960px;
	margin:50px auto;
	overflow:hidden;
	 padding-bottom:100px; /*フッターの高さと同じ*/ /*フッターの設定*/
}
.slogan, .company, .news, .news2 {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.slogan img {
	float:left;
	margin-right:30px;
}
.company img {
	float:left;
	margin-top:40px;
	margin-bottom:50px;
}	
.aisatsu {
	float:right;
	width:550px;
	margin-bottom:50px;
}

.aisatsu h4 {
	margin:20px 0;
	overflow:hidden;
}
.gaiyo {
	float:right;
	width:710px;
	margin-bottom:50px;	
}
.gaiyo h3 {
	font-size:130%;
	color:#747484;
	letter-spacing:0.5em;
	border-bottom:#780101 solid 1px;
	background:url(../common_img/ic_mds.jpg) no-repeat 10px center;
	padding:0 0 3px 35px;
	margin-bottom:30px;
}
.topics {
	float:right;
	width:660px;
	margin-bottom:50px;	
}
.topics2 {
	float:right;
	width:500px;
	margin-bottom:50px;	
}
.topics h3,.topics2 h3 {
	color:#737384;
	letter-spacing:0.5em;
	border-bottom:#9797A6 dashed 1px;
	padding:0 0 3px 0;
	margin-bottom:30px;
}

.cap {
	width:200px;
	float:left;
	font-size:10px;
	overflow:hidden;
}
.cap2 {
	width:240px;
	float:left;
	font-size:10px;
	overflow:hidden;
}
.cap3 {
	width:400px;
	float:left;
	font-size:10px;
	overflow:hidden;
}
.cap img, .cap2 img, .cap3 img {
	margin-bottom:5px;
	margin-right:20px;
}

/*--- link ---*/
.link{
	width:980px;
	margin-bottom:10px;
	overflow:hidden;
}
.link dl{
	width:220px;
	margin-bottom:30px;
	float:left;
	padding-right:25px;
}
.link dl dt img {
	margin-bottom:10px;
}
.link dl dd a {
	font-size:85%;
	text-decoration:underline;
	color:#03F;
}

/*--- topics ---*/



/*--- mailform ---*/

.tbl-form {  
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #999;
}
.tbl-form dt,
.tbl-form dd {
  padding: 20px 0;
}
  .tbl-form dt {
    clear: both;
    float: left;
    width: 150px;
	font-weight: bold;
  }
  .tbl-form dd {
    padding-left: 170px;
    border-bottom: 1px solid #999;
  }
.tbl-form dd textarea {
  width:95%;
}
.tbl-form .w300{
  font-size:12px;
  width:70%;	
  height:24px;
}
p.btn {
  text-align: center;
  padding: 20px 0;
}

/*border
-------------------------------------------------------*/
.ud {
	border-bottom: 1px dashed #666666;
	padding: 10px 0 6px 0;
	font-size:90%;
}

/*table
-------------------------------------------------------*/
table .table1 {
border: 0;
border-spacing: 0;
border-collapse: collapse;
margin: 10px 0;
}
table .table1 td, table .table1 th {
text-align: left;
padding: 0 20px 30px;
vertical-align:top;
}


/*font
-------------------------------------------------------*/
.t_mi {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:120%;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.2em;
}
.t_mb {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	letter-spacing:0.5em;
}
.t_eg {
		font-size:90%;
		color:#757584;
		letter-spacing:0.2em;
}
.t_kb {
	font-size:120%;
	font-weight:bold;
}
.t_rb {
	font-size:120%;
	color:#780101;
	font-weight:bold;
	margin-bottom:10px;
}
.t_rmb {
	font-size:150%;
	color:#780101;
	font-weight:bold;
	margin-bottom:10px;
}
