@charset "shift_jis";
body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #CEFFDB url(images/bg.gif);
	text-align: center;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

/*ＨＰ枠の設定
------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #693;
	border-bottom: 2px solid #693;
	border-left: 2px solid #693;
	text-align: left;
}

/*ヘッダー設定（ＨＰタイトルとかＨ１タグとかある所）
------------------------------------------------------------------*/
#header h1 {
	font-size: 11px;
	background-color: #693;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}
#header {
	background: url(images/header_bg.gif) repeat-x bottom;
}
#logo {
	float:left;
	font-size: 30px;
	font-weight: bold;
}

/*メインメニューの設定
------------------------------------------------------------------*/
#menu {
	color: #FFFFFF;
	background-color: #390;
}
#menu li {
	float: left;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left top;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right: 1px solid #a4e6f4;
	width: 110px;
}
#menu a:hover {
	background: url(images/menu_bg.gif) no-repeat right bottom;
}

/*メイン写真（下にある黒いラインとフロート解除）
------------------------------------------------------------------*/
#mainimg {
	clear: both;
	border-bottom: 5px solid #693;
}

/*メインコンテンツ（文章がある部分）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 30px;
	border-bottom-style: none;
}
#main h2 {
	font-size: 100%;
	background:url(images/bar.png) no-repeat;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}
#main p {
	margin: 3px 10px 8px 10px;
}
#new li {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

#new .box {
	margin-top:20px;
	padding-top:10px;
	float:left;
}

.box
{
	margin-top:20px;
	float:left;
}

#mainbox
{
	float:left;
	width:520px;
	height:auto;
	margin-top:10px;
}

#mainbox .leftbox
{
	float:left;
}

#mainbox .rightbox
{
	float:left;
	margin-left:10px;
	width:300px;
}

.clear
{
	clear:both;
}

/*サブコンテンツ（右側のスペース）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 230px;
	display: inline;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.subtable {
	border: 1px solid #a4e6f4;
	margin-bottom: 20px;
}
.subtable h3 {
	margin: 1px;
	text-align: center;
	font-size: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	background-color: #999999;
	background-image: url(images/sub_midashi_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.subtableh1 {
	margin: 1px;
	text-align: center;
	font-size: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	background-color: #999999;
	background-image: url(images/01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.subtableh2 {
	margin: 1px;
	text-align: center;
	font-size: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	background-color: #999999;
	background-image: url(images/02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.subtableh4 {
	margin: 1px;
	text-align: center;
	font-size: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #8CFFD1;
	background-repeat: repeat-x;
	background-position: top;
}

.subtableh4 img {
	margin-bottom:5px;
}
.subtableh5 {
	margin: 1px;
	text-align: center;
	font-size: 100%;
	padding-bottom: 20px;
	padding-top: 5px;
	background-color: #999999;
	background-image: url(images/04.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.subtable p {
	padding: 5px;
	color: #999999;
	font-size: 85%;
}

/*文字サイズ変更ボタン（ここは変更しないように）
------------------------------------------------------------------*/
#fsize {
	height: 44px;
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#fsize li {
	float: right;
}
#fsize a{
	overflow:hidden; /*firefox用*/
	display: block;
	text-indent: -9999px;
}
#sm a {
	background-image: url(images/fsize_btn_01.gif);
	height: 44px;
	width: 58px;
}
#sm a:hover {
	background-image: url(images/fsizen_btn_01.gif);
}
#me a {
	background-image: url(images/fsizen_btn_02.gif);
	height: 44px;
	width: 55px;
}
#me a:hover {
	background-image: url(images/fsizen_btn_02.gif);
}
#la a {
	background-image: url(images/fsize_btn_03.gif);
	height: 44px;
	width: 60px;
}
#la a:hover {
	background-image: url(images/fsizen_btn_03.gif);
}

/*フッター（コピーライト部分）
------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #360;
	text-align: center;
	clear: both;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #a4e6f4;
	text-decoration: none;
	font-size: 90%;
}

#mail {
	color: #00F;
	text-decoration: none;
	font-size: 100%;
	line-height: 17px;
	background-color: #FFF;
}
/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
#menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#menu { display: inline-block; }

/* Hides from IE-mac \*/
*html #menu { height: 1%; }
#menu { display: block; }
/* End hide from IE-mac */
.mail {
	font-size: 100%;
	line-height: 20px;
}
#main 88{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*
     FILE ARCHIVED ON 18:40:33 Mar 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:07:43 Sep 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.539
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.016
  esindex: 0.011
  cdx.remote: 50.175
  LoadShardBlock: 188.987 (3)
  PetaboxLoader3.datanode: 212.965 (5)
  PetaboxLoader3.resolve: 381.939 (3)
  load_resource: 424.181 (2)
*/