@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#000000;		/*文字色*/

} 
body {
	background-color:#993300;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	background-image:url("image/wall_lace05-a01.gif");	/*内容全体の背景*/
	background-repeat:repeat-x;		/*背景画像を横方向に繰り返す*/
}
div#pagebody {
	width:1100px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("image/momiji.jpg");	/*内容全体の背景*/
	background-attachment:fixed;
	background-color:#ffffff;		/*内容全体の背景色*/
}



/*============================================
ヘッダ
============================================*/
div#header {
	height:168px;	/*背景画像のサイズに合わせてボックスの高さを指定*/

	background-repeat:repeat-x;		/*背景画像を繰り返す*/
	background-color:#000000;		/*ヘッダ部分の背景色*/
}
h1 {
	padding:0px 0px 0px 0px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}
h1 a {text-decoration:none;
	  color:#00ffff; /*文字色*/} 			/*リンクの下線を無くす*/

/*============================================
メインメニュー
============================================*/
ul#menu {
	height:42px; background-color:#eeeeee; font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05 {
	float:left;			/*リスト項目を横に並べる*/
	display:inline;			/*リスト項目をインライン表示にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
}

/*ボタン01〜05にはそれぞれ異なる背景画像を指定する*/
li#menu01 {
	width:164px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*背景画像*/
}
li#menu02 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*背景画像*/
}
li#menu03 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*背景画像*/
}
li#menu04 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*背景画像*/
}
li#menu05 {
	width:164px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*背景画像*/
}
ul#menu a {
	display:block;				/*リンクをブロック表示にする*/
	height:42px; padding-top:4px; text-align:center;
	text-decoration:none; 			/*リンクの下線を無くす*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}

/*============================================
中央
============================================*/
div#center {
	width: 710px;
	margin: 10px 0px 10px 5px;
	display: inline;
	float: left;

	}
	
div#center_header {
	height:26px; padding:4px 0px 0px 0px;
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");
	background-repeat:no-repeat; background-position:top;
	background-color:#cccccc;
	font-size:90%; font-weight:bold; text-align:center;
	}
	
/*-------------------------------------------
右カラム
---------------------------------------------*/
div#submenu1 {
	width:160px;			/*幅の指定*/
	margin:10px 25px 10px 10px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#submenu1_header {
	height:26px; padding:4px 0px 0px 0px;
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");
	background-repeat:no-repeat; background-position:top;
	background-color:#ffffff;
	font-size:90%; font-weight:bold; text-align:center;
}

/*サブメニューのボディ部分（余白調整・背景画像・背景色）*/
ul#submenu1_body {
	padding-bottom:6px;
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");
	background-repeat:no-repeat; background-position:bottom;
	background-color:#cccccc;
}
ul#submenu1_body li {
	font-size:90%;			/*文字サイズを90%にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
}
ul#submenu1_body li a {
	display:block;			/*リンクをブロック表示にする*/
	margin:0px 4px 0px 4px;		/*サブメニュー項目のマージン*/
	padding:2px 0px 2px 20px;	/*サブメニュー項目のパディング*/
	background-color:#eeeeee;	/*サブメニュー項目の背景色*/
	text-decoration:none;		/*リンクの下線を無くす*/
}
ul#submenu1_body li a:hover {
	background-color:#ffffff;	/*リンクにマウスが乗ったら色を変える*/
}
/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width:160px;			/*幅の指定*/
	margin:10px 5px 10px 25px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#submenu_header {
	height:26px; padding:4px 0px 0px 0px;
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");
	background-repeat:no-repeat; background-position:top;
	background-color:#cccccc;
	font-size:90%; font-weight:bold; text-align:center;
}

/*サブメニューのボディ部分（余白調整・背景画像・背景色）*/
ul#submenu_body {
	padding-bottom:6px;
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");
	background-repeat:no-repeat; background-position:bottom;
	background-color:#cccccc;
}
ul#submenu_body li {
	font-size:90%;			/*文字サイズを90%にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	display:inline;			/*リスト項目をインライン表示にする*/
}
ul#submenu_body li a {
	display:block;			/*リンクをブロック表示にする*/
	margin:0px 4px 0px 4px;		/*サブメニュー項目のマージン*/
	padding:2px 0px 2px 20px;	/*サブメニュー項目のパディング*/
	background-color:#eeeeee;	/*サブメニュー項目の背景色*/
	text-decoration:none;		/*リンクの下線を無くす*/
}
ul#submenu_body li a:hover {
	background-color:#ffffff;	/*リンクにマウスが乗ったら色を変える*/
}


/*============================================
フッタ
============================================*/
div#footer {
	height:60px; text-align:center;
	clear:both;					/*回り込みを解除する*/
	background-image:url("http://www.geocities.jp/server-errors/not_found.html");	/*フッタ部分の背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
	background-color:#cccccc;			/*フッタ部分の背景色*/
}
address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:5px 0px 5px 0px;		 /*要素内容の位置調整*/
}
/*============================================
写真配列（小）
============================================*/
div#syasin_menu {
	width:226px;height:226px;			/*幅の指定*/
	margin:10px 5px 40px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#syasin_header {
	height:26px; 
	background-color:#eeeeee;
	font-size:100%; 
	font-weight:bold; 
	text-align:center;
}

/*============================================
写真配列（中）
============================================*/
div#syasin1_menu {
	width:340px;height:340px;			/*幅の指定*/
	margin:10px 5px 40px 5px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#syasin1_header {
	height:26px; 
	background-color:#eeeeee;
	font-size:100%; 
	font-weight:bold; 
	text-align:center;
}

/*============================================
写真配列（大）
============================================*/
div#syasin2_menu {
	width:700px;height:700px;			/*幅の指定*/
	margin:10px 5px 40px 5px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

/*サブメニューのヘッダ部分（余白調整・背景画像・背景色・文字サイズなど）*/
div#syasin2_header {
	height:26px; 
	background-color:#eeeeee;
	font-size:100%; 
	font-weight:bold; 
	text-align:center;
}
/*============================================
商品画像リンクの設定
============================================*/

img.no_border{
    border-style:none;
	width:100%; height:100%;
}

