@charset "shift_jis";
*html body {
   overflow-y:auto;
}

*+html body {
   overflow-y:auto;
}
body {
	overflow-y:scroll;
	color: #333333;
	font-size: 12px;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN','MS P Gothic', Helvetica, sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/bg.png) center 0 repeat #fff141;
}
/* for IF6 */
* html body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}
abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
img {
	border: 0;
	vertical-align: bottom;
}
:focus {
	outline: none;
}
a:link, a:visited {
	outline: none;
}
a:hover, a:active {
	outline: none;
}
/*--- clearfix ---*/
.clearfix:before,
.clearfix:after {
	content : "";
	display : table;
}
.clearfix:after {
	clear : both;
} 
/* FOOTER */
.pagetop{
	text-align:right;
	padding: 0;
	margin: 0;
}
#footer1{
	width: 100%;
	min-width: 960px;
	color: #efefef;
	padding: 20px 0 20px 0;
	background: url(../img/footer_bg1.png) 0 0 repeat #fb6400;
}
#footer1 .footer_inner{
	width: 928px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}
#footer1 a:link,
#footer1 a:visited{
	color: #fff;
	text-decoration: underline;
}
#footer1 a:hover{
	color: #ffff6a;
	text-decoration: underline;
}