@charset "utf-8";

/* HTML TAG */
*{
	margin:0;
	padding:0;
}

html{
	width:100%;
	height:100%;
}

body{
	width:100%;
	height:100%;
	background:url(common/body.gif) top left repeat-x;
	font-size:12px;
	line-height:1.4em;
	color:#333;
}


h1{
	height:18px;
	margin-bottom:3px;
	padding-left:10px;
	font-weight:normal;
	font-size:8px;
	color:#ffffff;
	text-align:left;
}

strong{
	font-weight:normal;
}
legend{
    color:#000000;
}
textarea{
	width:200px;
}

/* BASE */
#Wrapper{
	width:720px;
	min-height:100%;
	height:100%;
	margin:0 auto;
	background:url(common/wrapper.gif);
}

html>body #Wrapper{
	height:auto;
}

#Header{
	width:700px;
	height:95px;
	padding:0 10px;
	background:url(common/header.gif) top left no-repeat;
}

#Cts{
	width:670px;
	padding:0 25px;
}

.CLEARF:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#News{
	width:441px;
	margin-top:10px;
	margin-right:10px;
	float:left;
}
#News ul{
	width:430px;
	height:250px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	list-style:none;
	overflow:auto;
}
#News li{
	margin:0 0 15px 0;
	padding:0 0 0 5px;
	border-left:2px solid #9dc964;
}

#Footer{
	width:720px;
	background:url(common/footer.gif) top left repeat-y;
	clear:both;
	margin:0;
	padding:0;
}


#CONTENTS{
	width:651px;
	margin:0 auto;
}

#COST1{
	border:2px solid #fdb659;
	padding:10px;
	margin-bottom: 20px;
}

.COST2{
	margin-bottom: 10px;
	line-height: 2.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.COST3{
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.t_line{
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;

}
#FLOW{
	background:#9dc964;
	padding:0;
}
#FLOW p{
	margin:0;
	padding:0 30px 10px 30px;
}
#ARROW{
	margin:10px auto;
	text-align:center;
	clear:both;
}

#FLOW-C{
	margin:0;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	height: 830px;
}
#MAP{
	width:651px;
	height:300px;
	margin:0 0 30px 0;
	padding:0;
	color:#000;
	border:1px solid #9dc964;
}
