@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）以上推奨
------------------------------------------------------*/


/*------------------------------------------------------
■カテゴリトップ
------------------------------------------------------*/
/*カテゴリトップ　メインスペース*/
#Article {
	width: 700px;
	float: right;
	clear: none;
	overflow: hidden;
}
/*大カテゴリ枠*/
#Article .articleHeaderA{
	font-size: 16px;
	text-align: center;
	clear: none;
	float: left;
	overflow: hidden;
	width: 173px;
	border: 1px dotted #FF9;
	background-color: #003;
}
/*表題枠*/
#Article .articleHeaderB{
	font-size: 16px;
	clear: none;
	float: left;
	overflow: hidden;
	width: 670px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*ページ枠*/
#Article .articleHeaderC{
	font-size: 12px;
	clear: none;
	float: left;
	overflow: hidden;
	width: 680px;
	padding-left: 10px;
	text-align: center;
	padding-right: 10px;
}
/*表示オプション枠*/
#Article .articleHeaderD{
	font-size: 14px;
	clear: none;
	float: right;
	overflow: hidden;
	width: 160px;
	text-align: center;
	background-color: #003;
	padding: 5px;
}
/*一覧表*/
#Article table {
	margin: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 650px;
	font-size: 11px;
}
#Article td {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
#Article .articleTitleA {
	border: 1px dashed #FF6;
	width: 48px;
	text-align: center;
	background-color: #2B2B00;
}
#Article .articleTitleB {
	border: 1px dashed #FF6;
	width: 125px;
	text-align: center;
	background-color: #2B2B00;
}
#Article .articleTitleC {
	border: 1px dashed #FF6;
	width: 63px;
	text-align: center;
	background-color: #2B2B00;
}
#Article .articleSoldout {
	color: #333;
}
