@charset "euc-jp";
/*
reset css
-------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
address {font-style: normal;}
a {
	color:#3366cc;
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	text-decoration: none;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	color:#333333;
	-webkit-text-size-adjust: none; /* iPhone */
}

*:first-child+html body {
	font-size: 62.5%;
}
* html body {
	font-size: 62.5%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
html, body {
  height: 100%;
}
/*
.clearFix
-------------------------------------------------------------------*/
.clearFix { overflow: hidden;}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/**/
* html .clearFix {
	height: 1em;
	overflow: visible;
}
/**/

.clear{
	clear:both;
}

/*ヘッダー部分の新着設定*/
#new_header{
    position: relative;
}

.new_header_info{
    position: absolute;
    display: block;
    top: -3px;
    right:-8px;
}