@charset "shift_jis";


/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #FFFFFF url(images/bg.gif) repeat-x top;
	font: 15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
	}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
strong {
	color: #993300;
	font-weight: normal;
}
p {
	padding-bottom: 5px;
	padding-top: 10px;
}



/*ヘッダー
■h1タグの文字色を変えたい場合、#header-container h1項目内にある「#58362D」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF
}
#header-container h1 {
	font-size: 14px;
	color: #FFFFFF;
	background: #FFFFFF url(images/img1.gif);
	height: 40px;
	padding-top: 10px;
	padding-left: 0px;
	font-weight: 400;
	right: 1024px;
}


/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 20px;
}


/*コンテナー
----------------------------------------------------------------------------------*/
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: url(images/img45.gif) repeat-y left;
	clear: inherit;
}



/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.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;
	width: 0px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url() no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}


/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
	width: 1024px;
	text-align: inherit;
	padding: 9px 0px 0px;
	line-height: 2;
	border-top: 1px solid #CCCCCC;
		}



.footertxt {color: #FFFFFF}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FFFF99;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}


.hidariyose {
text-align: left;
}

.mmd {
	color: #000099;
	font-weight: bold;
	font-size: 18px;
	}	
	
/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background: url(images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
}



/*フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 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%; }
#container { display: block; }
/* End hide from IE-mac */
a1 {
	background-attachment: fixed;
	background-image: url(images/img5.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
