<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 Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #e8e4e4;
	margin: 0;
	padding: 0;
	color: #000;
}

a img {
	border: none;
}

a:link {
	color: #4060a0;
	text-decoration: none;
}
a:visited {
	color: #4060a0;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

p{
line-height:160%;
margin-top:5px;
margin-bottom:10px;
}

h1 {
font-size: 2.2em;
font-weight: bold;
line-height: 105%;
margin-bottom: 5px;
color: #000033;
}

h2 {
font-size: 1.7em;
font-weight: bold;
line-height: 50px;
padding-left: 45px;
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 5px;
color: #000033;
background-image: url(../images/bg_h2.gif);
}

h3 {
font-size: 1.4em;
font-weight: bold;
line-height: 50px;
padding-left: 45px;
background-repeat: no-repeat;
margin-bottom: 5px;
color: #000033;
background-image: url(../images/bg_h3.gif);
}

h4 {
font-size: 1.2em;
font-weight: bold;
line-height: 50px;
padding-left: 45px;
background-repeat: no-repeat;
margin-bottom: 5px;
color: #006600;
background-image: url(../images/bg_h4.gif);
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

#container {
	width: 960px;
	background: #FFF;
	padding: 0 30px 0px 30px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダー ~~ */
#header {
	background:url(../images/bg_header.gif);
	height:90px;
	width:100%;
}

.header_in {
	padding:  0;
	width:960px;
    margin: 0 auto; 
}

#address {
	float: right;
	width: 240px;
	font-size:0.9em;
	line-height:120%;
	margin-top:10px;
}

/* 文字サイズ */
#fontsize {
	width: 100px;
	height: 15px;
	float:right;
	margin-top:0px;
}

/* ~~ コンテンツエリア ~~ */
.content {
	padding: 0px;
}
.main1 { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	padding:2px;

	width:240px;
}
.main2 { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-top:30px;
	margin-left:30px;
	width:670px
}
/* ~~ ページ先頭へ戻る ~~ */
.back {
	padding:0;
	margin-top:30px;
	text-align:right
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background:url(../images/bg_footer.gif);
	border-top:#666 1px;
	width:100%;
}
.footer_in {
	padding: 10px 0;
	border-top:#666 1px;
	width:960px;
    margin: 0 auto; 
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、&lt;br /&gt; または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}</pre></body></html>