@charset "shift_jis";

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

body {
	color: #2D2220;
	background-color: #D6CDC4;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);
}
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: #2D2220;
}
a:hover {
	color: #FF0000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 860px;	/*コンテナー幅*/
	background-image: url(../images/container_bg.gif);	/*コンテナー背景画像*/
	background-repeat: repeat-y;					/*背景画像をＹ軸（縦軸）にリピート*/
	padding-right: 64px;
	padding-left: 64px;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 109px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	line-height: 20px;		/*行間*/
	font-weight: normal;	/*デフォルトで太字になるのを標準に。太字がいいならこの１行削除。*/
	color: #000000;			/*文字色*/
	position: absolute;
	left: 45px;	/*ヘッダーブロックに対して左から45pxの位置に配置*/
	top: 14px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
	letter-spacing: 0.2em;	/*文字間隔を広く。通常がいいならこの１行削除。*/
}
#header h1 a {
	text-decoration: none;
	color: #000000;			/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 27px;
}
ul#menu li {
	float: left;
	padding-right: 14px;	/*メニュー同士の余白*/
}
ul#menu img {
	vertical-align: bottom;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	clear: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 50px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	background-image: url(../images/title_bg1.jpg);	/*h2背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	overflow: hidden;	/*ボックスから文字が飛び出た場合に非表示にする*/
	color: #000000;		/*文字色*/
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
/*トップページのメイン写真のボックスの余白*/
#main p.mainimg {
	padding: 0px 0px 20px;		/*左から、上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 840px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 820px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 720px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	background-image: url(../images/footer_bg.gif);	/*フッター背景画像*/
	background-repeat: no-repeat;					/*背景画像をリピートしない*/
	background-position: top;						/*背景画像をボックスの上部に配置*/
	width: 860px;
	padding: 50px 64px 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 860px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #351C17;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #85705D;	/*背景色*/
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	/*文字色*/
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 860px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #351C17;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 617px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #efefef;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px dotted #2D2220;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #85705D;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}


/*gallery2.htmlの写真ボックス設定
---------------------------------------------------------------------------*/
.img {
	text-align: center;	/*写真をセンタリング*/
	background-image: url(../images/bg1.gif);	/*写真の外側にある背景画像*/
	background-repeat: repeat-y;	/*背景画像をＹ軸（縦軸）にリピート*/
	padding: 30px 10px !important;	/*左から、上下、左右の余白*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #D4D4D4;
}
.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;
}
