@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #F29D00;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

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: #FF0000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 898px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #F29C00;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダーロゴ
---------------------------------------------------------------------------*/
#header_logo {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	background-image: url(images/header_logo.jpg);	/*フッターの背景画像*/
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;	/*文字色*/
	height: 153px;	/*ヘッダーの高さ*/
}


#header_logo {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	background-color: #000000;
	background-image: url(images/header_logo.jpg);	/*フッターの背景画像*/
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;	/*文字色*/
	height: 153px;	/*ヘッダーの高さ*/
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg6.jpg);	/*背景の夜景画像*/
	background-repeat: no-repeat;
	height: 675px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	padding-top: 5px;
}

/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 20px;
	position: absolute;
	left: 55px;		/*ヘッダーブロックに対して左から55pxの位置に配置*/
	top: 90px;		/*ヘッダーブロックに対して上から90pxの位置に配置*/
	font-weight: normal;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 30px;		/*ヘッダーブロックに対して上から30pxの位置に配置*/
}



/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu {
	padding-top: 6px;
	padding-left: 17px;
}

ul#menu li {
	float: left;
	margin-right: 6px;
}

ul#menu li.last {
	margin-right: 0;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 878px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 858px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 758px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*info
---------------------------------------------------------------------------*/
#info {
	clear: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*h2タグ設定*/
#info h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(images/h2_bg.gif);	/*背景画像*/
	background-repeat: repeat-y;				/*Y軸(縦軸)にリピート*/
	background-position: right center;
	font-size: 120%;	/*文字サイズ*/
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*段落タグの余白設定*/
#info p {
	padding: 0.5em 10px 1em;
	padding-left: 30px;
	padding-right: 50px;
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*h2タグ設定*/
#main h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(images/h2-3_bg.gif);	/*背景画像*/
	background-repeat: repeat-y;				/*Y軸(縦軸)にリピート*/
	background-position: center;
	margin: 30px 0px 30px 0px;
	font-size: 120%;	/*文字サイズ*/
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*段落タグの余白設定*/
#main p {
	text-align: center;
	padding: 0.5em 10px 0.5em;
}


/* --- ボタン --- */
#main input.btn5 {
	text-align: center;
	margin: 10px 0px 20px 0px;
	width: 270px;
	height: 2.3em;
	padding: 0;
	background: #c08000 url(images/btn05.gif);
	border: 1px #c08000 inset;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.3em;
}

/* --- ボックス　代表ご挨拶 --- */
#main div.section_aisatsu {
text-align: center;
margin:10px 10px 50px 85px;
position:relative;

width: 700px; /* ボックスの幅 */
padding: 8px; /* ボックスのパディング */
background: #ffd280 url(images/box_back_orange3.gif); /* ボックスの背景 */
}
#main div.section_aisatsu div.inner {
padding: 1em 10px 1px; /* 内部のパディング（上、左右、下） */
background-color: #ffffff; /* 内部の背景色 */
}

/* --- 見出し --- */
#main div.section_aisatsu h3 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
}

/* --- ボックス内の段落 --- */
#main div.section_aisatsu p {
/*margin: 1em 0;  段落のマージン（上下、左右） */
}

#main div.section_aisatsu ul {
	text-align: left;
	margin:0px 130px 0px 130px;
	list-style-type: circle;
	font-size: 95%;
}

#main div.m_top {
	text-align: right;
	padding-right: 100px;
	padding-bottom: 30px;
}

ul#m_link {
	padding-top: 6px;
	padding-left: 75px;
}

ul#m_link li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 50px;
}

ul#m_link li.last {
	margin-right: 0;
}

ul#m_link img {
	vertical-align: bottom;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	background-image: url(images/footer_bg.jpg);	/*フッターの背景画像*/
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;	/*文字色*/
}

/*フッター内にリンク設定した場合用*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 898px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000000;	/*枠線の幅と線種と色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 705px;	/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #FFCF8B;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #1A1A1A;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}
