@charset "shift_jis";
/* ===== Universal Reset ===== */

*{
	margin:0;
	padding:0;
}





img{
	border:0px;
}

ul,dl,ol{
	list-style-type:none;
	list-style-position:outside;
}

ul.normal {
	margin:0 0 10px 10px;
	padding:0 0 0 10px;
	list-style:disc;
}










/* ===== Global Common Style ===== */

body{
	color:#333;
	background-color: #E4E4E4;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height:1.2em;
	font-size: 1em;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
}



a {
	color: #1E71BB;
	text-decoration:none;
	overflow: hidden;
}


a:hover {
	color: #FF9900;
}


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

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



hr {
	height: 0px;
	clear: both;
}

.hrline{
	height: 3px;
	background-image: url(../img/ln_dot01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.hrline hr{
	display: none;
}


em.hd1{
	margin-bottom: 6px;
	font-style: normal;
	color: #131B7D;
}


a.pdf{
	padding-right: 20px;
	background-position: right;
}

sup{
	vertical-align: top;
}



/*****************************/
/* footer absolute bottom set*/
/*****************************/


html,body{
	height: 100%;
}


#frame{
	position: relative;
	min-height: 100%;
}

* html #frame{/* ===== IE hack ===== */
	height: 100%;
}


* html #container{/* ===== IE hack ===== */
	height: 100%;
}

#contentsArea{
	padding-bottom: 15.5em;
}

#footer{
	position: absolute;
	bottom: 0;
	width: 888px;
}






/* ===== Global Layout ===== */




#frame{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_frame.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

#container{
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: left;
}




/* ===== Heading ===== */

h1, h2, h3, h4, h5, h6{
	clear:both;
}

h1{
}

h2{
}

h3{
}

h3.hd1{
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-bottom: 12px;
	background-image: url(../img/bg_ttlh3hd1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
}

* html body h3.hd1{/* ===== IE hack ===== */
	padding-top: 5px;
}

html:first-child body h3.hd1{/* ===== Opera hack ===== */
	font-size: 1.1em;
}

h3.hd1 a{
	text-decoration: none;
}

h3.hd2{
	clear: both;
	margin-bottom: 20px;
	font-size: 1em;
	color: #131B7D;
}



h4{
}

h5{
}

h6{
}




/*****************************/
/* headerArea  */
/*****************************/

#headerArea{
	clear: both;
	padding-left: 15px;
	padding-right: 11px;
	padding-top: 10px;
	background-image: url(../img/bg_headarea.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 3px solid #111987;
}




/* ===== id ===== */


#id{
	float: left;
	clear: left;
	display: inline;
}

#logo{
	width: 187px;
	height: 61px;
	text-indent: -9999px;
	background-image: url(../img/id.jpg);
	background-repeat: no-repeat;
	display: block;
}

#logo a{
	width: 187px;
	height: 61px;
	text-decoration: none;
	display: block;
}



/* ===== headrightArea ===== */


#headrightArea{
	float: right;
	clear: right;
	text-align: right;
	display: inline;
}


/* ===== headlist ===== */

#headlist{
	clear: both;
	margin-bottom: 20px;
}


#headlist ul{
	padding-top: 6px;
	padding-bottom: 2px;
}

#headlist ul li{
	padding-left: 12px;
	margin-right: 20px;
	background-image: url(../img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
}

#headlist ul li.english{
	padding-left: 7px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 0px;
	background-image: url(../img/bg_englishbtn.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #CCCCCC;
}

#headlist ul li a{
	color: #111987;
}

#headlist ul li.english a{
	padding-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../img/ic_english.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
}



#headlist ul li a:hover{
	color: #FF9900;
}



/* ===== searchArea  ===== */

#searchArea{
	clear: both;
	padding-left: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #F2F2F2;
	text-align: right;
}

#searchArea input.btn{
	margin-bottom: -7px;
}


* html body #searchArea input.btn{/* ===== IE hack ===== */
	margin-bottom: -4px;
}


#searchArea img.top{
	margin-left: 0px;
	margin-bottom: -3px;
}

* html body #searchArea img.top{/* ===== IE hack ===== */
	margin-left: 0px;
	margin-bottom: 0px;
}


#searchArea .textsearch{
	width: 187px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

#searchleft{
	float: left;
	clear: left;
	padding-left: 21px;
	background-image: url(../img/ic_gohome02.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#searchleft a{
	color: #111987;
}

#searchleft a:hover{
	color: #FF9900;
}


#searchright{
	float: right;
	clear: right;
}





/* ===== sizemenuArea ===== */



#sizemenu{
	clear: both;
	margin-bottom: 11px;
}

#sizemenu ul{
	clear: both;
}


#sizemenu ul li{
	display: inline;
}





/*****************************/
/* gnav Area  */
/*****************************/

#gnav{
	clear: both;
	width: 888px;
	height: 44px;
	margin-bottom: 1px;
}

#gnav ul li{
	float: left;
}


#gnav ul li a{
	height: 44px;
	background-image: url(../img/gnav.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}



#gnav ul li a.g_01{
	width: 149px;
	background-position: 0px 0px;
}

#gnav ul li a.g_01:hover{
	background-position: 0px -44px;
}

#gnav ul li a.g_01_f2{
	width: 149px;
	background-position: 0px -44px;
}




#gnav ul li a.g_02{
	width: 148px;
	background-position: -149px 0px;
}

#gnav ul li a.g_02:hover{
	background-position: -149px -44px;
}

#gnav ul li a.g_02_f2{
	width: 148px;
	background-position: -149px -44px;
}




#gnav ul li a.g_03{
	width: 152px;
	background-position: -297px 0px;
}

#gnav ul li a.g_03:hover{
	background-position: -297px -44px;
}

#gnav ul li a.g_03_f2{
	width: 152px;
	background-position: -297px -44px;
}



#gnav ul li a.g_04{
	width: 147px;
	background-position: -449px 0px;
}

#gnav ul li a.g_04:hover{
	background-position: -449px -44px;
}

#gnav ul li a.g_04_f2{
	width: 147px;
	background-position: -449px -44px;
}



#gnav ul li a.g_05{
	width: 150px;
	background-position: -596px 0px;
}

#gnav ul li a.g_05:hover{
	background-position: -596px -44px;
}

#gnav ul li a.g_05_f2{
	width: 150px;
	background-position: -596px -44px;
}




#gnav ul li a.g_06{
	width: 141px;
	background-position: -746px 0px;
}

#gnav ul li a.g_06:hover{
	background-position: -746px -44px;
}

#gnav ul li a.g_06_f2{
	width: 141px;
	background-position: -746px -44px;
}






/*****************************/
/* headimg */
/*****************************/

#headimg{
	clear: both;
	margin-bottom: 1px;
}






/*****************************/
/* breadcrumbArea */
/*****************************/

#breadcrumbArea{
	clear: both;
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin-bottom: 2px;
	background-image: url(../img/bg_breadcrumbs.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #CCCCCC;
}

#breadcrumbArea a{	
text-decoration: none;
}

#breadcrumbArea a:hover{
}






/*****************************/
/* contentsArea */
/*****************************/

#contentsArea{
	clear: both;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
}




/*****************************/
/* leftcontentsArea */
/*****************************/

#leftArea{
	float: left;
	clear: left;
}





/* ===== maincontentsArea   ===== */

#maincontentsArea{
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 18px;
	margin-bottom: 16px;
}




/* ===== txtArea02 ===== */

.txtArea02{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align:center;
	margin:0px 0px 15px 0px;
}




/*****************************/
/* rightContentsArea  */
/*****************************/

#rightArea{
	float: right;
	clear: right;
}



/*****************************/
/* footer */
/*****************************/

#footer{
	clear:both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}



/* ===== pagetop   ===== */

#pagetop{
	clear:both;
	padding-right: 11px;
	padding-bottom: 28px;
}

#pagetop a{
	float: right;
	width: 70px;
	height: 15px;
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}



/* =====  footlist   ===== */

#footlist{
	clear: both;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px solid #111987;
}

#footlist ul{
	clear: both;
	padding-right: 6px;
	padding-top: 7px;
	padding-bottom: 9px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #000033;
	display: inline;
}

#footlist ul li{
	float: left;
	padding-left: 14px;
	padding-right: 6px;
	padding-top: 3px;
	background-image: url(../img/ln_dot03.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#footlist ul li.start{
	background-image: none;
}

#footlist ul li a{
	color: #333333;
}

#footlist ul li a:hover{
	color: #FF9900;
}

#footlist ul li.home{
	float: right;
	padding-left: 18px;
	background-image: url(../img/ic_gohome01.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

#footlist ul li.home a{
	color: #111987;
}

#footlist ul li.home a:hover{
	color: #FF9900;
}





/* ===== footercopy    ===== */

#footercopy{
	clear: both;
	padding-top: 21px;
	padding-bottom: 31px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footercopy p{
	padding-bottom: 4px;
}

#footercopy p a{
	padding-left: 60px;
	background-position: 0px 0px;
	font-weight: bold;
	color: #4B3736;
}

#footercopy p a:hover{
	color: #FF9900;
}

#footercopy p.copyright{
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}










/*****************************/
/* clearfix */
/*****************************/

#searchArea:after,
#headerArea:after,
#breadcrumbArea:after,
#contentsArea:after,
#maincontentsArea:after,
#pagetop:after,
#footlist:after,
#footlist ul:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#searchArea,
#headerArea,
#breadcrumbArea,
#contentsArea,
#maincontentsArea,
#pagetop,
#footlist,
#footlist ul{/* ===== IE hack ===== */
	display: inline-block;
}

#searchArea,
#headerArea,
#breadcrumbArea,
#contentsArea,
#maincontentsArea,
#pagetop,
#footlist,
#footlist ul{/* ===== Opera ===== */
	display: block;
}
