@charset "UTF-8";
@import url("global.css");
@import url("side.css");
@import url("top_topics.css");
@import url("top_map.css");
@import url("movie_zoom.css");
h2,h3 {
	font-size:10px;
	line-height:0.5;
	margin:0px;
	padding:0px;
	/*border:1px solid black;*/
}
.icon {
	position:absolute;
}
#left {
	width:631px;/*border:1px solid red;*/
}
#topics{
	background:url(../top/topics_images/topics_back.png) no-repeat left bottom;
	width:631px;
	height:335px;
	overflow:hidden;
	position:relative;
}

#topics div{
}

ul#topics_select {
	width:250px;
	position:absolute;
	top:282px;
	left:389px;
	/*border:1px solid black;*/
}
#topics_select li {
	list-style-type:none;
	width:79px;
	float:left;
	/*border:1px solid black;*/
}
#topics_select li a{
	display:block;
	width:77px;
	height:52px;
	background-repeat:no-repeat;
	background-position:0px -52px; 
}
#topics_select li a:hover,#topics_select li a.active,#topics_select li.ui-tabs-selected a{
	background-position:0px 0px; 
}


a#topics_event{
	background-image:url(../top/topics_images/btn_event.png);
}
a#topics_newface{
	background-image:url(../top/topics_images/btn_newface.png);
}
a#topics_info{
	background-image:url(../top/topics_images/btn_info.png);
}

#other_newface{
	position:absolute;
	top:-10px;
	right:-5px;
}


#schedule_change, #news {
	position:relative;
	width:243px;
}
.inner_dl{
	width:90%;
	margin:0 auto;
	/*height:100%;*/
	/*overflow:hidden;*/
	/*border:1px solid black;*/
}
dl.top_side {
	font-size:13px;
	width:85%;
	height:220px;
	margin:0 auto;
	/*border:1px solid red;*/
}

dl.top_side dt {
	font-size:11px;
	color:#754C24;
}
dl.top_side dd {
	/*color:#F93A88;*/
	line-height:1.3;
	padding:0px;
	margin:0px 0 2px 0;
	padding:0 0 2px 0;
}
.top_side_middle {
	width:100%;
	background-repeat:repeat-y;
}
.top_side_middle div{
	width:93%;
	margin:0 auto;
	height:220px;
	overflow:auto;
	overflow-y:scroll;
	/*border:1px solid black;*/
}

/*schedule change*/
#schedule_change_middle {
	background:url(../top/images/schedule_change_middle.png);
}
#schedule_change .icon {
	top:-8px;
	left:-15px;
}
#schedule_change dd {
	color:#F93A88;
}
.schedule_change_back_even {
	background:#D6FFB3;
}

/*news*/
#news_middle {
	background:url(../top/images/news_middle.png);/*border:1px solid red;*/
}
#news .icon {
	top:-8px;
	left:-15px;
}
#news dd {
	color:#0071BC;
}
.news_back_even {
	background:#DCF3FF;
}

/*新人情報*/
#newface {
	top:337px;
	left:245px;
	width:384px;
	height:580px;
	background:#FFC url(../top/newface/newface_back.png) no-repeat;/*border:1px solid black;*/
}
#newface h2{
	width:100px;
	height:80px;
}
#newface li {
	list-style-type:none;
	background:url(../top/newface/thumb_back2.png) no-repeat;
	margin:0 0 0 10px;
	width:380px;
	height:163px;
	position:relative;
}
#newface .photo {
	width:110px;
	margin:3px 0 0 9px;
	_margin:3px 0 0 4px;
	float:left;
	/*border:1px solid black;*/
}
#newface .data {
	width:230px;
	margin:5px 0 0 10px;
	float:left;/*border:1px solid black;*/
}
#newface .date {
	font-size:11px;
	font-weight:bold;
	color:#2B9E5F;
}
#newface .name {
	font-weight:bold;
	background:url(../images/heart1.png) no-repeat left center;
	text-indent:22px;
}
#newface .name a {
	color:#ED1E79;
}
#newface .tsize {
	color:#3E9ACE;
	font-size:12px;
}
#newface p {
	color:#E51555;
	font-size:12px;
	margin:2px 0 0 0;
	width:230px;
	line-height:1.3;
}
#newface .profile_btn{
	position:absolute;
	top:10px;
	left:250px;
}
	
/*schedule*/
#schedule {
	width:628px;
	/*height:500px;*/
	background:#74be1e url(../top/images/schedule_back.png) repeat-x;
	position:relative;
	/*border:1px solid black;*/
}
#schedule ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	top:-45px;
	left:2px;
	display:inline-block;
	/*border:1px solid black;*/
}

#schedule li {
	font-size:13px;
	line-height:1.2;
	width:125px;
	height:220px;
	text-align:center;
	background:url(../top/images/schedule_thumb.jpg) no-repeat;
	padding:15px 0 0px 0;
	float:left;
}
.time_line {
	font-size:14px;
	color:white;
	font-weight:bold;
	background:url(../top/images/time_line.png) no-repeat bottom;
	height:28px;
	margin:10px 0 0 0;/*border:1px solid black;*/
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

