@charset "shift_jis";


body {
	color: #000000;
	background-color: #0b3692;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(/images/site/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
#container {
	background-image: url(/images/site/container_bg_item.gif);
	width: 896px !important;
	width /**/: 900px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/*リンクカラー
----------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #9e2520;
}

/*強調文字
----------------------------------------------------------------*/
strong {
	font-weight: normal;
	color: #9e2520;
}

/*ヘッダー
----------------------------------------------------------------*/
#header {
	background-image: url(/images/site/main_img_item.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;/* 267 */
	position: relative;
}
#header img {
	position: absolute;
	left: 27px;
	top: 40px;
}
#header h1 {
	font-size: 11px;
	padding-left: 555px;
	padding-top: 75px;
	color: #FFFFFF;
}

/*コンテンツ
----------------------------------------------------------------*/
#contents {
	float: left;
	width: 856px;
}


/*メイン
----------------------------------------------------------------*/
#main {
	float: right;
	width: 648px;
	margin-right: 9px;
	margin-left: 9px;
	display: inline;
	background-color: #FFFFFF;
}
#main h2 {
	font-size: 100%;
	padding-left: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	line-height: 30px;
	background: #2e2e2e url(/images/site/midashi_bg_item.gif) repeat-x bottom;
}
#main h3{
	font-size:120%;
	margin:5px 0 10px 0;
	padding:5px 0 2px 8px;
	/*	border-left:12px solid #a9a9a9;*/
	border-left:12px solid #0b3692;
	border-bottom:1px solid #a9a9a9;
	color:#000000;
}

#main p {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}



/*右側
----------------------------------------------------------------*/
#side {
	float: right;
	width: 181px ;
	display: inline;
	margin-right: 4px;
	margin-left: 5px;
	font-size: 80%;
}
#side p {
	margin-bottom: 10px;
	color: #FFFFFF;
}
.side-table {
	border: 1px solid #ffffff;
	padding: 2px;
	line-height: 2;
}
.side-table h3 {
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0.5em;
	margin-bottom: 10px;
}


/*メニュー他
----------------------------------------------------------------*/
#sub {
	float: left;
	width: 181px;
	display: inline;
	margin-right: 5px;
	margin-left: 4px;
	color: #FFFFFF;
}
#sub li {
	background-image: url(/images/site/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#sub ul {
	margin-bottom: 20px;
}
#sub li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
}
#sub li a:hover {
	color: #FF3B33;
}
.arrow-last {
	background-image: url(/images/site/menu_arrow_last.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
}
.menu-midashi {
	border: 1px solid #444444;
	background-image: none !important;
	background-color: #000000;
	color: #FFFFFF;
}

/*現在表示中のメニュー表示設定*/
.current {
	background: #0a2977;
	color: #fff100;

}
.current a {
	color: #fff100 !important;
}



/*フッター
----------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	font-size: 11px;
	padding-bottom: 20px;
	background-color: #0d0d0d;
	padding-top: 15px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #FFFFFF;
}


/*　.ta1テーブル（商品一覧用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(/images/site/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}



/*　itemtable（商品一覧の詳細用テーブル）
------------------------------------------------------------------*/
.itemtable {
	border-collapse:collapse;
	border: 1px solid #999999;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.itemtable .tamidashi{
	width: auto;
	text-align: left;
	background: #cccccc;
}

.itemtable td, .itemtable th{
	padding: 5px;
	border: 1px solid #999999;
}

.itemtable th{
	background-color: #fafafa;
	text-align: center;
	
	width: 120px;
}
.itemtable td{
	width: 500px;
}

.itemtable td.auto{
	width: auto;
}

/*価格欄の大きな文字設定*/
.price {
	font-size: 160%;
	font-weight: bolder;
}

/*購入ボタンのボックス設定*/
.btn {
	text-align: right;
	padding-top: 1em;
	padding-bottom: 3em;
}

.btn a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

/*小文字の設定*/
.mini {
	font-size: 10px;
	line-height: 1.2em;
}



/*clearfix
------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
