@charset "utf-8";
/* resets */
html { color:#000;background:#fff; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; }
fieldset,img {	border:0; }

address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;font-weight:normal; }
li {	list-style:none; }

caption,th {	text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;font-weight:normal; }
q:before,q:after {	content:'';}
abbr,acronym {	border:0;font-variant:normal; }

sup {	vertical-align:text-top; }
sub {	vertical-align:text-bottom; }
input,textarea,select {	font-family:inherit;font-size:inherit;font-weight:inherit; }
/*to enable resizing for IE*/ input,textarea,select {	*font-size:100%; }
/*because legend doesn't inherit in IE */ legend {	color:#000; }

/* basics */
html{	overflow: scroll;overflow: -moz-scrollbars-vertical;}
body {
	color: #333;
	font-family:
			Meiryo, "メイリオ",
			"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",
			Osaka,
			"MS Gothic", "ＭＳ ゴシック",
			"MS P Gothic", "ＭＳ Ｐゴシック",
			sans-serif;
	font-size: 12px;
	line-height: 1;
	}
h1 {	font-size:138.5%; }
h2 {	font-size:123.1%; }
h3 {	font-size:108%; }
/* h1,h2,h3 {	margin:1em 0; } */
h1,h2,h3,h4,h5,h6,strong {	font-weight:bold; }
abbr,acronym {	border-bottom:1px dotted #000;cursor:help; } 
em { 	font-color:#c00;font-weight: bold; }
blockquote,ul,ol,dl {	margin:1em; }
ol,ul,dl {	margin-left:2em; }
ol li {	list-style: decimal outside;	}
ul li {	list-style: disc outside; }
dl dd {	margin-left:1em; }
th,td {	border:1px solid #000;padding:.5em; }
th {	font-weight:bold;text-align:center; }
caption {	margin-bottom:.5em;text-align:center; }
p,fieldset,table,pre {	margin-bottom:1em; }
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
a, a span {	text-decoration: underline;	}
a:hover,a:hover span,a.current {	text-decoration: none;	}
a:active,a:focus {	outline: none;	}


/* common */
blockquote,ul,ol,dl {	margin:0; }
ol,ul,dl {	margin-left:0; }
dl dd {	margin-left:0; }


/* ヘッダー */
#header {
	width: 860px;
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 17px;
}
#header h1 {
	padding-bottom: 12px;
}
#header p {
	text-align: center;
}
/* コンテナー */
#container {
	width: 810px;
	margin: 0 auto;
}
/* プライマリー */
#primary-contents {
	width: 390px;
	float: left;
}
#primary-contents h2 {
	padding-bottom: 8px;
}
#primary-contents span {
	display: block;
	float: left;
	margin-right: 3px;
	}
#primary-contents dl {
	border-top: 1px black dotted;
	margin-right: 4px;
}
#primary-contents dl dl {
	border: none;
}
#primary-contents dt {
	float: left;
	width: 45px;
	text-align: right;
	padding-top: 4px;
}
* html #primary-contents dt {padding-top: 6px;}
*:first-child+html #primary-contents dt {padding-top: 6px;}

#primary-contents dd dt {
	width: 60px;
	padding-top: 4px;
}
#primary-contents dd {
	padding-left: 50px;
	border-bottom: 1px black dotted;
}
#primary-contents .last_child {
	border: none;
}
#primary-contents dd dd {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 72px;
}
#primary-contents dt.last_child {
	padding-top: 8px;
}
* html #primary-contents dt.last_child {margin-top: 2px;}

#primary-contents .last_child p {
	margin-bottom: 5px;
	margin-top: 4px;
}
#primary-contents .last_child span {
	margin-right: 6px;
}
* html #primary-contents .last_child span {margin-right: 1px;}
* html #primary-contents dd dt {padding-top: 6px;}
* html #primary-contents dd dd {padding-top: 6px;}
*:first-child+html #primary-contents dd dd {padding-top: 6px;}

#primary-contents #supplementation {
	border: none;
	padding-top: 30px;
	padding-bottom: 40px;
	clear: both;
}
#primary-contents #supplementation dt {
	padding: 0;
	width: 33px;
}
#primary-contents #supplementation dd {
	font-size: 10px;
	border: none;
	padding-left: 40px;
	padding-top: 5px;
	}
dd .new {
	float: right;
}
* html dd .new {padding-top: 4px;}
*:first-child+html dd .new {padding-top: 4px;}

.info {
	font-size: 10px;
	margin-bottom: 20px;
}
.info p {
	margin-bottom: 5px;
}
/* セカンダリー */
#secondary-contents {
	width: 390px;
	float: right;
}
#secondary-contents ul {
	padding-bottom: 20px;
}
#secondary-contents dl {
	padding-bottom: 10px;
}
#secondary-contents li {
	list-style: none;
	float: left;
	padding-left: 3px;
}
#secondary-contents dt {
	float: left;
}
* html #secondary-contents dt {clear: both;}
*:first-child+html #secondary-contents dt {clear: both;}

#secondary-contents dd dl {
	padding-left: 1em;
	padding-bottom: 0;
}
* html #secondary-contents dd dl {margin-top: -10px;padding-bottom: 3px;}
*:first-child+html #secondary-contents dd dl {margin-top: -10px;padding-bottom: 3px;}

#secondary-contents dd {
	padding-left: 64px;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1.5;
}
#secondary-contents dd dd {
	padding: 0;
}
#secondary-contents .sponsor {
	padding-left: 25px;
}
#secondary-contents .sponsor dt {
	padding-top: 2px;
	
}
#secondary-contents .sponsor dd {
	padding:0;
	padding-left: 36px;
}
/* フッター */
#footer {
	background: url(../img/footer_bg.png) top left repeat-x;
	background-color: #D6D6D6;
	padding: 15px 0 15px 0;
}
#footer-inner {
	width: 860px;
	margin: 0 auto;
}
#footer-inner ul li {
	list-style: none;
	float: left;
	font-size: 11px;
}
#footer-inner ul li a {
	color: black;
}
#footer .copyright {
	font-size: 8px;
	text-align: right;
}
/* clearfix */
#container:after,
#primary-contents dd dd:after,
#secondary-contents:after,
#secondary-contents ul:after,
#secondary-contents dd:after,
#footer-inner:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
/* zooom.*/
#idname {
	zoom: 1;
}
.clear{
	clear: both;
}
/* fo IEs : this section must be bottom of this file. */
/* IE 6 */
* html body { font-size: 75%;	}
* html .caption {	font-size: 84%;	}
* html #idname {
	}
/* IE 7 */
*:first-child+html body {	letter-spacing:0;	}
/* IE 8 and Mac IE 5 */
html:first-child p {}
