@charset "UTF-8";

/* ムービー
--------------------------------------------------------------------*/
#topmovie {	/* top用 */
	clear: both;
	float: left;
	width: 800px;
	height: 200px;
}


/* 最新情報
--------------------------------------------------------------------*/
#maincontents h3#news {
	background: #ffffff url('../images/h3_news2.gif') no-repeat left top;
}
#maincontents ul.newstopics {
	line-height: 2.8em;
	list-style: disc inside url('../images/arrow.gif');
}
#maincontents ul.newstopics li {
	padding: 0 0 0 1.6em;
	text-indent: -1.3em;
	border-bottom: 1px dotted #eeeeee;
}

* html #maincontents ul.newstopics {
	margin: 0 20px 0 50px;
	list-style: disc outside url('../images/arrow20.gif');
}
* html #maincontents ul.newstopics li {
	padding: 0 0 0.6em 0.3em;
	text-indent: 0em;
	line-height: 2.4em;
}
*:first-child+html #maincontents ul.newstopics {	/* for IE7 */
	margin: 0 20px 0 50px;
	list-style: disc outside url('../images/arrow20.gif');
}
*:first-child+html #maincontents ul.newstopics li {	/* for IE7 */
	padding: 0 0 0.8em 0.3em;
	text-indent: 0em;
	line-height: 2.4em;
}


/* About Us
--------------------------------------------------------------------*/
#maincontents .lcontent {
	float: left;
	display: inline;
	margin: 10px 2px 10px 13px;
	width: 278px;
	background: #ffffff url('../images/lcontent_h3.gif') no-repeat left top;
	border: 1px solid #ffffff;
}


/* イメージ
--------------------------------------------------------------------*/
#maincontents .rcontent {
	float: right;
	display: inline;
	margin: 10px 15px 10px 8px;
	width: 278px;
	border: 1px solid #ffffff;
}

#maincontents .lcontent h3 {
	margin: 0;
	width: 276px;
	height: 40px;
	background: transparent;
	text-indent: -9999em;
}

#maincontents .lcontent p,
#maincontents .rcontent p {
	margin: 10px 5px;
	line-height: 1.7em;
}


/* サイドメニュー
--------------------------------------------------------------------*/
#subcontents {
	margin-top: 15px;
}
