@charset "UTF-8";
/* =====================================

1)Base Element
2)Layout
3)Header
4)Content
5)Footer
6)Clearfix
======================================== */



/*1)Base Element
-------------------------------------------------------------*/
/*Reset
--------------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,address,
object,param,embed{
	margin:0;
	padding:0;
	list-style:none;
	}

ul li img{
	vertical-align:top;
}

img{
	border : 0px none;
  margin-left : 0px;
}

#wrapper img{
	border:0;
	line-height:0;
	}
	
	
/*2)Layout
-------------------------------------------------------------*/
#wrapper{
	width:1000px; /* change */
	margin:0 auto;
	text-align:left;
	}

/*Link
--------------*/
a{
	color:#216aae;
}
a:link{
	color:#216aae;
}
a:visited{
	color:#800080;
}
a:hover{
	color:#ff6600;
}	
a:active{
	color:#800080;
}


/*Font
--------------*/

.txtS, #header ul#hdrLink, #ftrLink #copyright, #content p.txtS{
	font-size:65%;
	line-height:1.4;
	}

.fontB{
	font-weight:bold;
}

/*Class
--------------*/
.section{
	clear:both;
}
	
p.pageTop{
	width:114px;
	height:18px;
	clear:both;
	margin:20px 0 0 auto;
	}
	
p.pageTop a{
	display:block;
	width:114px;
	height:18px;
	text-indent:-9999px;
	outline:none;
	background:url(../images/pagetop.gif) no-repeat;
	}
	
.mg0{
	margin:0 !important;
}
.pd0{
	padding:0 !important;
}

	
/*3)Header
-------------------------------------------------------------*/
#header{
	width:955px; 
	background:#ffffff;
	}
	
#header #hdrWrap{
	width:980px; /* change -20px */
	padding:15px 10px 10px 10px;
	background:#fff;
	}

#header h1{
	float:left;


	}
	
#header h1 a{
	display:block;
	}

#header h2{
	float:left;
	margin: 20px 0 5px 0;
	}

#header h2 a{
	display:block;
	}

#header #hdrR{
	float:right;
	width:500px;
	text-align:right;
	position:relative;
	top:9px;
	}

#header ul#hdrLink{
	float:left;
	margin:2px 0 0 0;
	}

.btnRight{
	float:right !important;
	margin:2px 0 0 0;
}
	
#header ul#hdrLink li{
	display:inline;
	margin-right:15px;
	vertical-align:middle;
	}
/*
#header ul#hdrLink .dotline span {
	background:url(../images/nav_line_dot.gif) no-repeat left;
	padding-left:10px;
	}
*/
#header ul#hdrLink a{
	text-decoration: none;
	color: black;
}
	
#header ul#hdrLink a:hover,
#printBtn a:hover{
	text-decoration:underline;
	}
	
#header ul#hdrLink a{
	background-image: url(../images/arw_blue_r.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
}
	
#hdrRtop{
	float:right;
	position:relative;
	}
	
#hdrRbtm{
	float:right;
	clear:both;
	}
	
#hdrR #hdrRbtm ul li{
	line-height:20px !important;
}

#header #hdrLine{
	height:25px;
	clear:both;
	background:#215bbc url(../images/hdr_line_blue.gif) repeat-x top;
	}

/*
---------------------------*/
#hdrRtop{
	width:225px;
	padding-bottom:8px;
	}
	
#hdrRbtm{
	width:400px;
	_width:400px;
	padding-bottom:2px;
	}
	
#header ul#hdrLink{
	margin-top:0;
	}
	

/*4)Content
-------------------------------------------------------------*/
#container{
	clear: both;
	width: 1000px;/* change */
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-size: auto auto;
	background-origin: padding-box;
	background-clip: border-box;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#contBg{
	width:980px; /* change -20px*/
	padding:0 10px 10px 10px;
	}


#contWrap{
	width:920px; /* change */
	clear:both;
	padding:0 30px 0 30px;
	}

#content_1{
	padding:0 50px 50px 30px;
	font-size:15px;
	}

#content_2{
	display: block;
	padding:0 20px 30px 50px;
	font-size:15px;
	}

#content_2 .youtube{
	float:left;
	}


#content_2 .apnlink{
	float:right;
	}


/*5)Footer
-------------------------------------------------------------*/
#footer{
	clear:both;
	width:951px; 
	background:#ffffff;
	
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 0px;
}
	
#ftrDwn{
	clear:both;
	text-align:center;
	background:#003366;
	}
	
#ftrWrap{
	background:#ffffff;
	}

#ftrLink{
	width:930px;
	clear:both;
	padding:7px 0 5px 10px;
	text-align:left;
	background:#003366;
	}

#ftrLink ul{
	float:left;
}

#ftrLink #copyright{
	float:right;
	width:320px;
	height:13px;
	color:#ffffff;
	}

#ftrLink ul li{
	display:inline;
	background:url(../images/arw_wh_r.gif) no-repeat left;
	padding:0 0 0 10px;
	margin-right:10px;
	}

#ftrLink ul li a{
	color:#ffffff;
	text-decoration:none;
	}

#ftrLink ul li a:hover{
	text-decoration:underline;
	}
	
#ftrLink:after{
	content:" ";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0; 
	}

/*6)Clearfix
-------------------------------------------------------------*/
.both, .clear, #header h2{
	clear:both;
}

.clearfix:after, #contWrap:after{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	line-height:0; 
	}

.clearfix
#contWrap,  {
	display:inline-block;
	zoom:1;
	}	


