@charset "UTF-8";

/* CSS Document */

/* BASE CONFIG */
form {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
body {
	margin: 0;
	border: 0;
	padding: 0 auto;
	background: #d1dbe1 url("../img/bg_main.gif") top repeat-x;
	color: #333;
	text-align: left;
	font-size: 90%;
	font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
	}
body.layout {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
}

a:link {
	color: #0cacc9;
	text-decoration: underline;
	}
a:visited {
	color: #0cacc9;
	text-decoration: underline;
	}
a:active {
	color: #108499;
	text-decoration: underline;
	}
a:hover {
	color: #108499;
	}


h1, h2, h3, h4 ,h5, h6, {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h1 {
	font-size: 115%;
	}
h2 {
	font-size: 100%;
	}
h3 {
	font-size: 95%;
	}
h4 {
	font-size: 90%;
	}
h5 {
	font-size: 80%;
	}
h6 {
	font-size: 75%;
	}

.style1 {
	color: #ed9646;
	}
.style2 {
	color: #f00;
	}
.style3 {
	color: #fff;
	}
.style4 {
	color: #06c;
	}


/* HEADER */
#header {
	position:relative;
	width: 780px;
	height:163px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff url("../img/tmp_header.jpg") top no-repeat;
	}
	#header #logo {
		position:absolute;
		width:163px;
		height:85px;
		top: 12px;
		left:12px;
		padding: 0;
		margin: 0;
		}
	#header #logo h1 a {
		display:block;
		width:163px;
		height:85px;
		padding: 0;
		margin: 0;
		text-indent:-5555px
		}
	#header #desc {
		position:absolute;
		width:738px;
		top: 115px;
		left:30px;
		padding: 0;
		margin: 0;
		clear:none;
		color:#3c5a72;
		font-size:90%;
		}



/* BODY */
#container {
	line-height: 140%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #333;
	border-left: 1px solid #abb4c7;
	border-right: 1px solid #abb4c7;
	width: 780px;
	}

#mainunit {
	clear: both;
	width: 780px;
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	text-align: left;
	overflow: hidden;
	background:#fff url("../img/lef_body.gif") top left repeat-y;
	}
	
/* LEFT */	
#left {
	float: left;
	width: 162px;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	background:url("../img/lef_body.gif") top repeat-y;
	}
	.lef_head {
		margin: 0;
		padding: 0;
		width: 162px;
		height: 11px;
		font-size:0;
		background:url("../img/lef_head.gif") no-repeat;
		}
	.lef_menubtm {
		margin: 0 0 20px 0;
		padding: 0;
		width: 162px;
		height: 19px;
		font-size:0;
		background:url("../img/lef_menubtm.gif") no-repeat;
		}
		
		
/* LEFTMENU */
.leftmenu {
	width: 162;
	padding: 0;
	margin: 0;
	}
	.leftmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.leftmenu li {
		margin: 0;
		padding: 0;
		width: 162px;
		height: 48px;
		text-indent: -5555px;
		}
	.leftmenu li a {
		text-decoration: none;
		display: block;
		width: 162px;
		height: 48px;
		}
	.leftmenu li.con01 {
		background:transparent url("../img/lef_menu01.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con02 {
		background:transparent url("../img/lef_menu02.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con03 {
		background:transparent url("../img/lef_menu03.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con04 {
		background:transparent url("../img/lef_menu04.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con05 {
		background:transparent url("../img/lef_menu05.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con06 {
		background:transparent url("../img/lef_menu06.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con07 {
		background:transparent url("../img/lef_menu07.gif") no-repeat 0px 0px;
		}
	.leftmenu li.con08 {
		background:transparent url("../img/lef_menu08.gif") no-repeat 0px 0px;
		}
		
	.leftmenu li:hover {
		background-position:0px 48px;
		}



.lmenu01{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu01.gif") no-repeat 0px 0px;
	}
    .lmenu01:hover {
	background-position:0px -48px;
	}
    .lmenu01 span {
	display:none;
	}

.lmenu02{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu02.gif") no-repeat 0px 0px;
	}
    .lmenu02:hover {
	background-position:0px -48px;
	}
    .lmenu02 span {
	display:none;
	}

.lmenu03{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu03.gif") no-repeat 0px 0px;
	}
    .lmenu03:hover {
	background-position:0px -48px;
	}
    .lmenu03 span {
	display:none;
	}

.lmenu04{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu04.gif") no-repeat 0px 0px;
	}
    .lmenu04:hover {
	background-position:0px -48px;
	}
    .lmenu04 span {
	display:none;
	}

.lmenu05{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu05.gif") no-repeat 0px 0px;
	}
    .lmenu05:hover {
	background-position:0px -48px;
	}
    .lmenu05 span {
	display:none;
	}

.lmenu06{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu06.gif") no-repeat 0px 0px;
	}
    .lmenu06:hover {
	background-position:0px -48px;
	}
    .lmenu06 span {
	display:none;
	}

.lmenu07{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu07.gif") no-repeat 0px 0px;
	}
    .lmenu07:hover {
	background-position:0px -48px;
	}
    .lmenu07 span {
	display:none;
	}

.lmenu08{
	display:block;
	float:left;
	clear:none;
	width:162px;
	height:48px;
	margin: 0;
	padding: 0;
	background:transparent url("../img/lef_menu08.gif") no-repeat 0px 0px;
	}
    .lmenu08:hover {
	background-position:0px -48px;
	}
    .lmenu08 span {
	display:none;
	}






/* RIGHT */	
#right {
	float: left;
	width: 618px;
	padding: 0 0 0 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	background:url("../img/rig_topbg.gif") top left no-repeat;
	}
	

#rig {
	float: left;
	width: 593px;
    padding: 11px 0 0 0;
	margin: 0;
    background: none;
	}
#rig h4 {
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 10px;
	border: 1px solid #d0d4dc;
	font-size: 90%;
	font-weight:normal;
	line-height:1.4em;
	background:#fff url("../img/bg_plateh4.gif") top repeat-x;
	}
#rigleft {
	float: left;
	width: 12px;
	height:200px;
	padding: 0;
	margin: 0;
	}
#rigcenter {
	float: left;
	width: 422px;
	margin:0;
    padding: 11px 0 0 0;
	text-align: left;
    background: none;
	}
#rigright {
	float: left;
	width: 184px;
	margin:0;
    padding: 11px 0 0 0;
	text-align: left;
    background: none;
	}



/* FOOTER */
#footer {
	position:relative;
	width:780px;
	height:122px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	background: #fff url("../img/tmp_footerbg.gif") top no-repeat;
	}
	#footer #txkink {
		position:absolute;
		top: 37px;
		left:155px;
		padding: 0;
		margin: 0;
		color:#999;
		font-size:90%;
		line-height:1.2em
		}
	#footer #txkink .slash {
		font-size:smaller;
		}
	#footer #txkink a {
		color:#999;
		text-decoration:none;
		}
	#footer #txkink a:hover {
		color:#108499;
		text-decoration:underline;
		}
		
	#footer #credit {
		position:absolute;
		width:367px;
		height:38px;
		top: 82px;
		left:150px;
		padding: 0;
		margin: 0;
		clear:none;
		background:transparent url("../img/footer_credit.gif") no-repeat 0px 0px;
		}
    #footer #credit:hover {background-position:0px -38px;}
    #footer #credit span {display:none;}


/* LEFT COLUMN UTILITY */

.lefutly {
	clear: both;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	}


.lefseg {
	margin: 0 0 10px 0;
	padding: 0;
	}


.minuscule {
	font-size:80%;
	font-weight:noraml;
	color:#6c879a;
	line-height:1.2em;
	}



/* PICKUP PRODUCTS */
.toppickup {
	width:402px;
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	border: 4px solid #bcc6ca;
	}
	.toppickup .pickuptitle {
		width:402px;
		height:25px;
		clear: both;
		margin: 0;
		padding: 0;
		font-size:0;
		background:url("../img/title_pickup.gif") top no-repeat;
		}
.pickups {
	width:402px;
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #bcc6ca;
	}
	.pickups img {
		float:left;
		margin: 0 10px 0 5px;
		padding: 0;
		}
	.pickups .rbx {
		float:left;
		width:392px;
		margin: 0;
		padding: 0;
		font-size:90%;
		}
	.pickups .rbx p {
		font-size:90%;
		line-height:1.4em;
		}
	.pickups .rbx img {
		float:left;
		margin: 0 10px 10px 10px;
		padding: 0;
		border: 1px solid #bcc6ca;
		}
	.pickups .rbx .rrbx {
		float:left;
		width:252px;
		margin: 0 5px 0 0;
		padding: 0;
		}
	.pickups p {
		margin: 5px 0;
		padding: 0;
		}
	.pickups h3 {
		margin: 5px 0 4px 8px;
		padding: 0 0 0 20px;
		font-size:11px;
		font-weight:bold;
		line-height:1.4em;
		background:url("../img/ico_vect01.gif") no-repeat 0px 0px;
		}
.detail {
	float:right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 75px;
	height: 12px;
	text-indent: -5555px;
	}
	.detail a {
		text-decoration: none;
		display: block;
		width: 75px;
		height: 12px;
		background:url("../img/btn_detail.gif")  top no-repeat;
		}


/* NEWS TOPICKS */
.newstopics {
	width:410px;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	.newstopics .nttitle {
		width:410px;
		height:17px;
		margin: 0;
		padding: 0;
		font-size:0;
		background:#afce98 url("../img/title_newstopicks.gif") top left no-repeat;
		}
	.newstopics .btmanchor {
		width:386px;
		height:17px;
		margin: 0;
		padding: 0 20px 0 0;
		text-align:right;
		background:#e9e9e9 url("../img/ico_vect01.gif") top right no-repeat;
		border: 2px solid #e9e9e9;
		}
	.newstopics .btmanchor a {
		color:#666;
		text-decoration:none;
		}
	.newstopics .btmanchor a:hover {
		color:#108499;
		text-decoration:underline;
		}
.topics {
	width:395px;
	clear: both;
	margin: 5px 0;
	padding: 0 0 3px 15px;
	text-align: left;
	background:url("../img/ico_vect02.gif") no-repeat 1px 3px;
	border-bottom: 1px dotted #bcc6ca;
	}
	.topics h3 {
		margin: 0;
		padding: 0;
		font-weight:bold;
		}
	.topics .daily {
		margin: 0 0 0 5px;
		padding: 0;
		font-size:90%;
		font-weight:normal;
		}
	.topics p {
		margin: 0;
		padding: 0;
		font-size:90%;
		font-weight:normal;
		}

.newall_topics {
	clear: both;
	margin: 5px 0;
	padding: 0 0 3px 15px;
	text-align: left;
	background:url("../img/ico_vect02.gif") no-repeat 1px 3px;
	border-bottom: 1px dotted #bcc6ca;
	}
	.newall_topics h3 {
		margin: 0;
		padding: 0;
		font-weight:bold;
		}
	.newall_topics .daily {
		margin: 0 0 0 5px;
		padding: 0;
		font-size:90%;
		font-weight:normal;
		}
	.newall_topics p {
		margin: 0;
		padding: 0;
		font-size:90%;
		font-weight:normal;
		}
		
/* BANNERS */
.topbanners {
	clear: both;
	margin: 0;
	padding: 0;
	}
	.topbanners img {
		margin: 0 0 10px 0;
		padding: 0;
		}


/* VERSATILE TITLE */
.versatile {
	width:581px;
	margin: 0 0 15px 0;
	padding: 10px 0 10px 10px;
	border: 1px solid #c8d2d7;
	line-height:1.4em;
	background:#fff url("../img/bg_plateh2.gif") top repeat-x;
	}
	.versatile h2 {
		margin: 0;
		padding: 0 0 0 14px;
		font-weight:bold;
		color:#666;
		background:url("../img/ico_square01.gif") no-repeat 0px 2px;
		}
	.versatile a {
		color:#666;
		text-decoration:none;
		}
	.versatile a:hover {
		color:#666;
		text-decoration:underline;
		}


/* CATEGORY ENTRYS***** */
/* ORIGINAL ITEM */
.cat30 {
	margin: 0;
	padding: 0;
	border: 0;
	}
	.cat30 .title {
		width:593px;
		height:22px;
		margin: 0;
		padding: 0;
		text-indent: -5555px;
		background:#afce98 url("../img/title_originalitem.gif") top left no-repeat;
		}
	.cat30 .frm1 {
		width:593px;
		height:22px;
		margin: 0;
		padding: 0;
		font-size:0px;
		text-indent: -5555px;
		background:#afce98 url("../img/title_itemcategory.gif") top left no-repeat;
		}
	.cat30 .frm2 {
		width:571px;
		margin: 0;
		padding: 5px 10px 0 10px;
		border-left: 1px solid #cdd9de;
		border-right: 1px solid #cdd9de;
		font-size:90%;
		font-family: "Verdana", sans-serif, 'MS PGothic', 'Hiragino Kaku Gothic Pro W3';
		background:#fff;
		}
		.cat30 .frm2 ul {
			margin: 0;
			padding: 0;
			}
		.cat30 .frm2 li {
			display:inline;
			margin: 0 5px 0 0;
			padding: 0 0 0 8px;
			list-style:none;
			background:url("../img/ico_vect03.gif") no-repeat 0px 4px;
			}
	.cat30 .frm3 {
		width:593px;
		height:15px;
		margin: 0;
		padding: 0;
		font-size:0px;
		background:#afce98 url("../img/frame_catbottm.gif") top left no-repeat;
		}
	.cat30 .crumb {
		margin: 0;
		padding: 0;
		border: 0;
		}
/* PICKUP ITEM */
.pickup {
	margin: 0;
	padding: 0;
	border: 0;
	}
	.pickup .title {
		width:593px;
		height:22px;
		margin: 0;
		padding: 0;
		text-indent: -5555px;
		background:#afce98 url("../img/title_pickupitem.gif") top left no-repeat;
		}
	.pickup .frm1 {
		width:593px;
		height:22px;
		margin: 0;
		padding: 0;
		font-size:0px;
		text-indent: -5555px;
		background:#afce98 url("../img/title_itemcategory.gif") top left no-repeat;
		}
	.pickup .frm2 {
		width:571px;
		margin: 0;
		padding: 5px 10px 0 10px;
		border-left: 1px solid #cdd9de;
		border-right: 1px solid #cdd9de;
		background:#fff;
		}
		.pickup .frm2 ul {
			margin: 0;
			padding: 0;
			}
		.pickup .frm2 li {
			display:inline;
			margin: 0 5px 0 0;
			padding: 0 0 0 8px;
			list-style:none;
			background:url("../img/ico_vect03.gif") no-repeat 0px 4px;
			}
	.pickup .frm3 {
		width:593px;
		height:15px;
		margin: 0;
		padding: 0;
		font-size:0px;
		background:#afce98 url("../img/frame_catbottm.gif") top left no-repeat;
		}
	.pickup .crumb {
		margin: 0;
		padding: 0;
		border: 0;
		}

/* COMPANY */
.cat10 {
	margin: 0;
	padding: 0;
	border: 0;
	}
	.cat10 .title {
		width:593px;
		height:90px;
		margin: 0 0 5px 0;
		padding: 0;
		text-indent: -5555px;
		background: url("../img/title_corporate.gif") top left no-repeat;
		}
	.cat10 .frm1 {
		display:none;
		}
	.cat10 .frm2 {
		display:none;
		}
		.cat10 .frm2 ul {
		display:none;
			}
		.cat10 .frm2 li {
		display:none;
			}
	.cat10 .frm3 {
		display:none;
		}
	.cat10 .crumb {
		display:none;
		}












/* ITEM */
.orgtitle {
	width:593px;
	height:22px;
	margin: 0;
	padding: 0;
	text-indent: -5555px;
	background:#afce98 url("../img/title_originalitem.gif") top left no-repeat;
	}
.pcktitle {
	width:593px;
	height:22px;
	margin: 0;
	padding: 0;
	text-indent: -5555px;
	background:#afce98 url("../img/title_pickupitem.gif") top left no-repeat;
	}
.catfrmtop {
	width:593px;
	height:22px;
	margin: 0;
	padding: 0;
	font-size:0px;
	text-indent: -5555px;
	background:#afce98 url("../img/title_itemcategory.gif") top left no-repeat;
	}
.catfrmbody {
	width:571px;
	margin: 0;
	padding: 5px 10px 0 10px;
	border-left: 1px solid #cdd9de;
	border-right: 1px solid #cdd9de;
	background:#fff;
	}
	.catfrmbody ul {
		margin: 0;
		padding: 0;
		}
	.catfrmbody li {
		display:inline;
		margin: 0 5px 0 0;
		padding: 0 0 0 8px;
		list-style:none;
		background:url("../img/ico_vect03.gif") no-repeat 0px 4px;
		}
.catfrmbtm {
	width:593px;
	height:15px;
	margin: 0;
	padding: 0;
	font-size:0px;
	background:#afce98 url("../img/frame_catbottm.gif") top left no-repeat;
	}
	
.cattitle {
	width:568px;
	height:19px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 25px;
	color:#fff;
	font-weight:bold;
	background:#afce98 url("../img/plate_cattilte.gif") top left no-repeat;
	}
.cattitle02 {
	width:568px;
	height:19px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 25px;
	color:#fff;
	font-weight:bold;
	background:#afce98 url("../img/plate_cattilte02.gif") top left no-repeat;
	}
.orgitem {
	width:593px;
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #b7dde4;
	}
	.orgitem img {
		float:left;
		margin: 0 10px 0 5px;
		padding: 0;
		}
	.orgitem .rbx {
		float:left;
		width:446px;
		margin: 0;
		padding: 0;
		}
	.orgitem p {
		margin: 5px 0;
		padding: 0;
		}
	.orgitem h3 {
		margin: 0 0 4px 7px;
		padding: 0 0 0 20px;
		font-weight:bold;
		background:url("../img/ico_vect01.gif") no-repeat 0px 0px;
		}


.pagefeed {
	clear: both;
	margin: 0 0 5px 0;
	padding: 3px 10px 4px 0;
	text-align:right;
	font-size:85%;
	font-weight:bold;
	background:#e8edef;
	}
	.pagefeed a {
		text-decoration:none;
		}
	.pagefeed a:hover {
		text-decoration:underline;
		}



/* CORPRATE*/
.corptitle {
	width:593px;
	height:90px;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -5555px;
	background: url("../img/title_corporate.gif") top left no-repeat;
	}

.corp{
	margin: 0;
	padding: 0;
	border: 0;
	}
	.corp table {
		text-align: left;
		width: 100%;
		font-size: 90%;
		border-collapse: separate;
		border-spacing: 1px;
		background-color: #fff;
		}
		.corp th{
			padding: 2px 0 2px 7px;
			width: 14em;
			vertical-align:top;
			font-weight: bold;
			background-color: #fff;
			border-bottom: solid 1px #9DAAB1;
			}
		.corp td{
			padding: 2px 0 2px 7px;
			background-color:#fff;
			border-left: solid 1px #DCDFE0;
			border-bottom: solid 1px #9DAAB1;
			}
	.corp ul{
		margin: 0;
		padding: 0;
		}
	.corp li{
		list-style:none;
		margin: 3px 0;
		}

.corptab{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
	}
	.corptab a{
		float:left;
		margin: 0 7px 0 0;
		padding: 5px 0;
		width:141px;
		border: 1px solid #abb4c7;
		text-align: center;
		text-decoration:none;
		color:#333;
		}
	.corptab a:visited{
		float:left;
		margin: 0 7px 0 0;
		padding: 5px 0;
		width:141px;
		border: 1px solid #abb4c7;
		text-align: center;
		text-decoration:none;
		color:#333;
		}

	.corptab a:hover{
		float:left;
		margin: 0 7px 0 0;
		padding: 5px 0;
		width:141px;
		border: 1px solid #abb4c7;
		text-align: center;
		text-decoration:none;
		background:#9DAAB1;
		color:#fff;
		}
	.corptab .current{
		float:left;
		margin: 0 7px 0 0;
		padding: 5px 0;
		width:141px;
		border: 1px solid #abb4c7;
		text-align: center;
		text-decoration:none;
		background:#9DAAB1;
		color:#fff;
		}

/* RECRUIT*/
.employees{
	margin: 0;
	padding: 10px;
	border: 0;
	border:solid 4px #cbe0e8;
	}
	.employees table {
		margin: 0 0 20px 0;
		text-align: left;
		width: 100%;
		font-size: 90%;
		border-collapse: separate;
		border-spacing: 1px;
		}
		.employees th{
			padding: 2px 0 2px 7px;
			width: 14em;
			vertical-align:top;
			font-weight: bold;
			border-bottom: solid 1px #DCDFE0;
			}
		.employees td{
			padding: 2px 0 2px 7px;
			border-left: solid 1px #DCDFE0;
			border-bottom: solid 1px #DCDFE0;
			}
	.employees ul{
		margin: 0;
		padding: 0;
		}
	.employees li{
		list-style:none;
		margin: 3px 0;
		}

/* INQUIRY */
.inquiry{
	margin: 0;
	padding: 0;
	border:0;
	}
	.inquiry table {
		width: 100%;
		font-size:90%;
		margin: 0 auto;
		text-align: left;
		border-collapse: collapse;
		border-spacing: 0px;
		background-color: #e9e9e9;
		}
		.inquiry th{
			padding: 10px;
			width: 18em;
			vertical-align:top;
			font-weight:normal;
			background-color:#fafafa;
			border:1px solid #DCDFE0;
			}
		.inquiry td{
			padding: 10px;
			background-color:#fcfcfc;
			border:1px solid #DCDFE0;
			}

/* REGENESIS AREA */
.regenesis {
	font-size: 90%;
	text-align:center;
	margin: 10px 0 5px 0;
	padding: 10px 2px;
	background-color:#ecedef;
	border:1px solid #abb4c7;
	}


/* MAKER */
.dotline {
	width:593px;
	height:1px;
	margin: 0;
	padding: 0;
	font-size:0;
	background: url("../img/bg_dot.gif") top repeat-x;
	}

.makerstab {
	margin: 0 0 15px 0;
	padding: 0;
	font-size:0;
	}
	.makerstab ul {
		margin: 5px 0 5px 5px;
		padding: 0;
		}
	.makerstab li {
		display:inline;
		margin: 0 10px 0 0;
		padding: 0 0 0 10px;
		list-style:none;
		background:url("../img/ico_vect04.gif") no-repeat 0px 4px;
		}
.makerlist {
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
	}
	.makerlist table {
		margin: 0 0 5px 0;
		text-align: left;
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		}
		.makerlist td{
			width:33%;
			padding: 2px 0 4px 10px;
			border-bottom: solid 1px #DCDFE0;
			white-space:nowrap;
			background:url("../img/ico_vect04.gif") no-repeat 0px 5px;
			}
.makerlists {
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
	}
	.makerlists table {
		margin: 0 0 5px 0;
		text-align: left;
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
		}
		.makerlists th{
			padding: 2px 0 4px 7px;
			width: 14em;
			vertical-align:top;
			font-weight: bold;
			border-bottom: solid 1px #DCDFE0;
			}
		.makerlists td{
			padding: 2px 0 4px 7px;
			border-bottom: solid 1px #DCDFE0;
			}


.document .dt {
	margin: 0 0 30px 0;
	padding: 15px 12px 0 12px;
	}
	.document .dt p {
		clear:both;
		margin: 0 0 30px 0;
		padding: 0;
		}
	.document .dt h3 {
		color:#666;
		margin: 0 0 4px 0;
		padding: 0;
		font-size:12px;
		font-weight:bold;
		}
	.document .dt h4 {
		clear:both;
		font-size:90%;
		margin: 0 0 30px 15px;
		padding: 0;
		font-weight:normal;
		}
		.document .dt ol {
			margin: 5px 0px 15px 23px;
			padding: 0;
			}
		.document .dt ul {
			margin: 5px 10px 0 23px;
			padding: 0;
			}
		.document .dt li {
			margin: 3px 0 10px 0;
			padding: 0;
			}
		.document .clause {
			color:#666;
			margin: 0 0 8px 0;
			font-size:90%;
			font-weight:normal;
			}



.itemdetail {
	clear: both;
	margin: 0 0 50px 0;
	padding: 0;
	}
	.itemdetail .frm01 {
		width:593px;
		height:6px;
		clear: both;
		margin: 0;
		padding: 0;
		font-size:0;
		background:url("../img/frame_item01.gif") top no-repeat;
		}
	.itemdetail .frm02 {
		width: 561px;
		line-height: 140%;
		margin: 0;
		padding: 0 15px 15px 15px;
		font-size:90%;
		color: #333;
		background:#fff;
		border-left: 1px solid #d0d7db;
		border-right: 1px solid #d0d7db;
		}
	.itemdetail .frm03 {
		width:593px;
		height:6px;
		clear: both;
		margin: 0;
		padding: 0;
		font-size:0;
		background:url("../img/frame_item02.gif") top no-repeat;
		}
	.itemdetail h3 {
		margin: 0;
		padding: 5px 0;
		color:#1a73f7;
		font-size:larger;
		font-weight:bold;
		}
	.itemdetail .lef {
		clear: both;
		margin: 0 0 10px 0;
		padding: 0;
		}
		.itemdetail .lef img {
			float:left;
			margin: 0 10px 10px 0;
			padding: 0;
			}
	.itemdetail .rig {
		clear: both;
		margin: 0 0 10px 0;
		padding: 0;
		}
		.itemdetail .rig img {
			float:right;
			margin: 0 0 10px 10px;
			padding: 0;
			}
	.itemdetail .dot {
		clear: both;
		width:100%;
		height:1px;
		margin: 0 0 5px 0;
		padding: 0;
		font-size:0;
		background: url("../img/bg_dot.gif") top repeat-x;
		}
	.itemdetail .new {
		width:75px;
		height:18px;
		display:block;
		margin: 0;
		padding: 0;
		text-indent: -5555px;
		background: url("../img/ico_new.gif") no-repeat 0px 0px;
		}
	.itemdetail h4 {
		clear: both;
		margin: 5px 0 0 0;
		}





.content-nav {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 85%;
	}
	.content-nav a {
		margin: 0 5px 0 0;
		padding: 0 0 0 11px;
		color:#878baf;
		list-style:none;
		line-height:1.4em;
		text-decoration:none;
		background:url("../img/ico_vect05.gif") no-repeat 0px 2px;
		}
	.content-nav a:hover {
		color:#1a73f7;
		text-decoration: none;
		}
	.content-nav a:visited {
		text-decoration: none;
		}
	.content-nav a:active {
		color:#1a73f7;
		text-decoration: none;
		}
		
.entry-footer {
	clear: both;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 85%;
	color:#878baf;
	}
#trackbacks {
	margin: 0;
	padding: 0;
	}
.trackbacks {
	color:#878baf;
	}
	.trackbacks .trackbacks-header {
		clear: both;
		margin: 0;
		padding: 0;
		font-size: 85%;
		color:#878baf;
		}
#trackbacks-info {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 85%;
	color:#878baf;
	}




/* FLOAT CLEAR*/
span.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	}

/* HIDDEN */
.hidden {
	display:none;
	}

/* NOTICE */
.must {
	color:#c39;
	font-weight:normal;
	}
.clause {
	color:#666;
	margin: 0 0 0 8px;
	font-size:90%;
	font-weight:normal;
	}
.ex {
	color:#39c;
	font-size:95%;
	}
.em {
	color:#39c;
	font-size:145%;
	font-weight:bold;
	}
.bold {
	font-weight:bold;
	}
.date {
	color:#666;
	margin: 8px 0 0 0;
	font-size:90%;
	font-weight:normal;
	}
	
/* ALIGN CENTER */
.center {
	text-align:center;
	}

/* ALIGN LEFT */
.left {
	text-align:left;
	}

/* ALIGN RIGHT */
.right {
	text-align:right;
	}

/* FLOAT LEFT */
.floatlef {
	float:left;
	}

/* FLOAT RIGHT */
.floatrig {
	float:right;
	}