@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 .infoBtm {
	margin-top: 20px;
	padding-bottom: 8px;
}
div#Contents .infoBox {
	width: 200px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 150%;
}
div#Contents .infoBox ul {
	list-style-type: none;
	padding: 5px 15px 0 5px;
}
div#Contents .infoBox ul li {
	padding: 4px 0 6px 0;
	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;
}
