/* 
    AUTHOR: Chris Coyier
            chriscoyier@gmail.com
            http://chriscoyier.net
*/
body, div, dl, dt, dd, ul, p, h1, h2, h3, h4, h5, h6, th, td, pre, code, blockquote, form, fieldset, legend, input, textarea {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}

#page-top{
02	  display: block;
03	  position: fixed;
04	  z-index: 9999;
05	  bottom: 10px;
06	  right: 10px;
07	  width: 80px;
08	  padding: 20px 10px;
09	  background: rgba(0,0,0,.7);
10	  color: #fff;
11	  text-align: center;
12	  text-decoration: none;
13	}
14	#page-top:hover{
15	  background: rgba(0,0,0,.8);
16	}
.body {
	
	background-image: url(../images/wrap_bk.jpg);
	background-repeat: repeat-x;background-color: #fdf9f1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style-image: none;
	list-style-type: lower-alpha;
}
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;
}
input, textarea, select {
*font-size:100%;
}
hr {
	display: none;
}
