@charset "utf-8";


/*　会社概要テーブル部分
---------------------------------------------*/
#main {
	margin-top: 0px; 
	text-align:center
}

table { 
	margin: 25px auto 20px auto;
	width: 700px;
	background: #5f9ea0;
	font-weight: normal;
} 
td {
	background: #ffffff;
	text-align: left;
	font-weight: normal;
	padding: 10px 15px; 
} 
th {
	width: 25%;
	background: #add8e6;
	text-align: left;
	font-weight: normal;
	padding: 10px 15px; 
} 
/* 番号つきリスト
---------------------------------------------*/
ol {
	list-style-type: decimal;
	background: #ffffff;
	text-align: left;
	padding: 10px 5px 10px 30px; 
} 

/*　サイトマップ２列
---------------------------------------------*/
#stmap{
	text-align:center;
	color: #333333;
}

#stmap_container{
	margin:0 auto;
	text-align:left;
}

#stmap_inner{
	margin:15px 10px;
}

.category1{
	margin: 0 0 0 20px;
	width:380px;
	float:left;
}
.category2{
	margin: 0 20px 0 0;
	width:380px;
	float:right;
}
.stm_list ul li {
	background: url(../images/yajirusi01.gif) no-repeat left;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #add8e6;
}
.stm_list p {
	background: #add8e6;
	padding: 10px 0px 10px 20px;
}
.stm_list p a {
	text-decoration: none;
}
.stm_list li a,
.stm_list ul li a { 
	text-decoration: none;
}
.stm_list li a:hover,
.stm_list ul li a:hover { 
	text-decoration: underline;
}
.clear{
	clear:both;
	line-height:0;
	height:0;
}
.line2 {
	font-size: 150%;
	padding: 10px 0 2px 30px;
}
