@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: ;
	text-align: center;
	background: #000000 url(images/bg.gif);
}

textarea {
	font-size: 11px;
}

h1,h2,h3,p,ul,li{
	margin: 2px;
	padding: 2px;
}
p {
	line-height:1.4;
	padding-left:10px
}
	
ul{	list-style-type: none;
    padding-left:10px;
    line-height:1.2;     
}

li{
	background-image:url();
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

a { 
    color: #696969;
	}
a:hover { 
    color: #6495ed;
	text-decoration:underline;
	}
a:link { 
    color: #ff6600;  
    text-decoration:none;

	}
a:visited { 
    color:#99cc33;
    text-decoration:none;
	}
a:active { 
    color:#9966cc;
    text-decoration:none;
	}







img {
	border: none;
}
.look {
	background: #e7e5de;
}



/*リンク画像にカーソルがのった時の半透明設定
---------------------------------------------------------------------------------------*/
#contents a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8; /*firefox safari*/
}



/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
	
}
.box img {
	padding: 4px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
.box td {
	vertical-align: top;
	text-align: center;
	font-size: 10px;
	padding-bottom: 0.5em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #333333;	/*カーソルオーバー時のボックスのフチ色（黒色）設定*/
}




/*コンテナー
---------------------------------------------------------------------------------------*/
#container {
	background: #FBF9F1 url(images/container_bg.gif) repeat-y;
	text-align: left;
	width: 800px;
	margin-top : 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
#container h2 {
	font-size: 100%;
	background: url(images/h2_bg2.gif) repeat-x ;	/*h2の背景画像設定*/
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 28px;
}



/*ヘッダー
---------------------------------------------------------------------------------------*/

#header h1 {
	font-size: 10px;
	line-height: 1.2em;
	font-weight: normal;	/*通常の文字の太さに設定。もし太字にしたいならこの１行を削除する*/
	padding-left: ;
	padding-top: ;
}



/*メインメニュー
---------------------------------------------------------------------------------------
■画像なのでdisplay:inlineでもいいんですが、ビルダー編集画面で縦に並ぶので今回はfloat処理
---------------------------------------------------------------------------------------*/
ul#menu {
	width: 688px;
	margin-right: auto;
	margin-left: auto;
	padding-left:50px;
	}
ul#menu li {
	float: left;
}

ul#menu li a {
	color: #ffffff;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #ff6600;
	text-decoration:underline;
}

/*コンテンツ
---------------------------------------------------------------------------------------*/
#contents {
	clear: left;	/*メニューのfloat処理をここでクリア*/
	width: 800px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/*メイン（右側）コンテンツ
---------------------------------------------------------------------------------------*/
#main {
	float: right;
	width: 610px;
	display: inline;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: ;
}
#main h3 {
	font-size: 100%;
	background: url(images/h2_bg2.gif) repeat-x ;	/*h3の背景画像設定*/
	color: #FFFFFF;		/*h2の文字色（ここでは白）*/
	text-align: center;	/*h2の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
	line-height: 28px;
}




/*サイド（左側）コンテンツ
---------------------------------------------------------------------------------------*/
#side {
	float: left;
	width: 190px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: ;
}
#side h3 {
	font-size: 100%;
	background: #000000 url(images/h3_bg.gif);	/*h3の背景画像設定*/
	color: #a0522d;			/*h3の文字色（ここでは白）*/
	letter-spacing: 0.2em;	/*文字間隔をほんの気持ち広げる設定。通常にしたいなら、この１行を削除する。*/
	text-align: center;		/*h3の文字のセンタリング（中央よせ）。もし左よせがよければこの１行を削除する。*/
}
#side p {
	padding: 0px 0px 1em;	/*サイドコンテンツ内の段落タグ<p>設定*/
	color: #900;
}



/*サイドメニュー
---------------------------------------------------------------------------------------*/
ul.sidemenu {
	margin-bottom: 10px;
}
ul.sidemenu li a {
	line-height: 30px;
	background: url(images/submenu_bg.gif) no-repeat;	/*サイドメニューの背景画像*/
	height: 30px;
	width: 250px;
	padding-left:;
	display: block;
	color: #333333;
	text-decoration: none;
}
ul.sidemenu li a:hover {
	background: url(images/submenu_bg_over.gif) no-repeat;	/*カーソルオーバー時のサイドメニューの背景画像*/
	color: #333333;
}



/*フッター
---------------------------------------------------------------------------------------*/
#footer {
	clear: both;			/*mainとsideのフロート処理解除*/
	width: 100%;
	background: #000000;	/*フッターの背景色*/
	text-align: center;		/*文字のセンタリング*/
	color: #FFFFFF;			/*文字色*/
}
#footer a {
	color: #FFFFFF;
}
#container #contents #main #main2 table tr td {
	color: #000;
}
.red {
	color: #F00;
}


