/*style.css*/

@charset "utf-8";

.clr{
	clear:both;
}


/*cdrecommend.css*/


.cdRecoLine{
	border-top:solid 1px #555555;
	padding:10px 0 0px 0;
	width:510px;
	float: right;
}

.cdInfo{
	float:left;
	width:152px;
}

.cdImage{
	border:solid 1px #990000;
	background-image:url(../image/noimage.jpg);
	height:150px;
	width:150px;
}

.singleOrAlbum{
	text-align:right;
}

.cdText{
	width:330px; /* 433 */
	float: left;
	margin-left:10px;
}

.cdInfoArea{
	margin-bottom:2px;
	padding-bottom:2px;
}

.cdInfoLine{
/*	width: 330px; */
	padding:1px 0 1px 0;
	border-bottom:dotted 1px #0066CC;
}

.cdInfoTitle{
	float:left;
	width:115px; 
	margin:1px 0 5px 0;
}

.cdInfoData{
	float:left;
/*	float:none; */
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:120%;
}

.cdTitle{
	font-size:12px;
}

.cdComment{
/*	font-family:"ＭＳ ゴシック", "Osaka?等幅";*/
	font-size:12px;
	line-height:150%;
	letter-spacing:1px;
	color:#145085;
	margin-top:10px;
}

.cdReview{
	font-size:14px;
	width:500px;
	margin: 1px;
}

/*追加*/

.cdCart{
	float:left;
	padding-top: 10px;
}

/*private.css*/

@charset "utf-8";

#headerImage a:hover{
	background-color:#FFFFFF;
}

/*sample2.css*/

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;

/* 背景画像を変更できます */

	background-image:url(../_share/bk.jpg);

/* 背景色を変更できます */

/* bk2.jpg には #ffffcc を bk.jpgには #F2F2F2 を入れたほうがきれいに見えます */
/*
	background-color:#FFFFFF;
*/
	background-position:center top;
	background-repeat:no-repeat;

}

a{
	color:#006699;
	text-decoration:none;
}

a:hover{
	background-color:#33CCCC;
	color:#FFFFFF;
}

#container {
	width: 700px;
	margin:0 auto;
	margin-top:5px;
	font-size:12px;
}

#header{
	width:700px;
	padding-top:30px;
/*	height:70px; */
}

#headerImage {
	float:left;
	text-align:left;
	padding:31px 0 0 0;
}

/* ※下のＡ．Ｂ．Ｃ．はカラーコードを合わせたほうが良いと思います。 */

#line1{
	text-align:right;
/* Ａ．ロゴ直下のバーの色を変更できます */
	background-color:#003399;
	padding-right:100px;
}

#flashMenu{
	margin:0px;
	padding:0px;
/* Ｂ．ＦＬＡＳＨ直下のバーの色と幅を変更できます */

	border-bottom:solid 2px #003399;
}
/*
#contents{
	background-color:#CCCCCC;
/* Ｃ．ページ最下部のバーの色と幅を変更できます */
	border-bottom:solid 10px #003399;
}

*/

/*----------------------------------------------------------------------*/

#left{
	float:left;
	width:160px;
	background-color:#CCCCCC;
	padding:5px;
}

#right{
	float:right;
	width:510px;
	background-color:#FFFFFF;
	padding:10px 10px 0px 10px;
	padding-top:7px;
}

#footMenu{
	text-align:right;
	font-size:10px;
	border-top:solid 1px #333333;
	padding-top:2px;
	margin:5px 0 0 0;
}

#footer{
	clear:both;
	text-align:right;
	padding:2px 2px 0px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}


/*fram.html*/

.style1 {
  font-size: 16px;
  font-weight: bold;
}


#container {
  width: 700px;
  margin:0 auto;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.header {
  width: 700px;
  height:  158px;
/*  margin-top: 30px;*/
  margin-top: 15px;
/*  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #003399;*/
  background-image: url("../image/title.jpg");
}

#header-text {
  font-size: 13pt;
  font-weight: bold;
  text-align: right;
}

.side {
  float: left;
  width: 160px;
  padding: 10px 0px 0px 10px;
/*  background-color: #CCCCCC; */
/*  background: #FFFFFF url(../image/sidebar.jpg) repeat-y left top; */
}

.sideMenu {
  width:150px;
}

.sideMenuArtist {
  margin-top: 0px;
  padding: 5px;
  background-color: #FFFFFF;
}

.contents {
  width: 510px;
  background-color: #FFFFFF;
/*  padding-left: 10px; */
  margin-left: 170px;
  padding-right: 10px;
  padding: 10px 10px 0px 7px;
}

#wrap {
  background: #FFFFFF url(../image/back.jpg) repeat-y left top;
  border-top-width: 0px;
/*  border-top-style: solid;
  border-top-color: #003399;*/
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #003399;
  padding-bottom: 0px;
  padding-top: 0px;
}

/*********************/

.topicInfoLine{
	font-size: 12px;
/*	font-weight: bold;*/
	padding:5px 0 3px 0;
	color: #145085;
}

.topicInfoLine a {
/*	color: #222222;*/
	color: #145085;
}

.topicInfoLine a:hover {
/*	background-color: #222222;*/
	background-color: #145085;
	color: #FFFFFF;
}
.topicContents{
	margin-left: 10px;
	text-decoration: none;
}

.review {
	float: left;
	width: 490px;
	margin-top: 1px;
	padding-left: 5px;
/*	clear: left;*/
}

.discID{
	text-align: right;
/*	float: right;*/
	white-space:nowrap; !important;
/*	margin: 10px; */
}

.displayLimit a{
/*	float: right; */
/*	margin: 5px; */
    font-size: 14px;
	text-decoration:underline;
}
.displayLimit {
	float: right;
	margin: 0 5px 0 5px;
}

img.menu {
	margin: 5px 0 0 0;
/*	height: 50px;*/
	width: 150px;
	border: none;
	vertical-align: middle;
}

.reviewButton {
	text-align: right;
	text-decoration: underline;
}

.reviewHead {
	font-size: 16px;
}

.reviewBody {
	margin-left: 10px;
}

.reviewText {
	font-size:12px;

}
.reviewInfoLine {
	border-top:dotted 1px #0066CC;
	padding:5px 0 3px 0; 
}

body { 
	background-color: #F2F2F2;
	background-image: url(../image/bk.jpg);
	background-x-position: center;
	background-y-position: top;
	background-repeat: no-repeat;
}

/* CSS Document */
.clr{
	clear:both;
}

.policy {
  text-align: left;
  font-size: 9pt;
  color:#000000;
  text-decoration: underline;
}

.bottomclr{
	clear:both;
	padding-top:5px;
}

.reviewForm{
	padding-top: 20px;
	float: right;
	width: 100%;
}

