@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif) repeat-x center top;
}
.sub {
	background: #FFFFFF url(images/bg_sub.gif);
}
a {
	color: #0000ff;

}
a:hover {
	color: #FF2222;

}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: top;
}
.look {
	color: #990000;
}



/*コンテナー
------------------------------------------------------------------*/
#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y center;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダーh1タグ
------------------------------------------------------------------*/
#header h1 {
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #E60012 url(images/h1_bg.gif) no-repeat center;
	line-height: 25px;
	padding-right: 20px;
}



/*メニュー
------------------------------------------------------------------*/
#menu li, #menu-sub li {
	display: inline;
}
#menu-sub {
	background: url(images/main_img_kazari_sub.gif) repeat-x bottom;
	padding-bottom: 8px;
	height: 40px;
}


/*メインコンテンツ（左側）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 558px;
	margin-top: 20px;
	display: inline;
	margin-left: 10px;
	margin-bottom: 50px;
}
#main-img {
	margin-left: 0px;
	padding-top: 13px;
	padding-bottom: 13px;
	background: url(images/main_img_kazari.gif) repeat-x center;
}
#main p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h2 {
	background: url(images/h2.gif) no-repeat left top;
	height: 45px;
	width: 550px;
	font-size: 20px;
	color: #666666;
	padding-top: 3px;
	padding-left: 70px;
}
#main h3 {
	background: url(images/h2.gif) no-repeat left top;
	height: 45px;
	width: 550px;
	font-size: 20px;
	color: #666666;
	padding-top: 3px;
	padding-left: 70px;
}

/*メインコンテンツ内のWhat's New欄
------------------------------------------------------------------*/
#new li {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 24px;
	border-bottom: 1px dotted #A5A397;
}
#new {
	margin-bottom: 20px;
	margin-top: 2px;
}

/*コンテンツリンク
-------------------------------------------------------------------*/
#kr {
	color: #000000;
	font-size: 12px;

}

#kr a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;

}

#kr a:hover {
	color: #000000;
	text-decoration: underline;


}

/*サブコンテンツ（右側）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 170px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
	border: 1px double #A5A397;
	margin-bottom: 50px;
	padding: 1px;
}
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;
	line-height: 25px;
	background: #A5A397 url(images/h33.gif);
	text-align: center;
}
#sub p {
	font-size: 90%;
	margin: 0.5em 1em 1em;
}

/*メニュー
------------------------------------------------------------------*/
#side-menu ul {
	border-bottom: 2px solid #625d5a;
}
#side-menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #0000ff;
	font-size: 12px;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left bottom;
	padding-top: px;
	padding-bottom: 10px;
}
#side-menu a:hover {
	background: #ffffff no-repeat left bottom;
	color: #ff0000;

}
/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #E60012 url(images/foot1.gif) no-repeat center;
	height: 50px;
	line-height: 22px;
	font-size: 11px;
	padding-top: 10px;
}
#footer a {
	color: #FFFFFF;
}


/*「画像」部分の枠設定
------------------------------------------------------------------*/
.waku {
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: bold;
}

.waku1 {
	text-align: left;
        color:#660000;
	background: #f2efee;
	border: 1px dotted #cbc9c8;
	line-height: 1.5;
	padding: 0px 5px;
	margin-bottom: 10px;

}

/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.t1項目内の「double」を変える。単なる直線なら「solid」。
　破線なら「dashed」、点線なら「dotted」。他にも色々あるので試すといいでしょう。
■テーブルのフチ色を変えたい場合、.t1項目内の「#CCCCCC」を変える。現在はグレー色。
■写真のフチ色を変えたい場合、.t1 img項目内の「#CCCCCC」を変える。現在はグレー色。
　また、写真とフチの間のスペースにも色を付けられる。.t1 img項目内の「#FFFFFF」で変える。現在は白。
----------------------------------------------------------------------------------*/
.t1 {
	border: 3px double #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	margin-left: 0px;
	width: 550px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #5b710e;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}

/*画像配置の設定
--------------------------------------------------------*/



#left{
	float: left;
	margin: 0px 20px 10px 0px;
}


#right{
	float: right;
	margin: 0px 10px 10px 20px;
}

/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#containers { display: block; }
/* End hide from IE-mac */
