/* 共通 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 890px;
}
#header {
	margin-bottom: 1em;
	background: url(../common/header_back.gif) repeat-x;
}
#navi {
	margin-bottom: 5px;
}
#contents {
	margin-bottom: 2em;
}
img {
	vertical-align: bottom;
}
p.clear {
	clear: left;
}
.img-left{
	float:left;
	margin:2px 16px 2px 19px;
}
.img-right{
	float:right;
	margin:0px 19px 0px 15px;
}





/* ヘッダー */
#header h1 {
	padding-top: 13px;
	line-height: 1;
	font-size: 10px;
	font-weight: normal;
}
#header h2 {
	float: left;
	background: url(../common/header_logo.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 320px;
	height: 45px;
}
#header h2 a {
	display: block;
	font-style: normal;
	height: 45px;
}
#header ul {
	margin-top: 5px;
	margin-left: 405px;
	list-style: none;
	width: 482px;
}
#header li {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
}
#header li.tel {
	margin-right: 10px;
	background: url(../common/header_tel.gif) no-repeat;
	width: 200px;
}
#header li.contact {
	margin-right: 10px;
	background: url(../common/header_contact.jpg) no-repeat;
	width: 131px;
}
#header li.estimate {
	background: url(../common/header_estimate.jpg) no-repeat;
	width: 131px;
}
#header li a {
	display: block;
	font-style: normal;
	height: 30px;
}
#header p.utility {
	clear: left;
	background: url(../common/header_line.gif) repeat-x;
	padding-top: 5px;
	line-height: 1;
	font-size: 10px;
	text-align: right;
}






/* ナビ */
#navi ul {
	margin-bottom: 1em;
	list-style: none;
	height: 56px;
}
#navi li {
	float: left;
	margin-right: 4px;
	text-indent: -9999px;
	overflow: hidden;
	width: 123px;
	height: 56px;
}
#navi li.feature { background: url(../common/navi_feature.jpg) no-repeat }
#navi li.pack { background: url(../common/navi_pack.jpg) no-repeat }
#navi li.physical { background: url(../common/navi_physical.jpg) no-repeat }
#navi li.cost { background: url(../common/navi_cost.jpg) no-repeat }
#navi li.voice { background: url(../common/navi_voice.jpg) no-repeat }
#navi li.qa { background: url(../common/navi_qa.jpg) no-repeat }
#navi li.company { background: url(../common/navi_company.jpg) no-repeat; margin-right: 0px; }

#navi li a {
	display: block;
	font-style: normal;
	height: 56px;
}






/* フッター1（トップページのみ） */
#footer1 {
	clear: left;
	padding: 20px 10px 10px;
	background-color: #003F19;
}
#footer1 p.copy {
	color: #FFF;
	text-align: right;
}



/* フッター2 */
#footer2 {
	clear: left;
}
#footer2 #linkarea {
	margin-bottom: 5px;
	padding: 10px;
	background-color: #003F19;
	color: #FFF;
	font-size: 10px;
}
#linkarea ul {
	margin-left: 10px;
	list-style: none;
	line-height: 1.5;
}
#footer2 p.copy {
	text-align: right;
	color: #FFFFFF;
}
#footer2 a:link { color: #FFF; text-decoration: none; }
#footer2 a:visited { color: #FFF; text-decoration: none; }
#footer2 a:hover { color: #FFF; text-decoration: underline; }
#footer2 a:active { color: #FFF; text-decoration: none; }




.table {
	margin: 0px 0px 25px 10px;
	line-height: 1.5em;
	background: #999;
}
.table thead th {
	background: #E3E0DC;
	text-align: center;
	color: #666;
	border: solid 1px #f3f3f3;
	border-width: 2px 2px 1px 2px;
}
.table th,
.table td {
	padding: 7px 10px 6px;
	border: solid 1px #FFF;
	border-width: 2px 2px 1px 2px;
	background: #FFF;
	text-align: left;
	vertical-align: top;
}
.table th {
	background: #F3F2F1;
	font-weight: bold;
}

.picturetable {
	margin: 10px 0px 25px 2px;
	line-height: 1.5em;
	background: #999;
}
.picturetable thead th {
	background: #E3E0DC;
	text-align: center;
	border-width: 2px 2px 1px 2px;
}
.picturetable th,
.picturetable td {
	border: solid 1px #FFF;
	border-width: 2px 2px 1px 2px;
	background: #FFF;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}
.picturetable th {
	background: #F3F2F1;
	font-weight: bold;
}


.category-navi{
	width:620px;
	padding-top:10px;
	margin-bottom:20px;
}
.category-navi a{
	text-decoration:none;
	color:#333333;
}
.category-navi a:hover{
	text-decoration:underline;
	color:#333333;
}
.category-navi dl{
	margin-left: 0px;
	padding-left: 0px;
}
.category-navi dt{
	border-bottom: 1px dashed #29A753;
	line-height:2em;
	padding-bottom: 4px;
}
.category-navi dt a{
	margin-left:20px;
	color:#333333;
	font-weight: bold;
}
.category-navi dd{
	width:620px;
	margin:15px 0px 0px;
}
.category-navi dd ul{
	margin-left:5px;
	margin-top: 3px;
}
.category-navi dd ul li{
	list-style-type:none;
	float:left;
	width:180px;
	line-height:1.5em;
	white-space:nowrap;
	letter-spacing: -0.1em;
}
.category-navi dd ul li strong{
	font-weight:normal;
	padding-left:12px;
}
.category-navi dd ul li a{
	padding-left:12px;
	white-space:nowrap;
}


