@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : default.css
 Author     : SeeVisions
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */

/* -----------------------------------------------
 link module
-------------------------------------------------- */
a:link {
	color: #603813;
	text-decoration:none;
}

a:visited {
	color: #603813;
	text-decoration:none;
}

a:hover {
	color: #603813;
	text-decoration: underline;
}

/* -----------------------------------------------
 font style 14px
-------------------------------------------------- */
body {
	font-size:90%;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:#FFF;
}

/* for WinIE6 */
* html body {
	font-size:90%;
	text-autospace:ideograph-alpha;
	text-autospace:ideograph-numeric;
}

* html td, * html th {
	font-size:90%;
	line-height:1.6;
}

/* for WinIE7 */
*:first-child + html body {
	font-size:90%;
}

/* for WinIE8 */
html>/**/body {
	font-size /*\**/:90%;
}

/* -----------------------------------------------
 structure module
-------------------------------------------------- */
html {
	color:#42210B;
}

body, div {
	margin:0;
	padding:0;
}

/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

address, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}

abbr, acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

del, ins {
	text-decoration:none;
}

hr {
	display:none;
}

/* -----------------------------------------------
 list module
-------------------------------------------------- */
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
}

li {
	list-style-type:none;
}

/* -----------------------------------------------
 image module
-------------------------------------------------- */
img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:bottom;
}

/* -----------------------------------------------
 table module
-------------------------------------------------- */
table {
	border-spacing:0;
}

th, td {
	margin:0;
	padding:0;
}

th {
	font-style:normal;
}

caption {
	text-align:left;
}

/* -----------------------------------------------
 form module
-------------------------------------------------- */
form, fieldset, legend, input, textarea {
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select {
 *font-size:100%;
}

legend {
	color:#000;
}
