@charset "UTF-8";

/* ----------------------------------
Common layout 
---------------------------------- */

#head{
	width:100%;
	height:130px;
	z-index:9999;
}


/* -- Header -- */

#header{
	width:100%;
	height:80px;
	background-color:#003878;
}

#header_cont{
	width:984px;
	height:80px;
	margin: 0 auto;
	position: relative;
}

#header_cont_l{
	width:221px;
	height:80px;
	margin:0 0 0 0;	
	float:left;
}
#header_cont_r{
	width:255px;
	height:80px;
	float:right;
	margin:0 0 0 0;
}

/* -- Global Navi -- */

#gnav{
	width:100%;
	clear:both;
	background:url(../img/gnav_bg.jpg) repeat-x;
}

#gnav_cont{
	width:984px;
	height:50px;
	margin: 0 auto;
	position: relative;
}

ul#navi {
	margin-left:0;
	width:984px;
	list-style:none;
}

ul#navi li {
	position:relative;
	float:left;
}
ul#navi li.nav1 {
	width:222px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_1.jpg);
}
.nav1 a:hover,
.nav1 a.open {
	background-image:url(../img/ganv_1_over.jpg);
}

ul#navi li.nav2 {
	width:152px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_2.jpg);
}
.nav2 a:hover,
.nav2 a.open {
	background-image:url(../img/ganv_2_over.jpg);
}


ul#navi li.nav3 {
	width:152px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_3.jpg);
}
.nav3 a:hover,
.nav3 a.open {
	background-image:url(../img/ganv_3_over.jpg);
}

ul#navi li.nav4 {
	width:152px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_4.jpg);
}
.nav4 a:hover,
.nav4 a.open {
	background-image:url(../img/ganv_4_over.jpg);
}

ul#navi li.nav5 {
	width:152px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_5.jpg);
}
.nav5 a:hover,
.nav5 a.open {
	background-image:url(../img/ganv_5_over.jpg);
}

ul#navi li.nav6 {
	width:154px;
	height:50px;
	position:relative;
	float:left;
	background-image:url(../img/ganv_6.jpg);
}
.nav6 a:hover,
.nav6 a.open {
	background-image:url(../img/ganv_6_over.jpg);
}

ul#navi li a {
	height:50px;
	display:block;
}

ul#navi li a:hover,
ul#navi li a.open {
}

ul#navi li ul#sub {
	height:39px;
	margin-left:0;
	list-style:none;
	position:absolute;
	left:0;
	z-index:999;
}

ul#navi li ul#sub li {
	height:39px;
	float:none;
	border-right:none;
}

ul#navi li ul#sub li a:hover {
	background:none;
	opacity: 0.8;
}




/* -- Contents -- */

#wrapper{
	width:984px;
	height:auto;
	margin: 0 auto;
	position: relative;
	padding:0 0 50px 0;
	z-index:1;
}


/* -- PageTop -- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:9999;
}
#page-top a {
	text-decoration: none;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
     filter:alpha(opacity=70);
     -moz-opacity:0.70;
     -khtml-opacity: 0.70;
     opacity:0.70;
}


/* -- Footer -- */

#foot{
	margin-bottom:100px;
	padding-top:130px;
	bottom:0px;
}


#foot1{
	width:100%;
    height:25px;
	border-bottom:1px solid #e5e5e5;
}

#foot1_cont{
	width:984px;
	margin: 0 auto;
	position: relative;
}

#foot1_cont_l{
	width:233px;
	height:13px;
	float:left;
}

#foot1_cont_r{
	width:166px;
	height:14px;
	float:right;
}

#foot2{
	width:100%;
    height:32px;
	background-color:#003878;
	margin:20px 0 0 0;
}

#foot2_cont{
	width:984px;
	margin: 0 auto;
	position: relative;
	color:#fff;
	font-size:12px;
	line-height:1.5em;
	letter-spacing:0.16em;
	padding:8px 0 0 0;
}
#foot2_cont a{
	color:#fff;
	text-decoration:none;
}
#foot2_cont a:hover{
	color:#fff;
	text-decoration:underline;
}



/*-----------------------------------
	General Class
-----------------------------------*/
.imglink a:hover{
	opacity: 0.9;
}

.txtlink1 {
	color:#53B8E6;
}
.txtlink1 a{
	color:#53B8E6;
	text-decoration:underline;
}
.txtlink1 a:hover{
	color:#53B8E6;
	text-decoration:none;
}
.txtlink2 a{
	color:#555;
	text-decoration:underline;
}
.txtlink2 a:hover{
	color:#555;
	text-decoration:none;
}

.txt555{
	color:#555;
}

.txt333{
	color:#333;
}

.blue{
	color:#003878;
}
.l_blu{
	color:#53b7e8;
}
.green{
	color:#669933;
}
.orange{
	color:#F1861F;
}
.gray{
	color:#7F7E82;
}
.gray2{
	color:#4c4c4c;
}
.red{
	color:#e2001e;
}
.red a{
	color:#e2001e;
	text-decoration:none;
}
.red a:hover{
	color:#e2001e;
	text-decoration:underline;
}
.line_bold{
	font-weight:bold;
	text-decoration:underline;
}
.bg_blue{
	background-color:#0084cc;
	padding:3px;
}
.bg_red{
	background-color:#c62929;
	padding:3px;
}
.bg_blk{
	background-color:#000;
	padding:3px;
}
.bg_wht{
	background-color:#fff;
	border:1px solid #000;
	padding:3px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center; margin: auto;
}
.middle {
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.none {
	display: none;
}
.block {
	display: block;
}
.bold {
	font-weight: bold;
}
.bold2 {
	font-weight: bold;
	font-size:102%;
}
.bold3 {
	font-weight: bold;
	font-size:110%;
}
.bold_s {
	font-weight: bold;
	font-size:80%;
}
.big01 {
	font-size:150%;
	line-height:120%;
}
.help {
	cursor: help;
}
.caption {
	font-weight: bold;
	color: #e36816;	
}
.cap {
	font-size: small;
	color: #666666;
	margin: 15px 0px 0px;
}
.small {
	font-size: 0.8em;
}
.small2 {
	font-size: 0.9em;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt14 {
	margin-top: 14px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mt110 {
	margin-top: 110px;
}
.mt120 {
	margin-top: 120px;
}
.mb2 {
	margin-bottom: 2px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr21 {
	margin-right: 21px;
}
.mr30 {
	margin-right: 30px;
}
.ml6 {
	margin-left: 6px;
}
.ml15 {
	margin-left: 15px;
}
.ml18 {
	margin-left: 18px;
}
.ml21 {
	margin-left: 21px;
}
.ml22 {
	margin-left: 22px;
}
.ml24 {
	margin-left: 24px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml34 {
	margin-left: 34px;
}
.ml35 {
	margin-left: 35px;
}
.ml60 {
	margin-left: 60px;
}
.ml85 {
	margin-left: 85px;
}
.ml120 {
	margin-left: 120px;
}
.pr30 {
	padding-right: 30px;	
}
.pl21 {
	padding-left: 21px;	
}
.pl22 {
	padding-left: 22px;	
}
.pl30 {
	padding-left: 30px;	
}
.pt5 {
	padding-top: 5px;	
}
.pt10 {
	padding-top: 10px;	
}
.pt20 {
	padding-top: 20px;	
}
.pt24 {
	padding-top: 24px;	
}
.pt30 {
	padding-top: 30px;	
}
.pt40 {
	padding-top: 40px;	
}
.pt50 {
	padding-top: 50px;	
}
.pt60 {
	padding-top: 60px;	
}
.pt70 {
	padding-top: 70px;	
}
.pt80 {
	padding-top: 80px;	
}
.pt100 {
	padding-top: 100px;	
}
.pt120 {
	padding-top: 120px;	
}
.pb2 {
	padding-bottom: 2px;	
}
.pb5 {
	padding-bottom: 5px;	
}
.pb10 {
	padding-bottom: 10px;	
}
.pb24 {
	padding-bottom: 24px;	
}
.pb40 {
	padding-bottom: 40px;	
}
.pb60 {
	padding-bottom: 60px;	
}
.pb80 {
	padding-bottom: 80px;	
}
.blank1{
	clear:both;
	padding:1px 0 0 0;
}
.blank10{
	clear:both;
	padding:10px 0 0 0;
}
.blank20{
	clear:both;
	padding:20px 0 0 0;
}
.blank30{
	clear:both;
	padding:30px 0 0 0;
}
.blank40{
	clear:both;
	padding:40px 0 0 0;
}
.blank60{
	clear:both;
	padding:60px 0 0 0;
}
.blank80{
	clear:both;
	padding:80px 0 0 0;
}
.blank100{
	clear:both;
	padding:100px 0 0 0;
}
.blank120{
	clear:both;
	padding:120px 0 0 0;
}
.blank140{
	clear:both;
	padding:140px 0 0 0;
}

