@charset "shift_jis";
/* CSS Document */

/*---------------------------------------01 basic layout*/
/*---------------------------------------02 font style*/
/*---------------------------------------03 link style*/
/*---------------------------------------99 other style*/

/*

	01 basic layout

*/


/*---------------------------------------
  hack for IE7
---------------------------------------*/
*+html{
	background-color:#ffffff;/*IE7 zoom@\ΜoOΞτ*/
	}

/*---------------------------------------
  skipMenu(CSSͺOffΜAskipMenu)
---------------------------------------*/
p#skipMenu{
	position:absolute;
	visibility:hidden;
	}

/*---------------------------------------
  body
---------------------------------------*/
body{
	background-color:#ffffff;
	color:#333333;
	font-family: "CI", "Meiryo", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", sans-serif;
	font-size:78%;
	line-height:160%;
}

/*---------------------------------------
  wrapper
---------------------------------------*/
div#wrapper{
}

/*---------------------------------------
  header
---------------------------------------*/
div#header{
	border-top: 5px solid #fe0002;
	padding-bottom:10px;
}
div#header div#headerInner{
	width:960px;
	margin:0 auto;
}

/*headBox*/
div#header div#headerInner div#headBox{
}
div#header div#headerInner div#headBox #logo01{
	float:left;
	width:260px;
	padding:5px 0;
}
div#header div#headerInner div#headBox h1{
	float:left;
	width:360px;
 	padding:25px 0;
}
div#header div#headerInner div#headBox p{
	float:left;
 	padding:25px 0 25px 13px;
	background:url(/common/images/header_txt_arrow.gif) no-repeat 0 28px;
}
div#header div#headerInner div#headBox p a{
	color: #333333;
	padding-right:15px;
	display:block;
	background:url(/common/images/header_txt_link.gif) no-repeat right 5px;
}
div#header div#headerInner div#headBox p a:hover{
	text-decoration: underline;
}
div#header div#headerInner div#headBox #logo02{
	float:right;
	width:125px;
	padding:20px 0 0 0
}

/*globalNav*/
div#header div#headerInner div#globalNav{

}
div#header div#headerInner div#globalNav ul li{
	display:inline;
}
div#header div#headerInner div#globalNav ul li a{
	width:192px;
	float:left;
	display:block;
}

/*pankuzNav*/
div#header div#headerInner div#pankuzNav{
	padding:5px 10px 6px 10px;
	min-height:14px;
	background:#da0000 url(/common/images/header_bg_pankuzNav.gif) left bottom no-repeat;
}
div#header div#headerInner div#pankuzNav ul li{
	float:left;
	padding-right:5px;
}

div#header div#headerInner div#pankuzNav ul li a,
div#header div#headerInner div#pankuzNav ul li span{
	color:#ffffff;
}


/*---------------------------------------
  footer
---------------------------------------*/
div#footer{
	border-top:5px solid #fe0002;
}
div#footer div#footerInner{
	width:970px;
	margin:0 auto;
	position:relative;
}
div#footer div#footerInner div#footerImg{
	position:absolute;
	top:-23px;
	left:-5px;
}
div#footer div#footerInner ul{
	padding:20px 0 0 110px;
}
div#footer div#footerInner ul li{
	float:left;
	padding-right:10px;
}
div#footer div#footerInner ul li a{
	display:inline-block;
	padding-left:10px;
	background:url(/common/images/arrow01_lft.gif) left 0.5em no-repeat;
}
div#footer div#footerInner p#copyright{
	float:right;
	padding:5px 5px 5px 0;
}

/*---------------------------------------
  contents
---------------------------------------*/
div#contents{
	background:url(/common/images/bg.gif) left top repeat-x;
	padding:15px 0;
	_border-top:1px solid #fff;
}
*+html div#contents{
	border-top:1px solid #fff;
}

div#contentsInner{
	width:970px;
	margin:0 auto;
}

h2#title{
	background:url(../images/title_line.gif) left bottom repeat-x;
	padding-bottom:11px;
}

/*ξ{box*/
div#contents .box{
	background:url(/common/images/bg_contents_foot.png) left bottom no-repeat;
	_background:url(/common/images/bg_contents_foot.gif) left bottom no-repeat;
	padding-bottom:10px;
}
div#contents .boxHead{
	background:url(/common/images/bg_contents_head.png) left top no-repeat;
	_background:url(/common/images/bg_contents_head.gif) left top no-repeat;
	padding-top:10px;
}
div#contents .boxBody{
	width:920px;
	background:url(/common/images/bg_contents_body.png) left top repeat-y;
	padding:15px 25px;
}

/*toPageTop*/
.toPageTop a{
	display:inline-block;
	padding-left:10px;
	background:url(/common/images/arrow01_top.gif) left 0.5em no-repeat;
}





/*

	02 font style

*/
.reg{
	font-size:100%;/*body 83% of 100%*/
	line-height:1.4em;
}
.sml{
	font-size:80%;/*body 83% of 80%*/
	line-height:1.4em;
}
.lrg{
	font-size:120%;/*body 83% of 120%*/
	line-height:1.4em;
}

/*---------------------------------------
  font color
---------------------------------------*/
.black{
	color:#333333 !important;
}
.white{
	color:#ffffff !important;
}
.gray{
	color:#e7e7e7 !important;
}
.red{
	color:#fe0002 !important;
}
.blue{
	color:#15326a !important;
}
.green{
	color:#5bb031 !important;
}

/*---------------------------------------
  bold
---------------------------------------*/
strong,
.bold{
	font-weight:bold;
	font-style:normal;
}


/*

	03 link style

*/
a,
a:link,
a:visited{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:underline;
}



/*

	99 other style

*/


/*ρ¨uEvΘΗπΕ\¦·ι*/
.mono{
	font-family:monospace;
}
/*u¦vΕnάιΣπ«ubN*/
.note{
	text-indent:-1em;
	padding-left:1em;
}
/*-----------------------^ρρΉAEρΉ*/
.alCenter{
	text-align:center;
}
.alRight{
	text-align:right;
}

.flRight{
	float:right !important;
}
.flLeft{
	float:left !important;
}


/*---------------------------------------paddingt«Δp{bNX*/
.pgtop0px{
	padding-top:0px !important;
}
.pgtop5px{
	padding-top:5px;
}
.pgtop10px{
	padding-top:10px;
}
.pgtop15px{
	padding-top:15px;
}
.pgtop20px{
	padding-top:20px;
}

.pgbtm0px{
	padding-bottom:0px !important;
}
.pgbtm5px{
	padding-bottom:5px;
}
.pgbtm10px{
	padding-bottom:10px;
}
.pgbtm15px{
	padding-bottom:15px;
}
.pgbtm20px{
	padding-bottom:20px;
}
/*---------------------------------------margint«Δp{bNX*/
.mgtop0px{
	margin-top:0px !important;
}
.mgtop5px{
	margin-top:5px;
}
.mgtop10px{
	margin-top:10px;
}
.mgtop15px{
	margin-top:15px;
}
.mgtop20px{
	margin-top:20px;
}
.mgtop25px{
	margin-top:25px;
}
.mgtop30px{
	margin-top:30px;
}

.mgbtm0px{
	margin-bottom:0px !important;
}
.mgbtm5px{
	margin-bottom:5px;
}
.mgbtm10px{
	margin-bottom:10px;
}
.mgbtm15px{
	margin-bottom:15px;
}
.mgbtm20px{
	margin-bottom:20px;
}
.mgbtm25px{
	margin-bottom:25px;
}
.mgbtm30px{
	margin-bottom:30px;
}

.mgrt0px{
	margin-right:0px !important;
}
.mgrt5px{
	margin-right:5px;
}
.mgrt10px{
	margin-right:10px;
}
.mgrt15px{
	margin-right:15px;
}
.mgrt20px{
	margin-right:20px;
}
.mgrt25px{
	margin-right:25px;
}
.mgrt30px{
	margin-right:30px;
}
	
.mglt0px{
	margin-left:0px !important;
}
.mglt5px{
	margin-left:5px;
}
.mglt10px{
	margin-left:10px;
}
.mglt15px{
	margin-left:15px;
}
.mglt20px{
	margin-left:20px;
}
.mglt25px{
	margin-left:25px;
}
.mglt30px{
	margin-left:30px;
}

.mgrow5px{
	margin-top:5px;
	margin-bottom:5px;
}
.mgrow10px{
	margin-top:10px;
	margin-bottom:10px;
}
.mgrow15px{
	margin-top:15px;
	margin-bottom:15px;
}
.mgrow20px{
	margin-top:20px;
	margin-bottom:20px;
}
.mgrow25px{
	margin-top:25px;
	margin-bottom:25px;
}
.mgrow30px{
	margin-top:30px;
	margin-bottom:30px;
}

.mglt1em { margin-left: 1em; }
.mglt2em { margin-left: 2em; }
.mglt3em { margin-left: 3em; }
.mglt4em { margin-left: 4em; }
.mglt5em { margin-left: 5em; }
.mglt6em { margin-left: 6em; }
.mglt7em { margin-left: 7em; }
.mglt8em { margin-left: 8em; }
.mglt9em { margin-left: 9em; }
.mglt10em{ margin-left:10em; }

/*-------------------------2ig*/
.l2Col,
.r2Col{
	float:left;
}
/*-------------------------3ig*/
.l3Col,
.c3Col,
.r3Col{
	float:left;
}

/*---------------------------------------
  clear
---------------------------------------*/
.clear{
	clear:both;
}

/*---------------------------------------
  pagetop
---------------------------------------*/
.pagetop{
	text-align:right;
}

/*---------------------------------------
  clearfix
---------------------------------------*/
.clearfix:after,
.flWrap:after,
div#header div#headBox:after,
div#header div#globalNav:after,
div#header div#pankuzNav:after,
div#footer div#footerInner:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix,
* html .flWrap,
* html div#header div#headBox,
* html div#header div#globalNav,
* html div#header div#pankuzNav,
* html div#footer div#footerInner{
	zoom: 1;
} /* IE6 */

*:first-child+html .clearfix,
*:first-child+html .flWrap,
*:first-child+html div#header div#headBox,
*:first-child+html div#header div#globalNav,
*:first-child+html div#header div#pankuzNav,
*:first-child+html div#footer div#footerInner{
	zoom: 1;
} /* IE7 */


/* 20120629ΗΑ IWy[W^CAbv */

#orange{
	width:200px;
	height:366px;
	background:url(../../images/banner_orangepage_bg.jpg) no-repeat;
	position:relative;
	z-index:1;
	margin:0 0 10px 0;
}
#orangeTit{
	background:url(../../images/banner_orangepage_title.jpg) no-repeat top;
	width:200px;
	height:95px;
	text-indent:-9999px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	margin:0;
}
#orangeTxt{
	background:url(../../images/banner_orangepage_text.jpg) no-repeat top;
	width:200px;
	height:195px;
	text-indent:-9999px;
	position:absolute;
	top:95px;
	left:0;
	z-index:3;
	margin:0;
}
#orangeBtn{
	position:absolute;
	z-index:4;
	left:10px;
	top:291px;
	margin:0;
}
