@charset "utf-8";
@import "../common/CSS/0-import.css";
/*------------------------------------------------------------
	/service/
------------------------------------------------------------*/
a:link {
	color: #9C0;
	text-decoration: underline;
}
a:visited {
	color: #9C0;
	text-decoration: underline;
}
a:hover {
	color: #9C0;
	text-decoration: none;
}
a:active {
	color: #9C0;
	text-decoration: underline;
}

li#gn2 a  {
	background-image: url(../common/img/gnav.gif);
	background-repeat: no-repeat;
	background-position: -110px -65px;
}

.ruleT { 
border-top: 5px solid #9C0;
}

#splash .message {
	background-image: url(../img/hdimg_service.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 990px;
	height: 290px;
}

/*------------------------------------------------------------
	contents layout
------------------------------------------------------------*/
.wrapper {
	float: left;
	width: 680px;
}

.left {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0px 60px 0px 0px;
}

.center {
	float: right;
	width: 310px;
	margin: 0;
	padding: 0px 60px 0px 0px;
}

.right {
	float: left;
	width: 310px;
}

/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#box_l01 {
	width: 250px;
	margin-bottom: 20px;
}
#box_l01 h2 {
	background-image: url(../img/srvc_cattit.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 68px;
	height: 17px;
}


#box_m01 {
	width: 310px;
	padding-top: 30px;
	margin-bottom: 20px;
}
#box_m01 h3 {
	background-image: url(../img/srvc_bxtit_m01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 233px;
	height: 17px;
}
#box_m01 .item1 ul {
	list-style-image: none;
	list-style-type: none;
}
#box_m01 .item1 li {
	padding-bottom: 30px;
}
#box_m01 .item1 h2 {
	font-size: 14px;
       color: #9C0;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 3px;
}
#box_m01 .item1 p {
}


#box_r01 {
	width: 310px;
	padding-top: 30px;
	margin-bottom: 20px;
}
#box_r01 h3 {
	background-image: url(../img/srvc_bxtit_r01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 14px;
	width: 160px;
	height: 17px;
}
#box_r01 .item1 ul {
	list-style-image: none;
	list-style-type: none;
}
#box_r01 .item1 li {
	padding-bottom: 30px;
}
#box_r01 .item1 h2 {
	font-size: 14px;
       color: #9C0;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 3px;
}
#box_r01 .item1 p {
}

/*------------------------------------------------------------
	Bottom Nav
------------------------------------------------------------*/
#pgNav {
	width: 990px;
}
#pgNav dl {
}
#pgNav dt {
	float: left;
	text-align: left;
	width: 495px;
}
#pgNav dd {
	float: left;
	text-align: right;
	width: 495px;
	margin-bottom: 20px;
}