@charset "utf-8";
/*######################################################################
c2007 ԉHvUze
master CSS
######################################################################*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {	margin: 0;	padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
fieldset,img,abbr {	border: 0;}
address,caption,cite,cide,dfn,h1,h2,h3,h4,th,var {	font-style: normal;	font-weight: normal;}
caption,th {	text-align: left;}
q:before,q:after {	content:'';}
a {
text-decoration: none;
color:#DEA200;
overflow:hidden;
}
a:hover{color:#996600;}
a:visited{color:#004D18;}
.hidden { display: none;}
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'Helvetica','Verdana','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','"ヒラギノ角ゴ Pro W3"',san-serif;
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	word-wrap: break-word;	/* IE */
	text-align:center;
    font-size: small !important; /* IE 7向け */
    font-size: x-small; /* IE 6以下 */
}
html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}

p {
font-size:13px;
line-height: 1.5;
word-spacing:normal;
color:#333333;
}
div#totop{
width:100px;
float:right;
margin:15px 0 15px 0;
font-size:12px;
padding-left:13px;
background:url(../image/arrow.jpg) no-repeat;
}