@charset "utf-8";






/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #4d4d4d;
	background-color: #FFFFFF;
	background-image: url(../images/back_01.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 160%;
}
hr {
	display: none;
}






/* link style
--------------------------------- */
a img {
	border-style: none;
}
a:link {
	color: #1e82aa;
	text-decoration: underline;
}
a:visited {
	color: #8f82bc;
	text-decoration: underline;
}
a:hover {
	color: #8f82bc;
	text-decoration: none;
}
a:active {
	color: #8f82bc;
	text-decoration: none;
}






/* basic layout
--------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 870px;
}
#wrapper .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: 141px;
	position: relative;
}
#header #catch {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #sitemap {
	position: absolute;
	right: 131px;
	top: 0px;
}
#header #link {
	position: absolute;
	top: 0px;
	right: 61px;
}
#header #home {
	position: absolute;
	top: 0px;
	right: 0px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 29px;
}
#header #tel {
	position: absolute;
	top: 29px;
	right: 0px;
}
#mainBox {
	background-image: url(../images/back_02.gif);
	background-repeat: no-repeat;
	width: 870px;
	margin: 0px auto;
}
#globalNavi {
	float: left;
	width: 230px;
	padding-top: 6px;
	padding-left: 10px;
}
#globalNavi ul.subNavi {
	background-image: url(../images/button_g_pic_02.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
	list-style: none;
}
#globalNavi ul.subNavi li {
	background-image: url(../images/page_pic_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 13px;
}
#globalNavi p#add {
	font-size: 10px;
	line-height: 150%;
	padding-left: 10px;
}
#contentsBox {
	width: 605px;
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
#about .inner1 {
	float: right;
	width: 395px;
	font-size: 10px;
	line-height: 150%;
}
#enterprise {
	margin-top: 30px;
}
#enterprise .inner2 {
	margin-right: 15px;
	float: left;
	width: 140px;
	font-size: 10px;
	line-height: 150%;
}
#enterprise .inner3 {
	font-size: 10px;
	line-height: 150%;
	width: 140px;
	float: left;
}
#enterprise .minititle {
	font-weight: bold;
	background-image: url(../images/page_pic_02.gif);
	background-position: left center;
	text-indent: 13px;
	background-repeat: no-repeat;
}
#information {
	margin-top: 30px;
}
#information dl {
	background-image: url(../images/page_pic_04.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
}
#information dl.top {
	padding-bottom: 7px;
	padding-top: 0px;
}
#information dl dt {
	background-image: url(../images/page_pic_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 120px;
	padding-left: 13px;
	font-weight: bold;
}
#footer {
	width: 850px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-image: url(../images/back_04.gif);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
#footer #privacy {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer #pagetop {
	position: absolute;
	top: 0px;
	right: 0px;
}
#footer #logo2 {
	position: absolute;
	left: 0px;
	top: 49px;
}

#footer #copyright1 {
	position: absolute;
	left: 0px;
	top: 65px;
}
#footer #copyright2 {
	position: absolute;
	left: 113px;
	top: 65px;
}
