@charset "UTF-8";

/*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	}
header, footer, nav, section, article, figure, aside {
display:block;
	}
img {
	vertical-align: bottom;
	border: none;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
	}
table { margin : 0; empty-cells: show;}
li { list-style: none; padding: 0; margin: 0;}
a {
	color:#624900;
	text-decoration: none;
	}
a:hover,
a:active{
	color:#624900;
	text-decoration: underline;
	}

/****************************************

          common

*****************************************/
* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 1.6;
	height: 100%;
	background: #f8f6ec url(../images/background/bg.png) no-repeat fixed;
	color:#624900;
	-webkit-text-size-adjust: 100%;
	}

/****************************************

          Layout

*****************************************/
#wrapper {
	width:970px; 
	margin:0 auto; 
	position:relative; 
	}