@charset "shift_jis";


#leftColumn_top {
	width: 464px;
	float: right;
	overflow: hidden;
}

#main_top {
	width: 712px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}

	
/* -----------------------------------------------
 topics
-------------------------------------------------- */
#topics{
	float: right;
	width: 217px;
}

#topics ul{
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
	width: 195px;
}
#topics ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BABABA;
	margin-top: 0.5em;
	background-image: url(../common_img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 0.5em;
	padding-left: 30px;
	padding-bottom: 0.5em;
}
#topics ul li.new {
	background-image: url(../common_img/icon_new.png);
	background-repeat: no-repeat;
	background-position: left 0.3em;
}


#topics ul li a {
	color: #666;
}
#topics ul li a:hover {
	color: #FE801B;
	text-decoration: none;
}

#topics p More {
	clear: both;
	text-align: right;
	margin-right: 10px;
	padding-bottom: 20px;
}

p.sphoto {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

 
/* Hides from IE-mac \*/
* html :#news,  {height: 1%; }



/* -----------------------------------------------
top_meg
-------------------------------------------------- */

#top_meg{
	background-image: url(../index_img/index_msg_btm.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 20px;
}

.top_meg_txt{
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	margin-top: 0px;
	background-image: url(../index_img/index_msg_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#top_meg_h3{
	margin: 0px;
	padding: 0px;
}




/* -----------------------------------------------
  Top banner
-------------------------------------------------- */
		
ul#topbn {
	margin: 0px;

}
ul#topbn li {
	display: block;
	float: left;
	padding-right: 30px;
}
ul#topbn li.last {
	display: block;
	float: left;
	padding-right: 0px;
}


/* -----------------------------------------------
  cover
-------------------------------------------------- */

#topimg{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#cover00{
	width: 100%;
	background-image: url(../common_img/cover_bg1.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 400px;
	margin-bottom: 25px;
}


#cover01{
	width: 100%;
	background-image: url(../profile/images/profile_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;

}


#cover02{
	width: 100%;
	background-image: url(../eventplan/images/eventplan_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;
}


#cover03{
	width: 100%;
	background-image: url(../rental/images/rental_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;
}

#cover04{
	width: 100%;
	background-image: url(../company/images/company_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;
}


#cover05{
	width: 100%;
	background-image: url(../contact/images/contact_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;
}

#cover06{
	width: 100%;
	background-image: url(../eventa/images/eventa_cover_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 230px;
	margin-bottom: 25px;
}




/* -----------------------------------------------
  image_carousel
-------------------------------------------------- */
.list_carousel {
	background-color: #FFF;
	width: 462px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #EDEDED;
			}
.list_carousel ul {
	margin: 0;
	list-style: none;
	padding-left: 35px;
			}
.list_carousel ul li {
	text-align: center;
	padding: 5;
	display: block;
	float: left;
	margin-right: 25px;
			}
