@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body {
	font-size:100%; /* デザインによって変更 */
}
* 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:980px; /* デザインによって変更 */
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
}
* html #tmp_wrapper {
	text-align:left;
}
#tmp_wrapper2 {
	padding:0 30px;
}
/* main
============================== */
#tmp_main {
	margin:0 0 15px;
	padding:10px 17px 0;
	border:3px solid #F16464;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents {
	width:100%;
	clear:both;
	padding:0 0 10px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:12px 3px 8px 0;
}
#tmp_hlogo {
	float:left;
}
#tmp_means {
	padding:15px 0 0;
	width:530px;
	float:right;
}
/* primary
============================== */
#tmp_means_primary {
	text-align:right;
	font-weight:bold;
}
/* ==================================================
navi
================================================== */
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* 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_footer {
	clear:both;
}
#tmp_footer address {
	font-style:normal;
}
/* ==================================================
emergency_foreign
================================================== */
#tmp_emergency_foreign {
	margin:0 0 16px;
	padding:16px 22px;
	border:2px solid #FCD8D8;
	clear:both;
}
#tmp_emergency_foreign ul {
	margin:0 0 6px 4px;
	list-style:none;
	list-style-image:none;
}
#tmp_emergency_foreign ul li {
	margin:0 26px 0 0;
	padding:0 0 0 17px;
	background:url(/shared/site_emergency/images/icon/list_icon.gif) no-repeat left 0.4em;
	float:left;
}
/* ==================================================
emergency_section
================================================== */
#tmp_emergency_section {
	padding:0 18px;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721E; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:125%; /* 20px相当 */
}
.txt_small {
	font-size:75%; /* 12px相当 */
}
.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%;
}
/* 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;
}
/* ==================================================
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;
}
/* ==================================================
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,
#tmp_main a.icon_ppt,
#tmp_main a.icon_wm {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_wm {
	margin:0 3px;
	text-indent:0 !important;
	background-position:left 0.2em;
	background-repeat:no-repeat;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	padding-left:53px;
}
a.icon_ppt {
	padding-left:95px;
}
a.icon_wm {
	padding-left:128px;
}
a.icon_pdf.openDataFile,
a.icon_word.openDataFile,
a.icon_excel.openDataFile {
	padding-left:58px;
}
a.icon_ppt.openDataFile {
	padding-left:100px;
}
a.icon_wm.openDataFile {
	padding-left:133px;
}
a.openDataFile img,
a.openDataFile img,
a.openDataFile img,
a.openDataFile img,
a.openDataFile img {
	margin:0 5px 0 0;
	vertical-align:middle;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_wm {
	background-position:left 0.2em;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.gif);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.gif);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.gif);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_pp.gif);
}
a.icon_wm {
	background-image:url(/shared/system/images/linkicon/icon_wm.gif);
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FDE8E8; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_main:after,
.plugin:after,
.pnavi:after,
#tmp_footer:after,
#tmp_footer_cnt:after,
div.col2:after,
div.col3:after,
#tmp_emergency_foreign:after,
#tmp_emergency_foreign ul: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_contents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_main,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.col3,
*:first-child+html #tmp_emergency_foreign,
*:first-child+html #tmp_emergency_foreign ul {
	min-height:1%; /* 変更しない */
}