@charset "utf-8";
/*リセットcssです。*/

* {
	margin: 0;
	padding: 0;
}

/* for IE7 */
	*+html body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
}

/* for IE6 */
	* html body {
	font-size: 62%;
}

a img, fieldset, img {
	border: 0;
	vertical-align: bottom;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
	margin: 0;
	padding: 0;
	/*letter-spacing: 0.02em;*/
}

abbr, acronym {
	border: 0;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, select, textarea,button{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

q:before, q:after {
	content: '';
}

/* tables still need 'cellspacing="0"' */
table {
	border-spacing: 0;
	font-size: 100%;
	font-size: 12px;
	border-top: 1px solid #615443;
}

th {
	background: url(../images/common/bg_th.png) repeat;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #615443;
}

td {
	background: url(../images/common/bg_td.png) repeat;
	text-align: center;
	border-bottom: 1px solid #615443;
}

a:link, a:visited {
	color: #4a3936;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	/*background: none;*/
}

p {
	font-size: 13px;
	color: #4a3936;
	line-height: 1.846em;
	margin-bottom: 24px;
}

/*IE7改行バグ回避*/
br { 
	letter-spacing: 0; 
}


