@charset "shift_jis";

/*
---------------------------------------------------------------------------

---------------------------------------------------------------------------*/

body {
	color: #FFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #CC9900 url(../images/container_bg.jpg) repeat-y center top;	/*全体の背景色、背景画像の読み込み＆リピートなし＆中央上部に配置*/
}
h1,h2,h3,h4,h5,h6,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: #FFFFFF;
}
a:hover {
	color: #FECA14;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 920px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っている最上段のブロック）
---------------------------------------------------------------------------*/
#header {
	height: 60px;	/*ヘッダーの高さ*/
	width: 100%;
	text-align: right;	/*ロゴを右寄せする設定*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
ul#menu {
	position: absolute;top: 70px;
	height: 340px;	/*ブロックの高さ。この範囲内でメニューを配置できる。*/
	width: 100%;	/*ブロックの幅(この場合#containerの幅になる)。この範囲内でメニューを配置できる。*/
z-index: 12;

}
/*html側での１行目メニュー*/
ul#menu li#menu1 {
	position: absolute;
	left: 20px;	/*メニューブロックに対し、左から20pxの位置に配置*/
	top: 100px;	/*メニューブロックに対し、上から10pxの位置に配置*/
}
/*html側での２行目メニュー*/
ul#menu li#menu2 {
	position: absolute;
	left: 150px;	/*メニューブロックに対し、左から100pxの位置に配置*/
	top: 200px;		/*メニューブロックに対し、上から110pxの位置に配置*/
}
/*html側での３行目メニュー*/
ul#menu li#menu3 {
	position: absolute;
	left: 280px;	/*メニューブロックに対し、左から200pxの位置に配置*/
	top: 230px;		/*メニューブロックに対し、上から200pxの位置に配置*/
}
/*html側での４行目メニュー*/
ul#menu li#menu4 {
	position: absolute;
	left: 420px;	/*メニューブロックに対し、左から350pxの位置に配置*/
	top: 240px;		/*メニューブロックに対し、上から230pxの位置に配置*/
}
/*html側での５行目メニュー*/
ul#menu li#menu5 {
	position: absolute;
	left: 550px;	/*メニューブロックに対し、左から500pxの位置に配置*/
	top: 235px;		/*メニューブロックに対し、上から235pxの位置に配置*/
}
/*html側での６行目メニュー*/
ul#menu li#menu6 {
	position: absolute;
	left: 680px;	/*メニューブロックに対し、左から670pxの位置に配置*/
	top: 200px;		/*メニューブロックに対し、上から200pxの位置に配置*/
}
/*html側での７行目メニュー*/
ul#menu li#menu7 {
	position: absolute;
	left: 800px;	/*メニューブロックに対し、左から800pxの位置に配置*/
	top: 100px;
		/*メニューブロックに対し、上から100pxの位置に配置*/
}
#slideshow {
   position: relative;
   width:  640px; /* 画像の横幅に合わせて記述 */
   height: 270px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main2 {
	width: 890px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;	/*メインコンテンツ内にあるものをセンタリング。この１行を外せば左寄せになる。*/
	padding-top: 5px;
}
/*h2タグ設定*/
#main2 h2 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 890px;
	line-height: 26px;
	background: url(../images/bg1.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#main2 h6 {
	width: 610px;
	line-height: 26px;
	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
	
}
ul#menu2 {
	position: absolute;top: 70px;
	height: 100%;	/*ブロックの高さ。この範囲内でメニューを配置できる。*/
	width: 100%;	/*ブロックの幅(この場合#containerの幅になる)。この範囲内でメニューを配置できる。*/
}
ul#menu2 li#menu1 {
	position: absolute;
	left: 40px;	/*メニューブロックに対し、左から20pxの位置に配置*/
	top: 10px;	/*メニューブロックに対し、上から10pxの位置に配置*/
}
ul#menu2 li#menu2 {
	position: absolute;
	left: 260px;	/*メニューブロックに対し、左から20pxの位置に配置*/
	top: 20px;	/*メニューブロックに対し、上から10pxの位置に配置*/
}
#main {
	width: 890px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;	/*メインコンテンツ内にあるものをセンタリング。この１行を外せば左寄せになる。*/
	padding-top: 100px;
}


/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 890px;
	line-height: 26px;
	background: url(../images/bg1.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#main h3 {
margin-top: 10px;
margin-left: 40px;
text-align: left;
}
#main h4 {
font-size: 130%;
margin-top: 10px;
margin-left: 110px;
text-align: left;
}
#main h5 {
font-size: 100%;
margin-top: 10px;
margin-left: 130px;
text-align: left;
}
#ig0 {
   position: absolute;
margin-top: -230px;
margin-left: 600px;
}
#ig1 {
   position: absolute;
margin-top: 100px;
margin-left: 600px;
}
#ig2 {
   position: absolute;
margin-top: 400px;
margin-left: 300px;
}
#main h6 {
	width: 670px;
	line-height: 26px;
	background: url(../images/bg2.gif) repeat-y;	/*背景画像の読み込み＆Y軸(縦軸)にリピート*/
	
}
#eigyou {
	width: 210px;	/*メインコンテンツ幅*/
	margin-top: -25px;
	margin-left: 680px;
	text-align: center;	/*メインコンテンツ内にあるものをセンタリング。この１行を外せば左寄せになる。*/

position: absolute;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 50px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	 overflow: auto;/*	iframeっぽく見せる設定。通常がいいならこの行と、すぐ下のheightの行を削除する。*/
	height: 250px;	/*ブロックの高さ*/
	width: 670px;
position: absolute;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
}
#main .new dd {
	border-bottom: 1px dotted #FFF;	/*日付ごとに入る下線の幅、線種、色*/
}
#main .new if {
	border-bottom: 1px dotted #FFF;	/*日付ごとに入る下線の幅、線種、色*/
}
/*フッター
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	clear: both;
	padding-top: 50px;
	padding-bottom: 10px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
}

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	color: #666;
	background: #FFF;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #726C2D;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 547px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #21200D;	/*背景色*/
	color: #FFF;
}

/*staffページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	float: left;	/*ボックスを左へ回り込み*/
	width: 240px;	/*ボックスの幅*/
	height: 290px;	/*ボックスの高さ*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	overflow: hidden;	/*飛び出た文字を非表示にする設定*/
	margin-left: 30px;	/*ボックス同士の隙間*/
	margin-bottom: 10px;	/*ボックスの下の隙間*/
	display: inline;
	background: #FFF;
	color: #666;
}
/*p段落タグ*/
#main .box1 p {
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	padding: 5px 0px 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #DA8C1F;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 75px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FECA14;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

