/*--------------------------------------------------------*/
/*      共通                                              */
/*--------------------------------------------------------*/
body {
	color: #dddddd;
	/*height: 800px;*/
	/*background-image:url(image/main_dvd.jpg);*/
}
img {
	border: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
}
#header,#footer,#footermenu,.end {
	display: none;
}

#right {
/*	background-image:url(image/bg_content.png);*/
	/*height: 692px;*/
}

/*--------------------------------------------------------*/
/*      ショップ                                          */
/*--------------------------------------------------------*/
div .itemArea {
	padding: 20px;
}

div .itemArea h2 {
	color: #333333;
}

/*--------------------------------------------------------*/
/*      コンテンツ                                        */
/*--------------------------------------------------------*/
#bg_content {
	background-image:url(image/bg_content.png);
	width: 1024px;
	height: 592px;
	text-align: left;
	margin: 50px auto;
	padding: 0px;
}

#c_scroll {
	width: 1000px;
	height: 470px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#c_scroll2 {
	width: 1000px;
	height: 470px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.subTitle {
	background-image:url(image/icon2.png);
	background-repeat: no-repeat;
	font-size: 14pt;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	color: #dddddd;
	padding: 0 0 0 30px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ffffff;
}

.text_bg1 {
	background-image:url(image/text_bgwhite.png);
	float: right;
	width: 450px;
	height: 260px;
	text-align: left;
	padding: 20px;
}
.text_bg2 {
	float: right;
	width: 450px;
	text-align: left;
	padding: 20px;
}
.text_bg_english {
	width: 600px;
	text-align: left;
	padding: 20px;
}
/*--------------------------------------------------------*/
/*      フッター                                          */
/*--------------------------------------------------------*/
#footer {
	display: none;
}

#footerArea {
	background-image:url(image/bg_footer.gif);
	width: 1024px;
	height: 108px;
	margin: 0 auto;
	padding: 0 50px;
}

p#flogo {
	float: left;
	width: 200px;
	text-align: left;
	padding: 0;
	margin: 0;
}

p#fmenu {
	float: right;
	width: 824px;
	text-align: right;
	margin: 10px 0 20px 0;
}

p#btn_cart {
	float: left;
	width: 200px;
	text-align: left;
	margin: 10px 0 20px 86px;
}

p#copy {
	float: right;
	width: 400px;
	text-align: right;
}