@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y:scroll;
}

body {
	background-color: #ececec;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

p, dl {
	font-size: 75%;
	line-height: 1.5;
}
ul { list-style: none;}
img { border: 0;}
a { color: #204da7;}
a:hover { text-decoration: none;}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/container_bg01.gif) repeat-y;
	text-align: left;
}

/* header
===============================*/
#header {
	position: relative;
	background: #4274c9 url(../images/head_bg01.gif) repeat-x top;
	color: #ffffff;
}

#header h1 {
	width: 770px;
	min-height: 20px;
	height: auto !important;
	height: 25px;
	margin-bottom: 14px;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 63%;
	font-weight: normal;
}

#header #navArea {
	list-style: none;
	padding-left: 36px;
	background: #ffffff url(../images/head_bg02.gif) repeat-x top;
}
#header #navArea li {
	float: left;
	line-height: 0;
}
#header h2 {
	margin-left: 40px;
	margin-bottom: 21px;
}
#header p {
	position: absolute;
	top: 7px;
	right: 40px;
	background: url(../images/head_bg03.gif) no-repeat 95px top;
}
#header p a { margin-left: 25px;}


/* flashArea
===============================*/

#flashArea { margin-bottom: 5px;}


/* contentsLft
===============================*/
#contentsLft {
	display: inline;
	float: left;
	width: 630px;
	margin-left: 40px;
}

#contentsLft #news h4 {
	float: left;
	margin-bottom: 17px;
	margin-right: 23px;
}
#contentsLft #news dl {
	clear: both;
	margin-bottom: 45px;
}
#contentsLft #news dt {
	clear: both;
	float: left;
	width: 5.2em;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #365ca8;
	background: url(../images/arow01.gif) no-repeat left center;
	font-weight: bold;
}
#contentsLft #news dd {
	margin-bottom: 10px;
	padding-left: 8.5em;
}
#contentsLft #news a { color: #383838;}

#contentsLft .choicebox {
	width:630px;
	margin-bottom: 20px;
	overflow:hidden;
	background-image: url(../images/choice_bg.gif);
	background-repeat: repeat-y;
}	
#contentsLft .choiceL,
#contentsLft .choiceR {
	float: left;
	width: 279px;
	padding: 12px 10px 12px 16px;
	background-color: #f1f1f1;
}
#contentsLft .choiceR { float: right;}
#contentsLft .choiceL h5,
#contentsLft .choiceR h5 {	margin-bottom: 8px;}
#contentsLft .choiceL .btn,
#contentsLft .choiceR .btn {
	margin-top: 3px;
	text-align: right;
}


/* contentsRht
===============================*/
#contentsRht {
	display: inline;
	float: right;
	width: 230px;
	margin-right: 40px;
}

#contentsRht .rhtBox01 {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	border: #dfdfdf 10px solid;
}
#contentsRht .rhtBox01 h5 { margin-bottom: 9px;}

#contentsRht .rhtBox02Wrap {
	padding: 7px 10px 10px;
	background-color: #dfdfdf;
}
#contentsRht .rhtBox02Wrap h5 {
	margin-bottom: 6px;
	text-align: center;
}
#contentsRht .rhtBox02 {
	padding: 0 10px 8px;
	background-color: #ffffff;
}
#contentsRht .rhtBox02 h6 {
	margin: 3px 0;
	font-size: 75%;
}
#contentsRht .rhtBox02 p {	font-size: 63%;}


/* footerNav,footerArea
===============================*/
#footerNavArea a,
#footerArea a { color: #ffffff;}
#footerNavArea {
	clear: both;
	padding: 20px 40px 10px;
	background-color: #595959;
}
#footerNav {
	margin-bottom: 15px;
	background: #595959 url(../images/footer_bg01.gif) repeat-y left;
	color: #ffffff;
}
#footerNav div {
	display: inline;
	float: left;
	margin-right: 15px;
}
#footerNav h4 {
	margin-bottom: 3px;
	font-size: 75%;
}
#footerNav ul {
	float: left;
	margin-right: 15px;
	_margin-right: 7px;
}
#footerNav .footerNav01 {	width: 115px;}
#footerNav .footerNav02 {	width: 125px;}
#footerNav .footerNav03 {
	width: 130px;
	_width: 140px;
}
#footerNav .footerNav04 {	width: 185px;}
#footerNav .footerNav05 {	width: 105px;}
#footerNav li {
	padding-left: 8px;
	background: url(../images/footer_arrow01.gif) no-repeat left top;
	font-size: 63%;
	line-height: 1.5;
}
#footerNav div.last {	margin-right: 0;}
#footerNav div.last ul {	margin-right: 0;}
#footerNavArea p {
	clear: both;
	text-align: right;
}

#footerArea {
	clear: both;
	padding: 8px 40px;
	color: #ffffff;
	background-color: #002e66;
}
#footerArea p { font-size: 63%;}
#footerArea #footerLink { float: left;}
#footerArea #copyright { float: right;}

/* module
===============================*/

.mgnB8 { margin-bottom: 8px;}
.mgnB10 { margin-bottom: 10px;}
.mgnB15 { margin-bottom: 15px;}
.mgnB45 { margin-bottom: 45px;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* test by S.S
===============================*/
#contents {
	margin-left: 40px;
	margin-bottom: 45px;
}
