@charset "shift_jis";

body {
     color: #333333;     /*全体文字色*/
     margin: 0px;
     padding: 0px;
     text-align: center;
     font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";     /*全体の文字サイズ、行間、フォントファミリー*/
     background: #FFFFFF;     /*全体背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
     margin: 0px;
     padding: 0px;
}
ul{
     list-style-type: none;
}
img {
     border: none;
}
input,textarea,select {
     font-size: 1em;
}
form {
     margin: 0px;
}
table {
     border-collapse:collapse;
     font-size: 100%;
     border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
     color: #333333;
}
a:hover {
     color: #D60000;               /*カーソルオーバー時文字色*/
     text-decoration: none;     /*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
     text-align: left;
     width: 930px;
     margin-right: auto;
     margin-left: auto;
}

/*h1見出しの設定
---------------------------------------------------------------------------*/
#container h1 {
     font-size: 10px;     /*文字サイズ*/
     text-align: right;     /*文字を右寄せ*/
     font-weight: normal;     /*太字を通常に*/
}
#container h1 a {
     text-decoration: none;     /*リンクテキストに入る下線を消す*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
     float: right;     /*右側に回り込み*/
     width: 650px;     /*メインコンテンツ幅*/
}

/*h2タグ設定*/
#main h2 {
     font-size: 100%;
     clear: both;
     width: 650px;
     color: #333333;     /*文字色*/
     padding-left: 10px;     /*左側の余白*/
     line-height: 48px;
     height: 48px;
     overflow: hidden;
}
/*h3タグ設定*/
#sub h3 {
     font-size: 100%;
     color: #333333;          /*文字色*/
     text-align: center;     /*文字をセンタリング*/
     background: #C4B48A     /*背景色*/
     line-height: 50px;
     height: 50px;
     overflow: hidden;
}
/*段落タグの余白設定*/
#sub p {
     padding: 5px 0px;     /*左から、上下、左右への余白*/
}
/*サブコンテンツ内のbox1設定*/
#sub .box1 {
     background: #FFF;     /*背景色*/
     padding: 5px;          /*ボックス内の余白*/
     border: 0px solid #CCC;     /*枠線の幅、線種、色*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
     float: left;     /*左側に回り込み*/
     width: 230px;     /*サブコンテンツ幅*/
     background: #e7e0d0;     /*背景色*/
     border-top: 1px solid #6C5C39;     /*上側の線の幅、線種、色*/
     border-right: 1px solid #6C5C39;     /*右側の線の幅、線種、色*/
     border-bottom: 1px solid #6C5C39;     /*下側の線の幅、線種、色*/
     border-left: 1px solid #6C5C39;          /*左側の線の幅、線種、色*/}
}
/*h3タグ設定*/
#sub h3 {
     font-size: 100%;
     color: #FFFFFF;          /*文字色*/
     text-align: center;     /*文字をセンタリング*/
     line-height: 34px;
     height: 34px;
     overflow: hidden;
     border-top: 1px solid #6C5C39;     /*上側の線の幅、線種、色*/
     border-right: 1px solid #6C5C39;     /*右側の線の幅、線種、色*/
     border-bottom: 1px solid #6C5C39;     /*下側の線の幅、線種、色*/
     border-left: 1px solid #6C5C39;          /*左側の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
     padding: 0px 0px;     /*左から、上下、左右への余白*/
}
/*段落タグの余白設定*/
#sub p {
     padding: 0px 0px;     /*左から、上下、左右への余白*/
}


/*サブコンテンツ内メニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
     display: block;
     font-size: 100%;
     padding: 0px 10px 0px 10px;     /*左から、上、右、下、左への余白*/
     text-decoration: none;     /*デフォルトで入るリンクの下線を消す設定*/
     color: #333;     /*文字色*/
     line-height: 34px;
     height: 34px;
     border-top: 1px solid #6C5C39;     /*上側の線の幅、線種、色*/
     border-right: 1px solid #6C5C39;     /*右側の線の幅、線種、色*/
     border-bottom: 1px solid #6C5C39;     /*下側の線の幅、線種、色*/
     border-left: 1px solid #6C5C39;          /*左側の線の幅、線種、色*/
     overflow: hidden;
}
/*マウスオン時*/
ul.submenu li a:hover {
}

/* 更新情報・お知らせ
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 100px;			/*ボックスの高さ*/
	width: 630px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 610px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 560px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
     clear: both;
     width: 100%;
     text-align: right;     /*文字を右寄せ*/
     padding-top: 0px;
     padding-bottom: 0px;
     font-size: 10px;     /*文字サイズ*/
}
#footer a {
     text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
     width: 690px;     /*テーブル全体の背景色*/
}
.ta1, .ta1 td, .ta1 th{
     border: 1px solid #999;     /*テーブルの枠線の幅、線種、色*/
     line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
     width: 447px;
     padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
     width: 200px;
     padding: 10px;
     text-align: center;
     background: #E7E0D0;     /*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
     width: auto;
     text-align: left;
     background: #CFCFCF url(../images/bg3.gif) repeat-x left top;     /*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
     background-color: #dbd6cd;
}
.mb1em {
     margin-bottom: 1em;
}
.clear {
     clear: both;
}
.mini {
     font-size: 11px;
     line-height: 1.6;
}
ul.disc {
     padding: 0.5em 10px 1em 25px;
     list-style: disc;
}
.color1 {
     color: #D60000;
}
.pr {
     font-size: 10px;
}
.btn {
     font-size: 13px;
}
.wl {
     width: 96%;
}
.ws {
     width: 50%;
}
.c {
     text-align: center;
}
img.fl {
     float: left;
     margin-right: 10px;
     margin-bottom: 1em;
}
img.fr {
     float: right;
     margin-left: 10px;
     margin-bottom: 1em;
}
