/*****************/
/*　　　基本設定　　　*/
/*****************/
body,td,th {
	font-size	: small;
	color		: #000000;
	line-height	: 1.4em;
}

font {
	font-family: "MSゴシック","Osaka";
}

font.ultra {
	font-size	: 1.5em;
	line-height	: 1.5em;
}

font.middle {
	font-size	: 1em;
	line-height	: 1.2em;
}
font.u-big {
	font-size	: 2em;
	line-height	: 1.5em;
	margin-bottom	: 3px;
}
font.big {
	font-size	: 1.3em;
	line-height	: 1.5em;
}
font.small {
	font-size	: 0.85em;
	line-height	: 1.5em;
}


/*****************/
/*　　リンク設定　　　*/
/*****************/
a:link {
  color			: #333333;
  background		: transparent;
}
a:visited {
  color			: #663300;
  background		: transparent;
}
a:hover, a:active {
  color			: #ff9900;
  background		: transparent;
}



/*****************/
/*ヘッダ・トップコメント*/
/*****************/
#TopComment {
	color		: #fff;
	font-size	: 0.8em;
}


/*****************/
/* フッタ・コピーライト */
/*****************/
#CopyRight {
	color		: #888;
}
#CopyRight h1 {
	font-size	:1em;
	font-weight	:bold;
}
#CopyRight span {
	font-size	:0.8em;
}






/*****************/
/*サイドコンテンツ*/
/*****************/
/*メニューの各タイトル*/
#Menu h2 {
	font-size	:1.1em;
	color		:#06c;
	font-weight	:bold;
}

.SideMenu li {/*サイドメニュー　　基本：横幅・文字サイズ*/
	font-size	:1em;
}


#search form input#SeachForm { /*商品検索フォーム*/
	font-size	:1em;
}
#search form input#SeachButton { /*商品検索ボタン*/
	font-size	: 1em;
}


#news dl dt span {/*新着タイトル*/
	font-size	: 0.9em;
	line-height	: 1.3em;
	font-weight	: bold;
}



#Calendar table tr.month th {/*カレンダー曜日*/
	font-size	: 0.9em;
	font-weight	: none;
	line-height	:1em;
}
#Calendar table tr.week th {/*カレンダー曜日*/
	font-size	: 0.85em;
	font-weight	: none;
	line-height	:1em;
}
#Calendar tr td {/*カレンダー基本文字*/
	font-size	:0.9em;
	line-height	:1em;
}
#Calendar tr td.CComment {/*カレンダーコメント*/
	font-size	:0.9em;
}
font.Sun {/*カレンダー　日曜日文字色*/
	color		: #F00;
}
font.Sat {/*カレンダー　土曜日文字色*/
	color		: #00F;
}


#Ranking dl dt.RankNumber { /*ランキング*/
	font-size	:0.9em;
}



/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/



/*****************/
/*メインコンテンツ*/
/*****************/





/*****************/
/*TOPバナー広告設定*/
/*****************/

#TopBanner table tr td a h4 , 
#TopBanner table tr td h4 {
	font-weight	:lighter;
	font-size	:0.9em;
}



/*****************/
/*　　　会社概要　　　*/
/*****************/
dt.OutlineTitle {
	color		:#fff;
	font-weight	:bold;
}


/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/





/******************/
/*商品一覧ページ設定　*/
/******************/
/*商品名*/
li.Name a h3 ,
li.PickUpItem {
	font-size	:1.1em;
	line-height	:1.4em;
}

/*商品価格*/
li.PickUpPrice ,/*ピックアップ　価格*/
li.Price strong {
	font-weight		:bold;
	color			:#f00;
}



/******************/
/*　　商品ページ設定　　*/
/******************/
/*商品データ　タイトル*/
#ItemData dt {
	font-size		:1.1em;
	line-height		:1.4em;
}
/*商品画像　画像コメント*/
ul#ImgSet li div h4 {
	font-size		:0.9em;
	line-height		:1.4em;
}


/*************************************************************************************/



