@charset "utf-8";

/*
===========================================================================
| 			main style
===========================================================================
*/

/*-----
	IE6対策
-----*/
*html{
	overflow-y: scroll;
}

/*----------------------------------------------------------------------
/			章
/----------------------------------------------------------------------*/
div.block{
	margin: 0 0 25px;
}
div.separator{
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: solid 1px #d7d7d7;
}
/*----------------------------------------------------------------------
/			page topへ
/----------------------------------------------------------------------*/
div#pageTop{
	width: 24px;
	position:absolute;
	right: 0;
	margin: 0;
	background: url('../../images/common/b_gotop.gif');
	border:none;
}
div#pageTop a{
	display:block;
	width: 24px;
	height: 82px;
	border:none;
}
div#pageTop a span{
	display: none;
	width:1px;
	height: 1px;
	border:none;
	top: -2000px;
	position: absolute;
}

/*----------------------------------------------------------------------
/			title
/----------------------------------------------------------------------*/
div.title{
	min-height: 42px;
	position: relative;
	padding: 0 25px;
	background-color: #efefef;
}
div.title h1{
	padding: 11px 0 9px;
	color: #212A88;
	margin:0;
	font-size: 125%;
	line-height: 140%;
}
div.topicpath{
	float: right;
	padding-left: 25px;
	color: #7f7f7f;
	font-weight: bold;
	line-height: 40px;
	text-align: right;
}
div.topicpath span.chapter{
	font-size: 75%;
	padding-right: 4px;
}
div.topicpath span.chapterNum{
	padding-right: 10px;
	font-size: 150%;
	border-right: solid 1px #c7c7c7;
}
div.topicpath span.category{
	padding-left: 10px;
}

/*----------------------------------------------------------------------
/			mainContents
/----------------------------------------------------------------------*/
div.mainContents{
	padding: 25px;
}

/*-----
	INDEX
-----*/
div.mainContents div.indexList{
}
div.mainContents div.indexList h3{
	margin: 0 0 8px;
	padding: 0;
}
div.mainContents div.indexList ul{
	margin: 0;
	padding: 0;
}
div.mainContents div.indexList ul li{
	list-style-type: none;
	margin: 0 0 3px;
	padding: 0 0 0 13px;
}
/*-----
	pager
-----*/
div.mainContents div.pager{
	padding-top: 25px;
	text-align: right;
}
div.mainContents div.pagerInner{
	width: 53px;
	height: 33px;
	margin: 0 0 0 auto;
	padding: 3px 18px;
	background: url(../../images/common/bg_pager.gif) no-repeat left top;

}
div.mainContents div.pager div.prev,
div.mainContents div.pager div.next{
	width: 24px;
	cursor: pointer;
}
div.mainContents div.pager div.prev{
	float: left;
}
div.mainContents div.pager div.next{
	float: right;
}

/*----------------------------------------------------------------------
/			table line
/----------------------------------------------------------------------*/
table.line{
	width: 100%;
	margin: 0 0 15px;
}
table.line th,
table.line td{
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}
table.line th{
	font-weight: normal;
}
table.line tr.title th{
	border-style: solid none;
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}
table.line tr.evenRow th,
table.line tr.evenRow td{
	background-color: #efefef;
}
table.line td ul{
	margin-bottom: 0;
}

/* search page navi */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	line-height: 2.5em;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
