@charset "utf-8";


/* import css files
------------------------------------------------------------------------------------- */
@import "common_layout.css";
@import "common_header.css";
@import "common_side.css";
@import "common_main.css";
@import "common_footer.css";

/* common
------------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",verdana,arial, sans-serif;
	background:url(../img_common/bg_base.gif);
	color:#333333;
}

img {
	border:0px;
}


h2 {
	margin: 0px 0px 15px 0px;
	clear:both;
}

/*h3 {
	margin: 0px 0px 15px 0px;
	color:#003300;
	padding:0px;
	font-size:medium;
	clear:both;
}*/

h3 img{
	margin: 0px !important;
	background:none !important;
	padding:0px !important;
	font-size:0px !important;
}


h3 {
	margin: 0px 0px 10px 0px;
	padding:1px 0px 10px 30px;
	line-height:1.2em;
	font-size:medium;
	color:#066A38;
	background:url(../img_common/bk_h4.gif) no-repeat;
	min-height:25px;
}


h4 {
	margin: 0px 0px 5px 0px;
	font-size:small;
	line-height:1.3em;
}

h5 {
	margin: 0px 0px 5px 0px;
	font-size:x-small;
	line-height:1.3em;
}

p {
	margin: 0px 0px 10px 0px;
}


hr{
	clear:both;
	height:1px;
	margin:20px 0px;
	padding:0px;
	font-size:0px;
	line-height:10px;
	border:none;
	background:#CCCCCC;
}

ul{
	margin:0px 0px 10px 1.5em;
	padding:0px;
}

ol{
	margin:0px 0px 10px 2em;
	padding:0px;
}

dl{
	margin:0px 0px 10px 0px;
	padding:0px;
}

blockquote{
	margin:0px 0px 10px 2em;
	padding:0px;
}


a:link { text-decoration:underline; color:#5C912D; }
a:visited { text-decoration:underline; color:#5C912D; }
a:active { text-decoration:underline; color:#5C912D; }
a:hover { text-decoration:none; color:#93E326; }



/* class-common
------------------------------------------------------------------------------------- */

/* list ------------------------------ */
.list-mark{ line-height:1.5em;}
.list-mark dt{ width:2em;}
.list-mark dd{ margin-top:-1.5em; margin-left:2em;}

/* link ------------------------------ */

.top-link{
	position:absolute;
	width:13em;
	left: 590px;
	top: 10px;
	font-size:0.9em;
	font-weight:bold;
		}
		
.top-link a{
		color:#FFF !important;
		padding:0 0 0 17px;
		text-decoration:none;
		background:url(../img_common/top_link_arrow.gif) no-repeat left top;
		}
		
.top-link a:hover {
		color:#FFF  !important;
		text-decoration:underline;
		}

.link-arrow a{
	display:block;
	padding-left:1.5em;
	text-decoration:none !important;
	line-height:1.2em;
	background:url(../img_common/link_arrow.gif) no-repeat left top;
	color:#333333 !important;
}

.link-arrow a:hover {
	text-decoration:underline;
	background:url(../img_common/link_arrow_o.gif) no-repeat left top;
	color:#FF6600 !important;
}


.link-open a {
	padding-left:15px;
	text-decoration:none;!important;
	line-height:1.2em;
	background:url(../img_common/link_open.gif) no-repeat left center;
	color:#333333 !important;
}

.link-open a:hover {
	padding-left:15px;
	text-decoration:underline;
	background:url(../img_common/link_open_o.gif) no-repeat left center;
}


.link-img a:hover img{
	opacity: 0.7;
	filter: Alpha(opacity=70);
}

.link-pdf{
background:url(../img_common/link_pdfl.gif) no-repeat left center;
padding-left:20px;
color:#333333 !important;
}

/* box ------------------------------ */
.box-type1{
	padding:10px;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	position:relative;
	z-index:100;
	overflow: auto;
	height: 300px;
}

.box-type2{
	padding:10px;
	margin-bottom:20px;
	background:#F4F6FB;
	position:relative; z-index:100;
}

.box-type2 img{
	position:relative; z-index:200;
}

.box-type3{
	padding:0px;
	margin-bottom:20px;
	background:url(../img_common/box_type3_2.gif) repeat-y;
	position:relative; z-index:100;
}

.box-type3 img{
	position:relative; z-index:200;
}



/* cell ------------------------------ */
.cell-center{
	text-align:center;
}

.cell-right{
	text-align:right;
}

.cell-danraku{
	padding-left:2em;
}

.cell-box{
	padding:0px 5px 40px 5px;
}

/* img ------------------------------ */
.img-right{
	margin-left:10px;
	float:right;
}

.img-left{
	margin-right:10px;
	float:left;
}

/* table ------------------------------ */
.table-type1{
	padding:0px;
	margin:0px 0px 20px 0px;
	border-collapse:collapse;
}

.table-type1 th{
	padding:3px 5px;
	margin:0px;
	border:1px solid #CCCCCC;
	background:#E7E7E7;
	text-align:left;
	vertical-align:top;
	color:#333333;
}

.table-type1 td{
	padding:3px 5px;
	margin:0px;
	border:1px solid #CCCCCC;
}

.table-type1 .cell-color1{
	background:#F6F6F6;
}


/* br ------------------------------ */
.br-clear{
	clear:both; 
	padding-top:50px;
}


/* space ------------------------------ */
.space-none{
	margin-bottom:0px !important;
}

.space-05{
	margin-bottom:5px !important;
}

.space-10{
	margin-bottom:10px !important;
}

.space-20{
	margin-bottom:20px !important;
}

.space-30{
	margin-bottom:30px !important;
}

.space-50{
	margin-bottom:50px !important;
}

.space-10t{
	margin-top:10px !important;
}



/* clear ------------------------------ */
.clear-all{
	clear:both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}


/* font ------------------------------ */
.font-l{
	font-size:large;
}

.font-s{
	font-size:x-small;
}

/* color ------------------------------ */
.color-key { color:#374F80; }
.color-txt { color:#000000; }
.color-light { color:#666666; }
.color-attention { color:#FF3300; }


/* pagetop ------------------------------ */
#pagetop{
	position:fixed !important;
	_position:absolute;
	z-index:2;
	bottom:90px;
	_bottom:expression(this.style.filter = '', '90px');
	height:111px;
	padding:0px;
	z-index:10;
	width:50px;
	margin-left:570px;
	height:130px;
}

#pagetop div.frame{
	margin:0px auto;
}



/* Print
------------------------------------------------- */
@media print {
html, body {
	font-size: 9pt;
	zoom: 0.8;
	*zoom: 0.75;
}
h4 {background:url(../img_common/bk_h4.gif) no-repeat;}
h3 {
	background:none;
	margin:0 0 10px 0 !important;
	padding:0 !important;
}
#pagetop,#subnavi{display:none;}
#navi{position:absolute; left:10px;}
div#pan {padding:60px 0 0 0; }
}

