@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;
}

.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;
}
.main_part {
	width:680px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.tit {
	background:url(../images/voice/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/voice/ico4.gif) no-repeat left;
	*background:url(../images/voice/ico4.gif) no-repeat left 1px;
	_background:url(../images/voice/ico4.gif) no-repeat left 2px;
	
	padding:0 0 0 30px;
}

/* -- main_part -- */
div.main_part {
	width:720px;
	/*background:url(../images/company/main_part_bg.jpg) no-repeat left top;*/
	background-color:#fff;
	clear:both;
	overflow:hidden;
	padding-bottom:10px;
}
div.main_part ul.p_navi {
	width:700px;
	padding:16px 0 30px 20px;
	clear:both;
	overflow:hidden;
}
div.main_part ul.p_navi li {
	float:left;
	padding-right:5px;
}
div.main_part ul.p_navi li.last {
	padding-right:0px;
}


div.main_part div.cont {
	width:680px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:30px;
}
.sub-title{
	background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
	width:645px;/*680px*/
	height:40px;/*49px*/
	font-size:16px;
	font-weight:bold;
	color:#9E3840;
	padding:9px 0px 0px 35px;
	margin-bottom:10px;
	}
.img-bn{
	margin:30px 0 10px 0;
	text-align:center;
	}
/*step-navi*/
.step-n{
	text-align:center;
	margin-bottom:5px;
	}
/*step*/
.s-box{
	overflow:hidden;
	}
.s-box .left{
	width:420px;
	}
.s-box .right{
	width:245px;
	}
/*title*/	
.s-box div.title{
	margin-bottom:10px;
	}
/*字下げ*/	
.s-box p.txt{
	text-indent:1em;
	font-size:14px;
	line-height:150%;
	}
/*subtitle*/
.sub-index{
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	}
/*img margin*/
.s-box .right img{
	margin-bottom:10px;
	}
/*線*/
.s-box .border{
	border:none;
	}
.s-box .border img{
	border:1px solid #999;
	}
/*テーブル*/
.s-box table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
	margin-top:10px;
	border:3px solid #E5DBCC;
	font-size:115%;
	color:#000;
}
.s-box table th {
	padding:10px 0 10px 15px;
	border-bottom:1px solid #E5DBCC;
	width:100px;
	text-align:left;
	border-right:1px solid #E5DBCC;
	font-weight:normal;
	background-color:#fbfaf7;
	color:#9E3840;
	font-weight:bold;
}
.s-box table td {
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #E5DBCC;
	line-height:160%;
	width:250px;
}
/*ポイント*/
.p-box {
padding: 10px;
border: 2px solid #9D3840;
background-color: #FBFAF7;
font-size: 14px;
margin:10px 0 10px 0;
}
.p-box .title{
font-size: 16px;
font-weight:bold;
margin-bottom:10px;
}
/*テーブル100%*/
.c-table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:20px;
	margin-top:20px;
	border:3px solid #E5DBCC;
	font-size:115%;
	color:#000;
	width:100%;
}
.c-table th {
	padding:10px 0 10px 15px;
	border-bottom:1px solid #E5DBCC;
	width:150px;
	text-align:left;
	border-right:1px solid #E5DBCC;
	font-weight:normal;
	background-color:#fbfaf7;
	font-weight:bold;
}
.c-table td {
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #E5DBCC;
	line-height:160%;
}