@charset "utf-8";

html {
	background:url(../img/body2.jpg);
}


body {
	color:#666666;
	margin:0px auto;
	position:relative;
	background:url(../img/shadow.png) repeat-y center top;
	text-align:center;
}
a {
	_position:relative;
}
a:link {
	color:#006699;
	text-decoration:none;
}
a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:none;
}

.alt{display:none;}

img{border:none;}

h1 {
	background:#ffffff;
	width:790px;
	margin:0px 6px 0px 6px;
	padding:3px 0px 3px 10px;
	font-size:80%;
	text-align:left;
}

div#localNav ul li a.active {
	color:#ff6600;
}

div#localNav {
	width:206px;
	float:left;
	background:transparent;
	font-size:150%;
}

div#localNav ul {
	margin:10px 0px 0px 20px;
}

div#localNav ul li {
	text-align:left;
	width:150px;
	margin-bottom:3px;
	padding:5px 0px 3px 20px;
	border:1px #dcdcdc solid;
	background:#ffffff url(../img/bg_ln_parents.jpg) left bottom repeat-x;
}

div#localNav ul li a {
	color:#666666;
}

div#localNav ul li a:hover {
	text-decoration:underline;
}

div#localNav ul li a.active {
	color:#ff6600;
}

ul.localNav_child {
	margin:0px 3px !important;
}

ul.localNav_child li {
	font-size:80%;
	margin-bottom:0px !important;
	padding:1px 0px 1px 10px !important;
	border:none !important;
	background:url(../img/icon_arrow.jpg) 0px 10px no-repeat !important;
}

div#container {
	background:url(img/shadow.png) repeat-y center top;
	width:812px;
	margin:0px auto;
	text-align:center;
	float:center;
	height:100%;
}

div#header {
	width:800px;
	display:block;
	margin:0px 6px 0px 6px;
	}

div#contents {
	float:right;
	width:600px;
	margin:-60px 6px 0px 0px;
	text-align:center;
	background:#ffffff url(../img/cont_home.jpg) repeat-y;
}

div#contents .box{
	margin:50px 0px 30px 20px;
	width:560px;
	background:#ffffff;
}

div#contents .box h2 {
	text-align:left;
	padding:15px;
	font-size:150%;
	background:url(../img/box_top.jpg) no-repeat;
}

div#contents .box .inner{
	background:url(../img/box_bottom.jpg) no-repeat center bottom;
	padding:0px 0px 30px 0px;
}

div#contents .box .inner p{
	margin:15px 10px 0px 15px;
	text-align:left;
}

div#contents .box .inner h3{
	margin:10px;
	text-align:left;
	font-size:130%;
	font-weight:bold;
	width:300px;
	height:35px;
	padding:10px 0px 0px 100px;
}

div#contents .box .inner .photo{
	text-align:center;
	font-size:100%;
}

div#contents .box .inner .step1{
	background:#ffffff url(../img/step1.png) no-repeat left;
}
div#contents .box .inner .step2{
	background:#ffffff url(../img/step2.png) no-repeat left;
}
div#contents .box .inner .step3{
	background:#ffffff url(../img/step3.png) no-repeat left;
}
div#contents .box .inner .step4{
	background:#ffffff url(../img/step4.png) no-repeat left;
}

div#contents .box .inner .center{
	margin:10px;
	background:#ffffff;
	padding:5px;
	border:1px solid #c3c3c3;
}

div#contents .box .inner .line{
	margin:10px;
	background:#ffffff;
	padding:5px;
	width:90%;
}

div#contents .box .inner .left{
	float:left; 
	margin:10px;
	background:#ffffff;
	padding:5px;
	border:1px solid #c3c3c3;
}

div#contents .box .inner .right{
	float:right; 
	margin:10px;
	background:#ffffff;
	padding:5px;
	border:1px solid #c3c3c3;
}

div#contents .box .inner .step{
	float:left;
	margin:10px;
	text-align:left;
}

div#contents .box .inner .fee{
	margin:10px auto;
	table-border:1px solid #c3c3c3;
}

div#contents .box .inner .fee th {
	background-color:#e8f6ff;
	color:#333333;
	padding:8px 20px 8px 20px;
	line-height:160%;
	border:1px #cccccc solid;
	vertical-align:center;
	text-align: center;
}
div#contents .box .inner .fee td {
	background-color:#ffffff;
	color:#333333;
	padding:8px 20px 8px 20px;
	line-height:160%;
	border:1px #cccccc solid;
	vertical-align:center;
	text-align: center;
}

#footer{clear:both; background:transparent; margin:0px auto;}
