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

/*html {
	overflow-x: hidden;
}*/

body {
	font-size: 13px;/*　基本文字サイズ　*/
	*font-size: small;/*　ＩＥ７およびＩＥ６標準準拠モードに適用　*/
	*font: x-small;/*　ＩＥ６互換交互モードに適用　*/
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*======================================

	Font size setting

=======================================*/

a,
p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

/*======================================

	Universal selector

=======================================*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	font-style :normal;
}

/*======================================

	Structure Module

=======================================*/

body {
	color: #343433; /* 文字色 */
}


/*======================================

	Text Module

=======================================*/

p,
pre,
address,
cite {
	
	}

h1 {
	font-weight: bold;
	font-size: 114%;
}

h2 {
	font-weight: bold;
	font-size: 107%;
}

h3 {
	font-weight: bold;
	font-size: 107%;
}

p {
	text-align: left;
	font-size: 100%;
}

address {
	font-style: normal;
	font-weight: normal;
	font-size: 101%;
	}

em {
	font-weight: bold;
}

strong {
	color: ;
}

blockquote {
	border: 3px solid #eee;
	color: #666;
	background-color: ;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

.f_b {
	font-weight:bold;
}

/*======================================

	Hypertext Module

=======================================*/

a:link {
	color: #3399CC;
	text-decoration:none;
}

a:visited{
	color: #3399CC;
	text-decoration:none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a img {
	border: 0;
}

/*======================================

	List Module

=======================================*/

ul,
dl {
	list-style-type: none;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}


/*======================================

	Tables Module

=======================================*/

table {
	border-collapse: collapse;
}

th,
td {
	font-weight: normal;
	
}

/*======================================

	Image Module

=======================================*/

img {
	font-size: 0; /* 画像だった場合のバグ回避法 */
	line-height: 0; /* 画像だった場合のバグ回避法 */
	vertical-align: bottom; /* 画像だった場合のバグ回避法 */
}
</pre></body></html>