/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Meiryo, helvetica, osaka, sans-serif;
	color: #333333;
	text-align: center;
	background: url(../img/body_bg.gif);
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	line-height: 130%;
}
p, ul, ol, dl, table, input, select, textarea, address, blockquote {
	font-size: 100%;
	line-height: 160%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
input, select {
	vertical-align: middle;
}


/* link */

a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto 10px auto;
	background: url(../img/c_bg.gif) repeat-y left top;
	border-bottom: solid 1px #807130;
}



/* header */
/* -------------------------------------------------------- */

#header {
	width: 900px;
	height: 161px;
	background: url(../img/h_navi_bg.gif) no-repeat left bottom;
	position: relative;
}


/* h-summary */

#h-summary {
	width: 500px;
	font-size: 10px;
	font-weight: normal;
	color: #5b3e1c;
	position: absolute;
	top: 108px;
	left: 145px;
}


/* global-navi */

#global-navi {
	margin: 0 0 0 16px;
}
#global-navi li {
	float: left;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width: 900px;
}


/* track-list */

#track-list {
	margin: 0 16px 5px 16px;
	list-style-type: none;
}
#track-list li {
	padding-right: 5px;
	float: left;
}
#track-list li a,
#track-list li span {
	margin-right: 5px;
}



/* main */
/* -------------------------------------------------------- */

#main {
	width: 631px;
	padding-bottom: 20px;
	float: right;
}


/* asset */

.asset {
	width: 617px;
	margin-bottom: 15px;
}

.asset-header {
	margin-bottom: 8px;
}
.asset-header .date {
}
.asset-header .ttl {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	background: url(../img/bg_01a.gif) no-repeat left top;
}
.asset-header .ttl span {
	padding: 15px 12px 15px 12px;
	background: url(../img/bg_01b.gif) no-repeat left bottom;
	display: block;
}

.asset-content {
	width: 100%;
	background: url(../img/bg_02b.gif) repeat-y left top;
}
.asset-content1 {
	width: 100%;
	background: url(../img/bg_02a.gif) no-repeat left top;
}
.asset-content2 {
	padding: 15px;
	background: url(../img/bg_02a.gif) no-repeat left bottom;
}
.asset-content .meta-data {
	text-align: right;
	padding-top: 15px;
}


/* trackback */

.trackbacks-info {
	margin-bottom: 25px;
	padding: 5px;
	border: solid 1px #999999;
}
.trackback-content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}


/* comments */

.comment-content {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}
#comment-form-name label,
#comment-form-email label,
#comment-form-url label {
	margin-right: 15px;
}
#comments-open-text {
	margin-bottom: 20px;
}
#comments-open-text label {
	display: block;
	margin-bottom: 5px;
}


/* side */
/* -------------------------------------------------------- */

#side {
	width: 245px;
	padding-bottom: 20px;
	float: left;
}


/* side-block */

.side-block {
	width: 245px;
	margin-bottom: 5px;
	background: url(../img/s_bg_01b.gif) repeat-y left top;
}
.side-block1 {
	width: 245px;
	background: url(../img/s_bg_01a.gif) no-repeat left top;
}
.side-block2 {
	width: 245px;
	padding: 15px 0;
	background: url(../img/s_bg_01c.gif) no-repeat left bottom;
}

.side-block h2 {
	margin: 0 0 10px 14px;
}

.side-block .inner {
	margin: 0 13px 0 14px;
}

.side-block .list1 {
	list-style-type: disc;
	margin-left: 1.5em;
}
.side-block .list1 li {
	margin-bottom: 3px;
}

.side-block .monthly {
	text-align: center;
	padding: 5px 0 15px 0;
}

.side-block .search {
	padding: 5px 0 15px 0;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width: 900px;
	text-align: center;
	padding-bottom: 10px;
}


/* f-copy */

#f-copy {
	margin-bottom: 10px;
}



/* parts */
/* -------------------------------------------------------- */

.b {font-weight: bold;}
.ri {text-align: right;}
.cen {text-align: center;}

.m05 {margin-bottom: 5px;}
.m10 {margin-bottom: 10px;}
.m15 {margin-bottom: 15px;}
.m20 {margin-bottom: 20px;}
.m25 {margin-bottom: 25px;}
.m30 {margin-bottom: 30px;}
.m35 {margin-bottom: 35px;}

.l-block {float: left;}
.r-block {float: right;}


/* list */

ul.disc {
	list-style-type: disc;
	margin-left: 2em;
}

dl.attention dt {
	position: relative;
}
dl.attention dt span {
	position: absolute;
}
dl.attention dd {
	padding-left: 1.2em;
}


/* title */

.ttl-01 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 2px #cccccc;
}



/* clear */
/* -------------------------------------------------------- */

.pkg:after, #global-navi:after, #track-list:after, #contents:after, .asset-content2:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #global-navi, #track-list, #contents, .asset-content2 { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #global-navi, * html #track-list, * html #contents, * html .asset-content2 { height: 1%; }
.pkg, #global-navi, #track-list, #contents, .asset-content2 { display: block; }
/* */
