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

 file name  :default.css
 style info :ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
	width: 100%; 
	height: 100%; 
}
body, div, dl, dt, dd, ul, 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;
}

caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳＰゴシック", "MS PGothic", "Sans-Serif";
	font-size: 13px;
	line-height: 1.6em;
	color: #574A39;
	background-image: url(../img/common/bg/bg.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: normal;
}

img, abbr, acronym, fieldset	{
	border: 0;
}
img	{
	vertical-align: top;
}
ul li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

a, a:link	{
	text-decoration: underline;
	color: #CA7E00;
}
a:visited	{
	text-decoration: underline;
}
a:hover	{
	text-decoration: none;
}
a:active	{
	text-decoration: underline;
}

img{
	border: none;
}

.clear {
	clear: both;
}


a:hover img.alfa {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.alfall a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

button {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
</pre></body></html>