@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
#header
++++++++++++++++++++++++++++++++++++*/
#header {
	background	:url(img/header_bg.jpg) no-repeat center 60px;
}
ul#menu {
	margin-top	:270px;
	padding-bottom	:4px;
	border-bottom	:2px solid #c0c0c0;
}
ul#menu li {
	display		:inline;
	margin-right	:7px;
}
ul#menu li.menu05 {
	margin-right	:0;
}
/*+++++++++++++++++++++++++++++++++++
#main
++++++++++++++++++++++++++++++++++++*/
#main {
	width		:770px;
	font-size	:12px;
	background	:none;
}
#main .news {
	width		:auto;
	margin-bottom	:25px;
}
#main .news h2 {
	margin-bottom	:10px;
}
#main .news dl {
	margin-bottom	:8px;
	padding-bottom	:5px;
	background	:url(common/img/line.png) no-repeat left bottom;
}
#main .news dl dt {
	float		:left;
	width		:72px;
	color		:#393;
}
#main .news dl dd {
	float		:left;
	width		:auto;;
	padding-left	:12px;
	background	:url(common/img/arrow.png) no-repeat 0 4px;
}
/*+++++++++++++++++++++++++++++++++++
#side
++++++++++++++++++++++++++++++++++++*/
#side {
	width		:164px;
}
#side p {
	margin-bottom	:5px;
}
#side p.line {
	padding-bottom	:6px;
	background	:url(common/img/line.png) no-repeat left bottom;
}

