@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:4D3B36; /* 通常文字色 */
	background-color:#D1F2A4;
}
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
	/* min-width:760px;
	max-width:1280px;
	リキッドレイアウトの場合使用 */
	margin:0 auto;
	color:#4D3B36;
	background-color:##D1F2A4;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	/*padding:10px 20px;*/
	background-color:#D1F2A4;
	clear:both; /* 変更しない */
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_maincontents {
	margin-bottom:115px;	
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:0 /*-210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0 /*210px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	/*margin-left:210px; /* デザインによって変更 */
	padding:10px 0;
}
.format_top #tmp_wrap_header {
	background:url("/shared/kotobuki/images/header/header_bg_top.jpg") repeat-x left top;
	background-size:auto;
	margin-top:15px;
}
.format_top #tmp_header {
	background:url("/shared/kotobuki/images/header/header_top.jpg") no-repeat center top;
	/*height:258px;*/
	padding-bottom:15px;
}
.format_top #tmp_means {
	margin-top:-15px;	
}
.format_top #tmp_wrap_gnavi {
	margin-top:-9px;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:205px; /* デザインによって変更 */
	margin-right:-215px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:3px; /* デザインによって変更 */
	margin-left:20px;
	color:inherit;
	background-color:#85CE6F;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:215px; /* デザインによって変更 */
	margin-right:10px; /* デザインによって変更 */
	padding:10px 21px 10px 15px;
	color:inherit;
	background-color:#FFFFFF;
}
.format_free #tmp_wrap_header {
	background:url("/shared/kotobuki/images/header/header_bg.jpg") repeat-x left top;
	background-size:auto;
}
.format_free #tmp_header {
	background:url("/shared/kotobuki/images/header/header.jpg") no-repeat left top;
	background-size:auto;
	height:170px;
}
.format_free #tmp_wrap_gnavi {
	margin-top:-52px;
}
.format_free #tmp_footer {
	margin-top:172px;
}

/* ==================================================
header
================================================== */
#tmp_wrap_header {

}
#tmp_header {
	color:inherit;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#tmp_header_bg {
	background:url("/shared/kotobuki/images/header/header.png") no-repeat left top;
	background-size:auto;
	height:158px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:320px;
	height:37px;
	background:url(/shared/kotobuki/images/header/hlogo.jpg) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:320px;
	height:37px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:320px;
	height:37x;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	height:40px;
	float:right;
	position:relative;
}
#tmp_means ul {
	list-style-image:none;
	list-style-type:none;
}
#tmp_means ul li {
	margin-right:6px;
	float:left;
}
#tmp_means img {
	vertical-align:top;
	position:relative;
	z-index:5;
}
#tmp_header_catalog_top {
	position:absolute;
	margin-top:42px;
}
#tmp_header_catalog {
	padding-top:50px;
}
#tmp_header_catalog a {
	float:right;
	margin-right:320px;
}
#tmp_hnavi_s,
#tmp_sma_menu {
    display:none; /* 変更しない */
}

/* primary
============================== */
#tmp_means_primary {
	margin:2px 0 0;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#D1F2A4;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#4D3B36;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi li {
	margin:0 6px 0 0;
	float:left;
}

#tmp_hgallery {
	float:right;
	margin:6px 40px 0 0;
	width:640px;
	height:200px;
	overflow:hidden;
}
#tmp_wrap_hgallery {
	position:relative;
}
#tmp_wrap_hgallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_hgallery #tmp_wrap_hgallery_cntrol {
	position:absolute;
	right:441px;
	top:80px;
	z-index:20;
}
#tmp_wrap_hgallery .list_order {
	position:absolute;
	top:96px;
	left:415px;
}
#tmp_wrap_hgallery .list_order li {
	float:left;
	margin-bottom:5px;
}
#tmp_wrap_hgallery .list_order li img {
	vertical-align:top;
}
#tmp_hgallery_player {
	width:15px;
	position:absolute;
	top:75px;
	left:415px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	background:url("/shared/kotobuki/images/navi/gnavi/gnavi_bg.png") repeat-x left top;
	background-size:auto;
}
#tmp_gnavi {
	color:inherit;
	background-color:transparent;
	clear:both;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#tmp_gnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi li a {
	background-color:transparent;
}
#tmp_gnavi li #tmp_glist_r {
	width:10px;
}
#tmp_gnavi li #tmp_glist1 {
	width:160px;
}
#tmp_gnavi li #tmp_glist2 {
	width:159px;
}
#tmp_gnavi li #tmp_glist3 {
	width:160px;
}
#tmp_gnavi li #tmp_glist4 {
	width:160px;
}
#tmp_gnavi li #tmp_glist5 {
	width:159px;
}
#tmp_gnavi li #tmp_glist6 {
	width:162px;
}

#tmp_gnavi a {
	display:block;
	/*padding:13px 10px 11px; MIC*/
	color:inherit;
	background-color:#DDEEFF;
	text-align:center;
	/*font-weight:bold; MIC*/
	text-decoration:none;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:inherit;
	background-color:#inherit;
}
/* drop_down_hidden */
#tmp_gnavi .drop_down_hidden {
	display:none;
	width:344px;
	position:absolute;
	left:14px;
	top:115px;
	z-index:10;
	background-color:#FFFFFF;
	border:4px solid #ECEC7D;
}
* html #tmp_gnavi .drop_down_hidden {
	width:370px;
}
#tmp_gnavi .drop_down_hidden ul {
	width:auto;
	margin-left:0;
	float:none;
}
#tmp_gnavi .drop_down_hidden0,
#tmp_gnavi .drop_down_hidden1 {
	width:50%;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
}
#tmp_gnavi .drop_down_hidden0 ul {
	border-right:1px solid #ECEC7E;
}
#tmp_gnavi .drop_down_hidden1 {
	margin-right:0;
}
#tmp_gnavi .drop_down_hidden li {
	width:100%;
	border-top:none;
	border-bottom:none;
	border-left:none;
	font-weight:normal;
}
#tmp_gnavi .drop_down_hidden li a {
	display:block;
	padding:6px 5px 6px 20px;
	color:#264A6F;
	background:url(/shared/kotobuki/images/icon/list_icon.gif) no-repeat 10px 0.8em;
	border:none;
	text-align:left;
	text-decoration:underline;
}
#tmp_gnavi .drop_down_hidden li a:hover,
#tmp_gnavi .drop_down_hidden li a:focus {
	color:inherit;
	background-color:#FFFFBD;
}
/* for IE7.0 */
*:first-child+html #tmp_gnavi .drop_down_hidden li {
	min-height:1%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:5px 30px;
	color:inherit;
	background-color:inherit;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0;
	clear:both;
	color:inherit;
	background-color:85CE6F;
}
#tmp_lnavi_ttl {
	border:1px solid #62BF36;
	font-weight:bold;
	color:inherit;
	background:url(/shared/kotobuki/images/navi/lnavi/lnavi_ttl_bg.jpg) repeat-y top;
	/*padding-bottom:35px;*/
	min-height:78px;
}
#tmp_lnavi_ttl p {
	margin-right:45px;
}
.tmp_lnavi_ttl_bg {
	width:66px;
	height:78px;
	background:url(/shared/kotobuki/images/navi/lnavi/lnavi_ttl_bg2.png) no-repeat bottom;
	float:right;
	margin:-78px 2px 0 0;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:#184C00;
	background-color:transparent;
	font-size:129%;
}
#tmp_lnavi_cnt {
	padding:10px 10px 0 10px;
	margin-top:3px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	margin:0 0 10px;
	padding:0 0 10px 14px;
	border-bottom:1px solid #D1F2A4;
	background:url(/shared/kotobuki/images/navi/lnavi/list_icon_lnavi.gif) no-repeat left 0.1em;
}
/* lnavi2
============================== */
#tmp_lnavi2 {
	margin:0;
	clear:both;
	color:inherit;
	margin-left: 20px;
	margin-top: 20px;
}
#tmp_lnavi2_ttl {
	font-weight:bold;
	color:inherit;
}
#tmp_lnavi2_cnt {
	margin: 0 5px;
	padding: 10px;
	background-color:#FFFFFF;
}
#tmp_lnavi2_cnt img {
    display: block;
    margin: 0 auto;
	padding: 8px;
	max-width: 140px;
	height: auto;
}
#tmp_lnavi2_cnt a {
    font-weight: bold;
}
#tmp_lnavi2_cnt .read_all {
	margin-top: 10px;
	font-size: .9em;
	text-align:  right;
	display: block;
}

/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	color:inherit;
	background-color:#DDEEFF;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#D1F2A4;
	clear:both; /* 変更しない */
}

/* update
============================== */
#tmp_update {
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background:url(/shared/templates/kotobuki/images/contents/box_inquiry_ttl.gif) repeat-x left top;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}

/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	background-color:#007547;
	color: #fff;
}
#tmp_footer {
	padding:15px 0 20px;
	color:inherit;
	background-color:#007547;
	color: #fff;
	clear:both;
	width:980px;
	min-width:980px;
	margin-left:auto;
	margin-right:auto;
}
#tmp_footer_shadow {
	width:100%;
	height:154px;
	float:right;
	background:url(/shared/kotobuki/images/footer/shadow.png) no-repeat right;
	margin:-157px 0 0 0;
	position:relative;
	z-index:3;
}
#tmp_footer_tree {
	width:100%;
	height:184px;
	float:right;
	background:url(/shared/kotobuki/images/footer/tree.gif) no-repeat right;
	margin:-187px 0 0 0;
	position:relative;
	z-index:1;
}
#tmp_footer_top {
	width:144px;
	height:44px;
	float:right;
	/*background:url(/shared/kotobuki/images/footer/top.png) no-repeat right;*/
	margin:-50px 24px 0 0;
	position:relative;
	z-index:4;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 10px 5px;
	color:inherit;
	list-style:none;
	float:right;
}
#tmp_fnavi ul {
	list-style:none;
}
#tmp_fnavi li {
	margin:0 15px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	padding:0 10px;
	float:left;
	color:#FFFFFF;
	background-color:inherit;
}
.footer_logo {
	padding-right:10px;
}
#tmp_footer_cnt table td a {
	color:#FFFFFF;
	background-color:inherit;
	font-weight:bold;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block;
}
#tmp_copyright {
	text-align:center;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.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,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/kotobuki/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* 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 div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FFE8F2; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_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.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*: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_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_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.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_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.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}