/* ================ 全般 ==========================*/
Body {
	font-size: 80%;
	background-color: silver;
	margin: 0;
	font-family: Verdana;
	background-image: url(images/bg.jpg);
	
}


form { margin: 0; }
p,li { line-height: 1.3em; }
ul,ol { padding-left:2em; margin-left:0;}


strong { font-weight: bold; text-decoration: underline; }
img { border: 0; }

a:link { color: blue; }
a:visited { color: navy; }
/*戻るなどの擬似リンク*/
span.link { color: blue; text-decoration: underline; cursor: pointer; }


h1 {
	font-family: Verdana;
	font-weight: 900;
	font-size: 130%;
	padding-top: 10px;
	padding-left: 10px;
	background-color: whitesmoke;
	margin-top: 0em;
	border-bottom: 1px silver solid;
}
h2 {
	font-family: verdana;
	font-weight: 900;
	font-size: 105%;
	color: white;
	background-color: #002c5a;
	background-image: url(images/h2bg.jpg);
	margin-top: 40px;
	padding: 8px;
	border: medium gold double;
}

h3 {
	font-family: verdana;
	font-weight: 900;
	font-size: 100%;
	color: #800040;
}

div.blog_date { 
	margin-top: 40px;
	margin-bottom: -40px;
}

.return {
	margin-top: -3em;
	margin-bottom: 3em;
	margin-right: 1em;
	float: right;
	font-size:90%;
}

/* =============== ページ構造 =====================*/

#Exterior
{
	background-color: white;
	margin: 0 auto;
	width: 915px;
}


#Header 
{
	color: dimgray;
	background-image: url(images/banner.jpg);
	background-repeat: repeat;
	background-position: right;
	padding: 0;
	width: 915px;
	height: 100px;
}
	#Header a { color: #FF8000; }


	#Title
	{
		background-image: url(images/logo.jpg);
		background-color: gray;
		width: 500px;
		height: 100px;
		float: left;
		text-align: right;
	}
		#lang {
			margin-right: 10px;
		}
	#Banner
	{
		background-image: url(images/banner.jpg);
		/*background-color: black;*/
		/*width: 408px;*/
		height: 100px;
		float: right;
	}

#Body
/* 915px */
{
	width: 915px;
	clear: both;
}

	#Leftbody {
		float: left;
		width: 705px;
	}

		#Left {
			float: left;
			width: 170px;
		}
		#Content
		/* width: 535px */
		{
			border-top:  2px goldenrod solid;
			float: right;
			width: 511px;
			padding-right: 12px;
			padding-bottom: 5em;
			padding-left: 12px;
		}
		
	#Right {
		float: right;
		width: 210px;
	}

	#Bottom {
	margin-top: 5em;
	border-top: 2px gold solid;
}


#Footer {
	font-size: 10px;
	color: dimgray;
	padding: 5px;
	clear: both;
}



/* =============== MainMenu =====================*/


#MainMenu {
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #002c5a;
	border-top: 2px goldenrod solid;
	border-right: 2px goldenrod solid;
	border-left: 2px goldenrod solid;
	height: 25px;
}

A.MainMenu:link, A.MainMenu:visited {
	color: white;
	background-color: #002C5A;
	background-image: url(images/bg_menu.jpg);
	background-position: center left;
	text-decoration: none;
	padding: 6px;
	border-right: 2px goldenrod solid;
	float: left;
	display: block;
}
A.MainMenu:hover {
	background-position: top right;
}


/* ================== ショップタブ =========================*/

#shop_tab {
	color: white;
	background-color: #002c5a;
	font-weight: bold;
	font-size: 11px;
	border: 2px goldenrod solid;
	height: 25px;
}
a.shop_tab:link, a.shop_tab:visited {
	color: white;
	background-color: #002C5A;
	background-image: url(images/bg_menu.jpg);
	background-position: center left;
	text-decoration: none;
	padding: 6px;
	border-right: 2px goldenrod solid;
	float: left;
	display: block;
}
A.shop_tab:hover {
	background-position: top right;
}


/* ================== カラム枠 =========================*/


.ColumnL
/* width: 170px */
{
	background-color: #FFF8F2;
	margin-bottom: 5px;
	padding: 0px;
	border: 2px goldenrod solid;
	width: 166px;
}


.ColumnR
/* width: 210px */
{
	/*float: right;*/
	background-color: #FFF8F2;
	margin-bottom: 5px;
	border-width: 2px;
	border-color: goldenrod;
	border-style: solid;
	width: 206px;
	padding: 0px;
}

	.ColumnL h3, .ColumnR h3 {
		font-weight: bold;
		font-size: 90%;
		color: dimgray;
		background-color: gainsboro;
		margin: 0;
		padding: 2px 4px;
		border-bottom: silver 1px solid;
	}
	.column_body {
		padding: 4px;
	}
	a.column_more {
		font-size: 90%;
		font-weight: bold;
		color: white;
		background-color: chocolate;
		text-decoration: none;
		text-align: center;
		padding: 4px;
		display: block;
		margin: 2px;
	}
	a.column_more:hover {
	background-color: darksalmon;
}

/* ================ 相場 ================== */
#scrap {
	/*background-color: honeydew;*/
	padding: 2px;
	border: 1px gold solid;
	width:100%;
}

/* =============== テーブル ====================== */

table.solid {
	margin-right: auto;
	margin-left: auto;
	border: 1px goldenrod solid;
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table.solid th {
	font-weight: normal;
	font-size: 90%;
	background-color: floralwhite;
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px goldenrod solid;
}

table.solid td {
	padding-right: 0.5em;
	padding-left: 0.5em;
	border: 1px goldenrod solid;
}

th.define {
	width: 12em;
}
table.solid td.thumb {
	/*background-color:black;*/
	padding: 0px;
}

table.solid td.checkbox {
	padding: 0px;
	width: 1em;
}


td.num {
	text-align:right;
}
td.str {
	text-align:center;
}

/* =============== submit ボタン ====================== */

.wizard {
	margin: 10px;
}
.wizard input {
	padding: 2px 2em;
}


/* =============== 購入ボタン ====================== */
table.dicker th {
	font-weight: normal;
	font-size: 75%;
	text-align: left;
}


/* =============== その他 ====================== */

div.navigator {
	text-align: center;
	margin-top: 1em;
}

span.require {
	color: red;
}

div.error {
	font-weight: bold;
	color: red;
	text-decoration: blink;
	margin: 1em;
}

div.notfound {
	font-weight: bold;
	margin: 1em;
}

.notes {
	font-size: 90%;
	color: dimgray;
}
ul.notes {
	list-style-image: url(images/notes.gif);
	padding-left:1.5em;
}

.newitem {
	font-size: 80%;
	text-align: center;
	margin-bottom: 6px;
}

.shoplist {
	text-align: center;
	margin-bottom: 6px;
}
	.newitem img, .shoplist img {
		border: 1px black solid;
	}

.small_banner {
	text-align: center;
	margin-bottom: 6px;
	
}

img.blog_thumb {
	margin-right: 5px;
	float: left;
}

.desc
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/*入力項目*/
input.wide { width:350px }
textarea.wide { width:350px; height:4em; }


.nowrap {
	white-space: nowrap;
}

