@charset "shift_jis";

#container {	background:url(../img/bg_picture_back.gif) repeat-x center top;
}

/*コンテンツ部分*/
#main_wrapper #main {
	width: 610px;
	float: right;
}
#main p {
	margin: 0.8em 0 1.8em;
}
#main p img {
	margin-right: 1em;
	width: 240px
	height :50px;
}

#main h2 {
	padding: 0px;
	margin: 0 0 1em 0.7em;
}

#main h2 img{
	display: block;
	width: 578px;
	height: 18px;
}

#main ul {
	margin: 11px 22px 2em 50px;
	padding: 0px;
	list-style-type: none;
}
#main ul li{
	text-indent: 0.3em;
/*	border-left: 1em solid #CCCCCC;*/
	border-left: 1em solid #FF0000;
	height: 1em;
	margin-bottom: 0.5em;
	padding: 0;
}
#main ul li a{
	position: relative;
	top: -2px;
}

#main dl {
	margin: 11px 22px 1em 50px;
	padding: 0px;
}
#main dt {
	text-indent: 0.3em;
	height: 1em;
	border-left: 1em solid #CCCCCC;
	line-height: 1em;
}
#main dd {
	margin: -1.25em 0 0.4em 9em;
}

/*過去のお知らせ*/
.pastnews {
	clear: both;
	text-align: right;
	padding: 1em 0px;
}
.pastnews a {
	background: url(../img/menulist_point.gif) no-repeat left center;
	margin-right: 22px;
	padding-left: 1em;
}
.pastnews a:hover {
	background: url(../img/menulist_point_om.gif) no-repeat left center;
}