body {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
    height: auto;
    height: 100%;
    min-height:100%;
	background-color: #fef6ee;
	background-image: url("../images/bgmusic_dark.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	color: #111111;
	margin-top: 2px;
}

.res_banner {
	width: 85%;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #e9eae3;
	background-image: url("../images/headerbg2.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-top: 3px #333333 ridge;
	border-left: 3px #333333 ridge;
	border-right: 3px #333333 ridge;
	border-bottom: 3px #333333 ridge;
}

.res_contents {
	width: 85%;
	margin: 0px auto;
	padding: 0;
	background: #fef6ee; /* #464646; */
	border-left: 3px #333333 ridge;
	border-right: 3px #333333 ridge;
	text-align: left;
	display: block;
	overflow: hidden;
	background-image: url("../images/cloth023.jpg");
	background-repeat: repeat;
}

.res_menubar {
	width: 22%;
	float: left;
	margin: 0 auto;
	text-align: left;
	border-right: 3px #333333 ridge;
	font-variant: small-caps;
	font-stretch: extra-expanded;
	font-size: 100%;
	background: #ccccff center center repeat;
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}
.res_menubar h2 {
	font: 110% sans-serif;
	color:#dddddd;
	background: #6666cc;
	margin: 0;
	padding: 5px 0 5px 5%;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}
.res_navlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #ccccff center center repeat-x;
	width: 100%;
}
.res_navlist li {
	text-align: left;
}
.res_navlist li a {
	display: block;
	color: #000000;
	padding: 5px 0px 8px 10%;
	text-decoration: none;
/*	background: transparent url("../images/menubgh.jpg") center center repeat-x; */
}
.res_navlist li a:hover {
	color: #dddddd;
	background: #440044 center center repeat-x;
}
.res_navlist li .current{
	color: #ccffff;
	background: #9999cc center center repeat-x;
}



.res_bodyarea {
	display: inline;
	float: right;
	width: 71%;
	margin: 0px auto;
	padding: 18px 3% 50px 3%;
}
.res_bodyarea_home {
	display: inline;
	float: right;
	width: 71%;
	margin: 0px auto;
	padding: 10px 3% 50px 3%;
	background: transparent url("../images/9kMuramatsuweb.jpg") center center no-repeat;
}

.res_clear {
	clear: both;
	display: block;
	visibility: hidden;

  height: 1px;
  overflow: hidden;
  margin: 0;
}

.res_contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
.res_contents {display: inline-block;}
*/
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.res_contents {display: block;}
/* End hide from IE-mac */

.res_right {
	width: 28%;
	float: right;
	padding: 10px 10px 10px 10px;
	margin-top: 25px;
	margin-right: 1%;
	background: #993300;
	vertical-align: top;
}

.res_main {
	margin-right: 32%;
	padding: 0 5px 10px 5px;
}

.res_footer {
	clear: both;
	width: 85%;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	background: #edede7; /* #464646; */
	border-left: 3px #333333 ridge;
	border-right: 3px #333333 ridge;
	border-bottom: 3px #333333 ridge;
	border-top: 3px #333333 ridge;
}

.res_footer hr {
	width: 80%;
	color: #333333;
}

.res_textin {
	padding: 0 20px 0 20px;
}

.res_textin img {
	margin: 0px 10px 0px 10px;
}

div.figure {
	float: right;
	width: 40%;
	margin: 0.5em;
	padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: smaller;
	text-indent: 0;
}
img.scaled {
  width: 100%;
}

img.photo {
	border: 6px #666699 solid;
}

h1 { font: 200% sans-serif; color:#6666cc; padding: 2px 0 0 0;}
h2 { font: 150% sans-serif; color:#6666cc; padding: 2px 0 0 0;}

.indent { padding: 0 0 0 20px;}

a {
	cursor: pointer;
    color: #02bcdc;
}


a:link {color: #0000ff;}
a:visited {color: #0000aa;}
a:focus {color: #02bcdc;}
a:hover {color: #8800ff; }
a:active {color: #02bcdc;}

a.ovlink {
    color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

a:link.ovlink {
    color: white;
}

a:visited.ovlink {
    color: white;
}

a:hover.ovlink {
    color: red;
}



hr {
	text-align: center;
	width: 50%;
	color: #333366;
	clear: both;
}

input, textarea {
	background: #dddddd;
	color: #000000;
	border: thin #006699 solid;
	padding: 2px 1px;
}

select {
	background: #dddddd;
	color: #000000;
	border: thin #006699 solid;
}


.submit_button {
	color: #cccccc;
	font-weight: bold;
	background: #336699;
	padding: 0;
	border: 3px outset #8888aa;
	cursor: pointer;
} 
.submit_button:hover {
	background: #444477;
}


.submit_button_ev {
	color: #cccccc;
	font-weight: bold;
	background: #336699;
	border: 0;
	cursor: pointer;
} 
.submit_button_ev:hover {
	color: #ffffff;
}


p.dropcap:first-letter {
	float: left;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	padding-right: 0.15em;
}

.wdtd{
vertical-align: top;
padding: 3px 20px 3px 4px;
font-size: 80%;
}

.quote{
	padding-left: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-size: smaller;
	font-style: italic;
	clear: both;
}

.quotetag{
	padding-left: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
}

.addr {
	width: 80%;
	background: #aaaadd;
}
.addr td {
	padding: 10px 0;
	font-style: normal;
	text-align: center;
}

.Help {
    color: #C0C0C0;
    font-size: x-small;
    font-style: italic;
    text-align: center;
}

.warning {
	color: #ff0000;
}

.fs_item {
	font-weight: bold;
}

.fs_price {
	font-weight: bold;
	color:#458AC3;
}
