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

* {
	padding: 0;
	margin: 0;
	border: 0;
}

a:focus { 
	-moz-outline-style: none;
}

body {
	background-color: #000000;
}

#wrapper_main, #wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	height: 600px;
	margin: 0 auto auto -450px;
}

#wrapper_main {
	background-image: url(images/bg_main.jpg);
}

#wrapper {
	background-image: url(images/bg_not_main.jpg);
}

h1 {
	position: absolute;
	top: 45px;
	left: 122px;
	width: 167px;
	height: 76px;
	line-height: 1000px;
	overflow: hidden;
}

#h1_main {
	background-image: url(images/wander_link.jpg);
}

#h1_main_not {
	background-image: url(images/wander_link_not.jpg);
}

h1 a {
	width: 167px;
	height: 67px;
	display: block;
}

#link_truth {
	position: absolute;
	left: 119px;
	top: 222px;
	width: 57px;
	height: 24px;
	background-image: url(images/link_truth_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_truth a {
	width: 57px;
	height: 24px;
	display: block;
}

#link_truth a:hover {
	background-image: url(images/link_truth_over.jpg);
}

#link_truth {
	position: absolute;
	left: 119px;
	top: 222px;
	width: 57px;
	height: 24px;
	background-image: url(images/link_truth_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_truth a {
	width: 57px;
	height: 24px;
	display: block;
}

#link_truth a:hover {
	background-image: url(images/link_truth_over.jpg);
}

#link_beauty {
	position: absolute;
	left: 124px;
	top: 362px;
	width: 72px;
	height: 24px;
	background-image: url(images/link_beauty_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_beauty a {
	width: 72px;
	height: 24px;
	display: block;
}

#link_beauty a:hover {
	background-image: url(images/link_beauty_over.jpg);
}

#link_motion {
	position: absolute;
	left: 226px;
	top: 469px;
	width: 68px;
	height: 25px;
	background-image: url(images/link_motion_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_motion a {
	width: 68px;
	height: 25px;
	display: block;
}

#link_motion a:hover {
	background-image: url(images/link_motion_over.jpg);
}

#link_touch {
	position: absolute;
	left: 498px;
	top: 53px;
	width: 56px;
	height: 24px;
	background-image: url(images/link_touch_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_touch a {
	width: 56px;
	height: 24px;
	display: block;
}

#link_touch a:hover {
	background-image: url(images/link_touch_over.jpg);
}

#link_tour {
	position: absolute;
	left: 628px;
	top: 104px;
	width: 46px;
	height: 23px;
	background-image: url(images/link_tour_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_tour a {
	width: 46px;
	height: 23px;
	display: block;
}

#link_tour a:hover {
	background-image: url(images/link_tour_over.jpg);
}

#link_reviews {
	position: absolute;
	left: 713px;
	top: 204px;
	width: 80px;
	height: 23px;
	background-image: url(images/link_reviews_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_reviews a {
	width: 80px;
	height: 23px;
	display: block;
}

#link_reviews a:hover {
	background-image: url(images/link_reviews_over.jpg);
}

#link_give {
	position: absolute;
	left: 742px;
	top: 314px;
	width: 41px;
	height: 24px;
	background-image: url(images/link_give_up.jpg);
	line-height: 500px;
	overflow: hidden;
}

#link_give a {
	width: 41px;
	height: 24px;
	display: block;
}

#link_give a:hover {
	background-image: url(images/link_give_over.jpg);
}

#link_truth, #link_beauty, #link_motion, #link_touch, #link_tour, #link_reviews, #link_give {
	z-index: 10;
}

#text_main {
	position: absolute;
	left: 307px;
	top: 337px;
	width: 322px;
	height: 160px;
	background-image: url(images/main_text.jpg);
	line-height: 500px;
	overflow: hidden;
}

#footer {
	position: absolute;
	left: 50%;
	top: 610px;
	width: 900px;
	margin: 0 auto auto -450px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#text a, #gall a {
	color: #FFFFFF;
	text-decoration: underline;
}

#text a:hover, #gall a:hover {
	text-decoration: none;
}

#content {
	position: absolute;
	left: 224px;
	top: 121px;
	width: 420px;
	height: 350px;
	background-image: url(images/content_bg.jpg);
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	z-index: 1;
}

#text, #gall {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 380px;
	height: 310px;
	overflow: auto;
}

#text {
	text-align: left;
}

#gall {
	text-align: center;
}

#gall img {
	border: solid 1px #000000;
}

#gall img:hover {
	border: solid 1px #FF0000;
}

.size_14 {
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style-type: none;
}
