@charset "utf-8";
/* CSS Document */

/* --- menucontainer --- */

.menucontainer{
	width: 201px;
	float: left;
}
.menu{
	margin-left: 5px;
}
.menu img{
	vertical-align:bottom;
}
.menu img.lev01{
	margin-bottom: 1px;	
}
.menu ul{
	list-style: none;
	background-image: url(../images/bg04.gif);
	background-repeat: repeat;
	padding: 0px 0px 1px 0px;
	margin: 1px 12px 2px 6px;
}
.menu li{
	font-size: 12px;
	line-height: 12px;
	padding: 1px 0px 0px 0px;	
}
.menucontainer .banner{
	margin: 20px 0px 0px 5px;
}
.menucontainer .zoomup{
	margin: 0px 0px 0px 5px;
}



/* --- maincontainer --- */

.maincontainer{
	width: 596px;
	float: left;
}
img.topimg{
	display:block;
	margin-bottom: 11px;
}
#contents{
	margin: 0 10px 0 11px;
}

/* cat */

#contents .cat{
	background-image: url(../images/cat_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 11px;
}
#contents .cat img{
	display:block;
}
#contents .cat img.leftimg{
	padding-left: 9px;
}
#contents .cat .lefttxt{
	float:left;
}
#contents .cat .righttxt{
	width: 382px;
	float:left;
}
#contents .cat .lefttxt p{
	display:block;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}
#contents .cat .righttxt p{
	display:block;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
}
#contents .cat .righttxt p.linktxt{
	margin-top:8px;
	text-align: right;
}
#contents .cat .righttxt p.linktxt a{
	color:#D24C75;
	text-decoration: underline;
}

/* news */

#contents .news {
	border-top:solid 6px #FECF62;
}
#contents .news h3 {
	background-color: #FFF1AC;
	display:block;
	height: 27px;
}
#contents .news h3 img {
	display:block;
}
#contents .news h3 img.leftimg {
	float:left;
}
#contents .news h3 img.rightimg {
	float:right;
}

/* news - table */

#contents .news table {
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #FFF1AC;
	border-left: solid 1px #FFF1AC;
	width: 100%;
}
#contents .news th {
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
	width: 85px;
}
#contents .news td {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
}
#contents .news a {
	color:#005AAA;
}
#contents .news .spacer01 {
	font-size:0;
	border-right: solid 1px #FFF1AC;
	border-left: solid 1px #FFF1AC;
	height: 5px;
	clear:both;
}
#contents .news .spacer02 {
	font-size:0;
	border-right: solid 1px #FFF1AC;
	border-bottom: solid 1px #FFF1AC;
	border-left: solid 1px #FFF1AC;
	height: 5px;
	clear:both;
	margin-bottom: 11px;
}

/* service */

#contents div.service{
	border-right:solid 1px #CACACA;
	border-bottom:solid 1px #CACACA;
	border-left:solid 1px #CACACA;
	padding: 11px 14px 5px 14px;
	margin-bottom: 11px;
}
#contents div.service p{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
#contents div.service table{
	border:none;
}
#contents div.service table.list{
	font-size: 12px;
	line-height: 13px;
	margin-top: 8px;
}
#contents div.service table.list td{
	padding-bottom: 5px;
}
#contents div.service a{
	color:#555555;
}
#contents div.service .rightimg{
	margin-top: 10px;
	text-align:right;
}