@charset "utf-8";


#container {
	float:right;
	margin:30px 0 0 0;
	width:700px;
	background:none;
}

#main {
	background:none;	
	padding:0 0 20px 0;
}

#content {
	margin:0 0 0 0;
	width:700px;
	padding:0;
}

#site-title {
	float:right;
	margin:0 0 0 0;
	padding:0px;
	width:180px;
}

#site-title span {
	display:block;
	width:180px; /* 画像の幅 */
	text-indent:-9999px;
	outline:none;
	background-image:url(img/tit.jpg);
	background-repeat:no-repeat;
	background-position:0% 0%;
	border-bottom:none;
	height:240px; /* 画像の高さに合わせて調整 */
}
#access {
	display:inline;
	float:left;
	margin:0;
	padding:0px;
	width:480px;
	clear:none;

}
#access .menu-header ul  {
	list-style:none;
	margin:0px auto;
	width:280px;
}

#access .menu-header li {
	position:relative;
	float:left;
	margin-top:0;
	margin-left:20px;
	margin-right:20px;
}

ul.news {
	list-style-type:circle;
	list-style-image:none;
}

#sidebar {
	float:left;
	margin:30px 0 0 0;
	overflow:hidden;
	width:220px;
	padding-bottom:10px;
	color:#fff;
	line-height:1.8;
}
#sidebar ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#sidebar li {
	line-height:0;
	margin-bottom:20px;
}