html {
	height:100%;
}

body {
	height:100%;
	margin: 0;
	text-align:center;
	background-position: 0% 350px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
}
a {
	color:#996600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {revitalization
	border:none;
}
#body {
	width:860px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#body #header {
	height: 72px;
}

#logo {
	width: 200px;
	float: left;
	text-align: left;
	padding-top: 10px;
}
#logo img {
	margin:0;
}
#body #logo h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#navi {
	width: 660px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#navi ul {
	margin:0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 0;
}
#navi li {
	width:120px;
	margin:0;
	padding:0;
	float:right;
	list-style-type:none;
}
#navi a {
	width: 105px;
	height: 34px;
	margin:0 auto;
	display:block;
	font-size: 12px;
	color: #996600;
	text-align:center;
	line-height: 34px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
#navi a:hover {
	text-decoration:none;
}
#navi a.s {
	color:#999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#navi a.s:visited {
	color: #CC6600;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
#navi a.s:hover {
	color: #FF0000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}
#left {
	width: 180px;
	float:left;
	clear: both;
	text-align: left;
	font-size: 80%;
	color: #6A6B4B;
	line-height: 130%;
	padding-right: 10px;
	height: 800px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 20px;
}
#left .body {
	margin:0px;
	position: relative;
}

#left h2 {
	margin: 0;
	padding: 3px;
	border-bottom:1px dotted #6A6B4B;
	font-size:10px;
	font-weight:normal;
}
#left ul {
	margin:0 0 20px 0;
	padding:0;
}
#left li {
	margin:5px 0 0 0;
	padding:5px;
	list-style-type:none;
	background-image: url(../images/bg_li.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#left p {
	margin: 5px 3px 10px;
}
div#left{
	background-image: url(../images/left_bg.png);
	background-repeat: no-repeat;
}

* html div#left{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#main {
	width: 645px;
	float:left;
	font-size:80%;
	text-align:left;
	padding-left: 15px;
	padding-top: 5px;
}
#main .body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main .topimg {
	margin: 0;
	padding-bottom: 40px;
}
#main .right {
	width:200px;
	float:right;
	background-color: #FFFFFF;
}
#main .right span{
	display:none;
}
#main h1 {
	color: #424242;
	font-size:180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0;
}
#main h2 {
	font-size:150%;
	clear:both;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #666666;
}
#main h3 {
	border-bottom: 1px solid #D60000;
	font-size:100%;
	color: #FFFFFF;
	background-image: url(../images/bg_h3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F6E7CF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#main p {
	margin: 8px 40px 5px 20px;
	line-height:1.4;
	color:#666666;
}
#main p.line {
	line-height:25px;
	background: url(../images/bg_p.gif) 0px 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 110%;
}

#main table {
	width:510px;
}

#main td {
	padding: 5px;
	border-bottom:1px dotted #000;
	vertical-align: top;
}
#main th {
	padding: 5px 5px 5px 20px;
	border-bottom:1px dotted #000;
	background: #E7E1CD url(../images/bg_th.gif) no-repeat 5px 8px;
	text-align:left;
	color:#6B6349;
	vertical-align: top;
	white-space: nowrap;
}
#main .box {
	width:172px;
	float:left;
	background:url(../images/bg_box.gif) no-repeat 0% 0%;
}
#main .box img {
	margin:8px 20px;
}
#main .box h3 {
	margin: 0px 20px 3px 15px;
	padding: 3px 0;
	border-bottom-color: #CCC;
	font-size:100%;
	color:#666;
	text-align: right;
	background: none;
}
#main .box p {
	margin: 0 20px 0 15px;
	font-size:10px;
}
#main .body li {
	line-height: 1.4;
	color: #666666;
}

#pagetop {
	clear:both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
}

#footer {
	clear:both;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #B0A575;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	padding-left: 20px;
}

/*-------------------------------------for any--*/

.clear{
	clear:both;
	line-height:1px;
}
.image_right {
	padding-right: 25px;
	padding-bottom: 10px;
}
.font_big {
	font-size: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCCCC;
}
#body #main .body .bg {
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #F9F3E8;
}
#body #main .body table {
	margin-right: 40px;
	margin-left: 20px;
}
#main .body dl {
	margin-right: 20px;
	margin-left: 20px;
	color: #666666;
	margin-top: 20px;
	line-height: 1.4;
}
#main .body dd {
	margin-bottom: 20px;
}
#body #main .body #item {
	padding: 10px;
	float: none;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;

	/* ▼CSS3 */
   	border-top-right-radius: 20px;   /* 右上 */
	border-bottom-left-radius: 20px; /* 左下 */

  	/* ▼Safari,Chrome */
    -webkit-border-top-right-radius: 20px;   /* 右上 */
    -webkit-border-bottom-left-radius: 20px; /* 左下 */

    /* ▼Firefox */
    -moz-border-radius-topright: 20px;   /* 右上 */
    -moz-border-radius-bottomleft: 20px; /* 左下 */

    /* ▼共通装飾 */
	border: 10px solid #EEE6DF;  /* 枠線の装飾 */

	background-color: #FFFFFF;
	background-image: url(../images/bg_item.gif);
	clear: both;
}
#body #main .body #item p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.4;
}
strong {
	font-weight: normal;
}
#footer #banner_right {
	height: 45px;
	width: 100%;
	margin-top: 15px;
}
#footer #banner_right table {
	float: right;
}
.banner_link {
	vertical-align: text-botom;
	height: 31px;
	width: 88px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	margin-right: 5px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.copyright a:link {
	color: #B0A575;
}
.copyright a:visited {
	color: #B0A575;
}
.copyright a:hover {
	text-decoration: none;
	color: #B0A575;
}
/*---トルマリンひろばの設定--*/
#body #main .body .hiroba_bg {
	margin-top: 20px;
	border: 1px solid #F7C787;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
#body #main .body .topic {
	color: #663300;
}
#body #main .body .hiroba_bg #hiroba_img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}
#main .body .hiroba_bg h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FECCCB;
}
.hiroba_bg ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	list-style-type: none;
}
.hiroba_bg li {
	padding-left: 10px;
	text-align: right;
}
.topic_h {
	color: #666666;
}

/*--------------------------------------------------------------form.htm--*/
.rule {
	width: 645px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#information {
	padding: 10px;
	width: auto;
	text-align: left;
	margin-bottom: 5px;
	background-color: #FAFAFA;
	border: 1px solid #DEDEDE;
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
#information .line {
	margin-bottom: 20px;
}
.gray {
	color: #5D5D5D;
}
#main .body .rule .line {
	margin-bottom: 20px;
	font-weight: bold;
}
#main .body #privacy #leftBox {
	width: 125px;
	float: left;
	font-size: 75%;
}
#main .body #privacy #leftBox img {
	margin-right: 25px;
	margin-bottom: 25px;
}
#main .body #privacy #center {
	float: left;
	width: auto;
}

#main .body #privacy #rightBox {
	margin-left: 235px;
}


#main .body #information li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2;
	font-size: 90%;
}










/*-------------------------------------index.htm年末年始のお知らせ--*/

#left .body dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #996600;
}
#left .body dd {
	text-indent: 0px;
	margin-bottom: 3px;
	font-size: 10px;
	margin-left: 5px;
}
#left .body dl {
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#body #main .body #privacy #rightBox p {
	line-height: 1.2;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.red {
	color: #CC3366;
	font-weight: bold;
}
/*全ページ：フッターにあるＭＭＩへのリンクのboldの為使用*/
#footer .bold {
	font-size: medium;
}
