@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Yusuke Miyano(admin)
 Style Info:     CSS 下層ページ
----------------------------------------------------------- */

#page {
	background-image: url(../img/page/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#contents2 {
	clear: both;
	width: 850px;
}

#sub2 {
	float: right;
	width: 230px;
	padding-top: 50px;
}
#sub2 #sub-menu {
	width: 208px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#sub-menu li {
	background-image: url(../img/page/sub/icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	padding-bottom: 12px;
}


#company-title {
	background-image: url(../img/page/company/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 600px;
	margin-bottom: 20px;
}
#company-info td {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	color: #333333;
}
#company-info #left {
	background-color: #eeeeee;
}



#business-title {
	background-image: url(../img/page/business/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 600px;
	margin-bottom: 20px;
}
#business-title2 {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 600px;
	background-image: url(../img/page/business/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#business-contents {
	clear: both;
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	border-bottom-style: solid;
	float: left;
}
#business-contents dt {
	float: left;
	width: 280px;
}
#business-contents dd {
	float: right;
	width: 310px;
}



#sample-title {
	background-image: url(../img/page/sample/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 600px;
	margin-bottom: 20px;
}
#sample-page {
	clear: both;
	float: left;
	width: 600px;
}
#sample-page dl {
	float: left;
	margin-right: 13px;
	width: 140px;
	margin-bottom: 25px;
}
#sample-page dd {
	font-size: 11px;
	line-height: 130%;
}
#sample-page .text {
	margin-top: 7px;
	margin-bottom: 7px;
}
#sample-page #last {
	margin: 0px;
}



#sitemap-title {
	background-image: url(../img/page/sitemap/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 600px;
	margin-bottom: 20px;
}
#sample-title2 {
	text-indent: -9999px;
	display: block;
	height: 80px;
	width: 600px;
	background-image: url(../img/page/sample/title2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#sitemap li {
	margin-bottom: 8px;
}


#equipment-title {
	background-image: url(../img/page/equipment/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 600px;
	margin-bottom: 20px;
}
#equipment {
	width: 290px;
	float: left;
	clear: left;
	margin-bottom: 30px;
}

#equipment2 {
	width: 290px;
	float: right;
	clear: right;
	margin-bottom: 30px;
}

#equipment3 {
	width: 600px;
	float: left;
	clear: left;
	margin-bottom: 30px;
}

#equipment dt,#equipment2 dt  {
	float: left;
	width: 120px;
}
#equipment dd,#equipment2 dd  {
	float: right;
	width: 170px;
	line-height: 145%;
	font-size: 12px;
}
#equipment #name,#equipment2 #name {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 10px;
}

#equipment3 dt {
	float: left;
	width: 120px;
}
#equipment3 dd {
	float: right;
	width: 480px;
	line-height: 145%;
	font-size: 12px;
}
#equipment3 #name {
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 2px;
}
