@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
body.format_top,
body.format_free {
	color:#333333;
	background:url(../images/body/body_bg.gif) repeat left top;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrap_wrapper {
	background:url(../images/body/body_bg2.gif) repeat-x left top;
}
#tmp_wrapper {
	width:900px;
	margin:0 auto;
	padding:20px 0 0;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 25px 15px;
	clear:both; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
/* 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; /* 変更しない */
}
.format_top .column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:570px; /* 変更しない ※HPB用に変更 */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:25px 0 10px; /* デザインによって変更 */
}
/* top
   free
============================== */
.format_top .wrap_col_lft_navi,
.format_free .wrap_col_lft_navi {
	width:250px; /* デザインによって変更 */
	margin-right:-250px; /* デザインによって変更 */
}
.format_top .col_lft_navi,
.format_free .col_lft_navi {
	padding:140px 0 10px; /* デザインによって変更 */
}
.format_top .column_lnavi .col_main,
.format_free .column_lnavi .col_main {
	margin-left:0; /* デザインによって変更 ※HPB用に変更 */
}
.format_top .col_main {
	padding:0 0 10px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:0 25px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_hlogo {
	width:254px;
	height:134px;
	position:absolute;
	top:0;
	z-index:2;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
/* ==================================================
navi
================================================== */
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
}
#tmp_lnavi ul {
	list-style:none;
}
#tmp_lnavi li {
	font-size:0.1%;
	line-height:0.1;
}
#tmp_bnr_box ul {
	list-style:none;
}
#tmp_bnr_box li {
	float:left;
	margin:0 0 10px;
	font-size:0.1%;
	line-height:0.1;
}
#tmp_bnr_box li.margin_right {
	margin:0 10px 5px 0;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	background: url(../images/navi/pnavi/pnavi_top_icon.gif) no-repeat 0 0.2em;
	padding:0 0 0 15px;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* plugin 変更しない
============================== */
.plugin {
	margin:0 0 10px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
.plugin p {
	margin:0 !important;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:10px 0 0;
	clear:both;
}
#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_footer {
	padding:0 0 10px;
	clear:both;
}
#tmp_fnavi {
	padding:8px 25px;
	margin:0 0 5px;
	color:inherit;
	background-color:#9D9977;
	list-style:none;
}
#tmp_fnavi li {
	margin-right:15px;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi img {
	vertical-align:bottom;
}
#tmp_footer_cnt {
	clear:both;
}
#tmp_copyright {
	clear:both;
	color:#7B7859;
	font-size:90%;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:140%; /* 変更しない */
}
.txt_small {
	font-size:80%; /* 変更しない */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent: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 {
	padding-left:1.5em !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 {
	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 {
	vertical-align:top;
	text-align:left;
}
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 {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48%;
	float:left;
}
/* 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 {
	vertical-align:top;
	text-align:left;
}
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 {
	display:table;
	width:32%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31%;
	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 th,
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない ※HPB用に変更
============================== */
div.section {
	padding:0 0 0 1em;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_main:after,
.plugin:after,
.pnavi:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt: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_main,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*: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 {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents,
* html #tmp_main,
* html .plugin,
* html .pnavi,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.col3 {
	height:1%; /* 変更しない */
}

