@charset "shift_jis";
@import url("../screen.css");
/*=====================================================
	main
=====================================================*/
div#main {
	width: 750px;
	height: 242px;
	background: url(../../../images/main.gif) no-repeat 0 0;
}
div#main *,
div#left h2,
div#information h2 {
	font-size: 10px;
	line-height: 1.3em;
	font-weight: lighter;
	display: inline;
	visibility: hidden;
}
div#left {
	background: url(../../../images/left_bg.gif) no-repeat 0 0;
	margin-top: 15px;
}

div#left p img {
	display: block;
	margin: 1em 0;
	padding: 0;
}
div#left p {
	background: url(../../../images/img.jpg) no-repeat right top;
	padding-right: 256px;
}
div#information {
	background: url(../../../images/info.gif) no-repeat 0 0;
	padding-top: 10px;
}
div#news ul {
	margin: 0;
	padding: 0;
}
div#news ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 1.5em;
}
div#news ul li em {
	color: #0e8639;
}