@charset "shift_jis";


body {
	color: #27241d;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #88a1c7 url(../images/bg.jpg) repeat-x center top;	/*背景色、背景画像の読み込み*/
}
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: #443e32;
}
a:hover {
	color: #ECEBE9;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 961px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

#container2 {
	text-align: center;
	width: 1250px;	/*コンテナー幅 初期:961*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
	background: url(../images/header_ill.png) no-repeat right center;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 5px;	/*ヘッダーブロックに対して上から5pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 14px;
	position: absolute;
	left: 6px;		/*ヘッダーブロックに対して左から6pxの位置に配置*/
	top: 74px;		/*ヘッダーブロックに対して上から65pxの位置に配置*/
	font-weight: normal;	/*h1タグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	z-index: 1;		/*ロゴが上に重なってもh1が上に表示されるよう設定*/
	color: #666;	/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔。通常より少し広めに設定している。*/
	width: 380px;
}
#header h1 a {
	text-decoration: none;
	color: #857a6a;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	line-height: 60px;
	height: 60px;
	width: 100%;
	border-left: 1px solid #38485e;	/*ulタグの左側、つまりメニューブロックの先頭に線を入れる設定*/
}
ul#menu li {
	float: left;
	border-right: 1px solid #38485e;	/*liタグの左側、つまりメニュー１個ごとの右側に線を入れる設定*/
}
ul#menu li#current {
	background: url(../images/menu_on.jpg) no-repeat center center;
}
ul#menu li a {
	font-size: 13px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;	/*文字をセンタリング*/
	width: 159px;		/*メニュー１個あたりの幅*/
	display: block;
}
ul#menu li a:hover {
	background: url(../images/menu_on.jpg) no-repeat center center;	/*マウスオン時の背景画像*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 5px;	/*上部メニューとコンテンツの間の余白*/
}

#contents2 {
	clear: left;
	width: 100%;
	padding-top: 0px;	/*上部メニューとコンテンツの間の余白*/
}

/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
}

/*１カラムで使う場合のメインブロック設定*/
#c1 #main {
	float: none;
	width: 100%;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #6b6255;	/*文字色*/
	clear: both;
	width: 700px;
	background: url(../images/bg3.jpg);	/*背景画像*/
	padding: 10px;	/*余白*/
	border-top: 5px solid #f1a42a;	/*上の線の幅、線種、色*/
}
/*１カラムで使う場合のh2タグ設定*/
#c1 #main h2 {
	width: 941px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
}

/*１カラムで使う場合のサブブロック設定*/
#c1 #sub {
	display: none;	/*非表示にする設定*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-top: 5px solid #ECEBE9;		/*上の線の幅、線種、色*/
	margin-bottom: 1px;
	background: url(../images/bg1.jpg);	/*背景画像*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

#sub .tl {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	height: 1200px;	/*ブロックの高さ*/
	width: 245px;
	

}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li {
	margin-bottom: 1px;	/*メニュー間の空白*/
}
ul.submenu li a {
	display: block;
	width: 205px;
	padding: 2px 5px 2px 10px;	/*メニュー内の余白。左から、上、右、下、左。*/
	text-decoration: none;
	color: #FFF;	/*文字色*/
	background: #323F52 url(../images/bg2.jpg);	/*背景色、背景画像の読み込み*/
}
ul.submenu li a:hover {
	background: #ECEBE9 url(../images/bg3.jpg);	/*マウスオン時の背景画像の読み込み*/
	color: #443e32;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定*/
	height: 150px;	/*ブロックの高さ*/
	width: 700px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 680px;
	border-bottom: 1px solid #6C6352;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 580px;
}
#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: 50px;
	padding-bottom: 20px;
	font-size: 11px;	/*文字サイズ*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
	background: #ECEBE9;	/*背景色*/
}
#c1 .ta1 {
	width: 961px;	/*１カラムで使う場合のテーブル幅*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
#c1 .ta1 td{
	width: 718px;	/*１カラムで使う場合のテーブル内の右側(td)幅*/
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #c8cabe;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #334051 url(../images/bg2.jpg);	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*カスタム*/
.ta1 th.tamidashi2{
	width: auto;
	text-align: center;
	color: #FFF;	/*文字色*/
	background: #334051 url(../images/bg2.jpg);	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
.ta1 th a:hover {
	color: #443e32;
}
/*サムネイル再生*/
.stage{
	width: 400px;
	height: 225px;
	margin: 10px auto 0 auto;
	position: relative;
}

.stage img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition:opacity 0.3s;
}

.stage.on img{
	opacity: 0;
}

/*
a{display: block; color: #000; text-align: center; font-size: 13px; text-decoration: none; }
*/


/*GALLERYページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 14px;
	overflow: hidden;
	margin-bottom: 1em;
	width: 142px;
	height: 152px;
	background: url(../images/photo_bg.gif) no-repeat;	/*背景画像の読み込み*/
	float: left;
	display: inline;
	margin-left: 8px;
	font-size: 10px;
}
#main .box1 a img {
	border: 1px solid #B7A68C;
}
#main .box1 a:hover img {
	border-color: #4B443A;
}


/*１カラムで使う場合のbox設定*/
#c1 #main .box1 {
	margin-left: 18px;
}
/*段落タグ*/
#main .box1 p {
	padding: 0px;
}


/*その他
---------------------------------------------------------------------------*/
.space150 {
	line-height:150%;
}

.look {
	color: #FFF;
	background: url(../images/bg1.jpg);
}
.mb1em {
	margin-bottom: 2em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FFFFFF;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#mainimg {
	padding-bottom: 30px;
}
