body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
body {
	overflow-y:scroll;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:scroll;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
	 font-style: normal;
	 font-weight: normal;
	 font-size: 1.0em;
}
h1 {
	padding: 5px;
	font-size: 0.8em;
	text-align: right;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size:0.8em;
}
a {
	font-weight: bold;
	text-decoration: none;
}
A:link {
	COLOR: #85855E;
}
A:visited {
	COLOR: #85855E; 
}
A:hover {
	color: #FF9900;
}
A:active {
	color: #ECF7B5;
}
/** Don't Delete **/

