﻿@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free {
	color:inherit;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	/* width:960px; 固定レイアウトの場合使用 */
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */

#tmp_wrap_main {
	padding:10px;
	color:inherit;
	clear:both; /* 変更しない */
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:2; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:10px 0; /* デザインによって変更 */
}

/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding-top:10px;
	color:inherit;
}
.format_free .wrap_col_rgt_navi {
	width:205px; /* デザインによって変更 */
}
.column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header{
	background:url('/images/hptopimg.gif') no-repeat 60%;
	border-bottom:3px solid #93B735;
}

#tmp_header {
	padding:0px 0px 0px;
	color:inherit;
	min-width:930px; /* デザインによって変更 */
	max-width:1400px; /* デザインによって変更 */
	margin:0 auto;
}
#tmp_hlogo {
	color:inherit;
	float:left;
	padding:37px 0 20px;
	margin-left:10px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means {
	width:525px;
	color:inherit;
	float:right;
	padding:0px 5px 0 0;
}
#tmp_means_b {
	width:525px;
	color:inherit;
	float:right;
	padding:0px 5px 0 0;
}
#tmp_means_primary {
	font-size:0.1%;
	line-height:0.1;
	background:url(/shared/images/header/func_bg_img.gif) no-repeat;
	float:left;
	padding:6px;
}
#tmp_func_txt {
	margin:0 10px 0 0;
	font-size:0.1%;
	line-height:0.1;
	float:left;
	background-color:#FFFFFF;
}
#tmp_func_txt dt {
	float:left;
	margin:4px;
}
#tmp_func_txt dd {
	float:left;
	margin-left:3px;
}
#tmp_func_clr {
	margin:0 0 5px 0;
	float:left;
}
#tmp_func_clr dt,
#tmp_func_clr dd {
	margin:0 5px 0 0;
	float:left;
}
#tmp_means_secondary {
	float:left;
        margin-top:3px;
}

#tmp_search{
	background:#B3D6F2;
	float:left;
	padding:4px 4px 3px 4px;
	margin:2px 0 8px 0;
}

#tmp_search p {
	float:left;
}
#tmp_func_sch_btn{
	float:left;
	width:48px;
}

#tmp_query {
	width:120px;
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
}
* html #tmp_query {
	width:122px;
}
#tmp_means_tertiary {
	font-size:0.1%;
	line-height:0.1;
	clear:both;
}
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi li {
	margin:0 6px 0 0;
	float:left;
}
#tmp_hnavi_utility .last {
	margin:0;
}

#tmp_func_multi{
	padding:0px 8px 0 0;
	line-height:0.1;
	float:left;
}
	
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	color:inherit;
	clear:both;
	padding-top:70px;
	
}
#tmp_gnavi ul {
	margin:0 0 0 20px;
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
}
#tmp_gnavi ul li {
	float:left;
	padding-left:8px;
}
/* snavi
============================== */
#tmp_snavi {
	padding:0.3em 20px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
#tmp_snavi ul {
	list-style:none;
}
#tmp_snavi ul li {
	display:inline;
	margin-right:30px;
	white-space:nowrap;
}
#tmp_snavi ul li a {
	display:inline-block;
}

/* lnavi
============================== */
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	color:inherit;
	clear:both;
	margin:0 auto;
	max-width:1400px;
	min-width:983px;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	max-width:1400px;
	min-width:983px;
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
	margin:0 auto;
}
/* emergency
============================== */
#tmp_lnavi{
}
#tmp_emergency {
	padding:1px;
	background:#FFFFF4;
	border:1px solid #DC0101;
	clear:both;
	margin-bottom:8px;
}
#tmp_emergency_ttl {
	padding-bottom:6px;
}

#tmp_emergency_ttl h2 {
	font-size:130%;
	margin:-2px 0 0 -1px;
}
#tmp_emergency_cnt {
	padding:5px 0;
}
#tmp_emergency_cnt ul {
	margin-left:8px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.4em;
	list-style:none;
}
#tmp_emergency_cnt ul li a{
	background:url(/shared/templates/free/images/contents/arrow_icon_red.gif) no-repeat 0 50%;
	padding-left:12px;
}

/* tmp_lnavi_search
============================== */

#tmp_lnavi_search {
	padding:1px;
	border:1px solid #cccccc;
	clear:both;
	margin-bottom:8px;
}
#tmp_lnavi_search_ttl {
	padding-bottom:6px;
}

#tmp_lnavi_search_ttl h2 {
	font-size:130%;
	margin:-2px 0 0 -1px;
}
#tmp_lnavi_search_cnt {
	padding:5px 0;
}
#tmp_lnavi_search_cnt ul {
	margin-left:8px;
}
#tmp_lnavi_search_cnt ul li {
	margin-bottom:0.4em;
	list-style:none;
}
#tmp_lnavi_search_cnt ul li a{
	background:url(/shared/templates/free/images/contents/arrow_icon.gif) no-repeat 0 50%;
	padding-left:12px;
}


/* tmp_lnavi_bnr
============================== */
#tmp_lnavi_bnr{
	margin-bottom:5px;
}
#tmp_lnavi_bnr li{
	margin-bottom:2px;
	list-style:none;
}

/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* update
============================== */
#tmp_update {
	text-align:right;
}

/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:10px 0 0 10px;
	color:inherit;
	background-color:#F0F5DA;
	border-bottom:1px solid #9BC95F;
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	float:left;
}
#tmp_publicity_cnt ul li a {
	display:inline-block;
	margin:0 10px 10px 0;
}
/* ==================================================
footer
================================================== */

#tmp_wrap_footer {
	background:url(/shared/images/footer/footer_bg.jpg) repeat-x;
}
#tmp_footer {
	padding:5px 0 20px;
	color:inherit;
	clear:both;
	margin:0 auto;
	max-width:1400px;
	min-width:930px;
}
#tmp_fnavi {
	padding:6px 10px 5px;
	color:inherit;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:15px;
	white-space:nowrap;
	float:left;
}
#tmp_footer_cnt {
	padding:10px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 0.2em;
	font-style:normal;
	text-align:center;
	background:url(/shared/images/footer/f_logo.gif) no-repeat 22% 50%;
}

#tmp_copyright {
	text-align:center;
	clear:both;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.gd_underline {
	text-decoration:underline;
}
.gd_strike {
	text-decoration:line-through;
}
.user_red {
	color:#FF0000;
	background-color:transparent;
}
.user_blue {
	color:#0000FF;
	background-color:transparent;
}
.user_green {
	color:#009900;
	background-color:transparent;
}
.user_gray {
	color:#888888;
	background-color:transparent;
}

.user_text-indent1{
	padding:0 0 0 10px;
}
.user_text-indent2{
	padding:0 0 0 20px;
}
.user_text-indent3{
	padding:0 0 0 30px;
}

.user_word_icon,
.user_excel_icon,
.user_pdf_icon{
	padding:0 0 0 38px;
}
.user_url_icon{
	padding:0 0 0 45px;
}
.user_inquiry{
	padding:0 0 0 22px;
}

.user_excel_icon{
	background:url(/shared/system/images/linkicon/icon_excel.gif) 0 1px no-repeat;
}
.user_pdf_icon{
	background:url(/shared/system/images/linkicon/icon_pdf.gif) 0 1px no-repeat;
}
.user_word_icon{
	background:url(/shared/system/images/linkicon/icon_word.gif) 0 1px no-repeat;
}
.user_url_icon{
	background:url(/shared/system/images/linkicon/icon_external.gif) 0 1px no-repeat;
}
.user_inquiry{
	background:url(/shared/system/images/linkicon/icon_mail.gif) 0 1px no-repeat;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:140%; /* 変更しない */
}
.txt_small {
	font-size:80%; /* 変更しない */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	text-indent:-1.5em !important;
	margin-left:1.5em !important;	
}
/* ==================================================
parts
================================================== */

/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
p.left,
div.left {
	text-align:left;
}
p.right,
div.right {
	text-align:right;
}
p.center,
div.center {
	text-align:center;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}

/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_mainnavi_wrap_top ul:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_main:after,
#tmp_emergency:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.col3:after,
.info_ttl:after,
.info_box_b:after{
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_mainnavi_wrap_top ul,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_main,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.col3,
*:first-child+html .info_ttl,
*:first-child+html .info_box_b{
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_mainnavi_wrap_top ul,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_primary,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_main,
* html #tmp_emergency,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.col3,
* html .info_ttl,
* html .info_box_b{
	height:1%; /* 変更しない */
}
