@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/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: #BE5C01;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

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

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 10px;
	position: absolute;
	top: 34px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#header h1 a {
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	line-height: 50px;
	height: 50px;
	width: 954px;
	background: url(../images/menu_bg.gif) no-repeat center top;	/*メニュー背景画像の読み込み＆上部を読み込む*/
	padding-left: 6px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	font-size: 13px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 158px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
}
ul#menu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat center bottom;	/*マウスオン時の背景画像。下部を読み込む。*/
}

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

/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
}
/*トップページのメインイメージ設定*/
#main #mainimg {
	padding: 0px 0px 15px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 710px;
	background: #A03700 url(../images/h2bg.gif) no-repeat;	/*背景色、背景画像の読み込み*/
	padding-left: 10px;
	line-height: 36px;
	border-bottom: 4px solid #321900;	/*下線の線幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-top: 5px solid #999;		/*上の線の幅、線種、色*/
	margin-bottom: 1px;
	background: url(../images/bg1.gif);	/*背景画像の読み込み*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*subブロック内のboxタグ設定*/
#sub .box {
	padding: 5px;	/*ボックス内の余白*/
	border: 1px solid #999;	/*ボックスの枠線の幅、線種、色*/
	background: #dcdcdc url(../images/bg2.gif) repeat-x left top;	/*ボックス内の背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	margin-bottom: 1em;
}

/*サブメニュー
---------------------------------------------------------------------------*/
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: #000000;	/*背景色*/
}
#sub .box ul.submenu li a {
	width: 193px;	/*box内にサブメニューを置いた場合のメニュー幅*/
}
ul.submenu li a:hover {
	background: #999;	/*マウスオン時の背景色*/
	color: #FFFFFF;		/*マウスオン時の文字色*/
}

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

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
	background: #DCDCDC;	/*テーブル全体の背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #BA5A00;	/*背景色*/
	color: #FFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;			/*文字色*/
	background: #9E3400;	/*背景色*/
}
.ta1 th a {
	color: #FFF;
}

/*メインブロック内のboxタグ設定
---------------------------------------------------------------------------*/
#main .box {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 694px;
	border: 3px double #999;	/*枠線の幅、線種、色*/
	background: #DCDCDC url(../images/bg2.gif) repeat-x left top;	/*背景色、背景画像読み込み＆X軸(横軸)にリピート＆上部に配置*/
	margin-bottom: 1em;
}
/*段落タグ共通設定*/
#main .box p {
	padding: 0px;
}
/*画像の設定*/
#main .box p.img {
	float: left;	/*左側に回り込み*/
}
/*h3タグ設定*/
#main .box h3 {
	margin-left: 160px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
	border-left: 5px solid #333;	/*左側の線の幅、線種、色*/
	padding-left: 5px;
	margin-bottom: 0.5em;
}
/*説明文設定*/
#main .box p.text {
	margin-left: 160px;	/*左の画像とバランスをとって設定する*/
	padding-left: 10px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #BE5C01;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
