@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 80%;
	line-height: 2;
	color: #333333;
     background-image: url(images/background.jpg);	
     background-repeat: repeat-x;
	 margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
	color: #000;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.bunner{
	margin-left:15px;
	margin-top:10px;
}
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: #AC3608;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

img.button a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

/*コンテイナー
---------------------------------------------------------------------------*/
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;
	
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 150px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(images/header_bg.jpg );
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 20px;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}


/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 20px;
	font-weight: normal;
	position: absolute;
	right: 0px;		
	bottom: 0px;	
	width: 100%;
	text-align: right;	/*右寄せ*/
	height: 20px;
	background-color:#FFF;
}



/*メインブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 680px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 660px;
	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;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;
	float: right;
	margin-bottom:30px;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;	
	background-image: url(images/title_bg1.jpg);	
	background-position: left top;
	color: #FFFFFF;	
	padding: 0px 10px;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*段落タグ内を幅一杯に使いたい場合用*/
#main p.img {
	padding: 0.5em 0 1em;
}

/*main内の左側部分*/
#m_left {
	 width:250px;
	 float:left;
	 margin-left:10px;
	 margin-top:15px;
}

/*main内の右側部分*/

#m_right {
	 width:420px;
	 float:right;
	 margin-right:10px;
	 margin-top:15px;

}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 240px;
	background-color:#ffffff;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #cccccc;				/*文字色*/
	border: 3px solid #cccccc;	/*枠線の幅、線種、色*/
	text-align: center;			/*センタリング*/
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*画像（サブ）メニュー
---------------------------------------------------------------------------*/
ul.menu li {
	margin: 10px;
}

ul.menu img {
	vertical-align: bottom;
}

/*カーソルオーバー時に動く*/
ul.menu li a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}




/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#03C;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

#footer p {
	 color:#FFF
}


/*テーブル(ご利用料金のページで使用)
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;	
	margin-left:20px;
	margin-top:15px;
	text-align:center;
}

.ta1, .ta1 td, .ta1 th{
	border: 2px solid #999;	/*テーブルの枠線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta1 td{
	padding: 5px;	/*テーブル内の余白*/
	background-color: #f9f2dd;	/*背景色*/
}


/*テーブル１行目*/
.ta1 th.midashi{
	width: 250px;
	text-align: center;
	background-color:#03C;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}
.ta1 th.midashi2{
	width:100px;
	text-align: center;
	background-color:#03C;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}
.ta1 th.midashi3{
	width:200px;
	text-align: center;
	background-color:#03C;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}


/*テーブル(館内案内のページで使用)
---------------------------------------------------------------------------*/
.ta2 {
	width: 650px;	
	margin-left:20px;
	margin-top:15px;
	text-align:center;
}


/*テーブル内の右側*/
td.syasin{
	width:300px;
}
 

td.setumei{
	text-align:left;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #DCDCDC;
}

.top_main {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.price {
	color: #FF0000;
	text-align:right
}

.pagetop {
	text-align: right;
	padding: 3em 0px 0px !important;
}

p.large{
	font-size:14px;
}
