@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body.format_top,
body.format_free {
	color:inherit;
	background-color:#FFFFFF;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper2 {
	width:990px;
	margin:0 auto;
}
* html #tmp_wrapper2 {
	text-align:left;
}
/* contents
============================== */
#tmp_maincontents,
#tmp_contents {
	width:100%;
}
/* ==================================================
wrapper
================================================== */
#tmp_wrapper {
	color:inherit;
	background:#E9E9E9 url(../images/wrapper_bg.jpg) repeat-x left top;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:22px 15px 15px 25px;
	/*background:url(../images/header/header_bg.jpg) no-repeat right top;*/
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_means {
	float:right;
}
#tmp_means_sample {
	float:left;
	margin:0 8px 0 0; 
}
#tmp_means_inquiry {
	float:left;
	padding:2px;
	background:url(../images/header/means_inquiry_bg.gif) no-repeat left top;
}
#tmp_means_inquiry p {
	float:left;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	clear:both;
	margin:0 15px;
	padding:5px;
	background:url(../images/navi/gnavi/gnavi_bg.gif) no-repeat left top;
}
#tmp_gnavi ul {
	margin:0;
	list-style:none;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_gnavi ul li {
	float:left;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
	margin:0 0 15px;
}
.ptop {
	clear:both;
	float:right;
	margin:0 !important;
}
/* ==================================================
main
================================================== */
#tmp_format_cnt {
	clear:both;
}
#tmp_main {
	width:100%;
}
#tmp_wrap_contents {
	margin:0 0 5px;
	background:url(../images/main/main_bg_middle.gif) repeat-y left top;
}
#tmp_wrap_contents2 {
	background:url(../images/main/main_bg_bottom.gif) no-repeat left bottom;
}
#tmp_wrap_contents3 {
	padding:5px 45px 36px;
	background:url(../images/main/main_bg_top.gif) no-repeat left top;
}
/* ==================================================
inquiry
================================================== */
#tmp_inquiry {
	clear:both;
	padding:0 35px;
}
#tmp_inquiry p {
	float:left;
	margin:0 10px 0 0;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	border-top:1px solid #FFFFFF;
}
#tmp_wrap_footer2 {
	clear:both;
	padding:10px 0;
	border-top:1px solid #E9E9E9;
	background:url(../images/footer/footer_bg.gif) repeat left top;
}
* html #tmp_wrap_footer2 {
	text-align:center;
}
#tmp_footer {
	width:970px;
	margin:auto;
	position:relative;
}
* html #tmp_footer {
	text-align:left;
}
#tmp_incorporated {
	font-size:80%;
	margin:0 200px 0 0;
}
#tmp_incorporated img {
	vertical-align:middle;
	margin:0 10px 0 0;
}
#tmp_incorporated #flogo {
	margin:0 0 0.5em;
}
#tmp_incorporated address {
	font-style:normal;
}
#tmp_copyright {
	text-align:right;
	position:absolute;
	right:0;
	bottom:0;
}
/* ==================================================
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_bg_pink {
	color:inherit;
	margin:0 1px;
	padding:0 1px;
	background-color:#FFDDEE;
}
.txt_border_red {
	margin:0 1px;
	padding:0 1px;
	border:1px solid #FF0000;
}
.txt_big {
	font-size:140%;
}
.txt_small {
	font-size:80%;
}
.space_lft1 {
	padding-left:1em;
}
p.indent1 {
	text-indent:1em;
}
/* image
============================== */
.float_lft {
	clear:both;
	float:left;
	margin-right:20px !important;
	margin-bottom:10px !important;
}
.float_rgt {
	clear:both;
	float:right;
	margin-left:20px !important;
	margin-bottom:10px !important;
}
.clear {
	clear:both;
}
/* noicon
============================== */
ul.noicon {
	list-style:none !important;
	list-style-image:none !important;
	padding-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 {
	text-align:left;
	vertical-align:top;
}
table.col2 td.col2L {
	width:51%;
	padding-right:4%;
}
table.col2 td.col2R {
	width:49%;
	padding:0;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	float:left;
	width:49%;
	display:table;
	margin-right:2%;
}
div.col2 div.col2R {
	float:left;
	width:48%;
	display:table;
}
/* nestcol2
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
	border-right:15px solid #FFFFFF;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* col3
============================== */
table.col3 {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	text-align:left;
	vertical-align:top;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33%;
	padding-right:6%;
}
table.col3 td.col3R {
	width:31%;
	padding:0;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	float:left;
	width:32%;
	margin-right:2%;
	display:table;
}
div.col3 div.col3R {
	float:left;
	width:31%;
	display:table;
}
/* img_cap
============================== */
table.img_cap {
	border-collapse:collapse;
	border-spacing:0;
	margin:0.3em 0 0.3em 1em;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0.3em 0 0.3em 1em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable th,
table.layouttable td {
	padding:0 15px 0 0;
	text-align:left;
	vertical-align:top;
}
/* ==================================================
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;
}
/* linkicon
============================== */
a.icon_pdf,
a.icon_word,
a.icon_excel {
	display:inline-block;
	padding-left:36px;
	margin:0 3px;
}
a.icon_pdf {
	background:url(../../shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(../../shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(../../shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
/* bgcolor
============================== */
td.bg_red,
th.bg_red {
	background-color:#FCECEC;
	color:inherit;
}
td.bg_yellow,
th.bg_yellow {
	background-color:#FBFBDF;
	color:inherit;
}
td.bg_blue,
th.bg_blue {
	background-color:#EBF9FC;
	color:inherit;
}
td.bg_gray,
th.bg_gray {
	background-color:#E9E9E9;
	color:inherit;
}
td.bg_green,
th.bg_green {
	background-color:#EDFBEE;
	color:inherit;
}
td.bg_purple,
th.bg_purple {
	background-color:#EDE9FA;
	color:inherit;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_inquiry:after,
#tmp_footer:after,
.pnavi:after,
div.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 #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_main,
*:first-child+html #tmp_wrap_contents,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_footer,
*:first-child+html .pnavi,
*:first-child+html div.col2,
*:first-child+html div.col3 {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_gnavi ul,
* html #tmp_main,
* html #tmp_wrap_contents,
* html #tmp_inquiry,
* html #tmp_footer,
* html .pnavi,
* html div.col2,
* html div.col3 {
	height:1%;
}
/* cms8341-style-start */
a.icon_pdf,
a.icon_word,
a.icon_excel {
	display:inline;
}
/* cms8341-style-end */
