@charset "Shift_JIS";
/* 下層用css */

/*タイトルエリア*/
#rightBox #title{
	margin:0 0 20px 0;
}

/*パンナビ*/
#pannavi{
text-align:left;
font-size:13px;
}

/*----- 見出し -----*/
.title1st {
background: url(../images/common/s_title1.jpg) no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin:5px 0 5px 0;
	padding-top:4px;
	padding-left: 10px;
	height:33px;
	color:#ffffff;
}
.title2nd {
background: url(../images/common/s_title2.gif) no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin:5px 0 5px 0;
	padding-left: 20px;
	padding-top:2px;
	height:33px;
	color:#339967;
}
.title3rd {
margin:15px 0 0 0;
	font-weight: bold;
	background-color:#eeeeee;
	padding:3px 3px 3px 10px;
	height: 25px;
	border-bottom:1px #cccccc solid;
}

/*リスト*/
.waku {
	margin:10px 0 25px 0;
}

.waku dl {
	margin:0 0 25px 0;
	padding: 0px;
}
.waku dt {
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.waku dd {
	margin-top: -2.1em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11em;
}

/*左右分割*/
#leftBox{
float:left;
width:230px;
margin-top:15px;
}
#rightBox{
float:right;
width:620px;
margin-top:15px;
}

/*左ナビ*/
#leftnavi{
margin:0 0 20px 0;
}
.leftnavi-01{
float:left;
width:230px;
}
.leftnavi-01 ul{
padding:10px;
border-bottom:1px solid #D8D8D8;
border-left:1px solid #D8D8D8;
border-right:1px solid #D8D8D8;
}
.leftnavi-01 ul li{
list-style:none;
background: url(../images/common/icon01.gif) no-repeat 10px;
background-position:left 10px;
padding:0 0 0 15px;
}

/*左ナビ会社情報*/
#leftcompany{
font-size:12px;
line-height:1.3em;
color:#666666;
}
#leftcompany ul{
list-style:none;
margin-top:10px;
}

/*ノーマルリスト*/
ul.normal{
list-style:none;
}
ul.normal li{
background:url(../images/common/icon02.gif) no-repeat;
background-position:left top;
padding:0 0 0 15px;
list-style:none;
margin-bottom:10px;
}

/*数字リスト*/
ol.normal li{
padding:0;
margin:0 0 10px 23px;
}

/*テーブル*/
#mainBox .type01 {
	margin: 0px 0px 5px;
	border-collapse: collapse;
	width:100%;
}

#mainBox .type01 td {
	padding: 5px;
	border: 1px solid #cccccc;
	line-height: 120%;
}
#mainBox .type01 th {
	padding: 5px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}

#mainBox .type02{
	margin: 0px 0px 5px;
	border-collapse: collapse;
	width:100%;
	text-align:center;
}

#mainBox .type02 td {
	padding: 3px;
	border: 1px solid #cccccc;
	line-height: 120%;
}
#mainBox .type02 th {
	padding: 3px;
	background: #EBFFD7;
	text-align:center;
	border: 1px solid #cccccc;
}

/*トップへ戻る*/
#mainBox .gotop{
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
}

/*お問い合せ*/
.red{
	color:#FF0000;
}

/*会社概要*/
.sherpa{
border:2px solid #cccccc;
margin-bottom:20px;
}
.sherpa p{
margin:10px;
}

/*流れ*/
.flow {
	margin:10px 0 25px 0;
}

.flow ol {
	list-style:none;
	line-height:1.5em;
}
.flow li img{
float:left;
margin-right:15px;
margin-bottom:15px;
}
.flow li {
border-bottom:1px dotted #cccccc;
margin:15px 0 0 0;
}

/*業務案内*/
.business{
padding:10px;
border:2px solid #cccccc;
margin-top:15px;
margin-bottom:10px;
}
.business h4{
font-weight:bold;
font-size:16px;
color:#339966;
}
.business ul{
list-style:none;
}