@charset "utf-8";
/* ===== Universal Reset ===== */

*{
	margin:0;
	padding:0;
}





img{
	border:0px;
}

ul,li{
	list-style-type:none;
	list-style-position:outside;
}












/* ===== Global Common Style ===== */

body{
	background-color: #DEDEDE;
	text-align: center;
	line-height: 130%;
	font-size: 0.75em;
	color:#333;
	font-family: "Osaka", "lr oSVbN", Arial, sans-serif;
}



a {
	color: #3C5B78;
	text-decoration: underline;
	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-image: url(../img/ic_pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
}

sup{
	vertical-align: top;
}



/* ===== Heading ===== */

h1{
}



h2{
}

h2.hd1{
	clear:both;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EEF9FA;
	font-size: 1em;
	font-weight: normal;
	color: #0088E3;
}



h3{
}

h3.hd1{
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 14px;
	border-left: 3px solid #6F3E1E;
	font-size: 1.2em;
	color: #6F3E1E;
}

h3.hd2{
	max-height: 17px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #46607B;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/bg_h402.jpg);

}

h4{
}

h4.hd1{

	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 1em;
	background-color: #9DADBC;
	color: #FFFFFF;

    background-image: url(../img/ico_h5.gif);
	background-repeat: no-repeat;
	background-position: left center;

}


h5{
}

h5.hd1{

	
		padding-left: 20px;
	margin-bottom: 14px;
	background-image: url(../img/ic_h4hd1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	color: #3C5B79;
	font-weight: bold;
	

}


h6{
}

h6.hd1{

	
		padding-left: 20px;
	margin-bottom: 14px;
	background-image: url(../img/ico_ex.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	color: #3C5B79;
	font-weight: bold;
	

}


/*****************************/
/* footer absolute bottom set*/
/*****************************/


html,body{
	height: 100%;
}


#frame{
	position: relative;
	min-height: 100%;
}

* html #frame{/* ===== IE hack ===== */
	height: 100%;
}

#contentsArea{
	padding-bottom: 10em;
}

#footer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 819px;
}





/*****************************/
/* Global Layout  */
/*****************************/

#frame{
	width: 819px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_frame.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#container{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: left;
}









/*****************************/
/* headerArea  */
/*****************************/

#headerArea{
	clear: both;
	width: 761px;
	max-width: 730px;
	padding-left: 13px;
	padding-right: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../img/bg_headerarea.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	top: 0;
	height: 88px;
}




/* ===== id ===== */


#id{
	float: left;
	clear: left;
	padding-top: 22px;
	display: inline;
}

#logo{
	width: 136px;
	height: 45px;
	text-indent: -9999px;
	background-image: url(../img/id.jpg);
	background-repeat: no-repeat;
	display: block;
}

#logo a{
	width: 136px;
	height: 45px;
	text-decoration: none;
	display: block;
}









/*****************************/
/* gnav Area  */
/*****************************/

#gnav{
	float: right;
	clear: right;
	width: 252px;
	height: 11px;
	padding-top: 15px;
}

#gnav ul li{
	float: left;
}


#gnav ul li a{
	height: 11px;
	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: 70px;
	background-position: 0px 0px;
}

#gnav ul li a.g_01:hover{
	background-position: 0px -11px;
}

#gnav ul li a.g_01_f2{
	width: 70px;
	background-position: 0px -11px;
}




#gnav ul li a.g_02{
	width: 80px;
	background-position: -70px 0px;
}

#gnav ul li a.g_02:hover{
	background-position: -70px -11px;
}

#gnav ul li a.g_02_f2{
	width: 80px;
	background-position: -70px -11px;
}




#gnav ul li a.g_03{
	width: 95px;
	background-position: -150px 0px;
}

#gnav ul li a.g_03:hover{
	background-position: -150px -11px;
}

#gnav ul li a.g_03_f2{
	width: 95px;
	background-position: -150px -11px;
}








/*****************************/
/* headimg */
/*****************************/

#headimg{
	clear: both;
}



/* ===== sizemenuArea ===== */



#sizemenu{
	float: right;
	clear: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sizemenu ul{
	font-size: 8px;
	clear: both;
}


#sizemenu ul li{
	display: inline;
}







/*****************************/
/* breadcrumbArea */
/*****************************/

#breadcrumbArea{
	clear: both;
	padding-left: 4px;
	padding-top: 12px;
	padding-bottom: 10px;
}

#breadcrumbArea a{	
	text-decoration: none;
}







/*****************************/
/* contentsArea */
/*****************************/

#contentsArea{
	clear: both;
}






/*****************************/
/* leftcontentsArea */
/*****************************/

#leftArea{
	float: left;
	clear: left;
}





/* ===== maincontentsArea   ===== */

#maincontentsArea{
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 18px;
	margin-bottom: 16px;
}



/* ===== txtArea ===== */

.txtArea{
	clear: both;
	margin-bottom: 20px;
}


/* ===== txtArea02 ===== */

.txtArea02{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align:center;
	margin:0px 0px 15px 0px;
}

/* ===== txtArea03 ===== */

.txtArea03{
	clear: both;
}




/*****************************/
/* rightContentsArea  */
/*****************************/

#rightArea{
	float: right;
	clear: right;
}



/*****************************/
/* footer */
/*****************************/

#footer{
	clear:both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-align: center;
	margin-bottom: 0px;
}



/* ===== pagetop   ===== */

#pagetop{
	clear:both;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 9px;
}

#pagetop a{
	float: right;
	width: 55px;
	height: 8px;
	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;
	width: 760px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../img/ln_dot01.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

#footlist ul{
	clear: both;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/ln_dot03.gif);
	background-repeat: repeat-y;
	background-position: right;
	display: inline;
}

#footlist ul li{
	padding-left: 26px;
	padding-right: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../img/ln_dot03.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: inline;
}

#footlist ul li.start{
}

#footlist ul li a{
	color: #333333;
}

#footlist ul li a:hover{
	color: #FF9900;
}





/* ===== footercopy    ===== */

#footercopy{

	clear: both;
	padding-top: 18px;
	padding-bottom: 25px;
	background-image: url(../img/bg_copyright.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	color: #FFFFFF;
}

#footercopy p{
	padding-bottom: 4px;
}

#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;
}

.p_mark_link a {
position: absolute;
display: block;
width: 90px;
height: 60px;
background: url(../images/transparency.gif);
bottom: 0px;
right: 0px;
padding: 0;
text-indent: -9999px;
overflow: hidden;
}








/*****************************/
/* clearfix */
/*****************************/

#searchArea:after,
#headerArea:after,
#optionArea:after,
#contentsArea:after,
.txtArea:after,
.txtArea02:after,
.txtArea03:after,
#pagetop:after,
#footlist:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#searchArea,
#headerArea,
#optionArea,
#contentsArea,
.txtArea,
.txtArea02,
.txtArea03,
#pagetop,
#footlist{/* ===== IE hack ===== */
	display: inline-block;
}

#searchArea,
#headerArea,
#optionArea,
#contentsArea,
.txtArea,
.txtArea02,
.txtArea03,
#pagetop,
#footlist{/* ===== Opera ===== */
	display: block;
}

