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

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

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

#splash .message {
	background-image: url(../img/hdimg_work.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
------------------------------------------------------------*/
#contents .hBox {
	margin: 0 0 10px 2px;
	overflow: hidden;
}
#contents .hBox .wBox {
	margin-right: 4px;
	width: 243px;
	height: 311px;
	float: left;
}
#contents .hBox .wBox .iBox {
	padding: 0 0 9px 7px;
	background: url(../img/wrk_imgBx_bg.gif) no-repeat left bottom;
	zoom: 100%;
}
#contents .hBox .wBox .iBox img {
	display: block;
}
#contents .hBox .wBox h2 {
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	padding: 5px 7px 0 7px;
}
#contents .hBox .wBox h2 span {
	text-align: left;
	color: #777;
	font-size: 11px;
}
#contents .hBox .wBox p {
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	padding: 7px 7px 0 7px;
}
#contents .hBox .wBox h2 a:link {
	color: #333;
	text-decoration: none;
}
#contents .hBox .wBox h2 a:visited {
	color: #333;
	text-decoration: none;
}
#contents .hBox .wBox h2 a:hover {
	color: #CCC;
	text-decoration: none;
}
#contents .hBox .wBox h2 a:active {
	color: #CCC;
	text-decoration: underline;
}

/*------------------------------------------------------------
	Page Navigation
------------------------------------------------------------*/
#contents .pgTNav {
	margin-bottom: 15px;
}

#contents .pgTNav span {
	color: #000;
}

#pgBNav {
	width: 990px;
	float: left;
}
#pgBNav dl {
	width: 990px;
}
#pgBNav dt {
	float: left;
	text-align: left;
	width: 495px;
}
#pgBNav dd {
	float: left;
	text-align: right;
	width: 495px;
	margin-bottom: 20px;
}