@charset "utf-8";

/* ----------------------------------- all --*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, th, td, form	{
	margin: 0;	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
p {
	margin-top: 10px;
}
img {
	border: 0;
}

* + html body { /* ie7用 */
	font-family: "メイリオ","Meiryo";
}
html>/**/body body { /* ie8用 */
	font-family: "メイリオ","Meiryo";
}
html:not(:target) body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","MS Pゴシック",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

/* div#Contents .infoBox {
	width: 630px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 130%;
}
div#Contents .infoBox ul {
	list-style-type: none;
	padding: 5px 0 0 0;
}
div#Contents .infoBox ul li {
	padding: 6px 0 7px 0;
	border-bottom: 1px solid #DDD;
}
div#Contents .infoBox ul li span {
	color: #FF6600 !important;
}
div#Contents .infoBox .infoBtn {
	text-align: right;
}
div#Contents .infoBox ul li a {
	color: #666 !important;
	text-decoration: none !important;
}
div#Contents .infoBox ul li a:hover {
	text-decoration: underline !important;
} */









div#Contents .infoBtm {
	margin-top: 20px;
	padding-bottom: 8px;
	background: url("/images/top/info_bg_btm.gif") no-repeat bottom;
}
div#Contents .infoBox {
	width: 633px;
	padding-bottom: 10px;
	background: url("/images/top/info_bg.gif") repeat-y;
	font-size: 12px;
	line-height: 130%;
}
div#Contents .infoBox ul {
	list-style-type: none;
	padding: 5px 15px 0 15px;
}
div#Contents .infoBox ul li {
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #DDD;
	text-indent: 50px;
}
div#Contents .infoBox ul li span {
	color: #FF6600 !important;
}
div#Contents .infoBox ul li.new {
	background: url("/images/top/icon_new.gif") no-repeat 0 3px;
}
div#Contents .infoBox .infoBtn {
	padding: 10px 15px 0 0;
	text-align: right;
}
div#Contents .infoBox ul li a {
	color: #666 !important;
	text-decoration: none !important;
}
div#Contents .infoBox ul li a:hover {
	text-decoration: underline !important;
}
