@charset "shift_jis";
/*共通設定
■文字サイズを変更したい場合、body項目内のfontにある「12px」を変更する。
■strong(強調文字)色を変更したい場合、strong項目内の「#993300」を変更する。現在は赤色になっている。
----------------------------------------------------------------------------------*/


body {
  
  margin : 10px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  background : url(../gazou/bg13.gif) repeat-x;
  font : 13px /1.6 "メイリオ", "ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ pro w3";
  text-decoration : none;
  color : #585858;
}
h1,h2,h3,p,ul,li{
  margin: 0px;
  padding: 0px;
  text-decoration : none;
}
ul{
  list-style-type: none;
  text-decoration : none;
}
img {
  border: none;
  vertical-align: bottom;
}
strong {
  color: #993300;
  font-weight: normal;
}
p {
  padding-bottom: 5px;
  padding-top: 5px;
}
/*ヘッダー
■h1タグの文字色を白以外にしたい場合、#header-container h1項目内にある「#FFFFFF」を変える。
■h1タグの文字サイズを変更したい場合、#header-container h1項目内にある「11px」を変える。
----------------------------------------------------------------------------------*/
#header-container {
  width: 880px;
  
  
  
  text-align: left;
  height : 120px;
}
#header-container h1 {
  font-size : 13px;
  
  background : url(../header/header-k.jpg);
  height : 120px;
  
  
  
  vertical-align : 12px;
  
  
  padding-left : 10px;
}

/*************************************************/
/*                  基本リンク                   */
/*************************************************/
a:link {
	
	text-decoration: none
;
  font-size : 13px;
}
a:visited {
	
	text-decoration : none;
  
  font-size : 13px;
  
}
a:hover {
	
	text-decoration: none;

}
-->
}
a:ACTIVE {
	color: #669933;
	text-decoration: none;
}

/*メインメニュー（画像を横並びにする為の設定なので変更しない）
----------------------------------------------------------------------------------*/
#menu li {
  float: left;
  padding-bottom: 0px;
}
/*コンテナー
----------------------------------------------------------------------------------*/
#container {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  background-repeat : repeat-y;
  clear: left;
  font-family : "ＭＳ Ｐゴシック",メイリオ;
}
/*商品の各テーブル設定
■テーブルのフチを変えたい場合、.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 : 700px;
  background-repeat : repeat-x;
}
.t1 td {
  vertical-align: top;
}
.t1 strong {
  background-repeat : no-repeat;
  padding-left: 20px;
  border-bottom: 1px dotted #CCCCCC;
  display: block;
  margin-bottom: 10px;
}
.t1 img {
  border: 1px solid #CCCCCC;
  padding: 5px;
  background: #FFFFFF;
}
/*メインコンテンツ
----------------------------------------------------------------------------------*/
#main {
  float : left;
  width : 490px;
  text-align : center;
  padding : 10px 6px 10px 10px;
  line-height : 1.6;
  background-color : white; 

  
  
  
  text-decoration : none;
  font-size : 13px;
  position : static;
}
/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line li {
  border-bottom: 1px dotted #CCCCCC;
  
  padding-left: 15px;
}
/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#leftside {
  float : left;
  width : 200px;
  text-align: left;
  padding : 10px 8px 10px 8px;
  line-height: 2;
  
  
  

  background-image : url(../gazou/side.jpg);
  background-repeat : repeat-x;
}
/*サイドコンテンツ
----------------------------------------------------------------------------------*/
#rightside {
  float : right;
  width : 178px;
  text-align: left;
  padding : 10px 6px 10px 6px;
  line-height: 2;
  
  
  

  
  background-repeat : repeat-x;
  
  background-color : white;
}
/*フッター
----------------------------------------------------------------------------------*/
#footer {
  clear: both;
  width: 816px;
    
    height : 40px;
  margin-top : 10px;
background-position : center center;
  border-top-width : 1px;
  border-top-style : solid;
  padding-bottom : 10px;
  margin-bottom : 10px;
  
}
/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
*html #container {
  height: 1%;
}
#container {
  display: block;
}
/* End hide from IE-mac */
 
div{
  text-decoration : none;
}
#topicPath {
  margin : 3px 0px 3px 10px;
}
#topicPath li {
  display:inline;
  line-height:20%;
  list-style-type:none;
font : 11px "メイリオ", "ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ pro w3";
}  
