@charset "utf-8";

/* ------------------------------------------

Style Name: style.css
Since:      2011-05-25
Modified:   2011-05-25
Version:    1.00
Auther:     hitaka

------------------------------------------*/

/* ------------------------------------------

browser style clear

------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

ul li {
	list-style: none;
}

ol li {
	margin: 0 0 0 20px;
	/margin: 0 0 0 24px;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

body {
	background-color: #ffffff;
	text-align: center;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	line-height: 2.0em;
}

* html table {
	font-family: Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 2.0em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

strong {
	font-weight: normal;
}

address {
	font-style: normal;
}

th,td {
	vertical-align: top;
}

hr {
	display :none;
}



/* ------------------------------------------

wireframe

------------------------------------------*/

div#main_body {
	width: 1083px;
	margin: 0 auto;
	text-align: left;
}

div#main_body div#wrapper {
	min-height:480px;
	height: auto !important;
	min-height:480px;
}

div#footer {
	clear: both;
}



/* ------------------------------------------

common header and nav

------------------------------------------*/

div#header h1 {
	width: 1083px;
	height: 123px;
	margin: 32px auto 16px auto;
	border-bottom: solid #000000 1px;
	background: url(/shien/img/head.gif) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}



/* ------------------------------------------

common footer

------------------------------------------*/

div#footer p {
	margin: 0 0 16px 0;
	text-align: right;
}

div#footer address {
	margin: 0 0 32px 0;
	text-align: center;
}



/* ------------------------------------------

independent pages, search page and entry list page

------------------------------------------*/

div#wrapper div.item {
	float: left;
	width: 360px;
	height: 552px;
	border-bottom: solid #000000 1px;
	border-left: solid #000000 1px;
}

div#wrapper div.item select {
	width: 40px;
	margin: 0 0 0 28px;
}

div#wrapper div#btn {
	clear: both;
	padding: 64px 0;
}

div#wrapper div.item span.a_few,
div#wrapper div.item span.sold_out {
	margin: 0 0 0 28px;
	color: #cc0000;
	font-weight: bold;
}

div#wrapper table.tbl_01,
div#wrapper table.tbl_03 {
	width: 100%;
	border-collapse: collapse;
}

div#wrapper table.tbl_02 {
	width: 768px;
	margin: 0 auto 16px auto;
	text-align: left;
	border-collapse: collapse;
}

div#wrapper table.tbl_01 th,td,
div#wrapper table.tbl_02 th,td,
div#wrapper table.tbl_03 th,td {
	padding: 0.5em;
	border: solid #cccccc 1px;
	text-align: left;
}

div#wrapper table.tbl_01 th,
div#wrapper table.tbl_02 th,
div#wrapper table.tbl_03 th {
	background: #f0f0f0;
}

div#wrapper table.tbl_02 th,
div#wrapper table.tbl_03 th {
	width: 20%;
}

div#wrapper table.tbl_02 ul li,
div#wrapper table.tbl_03 ul li {
	margin: 0 0 0 14px;
	/margin: 0 0 0 18px;
	list-style: disc;
}

div#wrapper p#err {
	color: #cc0000;
	font-weight: bold;
}



