@charset "UTF-8";

@import url(reset.css);
@import url(common.css);

#top {
	background: #F1F1F1 url(../images/bg01.gif) repeat-x left top;
}
#container-bg {
	padding-top: 20px;
}


/* Link */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#root a { color: #666;}
#root a {
	text-decoration: none;
}

/* Image-title */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */


/* Clear */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#sitemap li ul {
	zoom: 100%;
}
#sitemap li ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* Topimage */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */



/* Ebox */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

.ebox {
	margin-bottom: 60px;
	padding: 0 30px;
}
.ebox .ebox {
	margin-bottom: 1em;
	padding: 0;
}
.ebox,
.ebox table {
	line-height: 1.6;
}
.ebox p {
	margin-bottom: 1em;
}


/* Headline */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#root {
	margin-bottom: 20px;
	color: #666;
}

/* h1 */
h1 {
	background: #1C6BBC;
	text-align: center;
}

/* h2 */
h2 {
	margin-left: -30px;
	margin-right: -30px;
}
#dioxin h2,
#moka h2 {
	margin-left: 0;
	margin-right: 0;
}

/* h3 */
h3 {
}

/* h4-H6 */
h4 {
}
h5 {
}
h6 {
}


/* Info */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#history th.month {
	text-align: right;
	white-space: nowrap;
	width: 10%;
}
#access dt {
 color: #09F;
}


/* Sitemap */
/* ---------*---------*---------*---------*---------*---------*---------*---------* */

#sitemap dt {
	background: url(../../contents/sitemap/images/p-home.gif) no-repeat left top;
	padding-left: 28px;
	margin-bottom: 0.5em;
}
#sitemap dd {
	padding-left: 28px;
}
#sitemap ul {
	margin-top: 0.5em;
}
#sitemap li {
	background: url(../../contents/sitemap/images/p-ar1.gif) no-repeat left top;
	padding-left: 28px;
	margin-bottom: 0.5em;
}
#sitemap li.on {
	background: url(../../contents/sitemap/images/p-ar1-on.gif) no-repeat left top;
	color: #F60;
}
#sitemap li li {
	white-space: nowrap;
	background: url(../images/p-ci1-as.gif) no-repeat left center;
	padding-left: 15px;
	margin-right: 2em;
	margin-bottom: 0;
	float: left;
}
#sitemap span {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
