@charset "UTF-8";

/* 会社概要サイド
----------------------------------------------------------*/
#side ul li {
	height: 13px;
	width: 140px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 20px;
}

#side ul li a {
	color: #000000;
	text-decoration: none;
}

#side ul li a:hover {
	text-decoration: underline;
}

#side ul li#snavi_01 {
	background-image: url(../images/bg_snavi_01.png);
	background-repeat: no-repeat;
}

#side ul li#snavi_02 {
	background-image: url(../images/bg_snavi_02.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 16px;
}

/* 会社概要コンテンツ
----------------------------------------------------------*/
#contents {
	width: 650px;
	float: right;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#contents table {
	margin-bottom: 50px;
}

#contents table tr th {
	background-color: #CCCCCC;
	width: 120px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents table tr td {
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
