@charset 'utf-8';


/*
========================================================
	Web Cart Pro KURAGESKIN / Notebook1
	2007/07/07
	Skin by : 海月屋 http://dimanche.s22.xrea.com/
========================================================
*/


/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-family: 'ＭＳ ゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #666666;
	text-align: center;
}

p, li, dt, dd, address {
	line-height: 1.4;
}
p, ul, ol, dl {
	margin: 8px 12px;
}
li p, dd p {
	margin: 0px 0px 8px;
}

ul li, ol li ul li {
	background: url("img/list1.gif") no-repeat 1px 4px;
	padding-left: 18px;
	margin-left: 0px;
	list-style: none;
}
ol li, ul li ol li {
	background: url("img/list2.gif") no-repeat 1px 6px;
	padding-left: 18px;
	margin-left: 0px;
	list-style: none;
}
li ul, li ol {
	margin: 5px 0px 5px 15px;
}

h2 {
	margin: 10px;
	letter-spacing: 3px;
}
h3 {
	clear: both;
	margin: 0px 3px 10px 1px;
	padding: 5px 10px 2px;
	background: #EEEEEE;
	letter-spacing: 2px;
}
h4 {
	background: url("img/4h4.gif");
	padding: 9px 20px 9px 55px;
	line-height: 18px;
	letter-spacing: 2px;
	font-size: 14px;
}
div#logs h4 {
	background: url("img/h4.gif");
}
h5 {
	background: url("img/4h5.gif");
	padding: 9px 20px 9px 45px;
	line-height: 18px;
}
div#logs h5 {
	background: url("img/h5.gif");
}
h6 {
	background: url("img/4h6.gif");
	padding: 9px 20px 9px 35px;
	line-height: 18px;
	color: #999999;
}
div#logs h6 {
	background: url("img/h6.gif");
}

em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #003399;
}
img {
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 410px;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	border: 1px solid #444444;
	color: #444444;
	overflow: auto;
	font-family: 'ＭＳ ゴシック', monospace;
}

code, var, kbd {
	color: #000080;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

blockquote {
	margin: 9px 12px 9px 10px;
	border: 1px dashed #FF99CC;
}
blockquote p, blockquote ul, blockquote ol, blockquote dl {
	color: #CC6699;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select, form textarea {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
	color: #666666;
	padding: 1px;
	font-family:'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
@media screen {
	form input, form select {
		font-family: Verdana, Chicago, sans-serif;
	}
}

form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	width: 520px;
}
div#logs form textarea {
	width: 330px;
}

table {
	margin: 9px 12px 9px 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}
table tr td input {
	margin: -2px;
}

a {
	text-decoration: none;
}
a:link {
	color: #1B6FDB;
}
a:visited {
	color: #57A8D5;
}
a:hover {
	color: #333333;
	background-color: #EEEEEE;
}
a:active {
	color: #FFFFFF;
	background-color: #333333;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 640px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
html>body div#container {
}

div#mainbody {
}
div#header {
	float: none;
	clear: both;
	height: 80px;
}
div#menu {
	float: none;
	clear: both;
	height: 30px;
}
div#navigation {
	width: 180px;
	float: left;
	background: url("img/3back.gif") repeat-y;
}
div#logs {
	float: right;
}
div#catalog {
	width: 640px;
	background: url("img/4back.gif") repeat-y;
}
div#logs div#catalog {
	width: 450px;
	background: url("img/1back.gif") repeat-y;
}
div#page, div#navi, div#contents, div#work, div#form, div#order, div#env, div#status {
	float: none;
	clear: both;
}
div#footer {
	float: none;
	clear: both;
}
div#comment, div#trackback, div#order {
}
div#contents form, div#contents .box, div#work form, div#form form, div#env form, div#status {
	background: url("img/4bottom.gif") no-repeat bottom;
	padding: 0px 0px 22px;
}
div#logs div#contents form, div#logs div#contents .box, div#logs div#form form {
	background: url("img/1bottom.gif") no-repeat bottom;
}
div#contents .box form, div#logs div#contents .box form {
	background: none;
	padding: 0px;
}
div#contents, div#work, div#form, div#env, div#status .box {
	width: 640px;
	margin: 0px;
	padding: 0px;
	background: url("img/4back.gif") repeat-y;
}
div#logs div#contents, div#logs div#form {
	width: 450px;
	background: url("img/1back.gif") repeat-y;
}
div#contents h2, div#work h2, div#form h2, div#env h2, div#status h2 {
	margin: 0px;
	padding: 15px 20px 9px;
	background: url("img/4top-b.gif") no-repeat top;
	line-height: 18px;
}
div#logs div#contents h2, div#logs div#form h2 {
	background: url("img/1top-b.gif") no-repeat top;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 10px 5px 5px;
}
div#header h1 a {
	color: #333333;
	background: none;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 8px;
	font-family: Verdana, Arial, sans-serif;
}
div#header p {
	margin: 5px;
	letter-spacing: 4px;
	color: #999999;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px 5px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-left: 5px;
	padding: 0px;
	background: none;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	border: none;
	text-transform: uppercase;
	background: url("img/3top.gif") no-repeat top;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

div#navigation ul, div#navigation dl {
	background: url("img/3note.gif");
	margin: 0px;
	padding: 9px 10px;
	line-height: 18px;
}
div#navigation li ul {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	line-height: 18px;
}
div#navigation dl dt {
	padding-left: 18px;
	background: url("img/list1.gif") no-repeat 1px 4px;
}
div#navigation dl dd {
	padding-left: 18px;
	line-height: 18px;
}
div#navigation form dl {
	background: none;
	padding: 9px 10px 0px;
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
	padding: 0px;
}
div#navigation form dl dd input {
	width: 150px;
}
div#navigation form p {
	margin: 1px 0px 0px 10px;
}

div#navigation table {
	width: 160px;
	margin: 3px 0px 5px 10px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: 0px auto;
        }
}

div#navigation table tr th {
	padding: 10px 2px 5px;
	border: 0px solid #AAAAAA;
	background: none;
	font-weight: bold;
}
div#navigation table tr th a {
	font-size: 16px;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;
	font-size: 11px;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 1px 2px;
        }
}

.day, .satday, .sunday {
	display: block;
	text-align: center;
}
.day {
	color: #666666;
}
.satday {
	color: #4444CC;
}
.sunday {
	color: #CC4444;
}

div#navigation table tr td a {
	display: block;
}
a .day, a .satday, a .sunday {
	font-weight: bold;
}
a .day {
	border: 1px solid #666666;
}
a .satday {
	border: 1px solid #4444CC;
}
a .sunday {
	border: 1px solid #CC4444;
}
a:hover .day, a:active .day {
	background-color: #666666;
	color: #FFFFFF;
}
a:hover .satday, a:active .satday {
	background-color: #4444CC;
	color: #FFFFFF;
}
a:hover .sunday, a:active .sunday {
	background-color: #CC4444;
	color: #FFFFFF;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .block {
	padding: 0px 0px 20px;
	background: url("img/3bottom.gif") no-repeat bottom;
	text-align: center;
}
div#navigation .mini {
	font-size: 11px;
}

/* ----- 商品一覧 -------------------------------------- */

div#logs {
	width: 450px;
}
html>body div#logs {
}

div#catalog .catalog {
	background: url("img/4bottom.gif") no-repeat bottom;
	padding: 0px 0px 22px;
}
div#logs div#catalog .catalog {
	background: url("img/1bottom.gif") no-repeat bottom;
}

div#catalog .images table, div#catalog .images td {
	border: 0px;
}
div#catalog .image {
	background-color: #EEEEEE;
	padding: 3px;
}
div#catalog .explain {
	padding: 3px 0px 3px 12px;
}
div#catalog .nedan {
	font-size: 10px;
}

div#catalog h2 {
	display: none;
}
div.title {
	width: 640px;
	padding: 25px 0px 0px;
	background: url("img/4top.gif") no-repeat top;
}
div#logs div.title {
	width: 450px;
	background: url("img/1top.gif") no-repeat top;
}
div.title h3 {
	margin: 0px;
	padding: 6px 0px 13px 25px;
	background: url("img/4notetitle.gif") repeat-x top;
	font-size: 16px;
}
div#logs div.title h3 {
	background: url("img/notetitle.gif") repeat-x top;
}

div#catalog .text {
	clear: both;
	background: url("img/4notebottom.gif") no-repeat bottom;
	padding: 0px 0px 11px;
}
div#logs div#catalog .text {
	background: url("img/notebottom.gif") no-repeat bottom;
}
.text p, .text ul, .text ol, .text dl {
	background: url("img/4note.gif");
	margin: 0px;
	padding: 9px 20px;
	line-height: 18px;
}
div#logs .text p, div#logs .text ul, div#logs .text ol, div#logs .text dl {
	background: url("img/1note.gif");
}
div#catalog .text li p, div#catalog .text li ul, div#catalog .text li ol, div#catalog .text li dl {
	background: none;
	margin: 0px;
	padding: 0px 0px 18px 20px;
	line-height: 18px;
}
div#catalog .text dl dt {
	font-weight: bold;
}
div#catalog .text dl dd {
	margin-left: 20px;
	line-height: 18px;
}
div#catalog .text blockquote p, div#catalog .text blockquote ul, div#catalog .text blockquote ol, div#catalog .text blockquote dl {
	background: none;
	margin: 0px;
	padding: 9px 12px;
}

div#catalog .info2 {
	border: 1px solid #999999;
	border-width: 1px 0px;
	padding: 3px 0px 0px 8px;
	margin: 0px 12px 2px 470px;
	color: #666666;
}
div#logs div#catalog .info2 {
	margin: 0px 12px 2px 290px;
}
div#catalog .info2 li {
	margin: 0px;
	padding: 0px;
	background: none;
	font-size: 11px;
	color: #999999;
}

div#catalog dl.detail {
	margin: 9px 12px 0px 10px;
	padding: 5px 10px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
}
div#catalog dl.detail dt {
	float: left;
	clear: left;
	width: 7em;
}
div#catalog dl.detail dd {
	margin: 0px;
}

div#catalog .text .navi {
	margin: 9px 12px 9px 10px;
	padding: 2px 12px;
	background: none;
	border: 1px solid #CCCCCC;
	border-width: 1px 0px;
}
div#catalog .text .navi li {
	display: inline;
	margin-right: 5px;
	padding: 0px;
	background: none;
}

div#catalog .info {
	width: 610px;
	margin: 0px 15px;
	padding: 3px 0px 0px;
	text-align: right;
}
div#logs div#catalog .info {
	width: 420px;
}
div#catalog .info li {
	display: inline;
	margin-left: 5px;
	padding: 0px;
	background: none;
	font-size: 11px;
}

div#trackback dl {
	margin: 0px;
	width: 640px;
	background: url("img/4back.gif") repeat-y;
}
div#logs div#trackback dl {
	width: 450px;
	background: url("img/1back.gif") repeat-y;
}
div#trackback dl dt {
	padding: 10px 14px 9px;
	background: url("img/4top.gif") no-repeat top;
}
div#logs div#trackback dl dt {
	background: url("img/1top.gif") no-repeat top;
}
div#trackback dl dt a {
	font-weight: bold;
	font-size: 14px;
}
div#trackback dl dt .mini {
	font-size: 11px;
}
div#trackback dl dd {
	padding: 0px 15px;
}
div#trackback dl dd.date {
	margin: 0px;
	padding: 3px 15px 18px;
	background: url("img/4bottom.gif") no-repeat bottom;
	text-align: right;
}
div#logs div#trackback dl dd.date {
	background: url("img/1bottom.gif") no-repeat bottom;
}

div#comment .comment {
	width: 640px;
	background: url("img/4back.gif") repeat-y;
}
div#logs div#comment .comment {
	width: 450px;
	background: url("img/1back.gif") repeat-y;
}
div#comment .comment h3 {
	margin: 0px;
	padding: 15px 20px 9px;
	background: url("img/4top-b.gif") no-repeat top;
	border: none;
	font-weight: normal;
	line-height: 18px;
}
div#logs div#comment .comment h3 {
	background: url("img/1top-b.gif") no-repeat top;
}
div#comment .comment .text {
	width: 640px;
	margin: 0px;
	padding: 3px 0px 18px;
	background: url("img/4bottom.gif") no-repeat bottom;
}
div#logs div#comment .comment .text {
	width: 450px;
	background: url("img/1bottom.gif") no-repeat bottom;
}
div#comment .comment .name {
	font-weight: bold;
}
div#comment .comment .date {
	letter-spacing: normal;
}

div#trackback dl dd.date, div#comment .comment .date, div#contents .date, div.text .date {
	font-size: 11px;
	color: #999999;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 10px 5px 0px;
	text-align: right;
}
div#page ul li {
	display: inline;
	margin-left: 5px;
	padding: 0px;
	background: none;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 5px 0px;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
	padding: 0px;
	background: none;
}

div#navi form dl {
	padding: 0px;
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
	margin-left: 2px;
}

/* ----- フォーム -------------------------------------- */

div#form form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form dl dd input, form dl dd select, form dl dd textarea {
	margin-bottom: 2px;
}
form ul li {
	padding: 0px 0px 2px;
	background: none;
}

/* ----- 注文フォーム ---------------------------------- */

abbr {
	color: #003399;
	font-size: 11px;
	font-weight: normal;
}
div#order dt {
	font-weight: bold;
}
div#order dd {
	margin: 2px 0px 10px 20px;
}
div#order form dl dt {
	background: none;
	float: left;
	clear: left;
	width: 7em;
	font-weight: normal;
}
div#order form dl dd {
	background: none;
	margin: 0px;
	padding: 0px;
}

/* ----- ステータス ------------------------------------ */

div#status dl dt {
	float: left;
	clear: left;
	width: 11em;
}

/* ----- フッター -------------------------------------- */

br.cancel {
	display: block;
	clear: both;
	height: 1px;
	font-size: 0px;
}

div#footer address {
	padding: 10px 5px;
	font-size: 11px;
	text-align: right;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #CC3333;
	font-size: 11px;
	font-weight: normal;
}
.price {
	text-align: right;
}
.button {
}

