body {
	font-family: "Tahoma", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 80%;
	line-height: 1.5em;
	background-color: #faf6eb;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
td,th {
	line-height: 1.5em;
	font-size: 80%;
}
/* global layout
=========================================================*/

.container {
	width: 763px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#HEADER	{
	height: 75px;
	background-color: #94a672;
}

#MAIN {
	min-height: 700px;
	background-color: #f8f8f8;
	float: right;
	width: 550px;
}
.MAINmargin{
	margin: 0px 15px;
	padding: 13px 0px 0px;
}

#SIDEBAR {
	float: left;
	width: 213px;
	padding: 0px 0px 10px;
	font-size: 90%;
}
.SIDEBARmargin{
	margin: 0px 10px;
}

#FOOTER{
	color: #FFFFFF;
	clear: both;
}
/* common
=========================================================*/

a{
	color: #0082d9;
}
a:visited{
	color: #195d8a;
}
a:hover, a:active{
	color: #FFFFFF;
	background-color: #0082d9;
	text-decoration: none;
}

img{
	border: none;
}

p{
	margin: 0em 0em 1.5em;
	padding: 0px;
}

strong{
	color: #ea0000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 120%;
	margin: 0px 2px 0px 3px;
}

/* HEADER
=========================================================*/

#HEADER td{
	color: #fbf9f9;
}

#HEADER a,#HEADER a:hover{
	color: #fbf9f9;
	background-color: transparent;
	text-decoration: none;
}

#HEADER .left{
	font-size: 250%;
	line-height: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Helvetica", "Arial", "ＭＳ Ｐゴシック";
	position: relative;
}

#HEADER .right{
	font-size: 70%;
	line-height: 1.2em;
	text-align: right;
	vertical-align: middle;
}

/* MAIN - common
=========================================================*/

#MAIN h1{
	line-height: 1.2em;
	font-size: 100%;
	background-image: url(images/h1_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 4px 0px 3px 22px;
	margin: 15px 0px 10px;
	border-bottom: 3px solid #92a66b;
}

#MAIN h1 span{
	font-size: 90%;
	font-weight: normal;
}

#MAIN h2{
	font-size: 100%;
	color: #c1443e;
	text-decoration: underline;
	margin: 0em 0em 1em;
}

#MAIN ol{
	margin: 0em 0em 1.5em 2em;
	padding: 0px;
}
#MAIN ul{
	margin: 0em 0em 1.5em 1.5em;
	padding: 0px;
	list-style-type: square;
}

/* MAIN - 新版情報
=========================================================*/

#MAIN .newcdinfo a{
	color: #000000;
	text-decoration: none;
}

#MAIN .newcdinfo a:hover,#MAIN .newcdinfo a:active{
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

#MAIN .newcdinfo .title{
	color: #ffffff;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	background-image: url(images/newcdinfo_title_bg.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 28px;
	width: 520px;
}

.newcdinfo{
	width: 520px;
}

.newcdinfo_inside .left{
	line-height: 1.8em;
	padding: 0.5em 0em;
}

.newcdinfo_subbox{
	margin: 1em 0em;
	padding: 1em 1em 0.5em;
	border: 2px solid #e15f46;
}

.newcdinfo_subbox p{
	margin: 0em 0em 0.7em;
	padding: 0px;
}

/* MAIN - 更新情報
=========================================================*/

#MAIN .renewinfo {
	width: 520px;
	margin: 0px 0px 0px -4px;
}
.renewinfo td{
	line-height: 1.4em;
}
.renewinfo .date{
	border-right: 3px solid #b0bf94;
	border-bottom: 3px solid #b0bf94;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
.renewinfo .info{
	padding: 0px 0px 0px 5px;
}

/* SIDEBAR
=========================================================*/

#SIDEBAR h2 {
	font-weight: normal;
	color: #ffffff;
	font-size: 110%;
	text-align: center;
	padding: 2px 0px;
	margin: 10px 0px 0px;
	background-color: #505725;
	letter-spacing: 0.1em;
}

.menu{
	width: 193px;
	border: 1px solid #505725;
	background-color: #f8f8f8;
}

.menu td{
	border-top: 1px dotted #505725;
}

.menu a,.menu a:visited{
	color: #000000;
	padding: 2px 0px 2px 10px;
	display: block;
	background-color: #f8f8f8;
	text-decoration: none;
	background-image: url(images/menu1_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.menu a:hover,.menu a:active{
	color: #000000;
	background-color: #b8c4a2;
}

.banners{
	margin: 15px 0px;
}

/* FOOTER
=========================================================*/

#FOOTER a {
	color: #FFFFFF;
}
#FOOTER a:hover,#FOOTER a:active{
	background-color: transparent;
}
#FOOTER ul {
	margin: 0px;
	list-style-type: none;
}
#FOOTER ul li {
	float: right;
	background-image: url(images/footer_listhead.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 17px;
}
.footertable{
	width: 763px;
	color: #ffffff;
	background-image: url(images/footer_bg.gif);
}
.footertable .left{
	text-align: left;
	padding: 6px 0px 6px 15px;
}
.footertable .right{
	text-align: right;
	padding: 6px 15px 6px 0px;
}

/* 注文フォーム
=========================================================*/

.orderbox{
	width: 520px;
}
fieldset{
	padding: 0px;
	margin: 0px;
	border: none;
}

.orderbox td.left{
	background-color: #A9B8C0;
	padding: 5px 8px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.orderbox td.right{
	background-color: #C7D0D6;
	padding: 5px 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.orderbox label.labeltitle{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

/* ページ上部へ
=========================================================*/

p.topagetop{
	text-align: right;
}
p.topagetop a:link,p.topagetop a:visited{
	color: #000000;
}
p.topagetop a:hover,p.topagetop a:active{
	color: #FFFFFF;
}
p.topagetop span{
	color: red;
	margin: 0px 4px;
}