@charset "UTF-8";
@import url("global.css");
/* CSS Document */
body {
	margin:0px;
	padding:0px;
}

#container {
	width:830px;
	/*height:1800px;*/
	margin:0 auto;
}

h1 {
	text-align:center;
	margin:0px 0 0 0;
}

h1, h2, h3 h4 {
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0
}

a{
	color:#7fceee;
}


#menu_area {
	width:803px;
	height:60px;
	margin:0 auto;
}

#menu_area ul {
	margin:0 auto 0 1px;
}

#enter {
	width:798px;
	height:390px;
	margin:0 auto 10px auto;
	/*border:1px solid red;*/
}

.photo_box {
	font-size:12px;
	width:260px;
	position:relative;
	float:left;
	
	/*border:1px solid red;*/
}

.btn_enter{
	position:absolute;
	top:338px;
	left:3px;
}

.photo_box div{
	width:254px;
	border:3px solid black;
	margin:0 0 5px 0;
}

.photo_box_left {
	/*border:3px solid black;*/
}

.photo_box_middle {
	margin:0px 3px 0 8px;
	float:left;
}

.photo_box_middle img,.photo_box_middle a{
	display:block;
	/*border:1px solid red;*/
}

.photo_box_right {
	float:right !important;
}

#boys_talk{
	width:254px;
	margin:0 0 7px 0;	
	border:3px solid black;
}
#girls_talk{
	width:254px;
	margin:0 0 0px 0;	
	border:3px solid black;
}

#explain {
	background:url(../top/images/explain.png) no-repeat;
	width:800px;
	height:78px;
	margin:0 auto 0px auto;
	clear:both;
}

#explain p {
	font-size:14px;
	width:65%;
	margin:10px 0 0 250px;
	padding:10px 0 0 0;
}

#info_area {
	width:812px;
	margin:0 auto;
	/*border:1px solid black;*/
}

.info_box {
	font-size:12px;
	width:245px;
	height:100px;
	margin:5px;
	float:left;
}

.info_box h2 {
	font-size:13px;
	margin:5px 0 5px 5px;
}

.info_box p {
	line-height:1.3;
	width:95%;
	margin:0px 0 0 5px;/*border:1px solid black;*/
}

.info_box strong {
	margin:10px 0 5px 0;
	line-height:1.8;
}

#maruhi {
	background:url("../top/images/maruhi_heart.png") no-repeat top right;
	border:7px solid #fff4e6;
}

#photo_info {
	background:url("../top/images/photography.png") no-repeat top right;
	border:7px solid #e6e6ff;
}

#mobile {
	background:url("../top/images/mobile.png") no-repeat top left;
	border:7px solid #ffd0d7;
	position:relative;
}

.qr {
	position:absolute;
	top:20px;
	left:160px;
}

#news{
	font-size:12px;
	background:url("../top/images/news_back.png") repeat-x;
	width:800px;
	height:200px;
	margin:0 auto;
}
#news_header{
	height:9px;
	/*border:1px solid black;*/
}
#news_header img{
	display:block;
}
#news ul{
	background:white;
	margin:0px auto;
	padding:5px;
	width:97%;
	height:140px;
	position:relative;
	top:28px;
	overflow:auto;
	overflow-y:scroll;
}
#news li{
	margin:0 0 3px 0;
}

#banner_area {
	width:750px;
	margin:20px auto;
}

#banner_area a {
	margin:3px;
	/*border:1px solid  black;*/
}

#footer_menu{
	text-align:center;
}

#footer_menu a{
	color:#7fceee;
	font-size:12px;
}
.copyright{
	text-align:center;
	color:#777;
	font-size:12px;
	margin:10px 0 10px 0;
}

.center {
	text-align:center
}
