@charset "Shift_JIS";

/* ========BASIC======== */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	width: auto;
}

body {
	margin:20px 0;
	padding:0;
	letter-spacing:1px;
	background: #E7DFCE url(images/bg_body1.jpg) fixed;
	background-attachment: fixed;
	background-color: #E7DFCE;
	background-image: url(images/hasu-25.gif);
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
	border:0;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_body1.jpg);
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:740px;
   margin:0 auto;
   padding:5px;
   background-color: #E7DFCE;
}

div#header {
   width:740px;
}

div#menu {
   width:740px;
}

div#contents {
   clear:both;
   width:740px;
   background: #fff url(images/bg_contents.gif) 100% 0 repeat-y;
}

div#headImage {
   width:740px;
   clear:both;
}

div#main {
   float:left;
   width:540px;
   padding:0 10px;
}

div#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   width:740px;
}

/* 回り込み解除 */
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding:0;
	font-size:2em;
	color:#8C514A;
	line-height:80px;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#EEEBEB;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   font-size:0.75em;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:148px;
   padding:10px 0;
   color:#fff;
   background-color:#212021;
}

div#menu li a.active{
   display:block;
   width:148px;
   padding:10px 0;
   color:#fff;
   background-color:#8C514A;
}

div#menu li a:hover{
   color:#ddd;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
div#contents h1 {
	margin-bottom:8px;
	padding:5px;
	color:#fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	background-color: #212021;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#D70053;
}

div#main a:hover {
   color:#D2447B;
   border:0;
   border-bottom:1px solid #D2447B;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#31001D;
   font-size:14px;
   font-weight:bold;
   line-height:1.4;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   font-size:14px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
   line-height:1.4;
}

div#main p{
   margin:0 0 1em 0;
   font-size:14px;
   line-height:1.4;
}

div#main ul,ol,dl{
   font-size:14px;
}

div#main li{
   line-height:1.4;
}

div#main dt{
	margin-bottom:3px;
	text-transform: uppercase;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   line-height:1.4;
   background:#f1f1f1;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {

}

div#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
}

#shoptitle{
   width:174px;
   height:187px;
}

*html #shoptitle{
   width:174px;
   height:400px;
}

*:first-child+html #shoptitle{
   width:174px;
   height:400px;
}

div#sub ul {
   margin:0;
   padding:5px 0 1em 5px;
}

div#sub li {
   margin:0;
   padding-left:18px;
   font-size:0.75em;
   color:#fff;
   line-height:1.8;
   background:url(images/bg_sub_li.gif) 0 4px no-repeat;
   list-style:none;
}

div#sub li a{
   color:#fff;
}

div#sub li a:hover{
   color:#ddd;
}
/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:7px;
   margin:0;
   padding-left:8px;
   font-size:0.63em;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}

address{
   padding:10px 0;
   font-size:10px;
   color:#333;
   text-align:center;
}
/* ========FORM======== */

textarea{
	overflow:auto;
	font-size:90%;
}

.validation-advice {
	font-size:80%;
	color:#FF0000;
	font-weight:bold;
}

.about_table{
	margin:0 0 0 0;
	width:100%;
}

.about_table th{
	padding:7px 0 7px 0;
	width:30%;
	text-align:center;
	border-bottom:solid 1px #dddddd;
}

.about_table td{
	padding:7px 0 7px 0;
	width:70%;
	border-bottom:solid 1px #dddddd;
}

.about_table .top{
	padding:8px 0 7px 0;
}

.about_table .bottom{
	border:none;
	padding:7px 0 7px 0;
}

.about_table{
	margin:0 0 10px 0;
}

#right p.privacy{
	text-align:right;
	padding:0 0 0 0;
}

.info{
	border:double 3px #dddddd;
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
}

.s_red{
	font-size:80%;
	color:#FF0000;
}
