@charset "utf-8";
/* CSS Document */

/* common styles */
body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	color:#fff;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.cb {
	clear:both;
	font-size:0;
	line-height:0;
}
h1 {
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
}
h2 {
	font-size:1.1em;
	text-transform:uppercase;
}
h2 a {
	color: #FFFFFF;
}

h3 {
	font-size:1.6em;
	text-transform:uppercase;
}
h3 a {
	color: #0397D6;
}

h4 {
	font-size:1em;
	font-weight:normal;
}
h5 {
}
p{
	padding:10px 0;
	font-size:1.3em;
	line-height:1.6em;
}

#main_cnr {
	position:relative;
}
#in_cnr {
	width:792px;
	margin:0 auto;
	position:relative;
	background:#fff;
}
.in {
}
/* end common styles */

/* header */
#header_cnr {
	position:relative;
	z-index:9999;
}
#header_cnr .in{
	background:url(../images/header.png) center no-repeat;
	height:260px;
}
/* end header */


/* Body */

#body_cnr {
}
#blft {
	width:150px;
	position:absolute;
	top:190px;
	left:4px;
}
*html #blft{
	left:0;
}

#brgt{
	float:right;
	position:absolute;
	right:-77px;
	top:116px;
	width:716px;
	height:700px;
	padding-bottom:20px;
}
.box1{
	width:117px;
	background:#df0c0c url(../images/btm_arw.gif) bottom no-repeat;
	margin:0 auto;
	cursor:pointer;
}
.box1 .tl{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	height:20px;
	width:50px;
}
.box1 .md{
	padding:7px 0;
}
.box1 .bx_in{
	padding:30px 10px 20px;
	text-align:center;
}
.box2{
	background:#0ab1de;
	text-align:center;
	position:relative;
}
.box2 .bx_in{
	padding:5px;
}
.box2 .b1{
	color:#000;
	padding:5px 5px 20px;
	background:#fff;
}
.box2 input{
	width:98%;
	margin:8px 0;
}
.box2 .btn1{
	background:#0ab1de;
	position:absolute;
	display:block;
	color:#fff;
	font:bold 1.4em Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	bottom:-10px;
	left:25px;
	#bottom:22px;
	width:90px;
	padding:5px;
	cursor:pointer;
	border:none;
}
.box3{
	border-bottom:5px solid #0397d6;
	border-top:5px solid #0397d6;
	color:#0069aa;
	margin:30px 0;
}
.box3 .bx_in{
	padding:5px 5px 5px 30px;
}
.box4{
	background:#0397d6;
	color:#000;
	float:left;
	width:100%;
}
.box4 .bx_in{
	padding:8px;
	float:left;
}
.box4 .c1{
	float:left;
	padding-right:10px;
	text-decoration:underline;
}
.box4 .c2{
	float:left;
}
.box5{
	position:absolute;
	left:250px;
	top:400px;
	display:none;
	cursor:pointer;
}
.box5 .bx{
	background:url(../images/box5.png) no-repeat;
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	width:338px;
	height:138px;
	
}
.box5 .bx_in{
	padding:50px 20px 0 40px;
}
/* End Body */
