@charset "utf-8";

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	}
html{
    overflow-y: scroll;
	}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
	}
ol, ul{
    list-style:none;
	}
fieldset, img{
     border:0;
	}
caption, th{
    text-align: left;
	}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
	}
optgroup{
    font-style: normal; 
	}
option {
	font-weight: bold;
	}
optgroup option{
    font-weight: normal;
	}

/* kokokara */

body {
	background: #F0F0F0;
	text-align: center;
	}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	text-align: left;
	}
	
#header {
	width: 940px;
	height: 150px;
	background: url(../images/header.jpg) no-repeat;
	background-position: center top;
	}
	
#header h1 {
	padding-top: 15px;
	margin-bottom: 10px;
	}

#topmenu {
	height: 45px;
	background: url(../images/menu_bg.png) no-repeat;
	padding-top: 12px;
	}

#topmenu ul {
	margin-left: 20px;
	
	}

#topmenu ul li{
	display: inline;
	padding: 3px 0px;
	}

#topmenu ul li a{
	padding: 3px 20px;
	text-decoration: none;
	color: #000000;
	}

#topmenu ul li a:hover {
	background: #999999;
	color: #FFFFFF;
	padding: 3px 20px;
	text-decoration: none;
	}

#area {
	background: url(../images/contentsBg_top.png) no-repeat;
	width: 100%;
	}

#main {
	background: url(../images/contentsBg.png) repeat-y;
	padding-left: 10px;
	padding-right: 35px;
	height: 1%;
	}

#contents {
	width: 645px;
	background: #FFFFFF;
	float: right;
	margin-top: 10px;
	padding: 15px;
	}

#main .menu {
	margin-left: 10px;
	width: 190px;
	padding-top: 10px;
	height: 100%;
	}

#main .menu ul li{
	padding-bottom: 5px;
	}

#main .menu ul li a:hover img{
  filter: alpha(opacity=65);
  -moz-opacity:0.65;
  opacity:0.65;
	}

p.clr {
	clear: both;
	text-align: right;
	padding-top: 20px;
	font-size: small;
	}

#footer {
	text-align: center;
	background: url(../images/contentsBg_bottom.png) no-repeat bottom left;
	padding: 20px 10px;
	}

#footer div.menu {
	margin-left: 20px;
	margin-right: 30px;
	}

#footer .menu li{
	display: inline;
	font-size: small;
	margin: 0 8px;
	line-height: 1.8;
	}

address {
	padding: 10px 0;
	}

/* contents */
#contents {
	line-height: 1.5;
	font-size: 14px;
	}

#contents h2 {
	margin-bottom: 20px;
	}

#contents h3 {
	margin: 30px 0 15px;
	clear: both;
	font-weight: bold;
	}

#contents h4 {
	margin: 20px 0 15px;
	clear: both;
	}

#contents #minimenu li {
	display: inline;
	margin-right: 30px;
	line-height: 2.5;
	}

#contents p.main_img {
	float: right;
	margin-top: -65px;
	}

#contents p.main_imgw {
	margin-top: 30px;
	margin-bottom: 20px;
	}

#contents #tokuten {
	padding: 10px;
	border: solid 1px #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 365px;
	}

#contents #tokuten ul{
	list-style: disc;
	margin-left: 15px;
	margin-top:5px;
	
	}

#contents .pricetbl {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
	}

#contents .pricetbl th,
#contents .pricetbl td {
	border: solid 1px #CCCCCC;
	padding: 5px;
	}

#contents .pricetbl th {
	text-align: center;
	background: #C8FFFF;
	}

#contents .pricetbl th.title {
	font-weight: bold;
	}

#contents .pricetbl td {
	text-align: right;
	width: 100px;
	letter-spacing: 1px;
	}

#contents .left {
	float: left;
	padding-right: 50px;
	margin-bottom: 50px;
	}

#contents .wide td {
	width: 150px;
	}

#contents .wide td span{
	color: #FF0000;
	margin-left: 10px;
	}
	
#contents p.thum_img {
	float: right;
	width: 225px;
	}

#contents .detail {
	width: 420px;
	float: left;
	padding-bottom: 80px;
	}

#contents .detail2 {
	width: 420px;
	float: left;
	padding-bottom: 15px;
	}

#contents ul{
	margin-left: 30px;
	list-style: disc;
	}

/* kobetu */

#stamp #contents li {
	list-style: disc;
	margin-right: 20px;
	}

#stamp #contents dt,
#stamp #contents dd {
	display: inline;
	}

#stamp #contents dt {
	font-weight: bold;
	margin-right: 30px;
	margin-left: 5px;
	}
	
#stamp #contents dd {
	margin-right: 15px;
	}

#stamp #contents dd.clr {
	display: block;
	margin-left: 2em;
	}

#stamp #contents table {
	margin-top: 20px;
	}

#stamp #contents td {
	padding-bottom: 30px;
	}


#stamp #contents table.tbl {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 10px;
	}


#stamp #contents table.tbl th,
#stamp #contents table.tbl td {
	border: solid 1px #CCCCCC;
	padding: 5px;
	}

#stamp #contents table.tbl th {
	text-align: center;
	background: #C8FFFF;
	font-weight: bold;
	}

#stamp #contents table.tbl td {
	letter-spacing: 1px;
	}

#stamp #contents table.tbl td.price {
	text-align: right;
	}

#about #contents table {
	border-collapse: separate;
	border-spacing: 3px;
	margin-bottom: 30px;
	}
	
#about #contents table th, 
#about #contents table td {
	padding: 5px 10px;
	}

#about #contents table th{
	background: #C8FFFF;
	border-bottom: solid 1px #00F7F7;
	border-right: solid 1px #00F7F7;
	border-top: solid 1px #9DFFFF;
	border-left: solid 1px #9DFFFF;
	}

#about #contents table td{
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #F3F3F3;
	border-left: solid 1px #F3F3F3;
	padding-right: 50px;
	}

#about #contents ol {
	margin-left: 30px;
	margin-bottom: 30px;
	list-style: decimal;
	line-height: 1.8;
	}

#contents .detail_r p.main_img {
	float: left;
	margin-top: 0;
	padding-right: 20px;
	}

#contents .detail_r ul {
	margin-left: 340px;
	list-style: disc;
	}

#contents .order {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	}

#contents .order a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
	}

#whatnew {
	margin-bottom: 30px;
	}

#contents #btnmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 40px;
	}

#contents #btnmenu li{
	float: left;
	padding: 15px 10px;
/*	display: inline;
	margin: 15px 8px;
	line-height: 4;
*/	}

#mail form table {
	margin-top: 15px;
	width: 95%;
	background: #DFDAFE;
	padding: 10px ;
	border-collapse: separate;
	}

#mail form table caption{
	font-weight: bold;
	}

#mail form table th,
#mail form table td {
	padding: 3px 5px;
	}

#mail form table th{
	text-align: right;
	width: 40%;
	border-bottom: dotted 1px #660099;
	padding-bottom: 0px;
	}
	
#mail form table th.top{
	vertical-align: top;
	}

#mail form table span{
	font-size: 10px;
	line-height: 1.2;
	}

#mail form span.must{
	color: red;
	}

#mail form table input {
	padding: 3px;	
	line-height: 1.8;
	}
	
#mail form table input.btn {
	padding: 1px;	
	}

#mail form table select {
	width: 300px;
	padding: 3px;	
	}

#mail form table textarea {
	width: 300px;
	padding: 3px;	
	}

#mail p span {
	color: #FF0000;
	}

#mail #btn {
	text-align: center;
	}

#mail #btn input{
	padding: 2px 10px;
	margin: 20px 50px;
	}
