@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.0em;
	background: transparent;
}

* {
	font-family:Meiryo, Osaka, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
html {}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳＰゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em; /*0.875em*/
	color: #333333;
	background-color: #fff;
	background-repeat: repeat;
	line-height:1.5;
}

h1,h2,h3,h4,h5,h6,ul {
	font-weight: normal;
}

div { zoom: 1; /*for IE 5.5-7*/ }
div:after{ /*for modern browser*/
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

ol, ul, dl{ list-style: none; }
blockquote, q { quotes: none; }

p { line-height: 1.5; }
dd { word-wrap: break-word; }
li {
	line-height: 1.6; 
	list-style-type: none;
}

a {
	display: inline;
	text-decoration: none;
}
a:hover { text-decoration: none; }

img {
	border: none;
	vertical-align: bottom;
}
blockquote {
	font-weight: bold;
	margin-bottom: 10px;
}

/* remember to define focus styles! */
:focus {
	outline: dotted 2px #aaa;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

input,
select,
label,
textarea {
	font-size: 100%;
}
sup {
	height: 0;
	line-height: 1;
	vertical-align: top;
	_vertical-align: bottom;
	position: relative;
	font-size: 85%;
}