@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #408200;
}
dt{
       padding-left: 35px;
}

dd{
       padding-left: 45px;
}


/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #408200;		/*リンク部分のカーソルオーバー時の文字色*/
}



/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 799px;
	position: relative;

}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	color: #FFFFFF;			/*h1タグの文字色*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 789px;
	line-height: 1.4;
	position: absolute;
	left: 5px;
	top: 2px;
	text-align: right;		/*右寄せする指定。左よせがいいならこの1行を外す。*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
        height: 75px;
}

ul#topmenu li {
	float: left;
}

ul#topmenu img {
        height: 75px;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side-l {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width:365px;	/*サイドコンテンツの幅*/
	padding; 20 20 0 10px;
	margin;0 0 0 10px;
}

#side-l h3 {
	font-size: 140%;
	background: url(images/h2_bg.jpg) no-repeat;	/*h3タグの背景画像設定*/
	color: #FFFFFF;		/*h3タグの文字色*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin;0 0 0 10px;
}


#side-l h3 a{	
        color: #FFFFFF;	
        text-decoration: none;
}

#side-l h5 {
	line-height: 50px;
	height: 50px;
	overflow: hidden;

}



#side-l p {
	padding: 0.5em 10px 1em;
}





/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width:380px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*サイドメニュー
---------------------------------------------------------------------------*/
#side-r {
	float: left;	/*メインコンテンツを右側に配置する設定*/
	width: 434px;	/*メインコンテンツの幅*/
	padding; 20 0 0 10px;
}

#side-r h3 {
	font-size: 140%;
	background: url(images/h2_bg.jpg) no-repeat;	/*h2タグの背景画像設定*/
	color: #FFFFFF;		/*h2タグの文字色*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;

}

#side-r h3 a{	
        color: #FFFFFF;	
        text-decoration: none;
}

#side-r h5 {
	line-height: 50px;
	height: 50px;
	overflow: hidden;

}


#side-r p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右側に配置する設定*/
	width: 800px;	/*メインコンテンツの幅*/
	padding-bottom: 60px;
}
#main h2 {
	font-size: 120%;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	padding-right: 50px;
}



#main h3 {
	font-size: 140%;
	background: url(images/h3_bg.gif) no-repeat;	/*h3タグの背景画像設定*/
	color: #FFFFFF;		/*h4タグの文字色*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main h4 {
	font-size: 120%;
	background: url(images/h4_bg.gif) no-repeat;	/*h4タグの背景画像設定*/
	color: #000000;		/*h3タグの文字色*/
	line-height: 30px;
	height: 45px;
	overflow: hidden;
	padding: 4px 50px 10px;
}
#main h6 {
	font-size: 160%;
	background: url(images/h6_bg.gif) no-repeat;	/*h4タグの背景画像設定*/
	color: #000000;		/*h3タグの文字色*/
	line-height: 80px;
	height: 110px;
	padding: 10px 1px 5px 130px;
}




#main p {
	padding: 0.5em 10px 1em;
}

#main table {
        font-size:100%;
}
/*商品ボックス設定
---------------------------------------------------------------------------*/
.shoppingbox {	/*1個あたりのボックス設定*/
	width: 362px;
        background: url(images/h3_box.gif) no-repeat;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom: 1px solid #CCCCCC;	/*1個のボックスの下部に入る境界線*/
}

.shoppingbox .img {	/*画像部分の設定*/
	float: left;	/*画像ボックスを左よせする*/
	font-size: 140%;	/*文字の大きさ設定*/
	font-weight: bold;	/*文字を太くする。通常がいいならこの1行を外す。*/
	color: #FF0000;		/*文字色。*/
	text-align: center;	/*センタリング設定*/
	width: 150px;		/*実際に配置する画像の幅をここに設定する。*/
}

.shoppingbox h3 {	/*右側のh3タグの設定*/
	font-size: 100%;
	margin-left: 160px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	color: #2D49D8;		/*文字色*/
}

.shoppingbox p {	/*説明文の設定*/
	margin-left: 160px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	padding: 0px !important;
}

.shoppingbox a {	/*ボックス内のリンク色設定*/
	color: #2D49D8;
}

.shoppingbox a:hover {	/*ボックス内のリンクのカーソルオーバー時の文字色設定*/
	color: #333333;
}

.shoppingbox1 {	/*1個あたりのボックス設定*/
	width: 365px;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-bottom: 1px solid #CCCCCC;	/*1個のボックスの下部に入る境界線*/
}

.shoppingbox1 .img {	/*画像部分の設定*/
	float: right;	/*画像ボックスを左よせする*/
	font-size: 140%;	/*文字の大きさ設定*/
	font-weight: bold;	/*文字を太くする。通常がいいならこの1行を外す。*/
	color: #FF0000;		/*文字色。*/
	text-align: left;	/*センタリング設定*/
	width: 150px;		/*実際に配置する画像の幅をここに設定する。*/
}

.shoppingbox1 h5 {	/*右側のh3タグの設定*/
	font-size: 100%;
	margin-left: 160px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	color: #2D49D8;		/*文字色*/
}

.shoppingbox1 p {	/*説明文の設定*/
	margin-left: 160px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	padding: 0px !important;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
        background: url(images/name.gif") no-repeat;
	line-height: 1.4;
	text-align: center;
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 760px;			/*What's Newボックスの幅*/
	height: 150px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 20px;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}
