@charset "utf-8";
/*
==================================================

    CSS File Name - index.css
    Last-updated: 2011-03-23
	

==================================================
*/

.png {
	background:url(../common/images/h1_bg.png) no-repeat left top;
	color:#1A1A1A;
	font-size:18px;
	width:705px;
	padding:15px 0 17px 25px;
	*padding:17px 0 15px 25px;
	line-height:140%;
	margin-bottom:9px;
	font-weight:bold;
}

.sub-tit {
	color: #191919;
	font-size: 18px;
	background: url(../images/index_new/tit_bg.jpg) no-repeat left top;
	width: 700px;
	padding: 13px 0 17px 30px;
	_padding: 14px 0 16px 30px;
	line-height: 140%;
	font-weight:bold;
	margin:0 0 10px 0;
}

.tit {
	background:url(../images/tit_bg.jpg) no-repeat left top;
	padding:10px 0 15px 13px;
	*padding:8px 0 17px 13px;
	font-size:16px;
	font-weight:bold;
}
.tit span {
	background:url(../images/ico4.gif) no-repeat left;
	*background:url(../images/ico4.gif) no-repeat left 1px;
	_background:url(../images/ico4.gif) no-repeat left 2px;
	
	padding:0 0 0 30px;
}

/* -- main_part -- */
.mainpart{
	width:680px;
	margin:0 auto;
	}
/*電話からの問い合わせ*/
.tel-info{
	margin:20px 20px 20px 20px;
	}
.tel-info span{
	}
.tel-info .tel-num-s{
	color:#9D3840;
	font-weight:bold;
	padding:0 0px 0 0;
	font-size:20px;
	letter-spacing:1px;
	}
.tel-info .tel-num{
	color:#9D3840;
	font-weight:bold;
	padding:0 20px 0 0;
	font-size:35px;
	letter-spacing:1px;
	}
.tel-info .fax-num{
	font-weight:bold;
	font-size:20px;
	letter-spacing:1px;
	}

/*メールフォーム*/
.mail-form {
}
.mail-form .tel {
	font-size:12px;
	font-weight:bold;
}
.mail-form .tel img {
	margin-bottom:10px;
}
.form-table {
	margin:10px auto;
}
.form-table .title {
	font-size:16px;
	font-weight:bold;
}
.form-table .attention {
	text-align:right;
}
.table_a {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
	margin-top:10px;
	width:680px;
	border:3px solid #E5DBCC;
	font-size:115%;
	color:#000;
}
.table_a th {
	padding:10px 0 10px 15px;
	border-bottom:1px solid #E5DBCC;
	width:180px;
	text-align:left;
	border-right:1px solid #E5DBCC;
	font-weight:normal;
	background-color:#fbfaf7;
}
.table_a td {
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #E5DBCC;
	line-height:200%;
}
.table_a td.mail-ip input {
	margin:3px 0;
}
.form-table .bt {
	text-align:center;
}
.form-table .bt .send {
	font-size:18px;
}
.m-attention {
	background-image:url(../images/contact/img_attention.jpg);
	width:640px;/*680*/
	height:106px;/*156*/
	padding:40px 20px 10px 20px;
	margin-top:30px;
}
