@charset "utf-8";
/*------------------------------------------------------
【履歴】
2009/12/5	「御刀処勇進堂」向けにカスタマイズ
・不要スタイルの削除
・ターゲットブラウザ想定解像度を変更（800px　⇒　1024px）
・キャラクターセットの変更（euc-jp　⇒　utf-8）

2007/7/15	新規作成


【機能】サイト内メインCSS
【備考】
　文字コード　UTF8	***重要！***
　windowsでの閲覧を前提
　IE5.5以上推奨、Netscape、Opera、FireFox対応済み
　ディスプレイ解像度　1024px（VGA、XGA）以上推奨
------------------------------------------------------*/


/*------------------------------------------------------
■カテゴリトップ
------------------------------------------------------*/
/*カテゴリトップ　メインスペース*/
#Token {
	margin: 10px;
	text-align: left;
}
#Token .tokenField {
	text-align: center;
	clear: none;
	float: left;
	margine: 0px;
	padding: 0px;
	overflow: hidden;
	width: 167px;
}

#Token .tokenHeaderA {
	font-size: 16px;
	text-align: center;
	clear: none;
	float: left;
	overflow: hidden;
	width: 165px;
	border: 1px dotted #FF9;
	background-color: #003;
}
#Token table {
	margin: 0px;
	padding: 0px;
}
#Token td {
	font-size: 15px;
	text-align: center;
	width: 162px;
	border: 1px dotted #FF9;
	background-color: #003;
}
/*商品タイトル枠*/
#Token .tokenDetailTitle {
	font-size: 24px;
	text-align: center;
}
/*商品詳細情報　単品*/
#Token .tokenDetailInformation {
	clear: none;
	float: left;
	width: 259px;
	overflow: hidden;
	background-color: #101000;
	margin: 0px;
	display: inline-block;
	padding: 5px;
	height: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF6;
	border-right-color: #FF6;
	border-bottom-color: #FF6;
	border-left-color: #FF6;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-collapse: collapse;
}
/*商品詳細情報　複数*/
#Token .tokenDetailInformationM {
	padding: 5px;
	clear: none;
	float: left;
	width: 321px;
	border: 1px dashed #FF6;
	overflow: hidden;
	background-color: #101000;
}
/*品名1、登録　単品*/
#Token .tokenDetailInformation2 {
	padding: 5px;
	clear: none;
	float: left;
	width: 800px;
	overflow: hidden;
	background-color: #101000;
	margin: 0px;
	display: inline-block;
	height: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF6;
	border-right-color: #FF6;
	border-bottom-color: #FF6;
	border-left-color: #FF6;
	border-collapse: collapse;
}
/*品名1、登録　複数*/
#Token .tokenDetailInformationM2 {
	padding: 5px;
	clear: none;
	float: left;
	width: 987px;
	border: 1px dashed #FF6;
	overflow: hidden;
	background-color: #101000;
}
/*価格*/
#Token .tokenDetailInformation3 {
	clear: none;
	float: right;
	width: 188px;
	border: 1px dashed #0CC;
	overflow: hidden;
	background-color: #003;
	height: auto;
	text-align: center;
	padding: 0px;
}
/*画像*/
#Token .tokenImageBox {
	padding: 0px;
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	text-align: center;
}
/*解説*/
#Token .tokenDetailNotes {
	background-color: #002000;
	margin: 0px;
	padding: 7px;
	height: auto;
	width: auto;
	border: 1px dashed #9C0;
}
/*価格*/
#Token .tokenPriceTitle {
	color: #7DA2FF;
	font-weight: bold;
	font-size: 18pt;
	background-color: #009;
}
#Token .tokenPrice {
	margin-top: 29pt;
	font-size: 29px;
}
/*注意事項*/
#Token .tokenAttention {
	font-size: 13px;
	text-align: left;
	margin-top: 22pt;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#Token #MailForm{
	padding: 0px;
	margin: 0px;
}

