@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: 120px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../img/lifeindex/title.gif) left top no-repeat;
}

.category .title p {
	margin: 0px 50px 0px 0px;
	padding: 3px 10px;
	border-left: 9px solid #009966;
	line-height: 1.3;
}


/* ----- back number list ----- */
.category .section {margin: 0px 0px 30px;}

.category .section h2 {margin: 0px 5px 15px;}
.category .section h2 a {
	display: block;
	margin: 0px 0px 0px;
	border-bottom: 2px solid #CCCCCC;
	width: 500px;
	height: 42px;
	text-indent: -10000px;
	overflow: hidden;
	background: #FFFFFF left top no-repeat;
}
.category .section h2 a:hover {border-color: #339999;}
	.category .section h2.genre01 a {width: 486px; background-image: url(../img/lifeindex/title_genre01.gif);}
	.category .section h2.genre02 a {width: 500px; background-image: url(../img/lifeindex/title_genre02.gif);}
	.category .section h2.genre03 a {width: 421px; background-image: url(../img/lifeindex/title_genre03.gif);}

.category .section .backnumber {margin: 0px 10px;}
.category .section .backnumber li {margin: 0px 0px 15px; font-size: 15px; line-height: 1.2;}

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

.category .section p.more {font-size: 13px; text-align: right;}




/* ===== [page type] article pages ===== */
.article .entry h2 {
	margin: 25px 0px 10px;
	padding: 3px 0px 0px 8px;
	border-left: 8px solid #56743A;
	color: #373535;
	font-size: 17px;
	line-height: 25px;
	background: url(../img/common/border_x.gif) left top repeat-x;
}

.article .entry h3 {
	margin: 0px 5px 8px;
	padding: 0px 0px 0px 17px;
	color: #555555;
	font-size: 15px;
	background: url(../img/common/arrow_green.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;
}
.article .entry ul li a {
	display: table-cell;
	padding: 0px 0px 0px 10px;
	background: url(../img/common/triangle_green.gif) 0px 3px no-repeat;
	zoom: 1;
}

.article .entry ol {
	margin: 30px 5px -15px;
	padding-left: 130px;
	height: 17px;
	position: relative;
	font-size: 12px;
	list-style-type: none;
	background: url(../img/lifeindex/nemu.gif) left center no-repeat;
}
	.article .entry ol.bottom {margin: -20px 0px 30px;}
.article .entry ol li {display: inline; margin: 0px 3px;}


