@charset "utf-8";

/**
 * @Copyright : Copyright(c) 2009 Markernet Inc. All Rights Reserved.
 * @Author    : Kenny Tsang(kenny@markernet.co.jp)
 * @Package   : bin.public.index
 * @Version   : 1.1
 */

/**
 * @import : bin.config.core
 */
@import url(../../config/core.css);

/**
 * [user setting]
 */

/**
 * [container]
 */
div#container {
	padding: 0;
	margin: 0;
	width: 804px;
}
div#wrapper-inner {
	background: url(../../../../img/common/container_bg_01.gif) left top repeat-y;
}
div#bone-layer0 {
	width: 545px;
	margin: 0 0 0 .8em;
	padding: 0;
}
div#bone-layer1 {
	width: 235px;
	margin: 0;
	padding-right: 2px;
}
div#footer {
	color: inherit;
	background: transparent url(../../../../img/index/footer_bg.gif) left top repeat-x;
	padding-top: 1em;
}


/**
 * [main img]
 */
div#mainimg-layer {
	background: url(../../../../img/index/main_img_bg.gif) left top repeat-x;
	clear: both;
}
div#mainimg-layer p {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/**
 * [news-layer]
 */
div#news-layer {
	background: url(../../../../img/index/new_bg.gif) right bottom no-repeat;
}
div#news-layer ul li {
	background: url(../../../../img/common/item_00.gif) left .45em no-repeat;
}
div#news-layer ul {
	margin-left: 0;
}
div#news-layer ul li span.date {
	margin-right: 1em;
}

/**
 * [blog-layer]
 */
div#blog-layer {
	background: #d1b05a url(../../../../img/index/blog_bg.gif) left top repeat-y;
	color: inherit;
	padding-bottom: 1em;
}
div#blog-layer h2 {
	margin-top: 0;
}
div#blog-layer p {
	width: 210px;
	margin: 0 auto;
}
div#blog-layer ul li {
	background: url(../../../../img/common/item_02.gif) left .45em no-repeat;
}


div#blog-layer ul li,
div#news-layer ul li {
	padding-left: 1em;
}

div#news-layer ul li,
div#blog-layer ul li {
	list-style: none;
}

div#blog-layer ul li span.date {
	color: white;
	display: block;
}
div#blog-layer ul li span.description a {
	color: #823C18;
}

div#blog-layer p.border-top {
	border-top: 1px dotted white;
	padding-top: 1em;
	margin-top: 1em;
}


/**
 * [local menu]
 */
div#local-menu {
	margin-top: 1em;	
}
div#local-menu ul li {
	float: left;
}
div#local-menu ul li a {
	width: 136px;
	height: 137px;
}

div#local-menu ul li#lm0 a {
	background-image: url(../../../../img/index/lm_00.gif);
}
div#local-menu ul li#lm1 a {
	background-image: url(../../../../img/index/lm_01.gif);
}
div#local-menu ul li#lm2 a {
	background-image: url(../../../../img/index/lm_02.gif);
}
div#local-menu ul li#lm3 a {
	background-image: url(../../../../img/index/lm_03.gif);
}


/**
 * [public]
 */
div#local-menu ul li a
{
	display: block;
	overflow: hidden;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

div#local-menu ul li a:hover
{
	background-position: right top;
}

div#local-menu ul li a span
{
	visibility: hidden;
	display: none;
}

div#blog-layer ul li span.date
{
	background-color: transparent;
}

/*
{
	color: inherit;
}

*/
div#local-menu,
div#news-layer {
	clear: both;
}

/**
 * clear
 */
div#local-menu:after,
div#news-layer:before,
div#news-layer:after
{
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
