@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパンチ
■URL：http://template-punch.com/
---------------------------------------------------------------------------*/

body {
	color: #857d79;
	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/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: #857d79;
}
a:hover {
	color: #b75f0a;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 925px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	text-align: center;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。通常がいいならこの１行削除。*/
}
h1 a {
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 42px;
	width: 100%;
}
ul#menu li {
	float: left;
	padding-right: 5px;
}
ul#menu li.last {
	padding-right: 0;
}
ul#menu img {
	vertical-align: bottom;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 50px;
	clear: left;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;					/*文字サイズ*/
	background-image: url(../images/bg2.jpg);
	color: #FFFFFF;
	padding: 5px 10px;
	clear: both;
	width: 905px;
}
/*トップページのごあいさつブロック内の画像h2タグ設定*/
#main #topbox h2 {
	background-image: none;
	width: auto;
	padding: 0px;
	clear: none;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 20px;
	position: relative;
	height: 300px;
	width: 925px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップ以外のメイン画像
---------------------------------------------------------------------------*/
#mainimg2 {
	padding-bottom: 20px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 905px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 885px;
	border-bottom: 1px solid #BFB0A9;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 785px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 925px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #817C78;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #ecdbca;	/*背景色*/
	text-align: left;
	padding: 10px;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 925px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #817C78;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 682px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #b75f0a;		/*文字色*/
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 2px dotted #b75f0a;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ecdbca;
}

/*クーポンページ
---------------------------------------------------------------------------*/
#coupon {
	position: relative;
	height: 300px;	/*クーポン画像の高さ*/
	width: 905px;	/*クーポン画像の幅*/
}
/*有効期限テキスト設定*/
#coupon span {
	font-size: 16px;	/*文字サイズ*/
	line-height: 50px;
	height: 50px;
	position: absolute;
	width: 220px;
	right: 100px;	/*クーポン画像に対して右から100pxの位置に配置*/
	bottom: 80px;	/*クーポン画像に対して下から80pxの位置に配置*/
	text-align: center;
	color: #FFFFFF;	/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e7e1dd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #b75f0a;
}
.fr {
	float: right;
}
.pr {
	font-size: 10px;
}
