@charset "utf-8";
/* CSS Document */
/* リセット
**************************************************************/
body {
	text-align: center;
	font: 12px "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	color: #623D00;
	background: url(../img/share/bg.jpg) repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
	/*line-height: 1em;*/
}
ul li img {
	vertical-align: bottom;
}
hr {
	display: none;
}
/*IE6、IE7改行バグ回避*/
br {
	letter-spacing: 0;
}
img {
	border:0;
	line-height: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
.clear {
	clear: both;
}
/* clearfix
**************************************************************/
/* <span class="goog_qs-tidbit goog_qs-tidbit-0">For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
} 
.cf:after {
    clear:both;
} 
/* For IE 6/7 (trigger hasLayout) */
.cf</span> {
    zoom:1;
}
/* リンク
**************************************************************/
a:link {
	color: #6A3906;
	text-decoration: none;
}
a:visited {
	color: #6A3906;
	text-decoration: none;
}
a:hover {
	color: #6A3906;
	text-decoration: underline;
}
a:active {
	color: #6A3906;
	text-decoration: underline;
}
