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

* { 
	margin: 0;
	padding: 0;
}

html, body {
}

div#middle_box {
    position: absolute;
	height:500px;
	top: 100px;
	clear:both;
}

div#light_color_box {
	float:left;
	z-index:3;
	width:215px;
	height:380px;
	margin-left: 50px;
	margin-right: 60px;
	margin-top: 20px;
	background-color: #FFFFF3;
}

div#name_box {
	position:relative;
	width:117px;
	height:37px;
	z-index:1;
	left: 33px;
	top: 35px;
	font-size: 16px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #36305A;
}

div#menu_box {
	position:relative;
	width:150px;
	height:101px;
	z-index:12;
	left: 43px;
	top: 108px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #333;
	font-style: normal;
}

div#about_box {
	position:relative;
	width:150px;
	height:25px;
	z-index:12;
	left: 49px;
	top: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style: normal;
}

div#circle_box {
	position:relative;
	width:150px;
	height:30;
	z-index:12;
	left: 88px;
	top: 150px;
}

div#image_box_all {
    position:absolute;
	z-index:-1;
    top: 14px;
    left: 330px;
}

div.image_box {
	float:left;
	margin-right:90px;
}

div#about_detail {
	position:absolute;
	width:398px;
	height:296px;
	left: 320px;
	top: 64px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	background-color: #ECF7F1;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.about_link {
	color: #BB55BB;
}

div#nav_box {
	position:absolute;
	left:866px;
	top:460px;
	width:50px;
}

div#previous_box {
	position:absolute;
	left:0px;
	top:0px;
}

div#next_box {
	position:absolute;
	left:70px;
	top:0px;
}

.nav_button {
	font-size:13px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	text-decoration: none;
	color: #222222;
	outline: none;
}

a {
	font-size:13px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	text-decoration: none;
	outline: none;
}

.current_link {
    border-bottom: 1px dashed gray;
}
 
#back {
	position: relative;
	left: -40px;
	top: 415px;
}

#link_back {
	color: #333333;
	font-style:italic;
}

#link_light {
	color: #457680;
}

#link_china {
	color: #723536;
}

#link_random1 {
	color: #894284;
}

#link_random2 {
	color: #46653E;
}

#link_about {
	color: #333333;
}

