@charset "shift_jis";

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

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/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: #D60000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

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

/*h1見出しの設定
---------------------------------------------------------------------------*/
#container h1 {
	font-size: 10px;	/*文字サイズ*/
	text-align: right;	/*文字を右寄せ*/
	font-weight: normal;	/*デフォルトで太字なので通常に*/
}
#container h1 a {
	text-decoration: none;	/*リンクテキストにデフォルトで入る下線を消す設定*/
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 690px;	/*メインコンテンツ幅*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 22px;
	clear: both;
	width: 680px;
	background: url(../images/bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	color: #FFF;	/*文字色*/
	padding-left: 10px;	/*左側の余白*/
	line-height: 48px;
	height: 48px;
	overflow: hidden;
}
/*h2に画像を使った場合の設定*/
#main h2.title {
	background: url(none);
	padding: 0px;
	height: auto;
	width: auto;
}
/*h3タグ設定*/
#main h3 {
	font-size: 100%;
	background: #CFCFCF url(../images/bg3.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	border-left: 4px solid #0A98C1;		/*左側の線の幅、線種、色*/
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
	clear: both;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	font-size:16px;
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	background: #d7e9ec;	/*背景色*/
	padding: 5px;	/*余白*/
	border: 1px solid #a5cdd3;	/*枠線の幅、線種、色*/
}
/*ロゴ画像設定*/
#sub #logo {
	padding: 0px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 20px;
	color: #FFFFFF;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	background: #77DBEB url(../images/bg2.gif) no-repeat;	/*背景色、背景画像の読み込み*/
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

#sub h4 {
	font-size: 15px;
	color: #FFFFFF;		/*文字色*/
	text-align: center;	/*文字をセンタリング*/
	background: #77DBEB url(../images/bg2.gif) no-repeat;	/*背景色、背景画像の読み込み*/
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}


/*段落タグの余白設定*/
#sub p {
	padding: 5px 0px;	/*左から、上下、左右への余白*/
}
/*サブコンテンツ内のbox1設定*/
#sub .box1 {
	background: #FFF;	/*背景色*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

/*サブコンテンツ内メニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	width: 188px;
	padding: 0px 10px 0px 30px;	/*左から、上、右、下、左への余白*/
	text-decoration: none;	/*デフォルトで入るリンクの下線を消す設定*/
	color: #333;	/*文字色*/
	background: url(../images/menu_bg.gif) no-repeat left top;	/*背景画像の読み込み＆リピートしない＆上部を読み込む*/
	line-height: 50px;
	height: 50px;
	border-right: 1px solid #0A9FCA;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #0A9FCA;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #0A9FCA;		/*左側の線の幅、線種、色*/
	overflow: hidden;
}
/*マウスオン時*/
ul.submenu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat left bottom;	/*背景画像の読み込み＆リピートしない＆下部を読み込む*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 680px;
	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;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;	/*文字を右寄せ*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;	/*文字サイズ*/
	border-top-style:groove;
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 690px;	/*テーブル全体の背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 447px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #D7E9EC;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #CFCFCF url(../images/bg3.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dbd6cd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.mini {
	font-size: 11px;
	line-height: 1.6;
}
ul.disc {
	padding: 0.5em 10px 1em 25px;
	list-style: disc;
}
.color1 {
	color: #D60000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}
