﻿@charset "UTF-8";

/* -----------------------------------------
    Description: 初期設定   
-----------------------------------------*/
*{
	margin:0;
	padding:0;
	font-style: normal;
}

html {
	height:100%;
}

body {
	text-align:center;/* box centering */
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ",Meiryo, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#666666;
	height: 100%;
	background:url(../img/bgBody.gif) top repeat-x #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p, pre, div, ul, ol, dl, dt, dd, address, form{
	padding: 0;/* margin&padding reset */
	margin: 0px;
	line-height: 1.4;/* base line height */
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%
}

blockquote{
	border-top: solid 3px #990000;
	border-bottom: solid 3px #990000;
	background-color:#f1f1f1;
	width:520px;
	margin:5px auto;
	padding-top:10px;
}

strong {
	font-weight: bold;
}

ul, ol, dl {
	list-style: none;
}
hr, .areaAnchor, .anchor { display : none; }
img {
	border: none;/* img do not want a border */
}
address { font-style:normal;}

/*  Link設定
-----------------------------*/
acronym,abbr{cursor:help;}
a:link,
a:visited {
	color: #0066ff;
	text-decoration:none;
}

a:active {
color:#663399;
}
a:hover{
	color: #0066ff;
	text-decoration:underline;
}


/*  Form設定
-----------------------------*/
form {
	margin: 0em;
	padding: 0px; 
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}
select,input,textarea {	font-size: 0.95em;}
input,
textarea {
	margin: 0em;
	padding: 0em;
	/*border: 1px solid #ddd;*/
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
	/*background-color: #f5f5f5;*/
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	/*border: 1px solid #aaa;*/
}

input:focus,
textarea:focus {
	/*border: 1px solid #000;*/
}

textarea {
	padding: 0.4em 10px;
}

form span {
	color:#ff0000;
}

/*  その他の設定
-----------------------------*/

/* floatクリア */
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix { display:inline-block; }

/* hides from mac-ie \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* end hide from mac-ie */


/*  レイアウト
-----------------------------*/
div#wrapper{
	width: 840px;
	margin: 0 auto;
	height:100%;
	min-height:100%;
	text-align: left;
	font-size:75%;
	background-color:#FFFFFF;
}

body > div#wrapper{
	height:auto;
}

div#wrapper div#header {
	width: 840px;
	height: 96px;
	border-top: 4px solid #fdc503;
}

div#wrapper div#header h1{
	padding-top: 26px;
}

div#wrapper div#topMain {
	width: 800px;
	padding: 12px 20px 0;
}

div#wrapper div#topMain div#topMainLeft {
	width: 540px;
	float: left;
}

div#wrapper div#topMain div#topMainRight {
	width: 242px;
	float: right;
}

div#wrapper div#topMain div#topMainRight div.bannerArea {
	padding-bottom: 15px;
}

div#wrapper div#topMain div#topMainRight div.bannerArea img {
	padding-bottom: 5px;
}


/* ヘッダメニュー
---------------------------------------*/
#headerMenu{
	margin-left: 320px;
	margin-top: -90px;
}


#headerMenu ul{
}

#headerMenu ul li{
	display: inline;
	background: url(../img/bgListIcon02.gif) left center no-repeat;
	padding-left: 13px;
	padding-right: 10px;
}

#headerMenu ul li.mailIcon,
#footer ul li.mailIcon {
	background: url(../img/bgListIconMail.gif) left center no-repeat;
	padding-left: 16px;
}


/* ヘッダ右側
---------------------------------------*/
#headerRight{
	width: 220px;
	float: right;
	margin-top: -20px;
}

#headerRight p#sizeN,
#headerRight p#sizeB {
	width: 58px;
	height: 25px;
	display: block;
	float: left;
}


/* onマウスで変化するボタン達
---------------------------------------------------- */
div#headerRight div#sizeNormal {
	float:left;
	margin-right: 5px;
}

div#headerRight div#sizeNormal a {
	text-decoration: none;
	width: 56px;
	height: 22px;
	background: url(../img/fontSizeBtn.gif) left top no-repeat;
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}

div#headerRight div#sizeNormal a:hover {
	background-position: 0px -22px;
}

div#headerRight div#sizeLarge {
	float:left;
}

div#headerRight div#sizeLarge a {
	text-decoration: none;
	width: 56px;
	height: 22px;
	background: url(../img/fontSizeBtn.gif) -56px top no-repeat;
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}

div#headerRight div#sizeLarge a:hover {
	background-position: -56px -22px;
}


div#searchBox div#searchBtn {
	float:left;
}

div#searchBox div#searchBtn a {
	text-decoration: none;
	width: 56px;
	height: 22px;
	background: url(../img/searchBtn.gif) left top no-repeat;
	text-indent: -9999px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}

div#searchBox div#searchBtn a:hover {
	background-position: 0px -22px;
}




/* タブメニュー
---------------------------------------*/
#tabAndSearch{
	width:840px;
	height: 27px;
	overflow: hidden;

}


#tabMenu{
	padding-left: 19px;
	float: left;
}


#tabMenu ul{
	width:605px;
	height:27px;
	display:block;
	float: left;
}

#tabMenu ul li{
	height:27px;
	float:left;
	display:block;
}

#tabMenu ul li a{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height:27px;
	display:block;
	background:url(../img/bgTabMenu.gif) left top no-repeat;
	text-decoration: none;
	/*width:181px;*/
}

#tabMenu ul li#tm01 a{
	width:82px;
	background-position: 0 0;
}

#tabMenu ul li#tm01now a{
	width:82px;
	background-position: 0 -27px;
}

#tabMenu ul li#tm015 a{
	width:125px;
	background-position: -82px 0;
}

#tabMenu ul li#tm015now a{
	width:125px;
	background-position: -82px -27px;
}

#tabMenu ul li#tm017 a{
	width:124px;
	background-position: -207px 0;
}

#tabMenu ul li#tm017now a{
	width:124px;
	background-position: -207px -27px;
}

#tabMenu ul li#tm02 a{
	width:120px;
	background-position: -331px 0;
}

#tabMenu ul li#tm02now a{
	width:120px;
	background-position: -331px -27px;
}

#tabMenu ul li#tm03 a{
	width:152px;
	background-position: -451px 0;
}

#tabMenu ul li#tm03now a{
	width:152px;
	background-position: -451px -27px;
}

#tabMenu ul li#tm01 a:hover{
	background-position: 0 -27px;
}
#tabMenu ul li#tm015 a:hover{
	background-position: -82px -27px;
}
#tabMenu ul li#tm017 a:hover{
	background-position: -207px -27px;
}
#tabMenu ul li#tm02 a:hover{
	background-position: -331px -27px;
}
#tabMenu ul li#tm03 a:hover{
	background-position: -451px -27px;
}

div#searchBox{
	float: right;
	width:205px;
	margin-top: -5px;
}

input#search_box{
	float: left;
	margin-right: 5px;
	border: 1px solid #999;
	height: 14px;
	width: 120px;
	font-size: 85%;
	margin-top: 2px;
	padding-top:3px;
}


/* タブメニュー下
---------------------------------------*/
div#wrapper div#underTab {
	clear: both;
	border-top: 4px solid #fdc503;
}

div#wrapper div#underTab p {
	padding: 3px 20px;
}


/* フッター
---------------------------------------*/
div#footer {
	background: url(../img/bgFooter.gif) left top repeat-x;
	padding: 10px 20px 7px 20px;
}

div#footer p {
	font-size: 100%;
}

div#footer ul {
	float: right;
	padding-top: 18px;
}

div#footer ul li {
	display: inline;
	background: url(../img/bgListIcon02.gif) left center no-repeat;
	padding-left: 13px;
	padding-right: 10px;
}

div#footer2 {
	clear: both;
	border-top: 1px dotted #cbcbcb;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom:5px;
}

div#footer2 div.tenpo {
	width: 286px;
	float: left;
	padding-right: 10px;
}


div#footer2 div.tenpo2 {
	width: 205px;
	float: left;
}

div#footer2 div.tenpo img {
	float: left;
	padding-right: 3px;
}

div#footer2 div.tenpo b,
div#footer2 div.tenpo2 b {
	border-bottom: 1px dotted #cbcbcb;
	display: block;
}

div#footer2 div.tenpo p {}

div#footer2 div.tenpo a,
div#footer2 div.tenpo2 a {
	background: url(../img/bgListIcon02.gif) left center no-repeat;
	padding-left: 13px;
}

div#footer3 {
	border-top: 2px solid #e4e4e4;
	padding: 0 20px;
	font-size: 85%;
	clear: both;
}

div#footer3 p#copy {
	text-align: center;
}



/* 汎用
---------------------------------------*/
.pdgRgt5px{padding-right:5px;}
.pdgTop10px{padding-top:10px;}
.mgnLft9px{margin-left:9px;}



/* アミカケ用
---------------------------------------*/
.amikake {
	background-image: url(../img/bgAmikake.gif);
	padding: 7px;
	margin-bottom: 5px;
}


/* 一覧表示用
---------------------------------------*/

div#topMainRight div.newsList {
	background: url(../img/bgNewsList.gif) left top no-repeat;
	padding: 7px 7px 20px 7px;
}

div#topMainRight div.newsList h2 {
	float: left;
}

div#topMainRight div.newsList p {
	float: right;
	padding-left: 3px;
}

div#topMainRight div.newsList dl,
div#newsindex dl {
	clear: both;
	border-top: 1px solid #e0dede;
	margin-top: 5px;
}

div#topMainRight div.newsList dl dt,
div#newsindex dl dt {
	padding-top: 8px;
	padding-left: 5px;
}

div#topMainRight div.newsList dl dd,
div#newsindex dl dd {
	background: url(../img/bgListIcon02.gif) left 3px no-repeat;
	padding-left: 15px;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
}

a.icon {
	background: url(../img/bgListIcon02.gif) left 2px no-repeat;
	padding-left: 15px;
}

a.print {
	background: url(../img/iconLinkPrint.gif) left center no-repeat;
	padding: 2px 0 0 18px;
}


/* serch for Ajax
----------------------------------------------------*/
.result {
	background-color:#FFFFFF;
	overflow:visible;
	text-align:left;
	line-height:1.5em;
}

.result #search_notice {
	margin:0 0 10px 0;
}

.result #search_notice .entry {
}

.result .entry h3 {
	background-color:#F7F7F7;
	line-height:1.5em;
	padding:4px;
	margin:0 0 10px 0;
	border:2px solid #DEDEDE;
	display:block;
	width:525px;
}

.result .entry ol {
}

.result .entry ol li {
	background-color:#F7F7F7;
	width:515px;
	display:block;
	padding:5px 5px 5px 15px;
	margin:0 0 20px 0;
	text-indent:-15px;
}

.result .entry ol li a {
	background: url(../img/bgListIcon02.gif) left 1px no-repeat;
	padding-left: 15px;
}

.result .entry ol li span {
}

.result .bo_so_copyright {
	padding:0 10px 0 0;
}

#entry {
	background-color: #ffffff;
	padding: 10px;
}


/* ページ分割リンク
----------------------------------------------------*/
div#pagelink {
	clear:both;
	text-align:center;
	padding-top:8px;
	border-top:1px dotted #999;
	margin-right:7px;
}


