@charset "UTF-8";

body {
	font-family:'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
	color: #333333;
	line-height: normal;
	font-weight: normal;
}
ul, ol, li {
	list-style-type: circle;
}
h1, h2, h3, h4, h6, p, ul, ol, li, div, table, th, td, dl, dt, dd {
	font-size: normal;
	font-weight: normal;
}
a {
	text-decoration:underline dotted;
}
a:hover {
	color: #f49cc2;
}
img {
	border: none;
	max-width : 100%;
	height : auto;
}
li img {
	vertical-align: bottom;
}
* html .clear {
 height: 1%:
}
pre {
	white-space: pre-wrap;
	font-family:Monaco, Consolas, Courier New, Courier, monospace, sans-serif;
}
