@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/

/*
===== 1: universal reset =================================
*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 12px/1.22 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif; 
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
	background:url(../images/back_img.png) repeat;
	font-size:100%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:100%;
}

table {margin : 0;empty-cells: show; font-size:100%;}

img {
	border: none;/* img do not want a border */
}

li { list-style: none; }/* link do not want a dot */

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
===== 4: link setting ===========================
*/
a:link{
	color: #006699;
	text-decoration:none;
	
}

a:visited{
	color: #664466;
	text-decoration:none;
}

a:hover{
	color:#FF3300;
	text-decoration:none;
}

a:active{
	color: #FF6666;
	text-decoration:none;
}


/*
===== 5: heder ===========================
*/

.hed_left{
float:left;
width:417px;
height:96px;
}


.hed_right{
float:right;
background:url(../images/hed_img02.png) no-repeat;
width:382px;
height:96px;
}

.hed_text{
text-align:right;
margin:55px 15px 0 0;
font-size:12px;
}

/*
===== 5: heder2 ===========================
*/

.hed_back{
background:url(../images/footer_backimg.jpg) no-repeat;
width:800px;
height:62px;
}

.hed_text{
padding-top:0px;
text-align:center;
color:#000000;
text-align:right;
margin:55px 15px 0 0;
float:right;
}

.hed_text li{
float:left;
display:inline;
}

.hed_text a{
margin:0 0.5em;
padding:0;
text-decoration:underline;
}

.hed_text1{
display:inline;
margin:0;
padding:0;
border-right:1px #999999 solid;
list-style:none;
}

.hed_text2{
border-right:none;
display:inline;
}


/*
===== 5: footer ===========================
*/

.footer_back{
background:url(../images/footer_backimg.jpg) no-repeat;
width:800px;
height:62px;
}

.footer_text{
padding-top:23px;
text-align:center;
font-size:12px;
color:#000000;
}

.footer_text a{
margin:0 0.5em;
padding:0
}

.footer_text1{
display:inline;
margin:0;
padding:0;
border-right:1px #999999 solid;
list-style:none;
}

.footer_text2{
border-right:none;
display:inline;
}



/*
===== 5: copylight ===========================
*/

p.copy_right{
font-size:12px;
text-align:center;
background:#fff;
width: 985px;
}

/* グローバルなモジュールbyfukushima */
#main{
	float: left;
	background-color: #ffffff;
	width:955px;
	padding: 0 15px 30px;
}

#main_space{
	float:left;
	width:565px;
	margin-right: 15px;
}

#main_show{
	float:left;
	width:640px;
	margin-right: 15px;
}

#search{
	float:left;
	width:160px;
	margin-right: 15px;
}

#search_r {
	float: left;
	width: 300px;
}

/*
===== 5: index_sidebar_l & sidebar_r ===========================
*/


.search_box{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px #ddd solid;
	width: 278px;
	background-color: #eeeeee;
}

.search_box p {
	margin-bottom: 10px;
}

p.query_window {
	text-align: center;
	margin-bottom: 0px;
}

.top_index_list {
	width: 200px;
}

.index_list{
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
	width: 300px;
}

.index_list p {
	margin-bottom: 10px;
}

.search_box input.input_text{
	float: left;
	width:204px;
	height: 23px;
	font-size: 14px;
	padding: 3px 0 0 3px;
}

.search_box input.input_submit{
	float:right;
}

table.top_index tr td {
	width: 22px;
	text-align: center;
}

table.index tr td {
	width: 33px;
	text-align: center;
}

.side_category_list{
	margin-right:10px;
	padding:10px 0 0 7px;
	border-top:1px dotted #cccccc;
}

.side_category_list ul li a{
	font-size:13px;
	text-decoration:underline;
}


/*
===== 5: pager ===========================
*/

ul.pager{
	margin:25px 0;
	text-align: center;
}

ul.pager li{
	float:left;
	margin-right:5px;
	padding:2px 8px;
	border:1px solid #c3c0c0;
}

ul.pager li.on{
	border:1px solid #c3c0c0;
	background:#c3c0c0;
	color:#424343;
	font-weight:bold;
}

ul.pager li.off a{
	color:#276091;
	font-weight:bold;
}

ul.pager li.next{
	border:none;
}

ul.pager li.next a{
	color:#276091;
	font-weight:bold;
}

p.back_to_top{
	clear: both;
	width: 970px;
	text-align: right;
	padding-right: 15px;
	background-color: #ffffff;
}


/*
===== 6: bread_crumb ===========================
*/

ul.bread_crumb {
	margin-top: 30px;
}

ul.bread_crumb li {
	display: inline;
}

ol.keyword_access_ranking {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

ol.keyword_access_ranking li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: -1em;
	padding-left: 1em;
}

