@import url("../common/common.css");
@import url("../common/contents.css");

/*-----------------------------------------------------------------------------
左メニュー
-----------------------------------------------------------------------------*/
div.menuheader a {
	background-position:-600px 0;
}

div.menuheader a:hover {
	background-position:-600px -35px;
}

ul.left_menu li a {
	font-weight:normal;
}

#right .information .image img {
	border:none;
}

div.contentbox div.right h2.no1,
div.contentbox div.right h2.no2,
div.contentbox div.right h2.no3,
div.contentbox div.right h2.no4 {
	padding-left:16px;
}

div.contentbox div.right h2.no1 {
	background: url(img/no1.gif) no-repeat 0 2px;
}

div.contentbox div.right h2.no2 {
	background: url(img/no2.gif) no-repeat 0 2px;
}

div.contentbox div.right h2.no3 {
	background: url(img/no3.gif) no-repeat 0 2px;
}

div.contentbox div.right h2.no4 {
	background: url(img/no4.gif) no-repeat 0 2px;
}


