/*全体の設定*/
body{
	margin:0px;
	padding:0px;
	font-style:normal;/*文字のスタイル：普通*/
	font-weight:normal;/*文字の太さ：普通*/
	font-size:medium;/*文字の大きさ：中*/
	text-align:center;/*文字の寄せ方：左寄せ*/
	color:#666699;/*文字の色：黒*/
	background-color:#ffffff;/* 背景の色：白 */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img{/* 画像表示のデザイン設定*/
	border:0px;
}

ul{
 margin-top:0px;
}





/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color: #666699;/*文字の色：青*/
    font-style:normal;
    text-decoration:none;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#1e90ff;/*文字の色：紫*/
    text-decoration:none;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}


/*******ヘッド*****/

#head {
	width:770px;
	height:150px;
	margin:auto;
	background-color:#FFFFFF;
}




/******全体枠ですこの外側にテーブルを配置柄で囲んだ****/

#container  {
	margin-left:auto;
	margin-right:auto;
	width:770px;
	margin-top: 0px;
	background-color:#FFFFFF;
}



/****メニュー部分****/


ul.submenu{
    list-style:none;
    width:100%;
    font-size:14px;
    margin-left:0px;
    padding:3px 0px;
    border-top:double 4px #663300;
    border-bottom:double 4px #663300;
    text-align:center;
    background-color:#ffffff;
}
ul.submenu li{
    list-style:none;
    display:inline;
    background-color:#ffffff;
    margin:0px 15px;
}
ul.submenu a{
    padding-left:15px;
    text-decoration:none;
}
ul.submenu a:hover{
 background:url(images/nabi.gif) left center no-repeat;
}


/******お買いものテーブル用枠****/
#content td{
 font-size:14px;
 width:auto;
}

/*******一覧用*****/
#mokujimenu {
	background-color:#FFFFFF;
	text-align:left;
	list-style-position: inside;
	list-style-image:url(images/nabi2.gif);
	list-style-type: none;
	line-height: 150%;
 }
 
.font14{
	font-size: 15px;
	font-weight: bold;
	list-style-type: disc;
	background-color: #CCFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.font9 {
	font-family: Verdana;
	font-size: 12px;
	padding-left:0px;
}

.moji2   {
	font-family: Verdana;
	font-size: 13px;
	color: #0000FF;
	text-transform: none;
	font-weight: bold;
}


.font1 {font-family:Osaka,"MS Pゴシック";
	      font-size:10pt;
   background-color: WHITE;
	          color: rgb(102,102,153);}
.font8 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9pt;
	color: #FF0000;
}

    
.font2  {
	font-size:11pt;
	font-weight:bold;
	color:#ffffff;
	background-color: #0066cc;
	line-height: 150%;
	text-align: center;
}
             
.font3  {font-size:10pt;
       font-weight:bold;
             color:#ff0000;}
             
.font4  {font-size:11pt;
       font-weight:bold;
             color: #800040;}
             
             
.font5  {font-size:10pt;
         font-weight:bold;
            color:#ff0000;
            text-decoration:line-through;}
            
.font6   {font-size:12px;
       font-weight:bold;
             color: #800040;}
             
.font7  {font-size:10pt;
             color: rgb(102,102,153);
       font-weight:bold;}
 
.font9 {
	font-size: 11pt;
	color: #0000cc;
	font-weight: bold;
}
.font10 {
	font-size: 11pt;
	color: #ff6600;
}

#jisage {
	margin:10px 20px;
	line-height: 130%;
	text-align:left;
	color: #666699;
}

#jisage2 {
margin-top:0px;
margin-left:210px;
margin-right:20px;
	line-height: 130%;
	text-align:left;
	color:#666699;
}

#foot {
margin:0px auto;
background-color:#FFFFFF;
text-align:center;
width:770px;
padding-top:15px;
}	

