<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 {
	scrollbar-3dlight-color:#f4f9fe;
	scrollbar-highlight-color:#449ef4;
	scrollbar-face-color:#f4f9fe;
	scrollbar-arrow-color:#449ef4;
	scrollbar-shadow-color:#449ef4;
	scrollbar-darkshadow-color:#f4f9fe;
	scrollbar-track-color:#f4f9fe;
}


body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #0000cd;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #a1cef9 url(images/bg.gif) repeat-x top;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #1d3994;
}
a:hover {
	color: #FA4E12;
}
.look {
	color: #FA4E12;
}

.midashi1 {
	background: url(images/midashi2.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.arrow1 a {
	background: url(images/arrow1.gif) no-repeat 10px center;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #449EF4;
	padding-right: 10px;
	line-height: 35px;
	width: 164px;
}
.arrow1 a:hover {
	background: #dcedfd url(images/arrow1.gif) no-repeat 11px center;
}
#left p,#right p {
	padding: 0.5em 10px 1em;
	line-height: 1.5;
	font-size: 110%;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	border: 1px solid #449EF4;
	width: 846px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}




/*ヘッダー（写真とサイトロゴが入っているところ）
------------------------------------------------------------------*/
#header {
	height: 165px;
	background: url(images/main_img.jpg) no-repeat left top;

}
#header img {

}
#header h1 {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 30px;
	font-weight: normal;
}



/*ヘッダー下のナビメニュー
------------------------------------------------------------------*/
#nav {
	background: #F9EA65 url(images/nav_bg.gif) repeat-x bottom;
	border-top: 1px solid #449EF4;
	border-bottom: 1px solid #449EF4;
	text-align: right;
	line-height: 24px;
}



/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 199px;
	border-right: 1px solid #449EF4;
	vertical-align: top;
}



/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 199px;
	border-left: 1px solid #449EF4;
	vertical-align: top;
}



/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 424px;
	vertical-align: top;
	padding: 10px;
}
#center p {
	padding: 0.5em 5px 1em;
}

#center h2 {
	font-size: 150%;
	border: 3px double #449EF4;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	background: #FFFFFF url(images/h2_bg.gif) repeat-x bottom;
}
</pre></body></html>