a img {
	border:none;
}
h2.plane {
    border-bottom: 2px dotted #AAAAAA;
    padding: 2px;
}
h2.title {
	font-size:17px;	
    font-family: meiryo;
    background: url('../images/titlebg1.png') no-repeat scroll left top transparent;
	padding:2px 0px 2px 9px;
	line-height:40px;
	color:white;
}
h2.title span {
	font-size:11px;
	font-weight:normal;
	margin-left:30px;
	color:yellow;
}
	
h2.main {
	font-size:18px;	
    font-family: meiryo;
    background: url('../images/icon1.png') no-repeat scroll left top transparent;
    padding-left: 60px;
    padding-top: 5px;
    line-height: 40px;
    margin-top: 45px;
}
h2.main span {
	font-size:12px;
	font-weight:normal;
	color:#900;
	margin-left:40px;
}
h3.main {
    border-bottom: 2px dotted ;
    clear: both;
    font-size: 13px;
    padding: 2px;
}
.smalltext {
	font-size: 80%;
	line-height: 150%;
}
.float_right {
	float:right;
	margin-left:15px;

}

div#indexbox {

	margin: 0 auto;
    width: 800px;
	height:400px;
	margin:auto;
    position: relative;


	
}

div#indexbox img {
    
}
div#indexbox #canvas, div#indexbox #canvas_front {
    position: absolute;
    left: 0;
    top: 0;
}
div#indexbox #canvas_front {
    z-index: 2;
}
ul#thumbnail {
	display: inline;
	position: absolute;
	right: 20px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 10;

}
ul#thumbnail li {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	display: inline;
}
ul#thumbnail li a {
	border: none;
	display: block;
}
ul#thumbnail li a img {
	border: 1px solid #456;
	margin: 0px;
	padding: 0px;
}
ul#thumbnail li a:hover img, ul#thumbnail li a:hover {
	border-color: #456;
}
ul#thumbnail li a.active {
	background: transparent url(../images/bg_indexbox_active.gif) center bottom no-repeat;
}
ul#thumbnail li a.active, ul#thumbnail li a.active img {
	border-color: #fff;
}

h4.menutitle {
	font-size:14px;
	background: transparent url(../images/line.gif) left bottom no-repeat;
	padding: 0px 0px 8px 6px;
	margin-top:50px;
	font-family: "Times New Roman", Times, serif;
}
#menu_leftside {
	float:left;
	width:45%;
}
#menu_leftside hr {
	border-bottom: 1px dotted #aaa;
}
#menu_rightside {
	float:right;
	width: 45%;
	margin-right:30px;
}
#menu_rightside hr {
	border-bottom:1px dotted #aaa;
}
#menu_leftside dl {
	line-height:300%;
	font-size: 80%;
}
#menu_leftside dt {
	margin-left: 10px;
	font-weight: bold;
	border-top:1px dotted #666;
}
#menu_leftside dt.top {
	font-weight:bold;
	margin-left: 10px;
	border:none;
}
#menu_leftside dd.price {
	text-align:right;
	margin-top:-3em;
}
#menu_leftside dd.co {
	font-size:10px;
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
	margin-left:10px;
	color: #333333;
}
#menu_rightside dl {
	line-height:300%;
	font-size: 80%;
}

#menu_rightside dt {
	font-weight:bold;
	margin-left: 10px;
	border-top:1px dotted #666;
}
#menu_rightside dt.top {
	font-weight:bold;
	margin-left: 10px;
	border:none;
}
#menu_rightside dd.price {
	text-align:right;
	margin-top:-3em;
}
#menu_rightside dd.co {
	font-size:10px;
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
	margin-left:10px;
	color: #333333;
}

.pageheading {
	margin:auto;
	width:385px;
}
div.shop_leftside {
	float:left;
	width:385px;
}
div.shop_rightside {
	float:right;
	width: 385px;


}
table.top {
	width:800px;
	margin:auto;
	text-align:center;
	background: #222 url(../images/bg_main.jpg) left top repeat;
	padding:10px 0px;
	/*border-radius:5px;
	margin-top:10px;*/

}
hr {
display: block;
clear: both;
border: none;
border-bottom: 3px dotted ;
padding-top: 20px;
margin: 10 10px 20px 10px;
color:white;
}
table.outline {
	
}
table.outline caption {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	color: #006;
	padding-top: 2em;
}
table.outline th, table.outline td {
	font-size: 80%;
	line-height:190%;
	padding: 3px 20px;
	vertical-align: top;
}
table.outline th {
	text-align: right;
	width: 120px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	background-color: #eee;
	font-weight: normal;
	
}
.goods {
	width:190px;
	padding:5px;
	text-align:center;
	float:left;
}
.goods p {
	font-size:12px;
}
.goods_wide {
	width:390px;
	padding:5px;
	text-align:center;
	float:left;
}
.goods_wide p {
	font-size:12px;
}
.spbox {
	border-radius:5px;
	background-color:black;
	padding:8px;
	width:570px;
	float:left;
}
.spbox span {
	float:right;
	margin-left:9px;
}
.spbox h4 {
	color: white;
	margin-top:0px;
}
.spbox p {
	color:white;
	font-size:12px;
}


#evnt dl {
	line-height:300%;
	font-size: 80%;
}
#evnt dt {
	margin-left: 10px;
	font-weight: bold;
	border-top:1px dotted #666;
}
#evnt dt.top {
	font-weight:bold;
	margin-left: 10px;
	border:none;
}
#evnt dd.price {
	text-align:right;
	margin-top:-3em;
}
#evnt dd.co {
	font-size:10px;
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
	margin-left:10px;
	color: #333333;
}
.topics {
	background: #222 url(../images/bg_main.jpg) left top repeat;
	padding:13px;
	border-radius:5px;
	margin-top:20px;
	background-color: black;

}
.topics h2 {

margin-top:0px;
color:white;
}
.topics h3 {
	margin-top:0px;
	font-size:17px;
	color:yellow;
}
.topics p {
	margin-bottom:0px;
	margin-top:0px;
	font-size:15px;
	font-weight:bold;
	color:white;
}
.topics h3 span {
	color:red;
	font-size:20px;
}
.topics h4 {
	font-size:18px;
	color:white;
	color:red;
}
.topics h4 span {
	margin-left:25px;
	font-size:12px;
	font-weight:normal;
	color:yellow;
}