@charset "UTF-8";
/*
################################################################################################################

property resset

################################################################################################################
*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
fieldset, img, object {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
ul {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color: #000;
}
hr {
	display: none;
}
strong {
	font-weight: bold;
}
a {
	outline: none;
	overflow: hidden;
}
/*
################################################################################################################

HTML5

################################################################################################################
*/
/* ベースCSSの設定をリセット */
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%;
	vertical-align: baseline;
	background: transparent;
}
/* HTML5の新要素の設定をdisplay:blockにする */
article, asaide, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 画像の枠線をクリアして位置の初期設定 */
img {
	border: 0;
	vertical-align: top;
}
br {
	letter-spacing: normal;
}
/* for WinIE7 */
*:first-child+html body {
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
/* リンク時の枠の点線をなしにする */
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* リンクの装飾の設定 */
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #c7c6c4;
	text-decoration: none
}
/* リスト要素の初期値をリセット */
ul, ol {
	list-style: none;
}
