<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =========================================================

Last Update 2013.07.24

========================================================= */
/* ---------------------------------------------------------

ブラウザリセット設定

----------------------------------------------------------*/
/* 基本設定 */
html {
	overflow-y: scroll
}
html&gt;body {
/*font-size: 12px;*/ 
}
img {
	border: 0;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, var {
	font-style: normal
}
caption, th {
	text-align: left
}
q:before, q:after {
	content: ''
}
object, embed {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
abbr, acronym, fieldset {
	border: 0;
	vertical-align: bottom;
}
li {
	list-style-type: none
}
/* 文字・背景設定 */
body {
	font: 0.75em/1.8em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#F6F4E5;
 background-image:;
	margin: 0;
	padding: 0;
}
* + html body {
	font-family: "メイリオ", "Meiryo"
}
/* フロート解除 */
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
a {
	text-decoration:underline;
	color:#900;
}
a:hover {
	text-decoration:none;
	color:#000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
</pre></body></html>