@charset "utf-8";

@import "reset.css";
@import "base.css";

/*-----------------------------------------------*/
/*                 base setting                  */
/*-----------------------------------------------*/

body {
	background: url(../../img/bg_body.jpg) repeat-x center top;
}

/*-----------------------------------------------*/
/*                   main-image                  */
/*-----------------------------------------------*/

#main-image {
	position: relative;
	width: 810px;
	height: 405px;
	margin-bottom: 20px;
}
#main-image h2 {
	position: absolute;
	width: 215px;
	height: 78px;
	top: 22px;
	left: 10px;
	background: url(../../img/catch.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#main-image ul {
	position: absolute;
	width: 280px;
	top: 118px;
	left: 5px;
}
#main-image li {
	margin-bottom: 10px;
	padding: 0 5px 10px 5px;
	background: url(../../img/line_menu.gif) no-repeat left bottom;
}
#main-image li img {
	float: left;
	margin-right: 10px;
}
#main-image li h3 a {
	display: block;
	height: 14px;
	margin: 5px 0;
	text-indent: -9999px;
}
#main-image li h3 a:hover {
	background-position: 0 -14px;
}
#main-image li#menu1 h3 a {
	width: 179px;
	background-image: url(../../img/t_menu1.gif);
}
#main-image li#menu2 h3 a {
	width: 117px;
	background-image: url(../../img/t_menu2.gif);
}
#main-image li#menu3 h3 a {
	width: 117px;
	background-image: url(../../img/t_menu3.gif);
}
#main-image li p {
	line-height: 1.5em;
	color: #ffffff;
	font-size: 10px;
}
#main-image #movie {
	position: absolute;
	width: 480px;
	height: 360px;
	top: 9px;
	right: 1px;
	padding: 15px;
	background: url(../../img/bg_movie.jpg) no-repeat 0 0;
}

/*-----------------------------------------------*/
/*                 main contents                 */
/*-----------------------------------------------*/

/* news */

#title-info {
	display: block;
	width: 189px;
	height: 53px;
	background: url(../../img/t_information.gif) no-repeat;
	text-indent: -9999px;
}
#news {
	width: 560px;
	padding: 10px 10px 0 10px;
}
#news dt {
	float: left;
	clear: both;
	width: 110px;
	padding-top: 4px;
	color: #3f3838;
}
#news dd {
	margin: 0 0 15px 110px;
	padding: 4px 0 0 15px;
	border-left: 1px solid #bab5b5;
	color: #3f3838;
	line-height:16px;
}
#news dd div {
	margin-bottom: 5px;
}
#news dd .ttl {
	padding-left: 15px;
	background:url(../img/arrow.gif) no-repeat 0 0;
	font-weight: bold;
}
#news dd .news_data {
	line-height: 140%;
}
#news dd.last {
	margin-bottom: 0;
}
#news a:link {
	color: #3f3838;
	text-decoration: none;
}
#news a:visited {
	color: #3f3838;
	text-decoration: none;
}
#news a:hover {
	color: #eb6e95;
	text-decoration: none;
}

/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.clearfix, #main-image li, dl#news {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after, #main-image li:after, dl#news:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
