@charset "UTF-8";

/* =============================================================================
   HTML5 Rset StyleSheet
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
}

blockquote, q {
	quotes:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	outline:none;
}

a img {
	border:none;
}

img {
	vertical-align:top;
}

hr{
	display:none;
	clear:both;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

input[type="text"], input[type="password"], textarea, select {
	outline: none;
}

input[type="checkbox"], input[type="radio"]{
	vertical-align:middle;
}

input[type="submit"]:active,
input[type="reset"]:active{
	padding:0;
}


/* =============================================================================
   base StyleSheet
   ========================================================================== */
html{
	width:100%;
	height:100%;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", Meiryo, Osaka, "MS PMincho", sans-serif;
	color:#333;
	text-align:center;
}

body,
ul li{
	line-height:1.8;
}

select, input, button, textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* --- link style --- */
a:link,a:visited,a:active { color: #eee8aa; text-decoration:underline; }
a:hover { color: #b22222; text-decoration:none;}





