@charset "UTF-8";

/* タイトル */
div#main h1.title {
	background: url(/p/info/notice/img/icon.gif) no-repeat 0 center;
}

/* メニュー */
div#side div#notice-menu {
	width: 298px;
	margin: 0 0 21px;
	border-top: 1px solid #005;
	border-bottom: 1px solid #005;
	border-right: 1px solid #005;
	background: url(/p/info/img/bg_side_lower.gif) no-repeat center bottom;
}
div#side div#notice-menu h2 {
	color: #fff;
	font-size: 100%;
	padding: 3px 7px 9px;
	margin: 0;
	background: url(/p/info/img/bg_side_upper.gif) repeat-x #005 0 bottom;
}
div#side div#notice-menu h2 span.new {
	font-weight: normal;
	margin-left: 0.5em;
}
div#side div#notice-menu ul {
	list-style-type: none;
	font-size: 91.6%;
	padding: 0;
	margin: 15px 5px 20px;
}
div#side div#notice-menu ul li {
	line-height: 1.3em;
	padding: 0.1em 0 0.1em 18px;
	background: url(/p/images/arrow-square.gif) no-repeat 4px 0.45em;
}

/* サイン */
p#signature {
	font-size: 91.6%;
	font-weight: bold;
	text-align: right;
	line-height: 1.4;
	margin-bottom: 2em;
}

