@charset "shift_jis";

/* ==================================================
layout
================================================== */

/* wrapper
============================== */
#tmp_stream {
	color:inherit;
	background-color:#FDFDF9;
}
/* main
============================== */
#tmp_wrap_main {
	color:inherit;
	clear:both;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%;
}
/* ==================================================
header
================================================== */
#tmp_stream_header {
	color:inherit;
}
#tmp_stream_hlogo {
	color:inherit;
	float:left;
}
#tmp_stream_hlogo h1,
#tmp_stream_hlogo p {
	font-size:0.1%;
	line-height:0.1;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_stream_gnavi {
	padding:0 0 20px 0;
	background:url(../images/navi/gnavi/gnavi_bg.gif) repeat-x left bottom;
	border-top:1px solid #FFFFFF;
	clear:both;
}
#tmp_stream_gnavi ul {
	margin:0;
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
	border-bottom:1px solid #FFFFFF;
}
#tmp_stream_gnavi ul li {
	float:left;
	border-right:1px solid #FFFFFF;
}
#tmp_stream_gnavi ul li.last {
	border:none;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	font-size:85%;
	padding:0 27px 20px;
	color:inherit;
	clear:both;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	padding-left:14px;
	background:url(../images/navi/pnavi/pnavi_icon.gif) no-repeat 0 0.2em;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%;
	color:inherit;
	clear:both;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0.2em !important;
	padding:0 20px;
}
/* ==================================================
footer
================================================== */
#tmp_stream_footer {
	padding:0 14px 10px;
	clear:both;
}
#tmp_stream_footer address {
	font-style:normal;
}
/* ==================================================
class
================================================== */
/* text
============================== */
#tmp_stream .underline {
	text-decoration:underline;
}
#tmp_stream .strike {
	text-decoration:line-through;
}
#tmp_stream .txt_red {
	color:#990000;
	background-color:transparent;
}
#tmp_stream .txt_green {
	color:#007500;
	background:transparent;
}
#tmp_stream .txt_big {
	font-size:140%;
}
#tmp_stream .txt_small {
	font-size:80%;
}
#tmp_stream .space_lft1 {
	padding-left:1em;
}
#tmp_stream p.indent1 {
	text-indent:1em;
}
/* image
============================== */
#tmp_stream .float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
#tmp_stream .float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
#tmp_stream .clear {
	clear:both;
}
/* noicon
============================== */
#tmp_stream ul.noicon {
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
#tmp_stream ul.noicon ul,
#tmp_stream ul.noicon ol {
	text-indent:0 !important;
}
#tmp_stream ul ul.noicon {
	text-indent:-1.5em !important;
}
/* col2 ▼変更しない
============================== */
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
============================== */
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* ==================================================
parts
================================================== */
/* col3
============================== */
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;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_stream_header:after,
#tmp_stream_gnavi ul:after,
#tmp_main:after,
.pnavi:after,
#tmp_stream_footer:after,
#tmp_stream_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_maincontents,
*:first-child+html #tmp_stream_header,
*:first-child+html #tmp_stream_gnavi ul,
*:first-child+html #tmp_main,
*:first-child+html .pnavi,
*:first-child+html #tmp_stream_footer,
*:first-child+html #tmp_stream_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.col3 {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_stream_header,
* html #tmp_stream_gnavi ul,
* html #tmp_main,
* html .pnavi,
* html #tmp_stream_footer,
* html #tmp_stream_footer_cnt,
* html div.col2,
* html div.col3 {
	height:1%;
}

