@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#FFFFFF;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって筝 */
	/* min-width:760px;
	max-width:1280px;
	リキッドレイアウトの栽聞喘 */
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:center;
}
/* main
============================== */
#tmp_wrap_main {
	width: 100%;
	min-width: 1020px;
	clear:both; /* 筝しない */
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 筝しない */
}
#tmp_contents {
	padding:0 0 50px;
}
/* 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; /* 筝しない */
}
.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:0 0 30px; /* デザインによって筝 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-290px; /* デザインによって筝 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:0; /* デザインによって筝 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:230px; /* デザインによって筝 */
	margin-right:-290px; /* デザインによって筝 */
}
.format_top .column_full .col_lft_navi {
	padding:0; /* デザインによって筝 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:100%; /* デザインによって筝 */
}
.format_top .column_full .col_rgt_navi {
	padding:0; /* デザインによって筝 */
	color:inherit;
	background-color:#FFFFFF;
}
.format_top .column_full .col_main {
	margin-left:0; /* デザインによって筝 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-290px; /* デザインによって筝 */
}
.format_free .wrap_col_nm2 {
	margin-right:290px; /* デザインによって筝 */
}
.format_free .wrap_col_lft_navi {
	width:230px; /* デザインによって筝 */
	margin-right:-290px; /* デザインによって筝 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって筝 */
	color:inherit;
	background-color:#FFFFFF;
}
.format_free .wrap_col_rgt_navi {
	width:230px; /* デザインによって筝 */
}
.format_free .col_rgt_navi {
	padding:0; /* デザインによって筝 */
	color:inherit;
	background-color:#FFFFFF;
}
.format_free .column_full .col_main {
	margin-left:290px; /* デザインによって筝 */
}
.format_free .column_lnavi .col_main {
	margin-left:290px; /* デザインによって筝 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-290px; /* デザインによって筝 */
}
.format_free .column_rnavi .col_main {
	margin-right:290px; /* デザインによって筝 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	width: 100%;
	min-width: 1020px;
	clear: both;
}
#tmp_header {
	width: 1000px;
	margin: 0 auto;
	padding:9px 0;
	color:inherit;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	margin-top: 15px;
	vertical-align:top;
}
#tmp_means {
	width:627px;
	color:inherit;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}

/* primary
============================== */
#tmp_means_primary {
	clear:both;
	margin:0 0 7px 0;
}
/* hnavi */
#tmp_hnavi {
	float: right;
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi li {
	margin:10px 35px 0 0;
	font-weight: bold;
	float:left;
}
#tmp_hnavi li a {
	color: #358301;
	text-decoration: none;
}
#tmp_hnavi li a:hover {
	text-decoration:underline;
}
#tmp_hnavi .last {
	margin: 0 0 0 0;
	font-size: 113.3%;
}
#tmp_hnavi .last a {
	color: #ffffff;
	background-color: #358301;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 15px;
}
#tmp_hnavi .last a:hover {
	text-decoration: none;
	opacity: 0.6;
}

/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 0 0;
}
#tmp_func {
	padding: 5px 10px;
	background-color: #DDDDDD;
	border-radius: 2px;
	float: right;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 0 0;
	float:left;
}
#tmp_func_txt dt {
	margin:3px 5px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	float:left;
}
#tmp_func_txt dd a {
	display: block;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	background-color: #ffffff;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 0 0;
	float:left;
}
#tmp_func_clr dt {
	margin:3px 5px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	float:left;
}
#tmp_func_clr dd a {
	display: block;
	padding: 3px 10px;
	border-radius: 2px;
	text-decoration: none;
	background-color: #ffffff;
}
#tmp_func_clr dd a#tmp_darkblue {
	background-color: #004EA1;
	color: #ffffff;
}
#tmp_func_clr dd a#tmp_yellow {
	background-color: #FFFF00;
}
#tmp_func_clr dd a#tmp_black {
	background-color: #000000;
	color: #ffffff;
}

/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	width: 100%;
	min-width: 1020px;
	clear: both;
}
#tmp_gnavi {
	width: 1000px;
	margin: 0 auto;
	color:inherit;
	background-color: rgba(255,255,255,0.70);
	clear:both;
}
#tmp_gnavi ul {
	display: table;
	width: 100%;
	margin:0;
	list-style:none;
}
#tmp_gnavi li {
	display: table-cell;
	vertical-align: middle;
	position:relative;
	z-index:1;
}
#tmp_gnavi a {
	display: table-cell;
	width:250px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background-repeat:no-repeat;
	font-size: 113.3%;
	font-weight: bold;
	color: #000000;
}
#tmp_gnavi a:hover {
	background-color: rgba(255,255,255,0.60);
}
#tmp_gnavi ul li span {
	display:inline-block;
	padding: 15px 15px 15px 50px;
	position:relative;
	z-index:-1;
	overflow:hidden;
	text-align: center;
}
#tmp_glist1 span {
	background:url(/shared/site_crb/images/navi/gnavi/gnavi_bg1.png) no-repeat left center;
}
#tmp_glist2 span {
	background:url(/shared/site_crb/images/navi/gnavi/gnavi_bg2.png) no-repeat left center;
}
#tmp_glist3 span {
	background:url(/shared/site_crb/images/navi/gnavi/gnavi_bg3.png) no-repeat left center;
}
#tmp_glist4 span {
	background:url(/shared/site_crb/images/navi/gnavi/gnavi_bg4.png) no-repeat left center;
}

/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	width: 100%;
	min-width: 1020px;
	clear: both;
	border-top:2px solid #DDDDDD;
}
#tmp_pankuzu {
	width: 1000px;
	margin: 0 auto;
	padding:15px 0;
	color:inherit;
	clear:both;
	font-size: 93.8%;
}
/* lnavi
============================== */
#tmp_lnavi {
	background-color: #D8EBCB;
	margin:0 0 25px;
	clear:both;
}
#tmp_lnavi_ttl {
	background-color: #9AC180;
	font-size: 118.8%;
	font-weight: bold;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#tmp_lnavi_ttl a {
	display: block;
	padding: 13px 15px;
	text-decoration: none;
}
#tmp_lnavi_cnt {
	padding: 10px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
#tmp_lnavi_cnt ul {
	list-style: none;
	list-style-image: none;
}
#tmp_lnavi_cnt ul li a {
	display: block;
	padding: 10px 0 10px 15px;
	background:url(/shared/site_crb/images/navi/lnavi/lnavi_bg.gif) no-repeat left 0.8em;
	line-height: 1.5;
	border-bottom: 1px dotted #9AC180;
}
#tmp_lnavi_cnt ul li:last-child {
	margin: 0 0 0 0;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/site_crb/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:5px 0 7px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#D8EBCB;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 筝しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/site_crb/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	padding:0 12px 0 0;
	background:url(/shared/site_crb/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_wrap_rnavi {
	margin-bottom: 15px;
}
.format_top #tmp_wrap_rnavi {
	width: 100%;
	min-width: 1000px;
	clear: both;
	border-bottom:2px solid #DDDDDD;
}
.format_top #tmp_rnavi {
	width: 1000px;
	margin: 0 auto;
	padding:0 0 20px;
	color:inherit;
	clear:both;
}
#tmp_rnavi_cnt ul {
	list-style: none;
	list-style-image: none;
}
#tmp_rnavi_cnt ul li {
	width: 230px;
	margin: 0 0 10px;
}
.format_top #tmp_rnavi_cnt ul li {
	width: 225px;
	float: left;
	margin: 0 33px 10px 0;
}
.format_top #tmp_rnavi_cnt ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
#tmp_rnavi_cnt ul li a {
	display: block;
	vertical-align: middle;
	padding: 35px 40px 35px 40px;
	border-radius: 2px;
	background-color: #A5CEED;
	text-align: left;
	text-decoration: none;
	font-size: 112.5%;
	font-weight: bold;
	color: #000000;
}
#tmp_rnavi_cnt ul li:nth-child(1) a {
	background: url(/shared/site_crb/images/navi/rnavi/linkicon_kaisainitte.gif) no-repeat 20px center #A5CEED;
	padding: 25px 40px 25px 90px;
}
#tmp_rnavi_cnt ul li:nth-child(2) a {
	background: url(/shared/site_crb/images/navi/rnavi/linkicon_shinsatesuryo.gif) no-repeat 20px center #A5CEED;
	padding: 35px 40px 35px 90px;
}
#tmp_rnavi_cnt ul li:nth-child(3) a {
	background: url(/shared/site_crb/images/navi/rnavi/linkicon_inkaimebo.gif) no-repeat 20px center #A5CEED;
	padding: 35px 40px 35px 90px;
}
#tmp_rnavi_cnt ul li:nth-child(4) a {
	background: url(/shared/site_crb/images/navi/rnavi/linkicon_gijiroku.gif) no-repeat 10px center #A5CEED;
	padding: 35px 40px 35px 90px;
}
#tmp_rnavi_cnt ul li a:hover {
	opacity: 0.6;
}
#tmp_wrap_rnavi2 {
	margin-bottom: 20px;
}
.format_top #tmp_wrap_rnavi2 {
	width: 100%;
	min-width: 1000px;
	clear: both;
}
.format_top #tmp_rnavi2 {
	width: 1000px;
	margin: 0 auto;
	padding:20px 0;
	color:inherit;
	clear:both;
}
#tmp_rnavi2_cnt ul {
	list-style: none;
	list-style-image: none;
}
#tmp_rnavi2_cnt ul li {
	width: 230px;
	margin: 0 0 5px;
}
.format_top #tmp_rnavi2_cnt ul li {
	width: 313px;
	float: left;
	margin: 0 30px 10px 0;
}
.format_top #tmp_rnavi2_cnt ul li:nth-child(3n) {
	margin: 0 0 10px 0;
}
#tmp_rnavi2_cnt ul li a {
	display: block;
	padding: 20px;
	border-radius: 2px;
	background-color: #E4E4E4;
	text-align: center;
	text-decoration: none;
	font-size: 112.5%;
	font-weight: bold;
	color: #000000;
}
#tmp_rnavi2_cnt ul li a::before {
	content:"";
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(/shared/site_crb/images/navi/rnavi/linkicon.gif) no-repeat left center;
	vertical-align: middle;
}
#tmp_rnavi2_cnt ul li a:hover {
	opacity: 0.6;
}

/* pnavi
============================== */
.wrap_pnavi {
	width: 100%;
	min-width: 1020px;
	clear: both;
	border-bottom:2px solid #DDDDDD;
}
.pnavi {
	width: 1000px;
	margin: 0 auto;
	color:inherit;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_wrap_main2 {
	width: 1000px;
	margin: 0 auto;
}
#tmp_main {
	width:100%; /* 筝しない */
	color:inherit;
	clear:both; /* 筝しない */
}

/* update
============================== */
#tmp_update {
	text-align:right;
	font-size: 81.3%;
}
/* 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;
}

/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width: 100%;
	min-width: 1020px;
	clear: both;
	background-color: #E4E4E4;
}
#tmp_footer {
	width: 1000px;
	margin: 0 auto;
	padding:30px 0;
	color:inherit;
	clear:both;
}
#tmp_footer_cnt {
	float: left;
	width: 500px;
}
/* fnavi
============================== */
#tmp_fnavi {
	float: right;
	width: 420px;
	color:inherit;
	list-style:none;
}
#tmp_fnavi ul {
	list-style: none;
	list-style-image: none;
}
#tmp_fnavi li {
	margin:0 15px 0 0;
	padding: 0 0 0 15px;
	background:url(/shared/site_crb/images/footer/fnavi_bg.gif) no-repeat left center;
}
#tmp_fnavi h2,
#tmp_fnavi li {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.7;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#tmp_wrap_copyright {
	width: 100%;
	min-width: 1020px;
	clear: both;
	background-color: #333333;
}
#tmp_copyright {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	color: #ffffff;
	text-align:center;
	clear:both;
}

/* ==================================================
top
================================================== */
#tmp_wrap_topimage {
	width: 100%;
	min-width: 1020px;
	clear: both;
	background:url(/shared/site_crb/images/top/topimage_bg.jpg) no-repeat center top;
	background-size: cover;
}
#tmp_topimage {
	width: 1000px;
	margin: 0 auto;
}
#tmp_topimage h2 {
	text-align: center;
	padding: 120px 0;
}

/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 筝しない */
}
.strike {
	text-decoration:line-through; /* 筝しない */
}
/*  */
/* Bシ`トによってNp */
.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:100%;
	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 筝しない
   ｼI囃には聞わない┘ぅ戰鵐肇レンダ`?協侏吉に聞う
============================== */
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:100%;
	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:10px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:10px 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;
}

/* ==================================================
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
============================== */
/*  */
/* Bシ`トによってNp */
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 */
.col_nm: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_hnavi:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_rnavi:after,
#tmp_rnavi2:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
.plugin:after,
.pnavi:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3: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_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_hnavi,
*: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_rnavi,
*:first-child+html #tmp_rnavi2,
*: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 .plugin,
*:first-child+html .pnavi,
*: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 {
	min-height:1%; /* 筝しない */
}
/* for IE6.0 */
* html .col_nm,
* 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_hnavi,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html #tmp_rnavi,
* html #tmp_rnavi2,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html .plugin,
* html .pnavi,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3 {

	display:inline-block; /* 筝しない */
}

