@charset "utf-8";
/******** Shop Style ********/

body, div, span, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, tr, th, td, form, img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	position:relative;
	z-index:1;
	text-align:center;
	color:#0b0099;
	font-size:100%;
	line-height:1;
	background-color:#e6e6e6;
	background-image:url(../material/body_top_bg.gif);
	background-repeat:repeat-x;
}
ul, ol, li { list-style-type:none; }
h1, h2, h3, h4, h5, h6, address { font-style:normal; font-weight:normal; }
em { font-style:normal; font-weight:bold; }
strong { font-size:1.2em; color:#e7161b; }
.annotation { font-size:0.8em; }/* 注釈 */

/*** Block Composition ***/

div#top {
	width:940px;
	height:37px;
	margin:0 auto;
	background:url('../material/header_bg.png') 0 0 no-repeat;
	text-align:left;
}
div#mainbox {
	clear:both;
	width:940px;
	margin:0 auto;
	background:url('../material/main_bg.png') 0 0 repeat-y;
	overflow:hidden;
}
div#contents {
	width:786px;
	float:right;
	text-align:left;
}
div#sidebar {
	width:154px;
	float:left;
	text-align:left;
}
div#footer {
	clear:both;
	width:940px;
	margin:0 auto;
	text-align:left;
	background:url('../material/footer_bg.png') 0 0 no-repeat;
}

/*** Header ***/

div#top ul {
	padding-top:9px;
}
div#top ul li {
	width:69px;
	margin-right:10px;
	float:right;
}

/*** Contents ***/

div#contents div.logo {
	margin:0;
	text-align:center;
}
div#contents h1 {
	margin:0 12px 0 -4px;
	color:#fefefe; /*3f43d3;*/
	font-size:1.4em;
	background-color:#284990;
	line-height:1.5;
	vertical-align:middle;/* IE6 */
}
div#contents h2 {
	margin:16px 12px;
	color:#3f43d3;
	font-size:1.4em;
}
div#contents div.apeal {
	padding:16px;
	color:#606060;
}
div#contents div.apeal p {
	margin:0.3em 0;
}
div#contents div.apeal em {
	color:#ff4e22;
	font-size:1.2em;
}
div#contents dl {
	color:#808080;
}
div#contents dt {
	clear:both;
	height:23px;
	padding-left:25px;
	color:#fff;
	font-size:16px;
	letter-spacing:2px;
	background:url('../material/headline3.jpg') 0 0 no-repeat;
	background-color:#2b54a3;
	overflow:hidden;
	line-height:1.5;
	vertical-align:middle;/* IE6 */
}
div#contents dd {
	position:relative;
	margin-right:6px; padding:1em;
	font-size:0.84em;
	line-height:1.6em;
	background-color:#fff;
	zoom:100%;/* IE */
}
div#contents dd p {
	color:#181a68;
	font-size:1.1em;
}
div#contents dd div.visual {
	width:200px;
	float:left;
	text-align:center;
	background-color:#fff;
}
div#contents dd div.visual img {
	padding:0 1em 0 0;
}
div#contents dd div.reserve {
	width:200px; height:52px;
	overflow:hidden;
	margin:90px 280px 24px 274px;
	background:url('../material/reserve3.gif') 0 0;
}
div#contents dd.aoko {
	padding-bottom:283px;
	background:url('../material/aoko3.jpg') 55px 90% no-repeat;
}
div#contents dd div.reserve a {
	display:block;
	height:52px;
}
div#contents dd div.reserve a:hover {
	background:url('../material/reserve_o.gif') 0 -52px;
	padding-top:52px;
}
div#contents dd p.important {
	padding:0 0 0.5em;
	font-size:1.2em;
	font-weight:bold;
	color:#e7161b;
}
div#contents dd ul {
	border-top:1px dashed #c0c0c0;
}
div#contents dd ul li {
	border-bottom:1px dashed #c0c0c0;
}
div#contents dd div.care {
	margin:0.1em 1em 0.5em;
	color:#f45f3a;
}
div#contents dd div.care p {
	color:#f45f3a;
	font-size:1em;
}
div#contents dd ul li ul {
	margin:1em;
	border-top:1px dotted #fbbfb0;
}
div#contents dd ul li ul li {
	font-size:0.9em;
	border-bottom:1px dotted #fbbfb0;
}
div#contents dd div.care2 {
	margin:0.5em 1em 0; padding:1em;
	border:1px solid #f45f3a;
}
div#contents dd div.care2 p {
	color:#db151a;
	font-size:1em;
}
div#contents dd img.mailbutton {
	vertical-align:middle;
}
div#contents div.bottom {
	padding:16px 0 0;
	text-align:center;
}
div#contents dd div.mailWarning {
	padding:2em 1em;
	font-size:0.9em;
}

/*** Form ***/

div#contents dl#form {
	padding-bottom:22px;
	color:#808080;
	background:none;
}
div#contents dl#form dt {
	color:#284990;
	background:url('../material/headline4.jpg') 0 0 no-repeat;
}
div#contents dd table {
	width:100%;
	padding:12px;
	color:#808080;
	font-size:1em;
	border:1px solid #a6aaff;
}
div#contents dd td {
	padding:0.1em 0.5em;
	border:1px solid #cacdff;
}
div#contents dd td.item {
	width:14em;
	text-align:right;
	border:0;
	background-color:#dbddff;
}
div#contents dd td span {
	color:#fd5c4a;
	font-size:0.9em;
}
div#contents dl#form div.pay, div#contents dl#form div.office {
	padding:0.2em 0;
	font-size:1.1em;
}
div#contents dl#form p.notice {/* 要注意 */
	padding-left:1em;
	color:#e82e00;
	font-size:1em;
}
div#contents dl#form p.attention {
	color:#e82e00;
	font-size:1em;
}
div#contents dl#form p {
	margin:0.5em;
	text-decoration:underline;
	color:#000222;
	font-size:1.2em;
}
div#contents div#underbutton {
	padding:16px 16px 0;
	font-size:1em;
}
div#contents div#underbutton p {
	margin:0.1em;
	text-decoration:none;
	color:#606060;
	font-size:1em;
}
input.button {
	margin:1em;
}

/*** Low ***/

div#contents dl#low {
	color:#808080;
}
div#contents dl#low p {
	color:#808080;
	font-size:0.9em;
}
div#contents dl#low p.occasion {
	padding-bottom:0.5em;
	font-weight:bold;
}
div#contents dl#low dd ol {
	padding-left:2em;
}
div#contents dl#low dd ol li {
	list-style-type:decimal;
}
table#location {/* 所在地 */
	margin:0.5em 0 0 0.5em;
}
div#contents dl#low table#fee {/* 代引き手数料 */
	margin-left:1em;
	text-align:right;
}
td.case {
	padding-right:1em;
	text-align:left;
}
div#contents dl#low p.advice {/* 忠告 */
	padding:1em 1em 1em 0;
	font-size:96%;
}
div#contents dl#low p.attention {/* 注意 */
	padding-left:0.5em;
	color:#900909;
	font-size:96%;
}
div#contents dl#low p.notice {/* 要注意 */
	padding-left:1em;
	color:#d1440e;
	font-size:88%;
}
div#contents dl#low p.warning {/* 警告 */
	padding:0.5em 1em 0.5em 0;
	color:#380e04;
	font-size:90%;
}

/*** Side Bar ***/

div#sidebar div#typemoon {
	margin:14px 0 12px 42px;
}
div#sidebar div.menulist {
	padding:14px 0 0 20px;
}
div#sidebar div.menulist ul {
	line-height:1.6em;
}
div#sidebar div.menulist li {
	position:relative;
	width:123px; height:23px;
	overflow:hidden;
	margin-bottom:23px;
}
div#sidebar div.menulist li a {
	display:block;
	width:123px; height:23px;
}
div#sidebar div.menulist li.menuReserve a:hover {
	background:url('../material/menu_reserve2.gif') 123px 0;
	padding-top:23px; 
}
div#sidebar div.menulist li.menuLow a:hover {
	background:url('../material/menu_low2.gif') -123px 0;
	padding-top:23px;
}

/*** Footer ***/

div#footer {
	clear:both;
	height:63px;
	background:url('../material/footer_bg.gif') 0 0 no-repeat;
}
div#footer div {
	width:79px; height:17px;
	margin-left:850px;
	padding-top:30px;
}

/*** Link Color ***/

a:link { color:#5775bb; text-decoration:none; }
a:visited { color:#3f9c59; text-decoration:none; }
a:hover { color:#ff924e; text-decoration:none; }

/******** Shop Style ********/
