@charset "utf-8";

/*

	*01 ドキュメント全体に関する設定
	*02 リンクに関する設定
	*03 ヘッダ部分の設定
	*04 ナビゲーション部分の設定
	*05 コンテンツコンテナの設定
	*06 サイドメニュー部分の設定
	*07 フッタ部分の設定
	*08 トップページの設定
	*09 コンテンツ部分の設定
	*10 サブウィンドウ部分の設定
	*11 メニュー一覧リストの設定
	*00 バグ回避用の設定



*/

/* -------------------------------------------------------
	*01 ドキュメント全体に関する設定

------------------------------------------------------- */
body {
	margin: 0px auto;
	padding:0px;
	font-size: small;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
h1{
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	background-image: url(preset_images/news_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px;
	font-weight: bold;
}
h2{
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(preset_images/h1_bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
	height: 23px;
	line-height: 23px;
}
h3{
	margin:0px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(preset_images/h2_bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	padding: 0px;
}
h4{
	margin:0px;
	font-size: 12px;
	color: #B56624;
	border-top-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B56624;
	border-left-color: #B56624;
	line-height: 16px;
	height: 16px;
}
h5{
	font-size: 12px;
	color: #B56624;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F18D00;
}
h6{
	margin:0px;
	font-size: 12px;
	color: #B56624;	
}
h1,h2,h3,h4,h5,h6{
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#lv1_txt{
	font-size: 13px;
	color: #000000;
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CACBCB;
	background-color: #E4E5E5;
	margin-top: 10px;
}
#lv2_txt{
	margin:0px;
	font-size: 12px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CACBCB;
	line-height: 16px;
	height: 16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDDDD;
	font-weight: bold;
}
#lv3_txt{
	margin:0px 0px 10px;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CACBCB;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
hr.tmp_glay {
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	height: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* -------------------------------------------------------
	*02 リンクに関する設定

------------------------------------------------------- */

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FB8B2F;
}
a:active {
	color: #FB8B2F;
}
/* -------------------------------------------------------
	*03 ヘッダ部分の設定

------------------------------------------------------- */
#tmp_header {
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00AB84;
}
#tmp_header p#tmp_logo {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
}
/* -------------------------------------------------------
	*04 ナビゲーション部分の設定

------------------------------------------------------- */
#tmp_navi {
	border-bottom: 1px solid #EEEEEE;
	background-image: url(preset_images/navi_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#C9DEF3;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	clear: both;
	margin: 0;
}
#tmp_navi ul {
	width: 990px;
	margin: 0px;
	padding: 0px;
}
#tmp_navi ul li {
	float: left;
	margin:3px 0;
	height:15px;
	white-space:nowrap;
	font-size: 1em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type:none;
}
#tmp_navi ul li a {
	margin: 0;
	display: inline;
}
#tmp_navi ul li a span {
	color: #EE760F;
	margin: 0px;
	padding: 2px;
}
#tmp_navi ul li.opened a {
	color: #EE760F;
}
#tmp_navi ul li#left_line {
	padding:0;
	width:0;
	margin:3px 0;
	border-right:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
/* -------------------------------------------------------
	*05 コンテンツコンテナの設定

------------------------------------------------------- */

div#tmp_container {
	width:1024px;
	font-size: 1em;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#tmp_wrap {
	width:936px;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
	background-image: url(preset_images/sidenavi_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/* -------------------------------------------------------
	*06 サイドメニュー部分の設定

------------------------------------------------------- */
#tmp_sidenavi {
	width:200px;
	float:left;
	text-align: left;
	padding: 0px;
}
#tmp_sidenavi dl {
	padding: 0px;
	width: 173px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#tmp_sidenavi dl dt {
	margin: 0px;
	background-image: url(preset_images/menu_dt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 143px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 22px;
	font-size: 1em;
}
#tmp_sidenavi dl dt span {
	color: #EE760F;
	margin: 0px;
	padding: 0px;
}
#tmp_sidenavi dl dt a:link, #tmp_sidenavi dl dt a:visited {
	color: #003366;
}
#tmp_sidenavi dl.opened dt a:link, #tmp_sidenavi dl.opened dt a:visited {
	color: #EE760F;
}
#tmp_sidenavi dl dt a:hover, #tmp_sidenavi dl dt a:active {
	color: #EE760F;
}
#tmp_sidenavi dl dd {
	margin: 0px;
	background-image: url(preset_images/menu_dd.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px;
}
#tmp_sidenavi dl dd.btm {
	margin: 0px;
	background-image: url(preset_images/menu_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	font-size: 4px;
	line-height: 4px;
	height: 4px;
}
#tmp_sidenavi dl dd ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#tmp_sidenavi dl dd ul li {
	margin: 0px;
	list-style-type: none;
	background-image: url(preset_images/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#tmp_sidenavi dl dd ul li.opened a {
	color: #EE760F;
}
#tmp_sidenavi dl dd ul li span {
	margin: 0px;
	padding: 2px;
	color: #EE760F;
}
/* -------------------------------------------------------
	*07 フッタ部分の設定

------------------------------------------------------- */
#tmp_footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0em;
	background-color: #00AB84;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}
#tmp_footer address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
/* -------------------------------------------------------
	*08 コンテンツ部分の設定

------------------------------------------------------- */
div#tmp_wrap div#tmp_contents {
	width:716px;
	float:right;
	line-height:1.55;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 20px;
}
#tmp_pankz {
	line-height: 150%;
	text-align: right;
}
#tmp_key {
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
}
.tmp_pagetop {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
/* ニュースの一覧*/
dl#tmp_news {
	margin-top: 15px;
	margin-bottom: 15px;
}
dl#tmp_news dt {
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	background-image: url(preset_images/lv1_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px;
	/*width: 763px;*/
	font-weight: bold;
	padding-left: 25px;
}
dl#tmp_news dd {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
dl#tmp_news dd ul {
	margin: 0px;
	padding: 0px;
}
dl#tmp_news dd ul li {
	margin: 0px;
	background-image: url(preset_images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	list-style-type: none;
}
dl#tmp_news dd.archive {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------
	*09 トップページの設定

------------------------------------------------------- */
div#tmp_top_wrap {
	width:925px;
	line-height:1.55;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
#top_key {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 15px;
}
/* -------------------------------------------------------
	*10 サブウィンドウ部分の設定

------------------------------------------------------- */

div#tmp_sub_container {
	width:652px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#tmp_sub_wrap {
	width:565px;
	line-height:1.55;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
div#tmp_sub_wrap #tmp_title {
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #005CA2;
	border-left-color: #005CA2;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	height: 16px;
	font-weight: bold;
	color: #005CA2;
	padding-left: 5px;
}
div#tmp_sub_wrap dl#tmp_news {
}
div#tmp_sub_wrap dl#tmp_news {
	margin-top: 15px;
	margin-bottom: 15px;
}
div#tmp_sub_wrap dl#tmp_news dt {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	background-image: url(preset_images/sub_news_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	font-weight: bold;
	padding-left: 5px;
}
div#tmp_sub_wrap dl#tmp_news dd {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#tmp_sub_wrap dl#tmp_news dd ul {
	margin: 0px;
	padding: 0px;
}
div#tmp_sub_wrap dl#tmp_news dd ul li {
	margin: 0px;
	background-image: url(preset_images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-type: none;
}
div#tmp_sub_wrap dl#tmp_news dd.archive {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------
　　*11 メニュー一覧リストの設定

------------------------------------------------------- */
div#tmp_menulist dl {
	padding: 0 20px 0 20px;
}
div#tmp_menulist dt {
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #999999;
	border-left: none;
	padding: 5px;
}
div#tmp_menulist li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 5px;
}
/* -------------------------------------------------------
	*00 バグ回避用の設定

------------------------------------------------------- */
#tmp_wrap:after, #tmp_header:after, #tmp_footer:after, #tmp_navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#tmp_wrap, #tmp_header, #tmp_footer, #tmp_navi {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html #tmp_wrap, * html #tmp_header, * html #tmp_footer, * html #tmp_navi {
	height: 1%;
}
#tmp_wrap, #tmp_header, #tmp_footer, #tmp_navi {
	display: block;
}

/* End hide from IE-mac */
