@charset "UTF-8";
body {
	color: #222222;
	background-color: #FFFFFF;	/*背景色*/
	background-image: url(../../images/white_gold2/wa_bg.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*左から、文字サイズ、行間(line-height)、フォントファミリーの指定*/
}

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: #000000;
}
a:hover {
	color: #33FFFF;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

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

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(../../images/white_gold/header_bg.gif);	/*ヘッダー背景画像の読み込み*/
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #shoplogo {
	position: absolute;
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
	top: 24px;	/*ヘッダーブロックに対して上から24pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 14px;			/*文字サイズ*/
	line-height: 20px;		/*行間*/
	font-weight: normal;	/*デフォルトで太字になるのを標準に。太字がいいならこの１行削除。*/
	color: #000000;			/*文字色*/
	position: absolute;
	top: 20px;		/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 10px;	/*ヘッダーブロックに対して右から10pxの位置に配置*/
}
#header h1 a {
	color: #000000;			/*文字色*/
	text-decoration: none;
}

#header p {
font-size: 18px;			/*文字サイズ*/
	color: #000000;			/*文字色*/
	position: absolute;
	top: 34px;		/*ヘッダーブロックに対して上から34pxの位置に配置*/
	left: 75px;	/*ヘッダーブロックに対して右から10pxの位置に配置*/

}
/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(../../images/white_gold/menu_bg.gif);	/*メニュー背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*画像の上部を配置*/
	height: 42px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	text-decoration: none;
	width: 100px;	/*メニュー１個あたりの幅*/
	line-height: 42px;
	height: 42px;
	display: block;
	text-align: center;
	border-right: 1px solid #aa9f84;	/*メニューごとにある右側の境界線の設定*/
	overflow: hidden;
}
ul#menu li a:hover {
	background-image: url(../../images/white_gold/menu_bg.gif);	/*カーソルオーバー時のメニュー背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;				/*画像の下部を配置*/
	color: #FF0000;	/*カーソルオーバー時の文字色*/
}

/*トップのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
}

/*メインコンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 40px;
}

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

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右に配置*/
	width: 220px;/*サブコンテンツ幅*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	border: 3px double #aa9f84;	/*枠線の幅、線種、色の設定*/
	padding: 5px;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のサブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li {
	border-bottom: 1px solid #aa9f84;	/*メニューごとの下線の幅、線種、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 210px;
}
#sub ul.submenu li a:hover {
	color: #000000;	/*カーソルオーバー時の文字色*/
	background-color: #aa9f84;	/*カーソルオーバー時の背景色*/
}

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

/*フッター
---------------------------------------------------------------------------*/
#footer {
	width: 100%;
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔*/
	clear: both;
	text-align: center;
	line-height: 80px;
	height: 80px;
	background-image: url(../../images/white_gold/footer_bg.gif);	/*フッター背景画像*/
	background-repeat: no-repeat;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 740px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #aa9f84;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	text-align: left;
	padding: 10px;
	background-color: #e8e5d1;	/*背景色*/
	color: #000000;	/*文字色*/
	background-image: url(../../images/white_gold/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 740px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #aa9f84;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 497px;
	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;
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px solid #000000;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e8e5d1;	/*背景色*/
	color: #000000;	/*文字色*/
	background-image: url(../../images/white_gold/title_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}




/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #aa9f84;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #FF0000;
}
