@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #584B42;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    background-image: url(../images/logo01.png);
}
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: #584B42;
}
a:hover {
	color: #B3A79D;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5dc;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 70px;
	width: 100%;
	text-align: center;	/*センタリング*/
	background-image: url(../images/header_bg.gif);	/*コンテンツの角丸用の白いボックス上部を読み込む*/
	background-repeat: no-repeat;
	background-position: bottom;	/*角丸画像を下部に配置する*/
	background-color: #B3A79D;	/*背景色*/
}
/*h1タグ設定*/
#header h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*文字の太さをデフォルトの太字から通常に変更*/
	letter-spacing: 0.2em;	/*文字間隔*/
	color: #FFFFFF;			/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
}

/*メインメニュー設定
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 100px;
}
ul#menu li {
	float: left;
	padding-right: 20px;
}
ul#menu img {
	vertical-align: bottom;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
#main2 {
	clear: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	background-image: url(../images/midashi_bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;					/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;					/*背景画像を下部に配置*/
	padding: 10px;			/*余白*/
	letter-spacing: 0.2em;	/*文字間隔*/
	border-top: 1px solid #B3A79D;		/*上の線の線幅、線種、色*/
	border-right: 1px solid #B3A79D;	/*右の線の線幅、線種、色*/
	border-bottom: 5px solid #B3A79D;	/*下の線の線幅、線種、色*/
	border-left: 1px solid #B3A79D;		/*左の線の線幅、線種、色*/
	font: 130% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #B3A79D;	/*背景色*/
	/*
	background-image: url(../images/footer_bg.gif);
---------------------------------------------------------------------------*/	/*コンテンツの角丸用の白いボックス下部を読み込む*/
	background-repeat: no-repeat;
	background-position: top;	/*角丸画像を上部に配置する*/
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	text-align: center;	/*センタリング*/
	padding-top: 5px;
	padding-bottom: 10px;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 720px;
	border-bottom: 1px solid #B3A79D;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 620px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 760px;	/*テーブルの幅*/
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #B3A79D;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #FFFFFF;	/*背景色*/
	text-align: left;
	padding: 10px;
	background-image: url(../images/midashi_bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;	/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;	/*背景画像を下部に並べる*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 760px;	/*テーブルの幅*/
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #B3A79D;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 517px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #F2F0EE;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e8e4e1;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e8e4e1;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FF0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
