@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;		/*全般の文字サイズ*/
	line-height: 1.8;		/*全般の行間*/
	color: #0c0136;		/*全般の文字色*/
	background: #ffffff;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #2D49D8;

}



/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #2D49D8;		/*リンク部分のカーソルオーバー時の文字色*/
}



/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height:320px;
	width: 900px;
	position: relative;
	margin-bottom: 1px;
	text-align: left;
}


#header h1 {
	font-size: 14px;		/*h1タグの文字サイズ*/
	color: #001b47;			/*h1タグの文字色*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 900px;
  margin: 0;
  padding: 2px 0 0 5px;
  text-align: left;
}


#header h2 {
  margin: 0;
  width: 410px;
  text-align: left;
  font-size: 14px;
  color: #444444;
  letter-spacing: 1px;
}


#table-left{
  text-align: left;
  font-size: 12px;
  color: #444444;
  text-decoration: none;
}

#table-left a{
  font-size: 12px;
  color: #444444;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 4px 1px 0;
  font-size: 26px;
  color: #c9171e;
  text-decoration: none;
}

#table-right a{
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#topmenu li {
	float: left;
}

ul#topmenu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 900px;
	margin-right: auto;
	margin-left: 5px;
	padding-top: 12px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 260px;	/*サイドコンテンツの幅*/
	padding-bottom: 10px;
}

#side h3 {
	font-size: 120%;
	line-height: 60px;
	background: url(images_side/midashi_h3.gif) repeat-x;	/*h3タグの背景画像設定*/
	color: #f5f5dc;		/*h3タグの文字色*/
	height: 70px;
	overflow: hidden;
	width: 260px;

	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


/*サイドとメインの隙間コンテンツ
---------------------------------------------------------------------------*/
#side-main {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 20px;	/*サイドコンテンツの幅*/
	padding-bottom: 10px;
}





/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #2f2503;	/*文字色*/
	font-size: 100%;
	line-height: 1.4;		/*全般の行間*/
	text-decoration: none;
	text-align: left;
	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 260px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}






/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右側に配置する設定*/
	width: 620px;	/*メインコンテンツの幅*/
	padding-bottom: 5px;
	padding-left: 3px;
}

#main h2 {
	font-size: 150%;
	background: url(images/midashi_h2.gif) no-repeat;	/*h2タグの背景画像設定*/
	background-position: 5px;
	color: #ca2020;		/*h2タグの文字色*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 22px;
}

#main h3 {
	font-size: 120%;
	background: url(images/midashi_h3.gif) no-repeat;	/*h3タグの背景画像設定*/
	background-position: 5px;
	color: #890020;		/*h3タグの文字色*/
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding-left: 5px;
}

#main p {
	padding: 0.5em 5px 1em;
}



/*商品ボックス設定
---------------------------------------------------------------------------*/
.shoppingbox {	/*1個あたりのボックス設定*/
	width: 620px;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #001165;	/*1個のボックスの下部に入る境界線*/
}

.shoppingbox .img {	/*画像部分の設定*/
	float: left;	/*画像ボックスを左よせする*/
	font-size: 140%;	/*文字の大きさ設定*/
	font-weight: bold;	/*文字を太くする。通常がいいならこの1行を外す。*/
	color: ##0c0136;		/*文字色。*/
	text-align: center;	/*センタリング設定*/
	width: 180px;		/*実際に配置する画像の幅をここに設定する。*/
	text-decoration: underline;
}


.shoppingbox h3 {	/*右側のh3タグの設定*/
	font-size: 140%;
	margin-left: 200px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	color: #003510;		/*文字色*/
	line-height: 1;		/*全般の行間*/
}

.shoppingbox h4 {	/*右側のh3タグの設定*/
	font-size: 120%;
	margin-left: 210px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	color: #003510;		/*文字色*/
	line-height: 1;		/*全般の行間*/
}

.shoppingbox p {	/*説明文の設定*/
	line-height: 1.3;		/*全般の行間*/
	margin-left: 200px;	/*左に配置する画像幅より大きな数字で調整して下さい。*/
	font-weight: normal;	/*文字を太くする。通常がいいならこの1行を外す。*/
	color: #0c0136;		/*文字色*/
	padding: 0px !important;
}

.shoppingbox a {	/*ボックス内のリンク色設定*/
	color: #f6149c;
}

.shoppingbox a:hover {	/*ボックス内のリンクのカーソルオーバー時の文字色設定*/
	color: #333333;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	color: #001b47;		/*フッターの文字色*/
	background: #6772ff;	/*フッターの背景色*/
}



/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 620px;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}




/*テーブル枠
------------------------------------*/
#waku01 {
    border: 2px solid #800000 ;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

#waku01 th {
    padding: 1px;
    border: 2px solid #FFFFFF ;
    background: #600000;
    color: #FFFFFF ;
    font-weight: bold;
    font-size:100%;
    line-height:26px;
    text-align: center;
}
#waku01 td {
    padding: 1px;
    border: 2px solid #800000 ;
    border-color: #800000;
    color: #600000
    font-size:96%;
    text-align: center;
    line-height: 1.2;
}

#waku02 {
	border: 1px solid #ffb400;
    border-collapse: collapse;
    border-spacing: 2;
    text-align: center;
}

#waku02 th {
    padding: 2px;
    border: 1px solid #ffb400 ;
    background: #fefec3;
    color: #FFFFFF ;
    font-weight: bold;
    font-size:92%;
    /*line-height:26px; ） */ 
    /*text-align: center; （文字をセンターにしたい時） */
}

#waku02 td {
    padding: 2px;
    border: 2px solid #232fff ;
    border-color: #ffd700 
	color: #600000
    font-size: 100%;
    text-align: left;
    line-height: 1.4;  /*（行間） */
 }

#waku03 {
    border: 2px solid #FFFFFF ;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

#waku03 th {
    padding: 1px;
    border: 2px solid #FFFFFF ;
    background: #600000;
    color: #FFFFFF ;
    font-weight: bold;
    font-size:100%;
    line-height:26px;
    text-align: center;
}
#waku03 td {
    padding: 1px;
    border: 2px solid #FFFFFF ;
    border-color: #FFFFFF;
    color: #600000
    font-size:96%;
    text-align: center;
    line-height: 1.2;
}







