/******************************
* reset.css
* 初期設定のCSSファイルです
* 2007/08/20 yama
******************************/
/* BODY */
body {
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0px;
	padding: auto;
	color: #666666;
	font-size: 12px;
	text-align: left;
	word-break: break-all;
	background-repeat: no-repeat;
}

/* 画像 */
img {
	border: none;
}

h1, h2, h3, h4, h5, h6, th, p, ul, dl {
	font-family: "ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック";
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

/* Hタグ */
h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	text-decoration: none;
	color: #666666;
}

h2, h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* テーブル */
table {
	text-align: left;
}

/* フォーム */
form {
	margin: 0px;
	padding: 0px;
}

/* リンク基本デザイン */
a {
	text-decoration: none;
}

a:link {
	color: #663300;
}
a:visited {
	color: #663300;
}

a:hover {
	color: #666666; 
}
.error {
	color: #FF0000;
}

/******************************
* base.css
* ベースのスタイルシート
* 2007/09/12 yamachan
******************************/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	height: auto;
	width: 748px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 748px;
	background: url('/img/image/navi_on.gif');
	}
#main {
	background-color: ;
	width: 747px;

	float: ;
	clear: ;
}

#main p {
	text-align: left;
        width: 570px;

}

#contents_outer {




	background-color: ;
	float: ;
	clear: ;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#contents{
	width: 570px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 748px;
	clear: both;
	background: #FFFFFF;
	text-align: center;
}

#footer .foot-menu {
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#footer .copyright {
	width: 748px;
	height: 93px;
	padding-top: 20px;
	background-image:;
	background-position: center top;
	background-repeat: no-repeat;
}

#shop-logo {
	width: 280px;
	height: 70px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	clear: none;
}

#sales-copy {
	float: left;
	padding-top: 20px;
	margin-top: 15px;
	margin-left: 25px;
}
#kago {
	float: ;
	height: 40px;
	background: #FFFFFF;
	padding-top: 5px;
}
#top-menu {
	clear: both;
	height: 25px;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
}

#top-menu a {
	margin-right: 15px;
}

/* パンくずリスト */
#pankuzu {
	width: 450px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: left;	
}

#pankuzu ul {
	padding-top: 2px;
	padding-bottom: 2px;
}

#pankuzu li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
}
#pankuzu a:link {
	text-decoration: underline;
}

/*
ぺーじゃあ
*/
#number {
	width: 747px;
	height: 20px;
}


/******************************
* mail.css
* お問合せフォームのCSSファイルです
* 管理画面で制御できる項目以外
* 2007/09/22 yama
******************************/
.mail {border-color: #cec0b5;border-width: 1px;border-style: solid;width: 498px;

	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトル */
.mail h2 {font-weight: nomal;font-size: 14px;color: #666666;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: ;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
}

.mail .text {font-weight: nomal;font-size: 12px;color: #666666;

	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 1.3;
}

/* 見出し */
.mail th {
	padding: 5px;
}

/* 本文 */
.mail td {
	padding: 5px;
}

/* テーブル全体 */
.mail table {
	margin: 5px;
	border-collapse: ;
	width: ;
}

/* テーブル項目 */
.mail th {
 border-color: #cec0b5;

 border-width: 1px;

 border-style: solid;font-weight: nomal;font-size: 12px;color: #666666;

	text-align: left;
	padding: 5px;border-color: #cec0b5;border-width: 1px;border-style: solid;
}

/* テーブル内容 */
.mail td {
 border-color: #cec0b5;

 border-width: 1px;

 border-style: solid;font-weight: nomal;font-size: 12px;color: #666666;

	line-height: 1.8;
	padding: 5px;border-color: #cec0b5;border-width: 1px;border-style: solid;
}

.mail textarea {
	width: 300px;
height: 150px;
}

/* リンクのデザイン */
.mail a {
	text-decoration: none;
}

.mail a:link {

}

.mail a:visited {

}

.mail a:hover {

}
/******************************
* payment.css
* 配送･送料･決済についてのCSSファイルです
* 管理画面で制御できる項目以外
* 2008/05/14 yama
******************************/
/* 配送･送料･決済について全体 */
.payment {
 width: 498px;border-color: #cec0b5;border-width: 0px;border-style: solid;
	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトルテキスト h2 */
.payment h2 {font-weight: nomal;font-size: 16px;color: #666666;

	height: 40px;
	padding-top: 8px;
	padding-left: 10px;

	background-image: ;
	background-repeat: no-repeat;
	background-position: right;
}

/* 項目テキスト h3 */
.payment h3 {font-weight: bold;font-size: 14px;color: #663300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;


	background-image: ;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
	background: #E0BCD6;
}

/* 内容テキスト p */
.payment p {font-weight: nomal;font-size: 12px;color: #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;
}
.payment .article {
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
	margin: 0px;
	padding-bottom: 10px;
	background: #FFFFFF;
}
/* リンクデザイン */
.payment a {
}

.payment a:link {

}

.payment a:visited {

}

.payment a:hover {

}
/******************************
* rule.css
* ご利用規約のCSSファイルです
* 管理画面で制御できる項目以外
* 2007/09/22 yama
******************************/
/* ご利用規約全体 */
.rule {border-width: 0px;border-style: solid;width: 498px;

	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトルテキスト h2 */
.rule h2 {font-weight: nomal;font-size: 16px;color: #666666;

	height: 101px;
	padding-top: 8px;
	padding-left: 60px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right;
}

/* 項目テキスト h3 */
.rule h3 {font-weight: bold;font-size: 14px;color: #663300;

	width: 565px;
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image:　;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
}

/* 内容テキスト p */
.rule p {font-weight: nomal;font-size: 12px;color: #666666;

	width: 550px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;	
}


/* リンクデザイン */
.rule a {
	
}

.rule a:link {

}

.rule a:visited {

}

.rule a:hover {

}

/******************************
* process.css
* ご購入までの流れのCSSファイルです
* 管理画面で制御できる項目以外
* 2007/09/22 yama
******************************/
/* ご購入までの流れ全体 */
.process {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;

	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトルテキスト h2 */
.process h2 {font-weight: nomal;font-size: 16px;color: #666666;

	height: 101px;
	padding-top: 8px;
	padding-left: 60px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right;
}

/* 項目テキスト h3 */
.process h3 {font-weight: bold;font-size: 14px;color: #663300;background-color: #e0bcd6;

	width: 565px;
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: ;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
}

/* 内容テキスト p */
.process p {font-weight: nomal;font-size: 12px;color: #666666;background-color: #ffffff;

	width: 550px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;	
}

/* リンクデザイン */
.process a {
	
}

.process a {

}

.process a:visited {

}

.process a:hover {

}

/******************************
* privacy.css
* プライバシーポリシーのCSSファイルです
* 管理画面で制御できる項目以外
* 2008/05/14 yama
******************************/
/* プライバシーポリシー全体 */
.privacy {
 width: 498px;border-color: #cec0b5;border-width: 0px;border-style: solid;
	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトルテキスト h2 */
.privacy h2 {font-weight: nomal;font-size: 16px;color: #666666;

	height: 101px;
	padding-top: 8px;
	padding-left: 60px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* 項目テキスト h3 */
.privacy h3 {font-weight: bold;font-size: 14px;color: #663300;background-color: #e0bcd6;

	width: 565px;
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image:　;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
}

/* 内容テキスト p */
.privacy p {font-weight: nomal;font-size: 12px;color: #666666;background-color: #ffffff;

	width: 550px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #CEC0B5;
	border-style: solid;
}

/* リンクデザイン */
.privacy a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.privacy a:link {
	
}

.privacy a:visited {

}

.privacy a:hover {

}

/******************************
* tokusho.css
* 特定商取引のCSSファイルです
* 管理画面で制御できる項目以外
* 2008/05/14 yama
******************************/
/* 特商全体 */
.tokusho {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;

	margin-top: 10px;
	clear: both;
	text-align: left;
}

/* タイトル h2 */
.tokusho h2 {font-weight: nomal;font-size: 16px;color: #666666;

	height: 101px;
	padding-top: 8px;
	padding-left: 60px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right;
}

/* テーブル */
.tokusho table {
	width: 498px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* テーブル項目 */
.tokusho th {
 background-color: #e0bcd6;font-weight: nomal;font-size: 14px;color: #663300;

	width: 180px;
	padding: 5px;
	margin-top: 10px;background-color: #e0bcd6;
	border-style: solid;
	border-width: 1px;
	border-color: #CEC0B5;
}

/* テーブル内容 */
.tokusho td {font-weight: nomal;font-size: 12px;color: #666666;background-color: #ffffff;

	padding: 5px;
	line-height: 1.3;
	border-style: solid;
	border-width: 1px;
	border-color: #CEC0B5;
}
	
/* 項目 h3 */
.tokusho h3 {font-weight: nomal;font-size: 14px;color: #663300;background-color: #e0bcd6;

	width: 565px;
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: ;
	border-width: 1px;
	border-color: #CEC0B5;
	border-style: solid;
}

/* 内容 p */
.tokusho p {font-weight: nomal;font-size: 12px;color: #666666;background-color: #ffffff;

	width: 550px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #CEC0B5;
	border-style: solid;
}


/* リンクデザイン */
.tokusho a {
	
}

.tokusho a:link {

}

.tokusho a:visited {
}

.tokusho a:hover {
}


/******************************
* event.css
* イベントのCSSファイルです
* 管理画面で制御できる項目以外
* 2007/09/22 yama
******************************/
/* 見出し表示用 イベント全体*/
.event {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
} 

/* 見出し表示用 タイトル　H3 */
.event h3 {
	padding: 5px;
	margin-bottom: 5px;
}

/* 見出し表示用 ul */
.event ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* 見出し表示用　見出し li */
.event li {
	padding: 2px;
	clear: left;
	list-style: none;
}


/* 見出し表示用　本文 p */
.event p {
	line-height: 1.2;
}

/* 見出し表示用　画像 */
.event img {
	padding-right: 3px;
}

/* 見出し表示用 リンクデザイン */
.event a {
	text-decoration: none;
}
/* 通常 */
.event a:link {

}

/* 訪問済 */
.event a:visited {

}

/* マウスが乗っている時 */
.event a:hover {

}

/* 詳細ページ 全体 */
.event-page {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 詳細ページ テーブル全体 */
.event-page table {
	margin-bottom: 15px;
}

/* 詳細ページ タイトル */
.event-page h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* 詳細ページ テーブル項目 */
.event-page th {
	text-align: left;
	padding: 5px;
}

/* 詳細ページ テーブル内容 */
.event-page td {
	line-height: 1.8;
}

/* 詳細ページ リンクのデザイン */
.event-page a {
	text-decoration: none;
}

/* 通常 */
.event-page a:link {

}

/* 訪問済 */
.event-page a:visited {

}

/* マウスが乗っている時 */
.event-page a:hover {

}

/******************************
* category.css
* カテゴリのCSSファイルです
* 管理画面で制御できる項目以外
* 2007/08/20 yagi
******************************/
/* カテゴリ全体 */
.category {border-color: #ffffff;border-style: solid;border-width: 0px;width: 180px;

	text-align: left;
	margin-bottom: 10px;
}

/* カテゴリタイトル */
.category h3 {font-weight: nomal;font-size: 14px;color: #663300;
				
	width: 150px;
	height: 18px;
	background-image: ;
	padding-left: 30px;
	margin-top: 9px;
	margin-bottom: 0px;
}

.category hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-color: #FFFFFF;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 12px;
}

/* カテゴリテキスト */
#categoryTree {
	width: 180px;
	text-align: left;
}

/* .ygtvlabelと.ygtvlabelには同じ値が入ります */
.ygtvitem {
 font-size: 12px;

 color: #666666;font-weight: nomal;font-size: 12px;color: #666666;
}

.ygtvlabel {
 font-size: 12px;

 color: #666666;

 text-decoration: none;

 margin-left: 2px;font-weight: nomal;font-size: 12px;color: #666666;
}

/* リンクデザイン */
.category a {
	text-decoration: none;
}
/******************************
* other.css
* その他もろもろのCSSをまとめています
* 2007/09/12 yama
******************************/

/*-------------------------------------------
 QRコードの表示設定
------------------------------------------ */

.qr-display {
	width: 180px;				/* 横幅 */
	padding: 0px;
	background-color: #FFFFFF;		/* 背景色 */
	border: 1px solid #CEC0B5;	/* 枠線の色 */
	margin-bottom: 10px;
}

.qr-display h3 {
	background-color: ;	/* タイトル背景色 */
	background-image: ;
	background-repeat: no-repeat;		
	color: #663300;				/* タイトル文字色 */
	font-size: 12px;				/* タイトル文字サイズ */
	font-weight: bold;			/* タイトル太字 */
	height: 15px;
	padding-bottom: 0px;
	padding-top: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC0B5;
}

.qr-display img {
	padding-top: 2px;
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 66px;
	height: 66px;
}

.qr-display p {
	margin-top: 5px;
	text-align: center;
}
/*-------------------------------------------
メルマガ購読申込の表示設定
------------------------------------------ */
.mm-win {
	width: 180px;				/* 横幅 */
	height: auto;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;		/* 背景色 */
	border: 1px solid #CEC0B5;	/* 枠線の色 */
	margin-bottom: 10px;
}
 
 .mm-win.input.address {	
 	width: 120px;
}

.mm-win h3 {
	background-color: ;	/* タイトル背景色 */
	background-image: ;
	background-repeat: no-repeat;		
	color: #663300;				/* タイトル文字色 */
	font-size: 12px;				/* タイトル文字サイズ */
	font-weight: bold;			/* タイトル太字 */
	height: 15px;
	padding-bottom: 0px;
	padding-top: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEC0B5;

}

.mm-win p {
	padding-top: 5px;
}

/*--------------------------
バナー１
--------------------------*/
.bnrposition-01 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--------------------------
以下cou_chang
--------------------------*/
#pankuzu {
	display: none;
}
#wrapper {

	width: 748px;
	margin-right: auto;

	margin-left: auto;
	background: #EDDAE6;
	margin-top: 5px;
}
h2 {
	margin: 0px 0px 0px 5px!important;
	padding: 5px 0px 0px!important;
	height: 30px!important;
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

#wrapper #kago {
	text-align: right;
	height: 52px;
}

.ygtvtn {background: url('/common/img/treeview/tn.gif') 0 0 no-repeat;height: 22px;width: 16px;
}

.ygtvtm {background: url('/common/img/treeview/tm.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvtmh {background: url('/common/img/treeview/tmh.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvtp {background: url('/common/img/treeview/tp.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvtph {background: url('/common/img/treeview/tph.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvln {background: url('/common/img/treeview/ln.gif') 0 0 no-repeat;height: 22px;width: 16px;
}

.ygtvlm {background: url('/common/img/treeview/lm.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvlmh {background: url('/common/img/treeview/lmh.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvlp {background: url('/common/img/treeview/lp.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvlph {background: url('/common/img/treeview/lph.gif') 0 0 no-repeat;cursor: pointer;height: 22px;width: 16px;
}

.ygtvloading {background: url('/common/img/treeview/loading.gif') 0 0 no-repeat;height: 22px;width: 16px;
}

.ygtvdepthcell {background: url('/common/img/treeview/vline.gif') 0 0 no-repeat;height: 22px;width: 16px;
}

.ygtvblankdepthcell {height: 22px;width: 16px;
}

* html .ygtvchildren {
	height: 2%;
}

.ygtvlabel:link {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvlabel:visited {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvlabel:hover {
 text-decoration: none;

	margin-left: 2px;
}

.ygtvspacer {
 margin: 2px;

 width: 10px;

	height: 10px;
}

.qa {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;
}

.qa h2 {font-weight: nomal;font-size: 16px;color: #666666;
}

.qa h3 {font-weight: bold;font-size: 14px;color: #663300;
}

.qa p {font-weight: nomal;font-size: 12px;color: #666666;
}

.qa_map h4 {font-weight: bold;font-size: 14px;color: #663300;
}

.qa_map li {color: #666666;
}

.profile {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;
}

.profile h2 {font-weight: nomal;font-size: 16px;color: #666666;
}

.profile h3 {font-weight: bold;font-size: 14px;color: #663300;
}

.profile p {font-weight: nomal;font-size: 12px;color: #666666;
}

.link {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;
}

.link h2 {font-weight: nomal;font-size: 16px;color: #666666;
}

.link h3 {font-weight: bold;font-size: 14px;color: #663300;
}

.link p {font-weight: nomal;font-size: 12px;color: #666666;
}

.map {border-color: #cec0b5;border-width: 0px;border-style: solid;width: 498px;
}

.map h2 {font-weight: nomal;font-size: 16px;color: #666666;
}

.map h3 {font-weight: bold;font-size: 14px;color: #663300;
}

.map p {font-weight: nomal;font-size: 12px;color: #666666;
}

.recommend {border-color: #ffffff;border-width: 0px;border-style: solid;width: 180px;
}

.recommend h3 {font-weight: nomal;font-size: 12px;color: #663300;
}

.recommend .title {font-weight: nomal;font-size: px;
}

.recommend .content p {font-weight: nomal;font-size: px;
}

.recommend a:link {color: #663300;
}

.recommend a:hover {color: #666666;
}

.recommend a:visited {color: #663300;
}

.recommend .content img.left {float: left;
}

.recommend .content img.right {float: right;
}

.ranking {border-color: #ffffff;border-width: 0px;border-style: solid;width: 180px;
}

.ranking h3 {font-weight: nomal;font-size: 12px;color: #663300;
}

.ranking .title {font-weight: nomal;font-size: px;
}

.ranking .content p {font-weight: nomal;font-size: px;
}

.ranking a:link {color: #663300;
}

.ranking a:hover {color: #666666;
}

.ranking a:visited {color: #663300;
}

.whatsnew {border-color: #ffffff;border-width: 0px;border-style: solid;width: 180px;
}

.whatsnew h3 {font-weight: nomal;font-size: 12px;color: #663300;
}

.whatsnew .title {font-weight: nomal;font-size: px;
}

.whatsnew .content p {font-weight: nomal;font-size: px;
}

.whatsnew .content img.left {float: left;
}

.whatsnew .content img.right {float: right;
}

.whatsnew-page {border-color: #ffffff;border-width: 0px;border-style: solid;width: 500px;
}

.whatsnew-page h2 {font-weight: nomal;font-size: 16px;color: #663300;
}

.whatsnew-page th {font-weight: nomal;font-size: 12px;
}

.whatsnew-page td {font-weight: nomal;font-size: 12px;
}

.mail h3 {font-weight: nomal;font-size: 12px;color: #666666;
}

.entry {border-color: #cec0b5;border-width: 1px;border-style: solid;width: 498px;
}

.entry h2 {font-weight: nomal;font-size: 14px;color: #666666;
}

.entry h3 {font-weight: nomal;font-size: px;color: #666666;
}

.entry th {font-weight: nomal;font-size: px;color: #666666;border-color: #cec0b5;border-width: 1px;border-style: solid;
}

.entry td {font-weight: nomal;font-size: px;color: #666666;border-color: #cec0b5;border-width: 1px;border-style: solid;
}

.entry .text {font-weight: nomal;font-size: px;color: #666666;
}

#header a {
	display: block;
	float: left;
	height: 32px;
	width: 187px;
}

#wrapper #kago .logo {
	float: left;
	padding-left: 5px;
}

#wrapper #header a:hover {
	background-color:transparent;
}
#wrapper #header a:hover img {
	visibility: hidden;
}
