@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;
	background-image: url(preset_images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
	color: #333333;
	vertical-align: middle;
	height: 22px;
	line-height: 22px;
	background-image: url(preset_images/h1_bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #313DEA;
}
h2 {
	margin:0px;
	font-size: 14px;
	color: #333333;
	background-image: url(preset_images/h3_bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #313DEA;
}
h3 {
	margin:0px;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	height: 20px;
	padding: 0px;
	background-image: url(preset_images/h2_bar.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 1px solid #313DEA;
}
h4 {
	margin:0px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #313DEA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313DEA;
}
h5 {
	margin:0px;
	font-size: 14px;
	color: #333333;
	border-right-width: 1px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
h6 {
	margin:0px;
	font-size: 14px;
	color: #333333;
}
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: 18px;
	vertical-align: middle;
	padding: 3px 3px 3px 7px;
	font-weight: bold;
	color: #313DEA;
	margin: 0px 0px 10px;
	background-color: #DCDFF2;
}
#lv2_txt {
	margin:0px;
	font-size: 14px;
	color: #000000;
	vertical-align: middle;
	height: 20px;
	text-align: right;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
#lv3_txt {
	margin:0px 0px 20px;
	font-size: 14px;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.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: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #BD0164;
}
a:active {
	color: #407FBD;
}
#tmp_navi a:link, #tmp_navi a:visited {
	color: #333333;
	text-decoration: none;
}
#tmp_navi a:hover, #tmp_navi a:active {
	color: #BD0164;
	text-decoration: none;
}
/* -------------------------------------------------------
	*03 ヘッダ部分の設定
------------------------------------------------------- */
#tmp_header {
	margin: 0px auto;
	padding: 0px;
	background-image: url(preset_images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tmp_header p#tmp_logo {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin: 0px;
}
/* -------------------------------------------------------
	*04 ナビゲーション部分の設定
------------------------------------------------------- */
#tmp_navi {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	margin: 0;
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD0164;
}
#tmp_navi ul {
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#tmp_navi ul li {
	float: left;
	line-height: 1.5;
	word-break: keep-all;
	font-size: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}
#tmp_navi ul li a {
	margin: 0;
	display: inline;
}
.open{
	background-color: #BD0164;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#tmp_navi ul li#opened a {
	color: #BD0164;
}
#tmp_navi ul li#left_line a {
	margin: 0;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 15px;
}
/* -------------------------------------------------------
	*05 コンテンツコンテナの設定
------------------------------------------------------- */

div#tmp_container {
	width:800px;
	font-size: 1em;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
}
div#tmp_wrap {
	width:761px;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
/* -------------------------------------------------------
	*06 サイドメニュー部分の設定
------------------------------------------------------- */
#tmp_sidenavi {
	width:196px;
	float:left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#tmp_sidenavi dl {
	margin: 0px;
	padding: 26px 0px 0px;
	width: 194px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-left-color: #BFBFBF;
	background-image: url(preset_images/menubar_rns.gif);
	background-repeat: no-repeat;
}
#tmp_sidenavi dl dt {
	margin: 0px;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #313DEA;
	font-weight: bold;
}
#tmp_sidenavi dl dt span {
	color: #407FBD;
}
#tmp_sidenavi dl dt.opened a:link, #tmp_sidenavi dl dt.opened a:visited {
	color: #407FBD;
}
#tmp_sidenavi dl dd {
	margin: 0px;
	padding: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #313DEA;
}
#tmp_sidenavi dl dd.btm {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}
#tmp_sidenavi dl dd ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#tmp_sidenavi dl dd ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(preset_images/menu_icon_rns.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	list-style-type: none;
}
#tmp_sidenavi dl dd ul li span {
	color: #407FBD;
}
#tmp_sidenavi ul li.opened a {
	color: #407FBD;
}
#tmp_sidenavi ul ul.third li a {
	color: #003366;
}
#tmp_sidenavi ul ul.third li a:hover {
	color: #EE760F;
}
#tmp_sidenavi ul ul.third li.opened a {
	color: #407FBD;
}
/* -------------------------------------------------------
	*07 フッタ部分の設定
------------------------------------------------------- */
#tmp_footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0em;
	text-align: center;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#tmp_footer address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
/* -------------------------------------------------------
	*08 コンテンツ部分の設定
------------------------------------------------------- */
div#tmp_wrap div#tmp_contents {
	width:533px;
	float:right;
	line-height:1.55;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 30px;
}
#tmp_pankz {
	line-height: 150%;
	text-align: right;
}
#tmp_key {
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
}
.tmp_pagetop {
	text-align: right;
}
/* ニュースの一覧*/
dl#tmp_news {
	margin-top: 15px;
	margin-bottom: 15px;
}
dl#tmp_news dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 21px;
	color: #313DEA;
	background-image: url(preset_images/news_bar2_rns.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	/*width: 763px;*/
	font-weight: bold;
	padding-left: 10px;
}
dl#tmp_news dt.tmp_top {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 21px;
	color: #313DEA;
	background-image: url(preset_images/news_bar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	font-weight: bold;
	padding-left: 10px;
}
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_rns.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;
}
dl#tmp_news dd table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
dl#tmp_news dd table td {
	vertical-align: top;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
dl#tmp_news dd table td.tmp_td125 {
	width: 150px;
}
dl#tmp_news dd table th {
	font-weight: normal;
	background-image: url(preset_images/news_icon_rns.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	width: 14px;
}
a.tmp_sankaku {
	background-image: url(preset_images/archive.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
/* -------------------------------------------------------
	*09 トップページの設定
------------------------------------------------------- */
div#tmp_top_wrap {
	width:760px;
	line-height:1.55;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
#tmp_top_key {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #666666;
}
/* -------------------------------------------------------
	*10 サブウィンドウ部分の設定
------------------------------------------------------- */

div#tmp_sub_container {
	width:650px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
div#tmp_sub_wrap {
	width:568px;
	line-height:1.55;
	clear: both;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}
div#tmp_sub_header {
	margin: 0px auto;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BD0164;
	background-image: url(preset_images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tmp_sub_header p#tmp_logo {
	padding-top: 15px;
	padding-left: 25px;
}
div#tmp_sub_wrap #tmp_title {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	height: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #D9EFFC;
	padding: 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 {
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #BD0164;
	background-image: url(preset_images/sub_news_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
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;
}
#tmp_sub_footer {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0em;
	text-align: center;
	color: #333333;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 568px;
}
#tmp_sub_footer address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
a.tmp_close {
	background-image: url(preset_images/close.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* -------------------------------------------------------
　　*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_header:after, #tmp_wrap:after, #tmp_navi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#tmp_header, #tmp_wrap, #tmp_navi {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html #tmp_header, * html #tmp_wrap, * html #tmp_navi {
	height: 1%;
}
#tmp_header, #tmp_wrap, #tmp_navi {
	display: block;
}
/* End hide from IE-mac */