@charset "utf-8";

/* ===== import basic style ===== */
@import "base.css";
@import "common.css";
@import "navi.css";
@import "font.css";

/* local column */
@import "local.css";



/* ===== category style ===== */
/* column setting */


/* local parts */





/* ===== [page type] contents top ===== */
/* ----- title area ----- */
.category .title {}
.category .title h1 {
	margin: 0px 0px 10px;
	height: 130px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/dateindex/title.gif) left top no-repeat;
}

.category .title p {
	margin: 0px 100px 0px 0px;
	padding: 3px 10px;
	border-left: 9px solid #660000;
	font-size: 13px;
	line-height: 1.4;
}


/* ----- back number list ----- */
.category .frame {margin: 0px 5px 30px; border: 2px solid #CCCCCC;}
.category .frame h2 {
	margin: 0px 5px 5px;
	padding: 2px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	color: #555555;
	font-size: 17px;
	line-height: 27px;
}

.category .backnumber {
	margin-bottom: 0;
	padding: 20px 0px 0px 390px;
	height: 370px;
	background: url(../img/dateindex/map.gif) 5px 5px no-repeat;
}
.category .backnumber li {margin-bottom: 5px;}

.category .backnumber li a {
	padding-left: 12px;
	background: url(../img/common/triangle_orange.gif) left center no-repeat;
}

.category .backnumber li p {margin: 0px 0px 8px 18px;}




/* ===== [page type] article pages ===== */
.article .entry .section {margin: 0px 0px 15px; border-top: 6px solid #A5943A;}
.article .entry .section .inner {padding: 10px 10px 2px; border: 1px solid #000000; border-top: none;}

.article .entry h2 {
	margin: 25px 0px 10px;
	padding: 3px 0px 0px 8px;
	border-left: 8px solid #A5943A;
	color: #373535;
	font-size: 17px;
	line-height: 27px;
	background: url(../img/common/border_x.gif) left top repeat-x;
}

.article .entry h3 {
	margin: 0px 5px 5px;
	padding: 0px 0px 0px 17px;
	color: #555555;
	font-size: 15px;
	background: url(../img/common/arrow_yellow.gif) left center no-repeat;
}

.article .entry p {margin: 0px 5px 1.2em;}
.article .entry p.text_right {margin: -0.5em 5px 1.5em; font-size: 13px;}

.article .entry ul {margin: 0px 10px 1.5em; line-height: 1.2; list-style-type: none; zoom: 1;}
.article .entry ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}/* for modern browser */
.article .entry ul li {
	float: left;
	margin: 0px 0px 0.6em;
	width: 280px;
	font-size: 15px;
}
.article .entry ul li a {
	padding: 0px 0px 0px 10px;
	background: url(../img/common/triangle_yellow.gif) left center no-repeat;
}

.article .entry ol {
	margin: 30px -5px -15px;
	position: relative;
	font-size: 12px;
	text-align: center;
	list-style-type: none;
}
	.article .entry ol.bottom {margin: -20px 0px 30px;}
.article .entry ol li {display: inline; margin: 0px 3px;}


