@charset "utf-8";
body, html  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #000000;
	background-image: url(../img/allbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-face-color: #000000;       /* 表面の色 */
	scrollbar-3dlight-color: #000000;    /* 左端と上端の色 */
	scrollbar-darkshadow-color: #000000; /* 右端と下端 */
	scrollbar-highlight-color: #000000;  /* ハイライトの色 */
	scrollbar-shadow-color: #000000;     /* 影の色 */
	scrollbar-arrow-color: #844569;      /* 矢印の色 */
	scrollbar-track-color: #242424;
}
#container  {
	width: 770px;
	text-align: left;
	padding: 5px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
#container img{
border: none;
}
#sidebar1  {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 177px;
	border: 1px solid #666666;
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 13px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	background-image: url(../img/artistbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar1 ul {
	list-style-image: url(../img/icon.gif);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#sidebar1 ul a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 ul a:hover {
	color: #3399CC;
	text-decoration: underline;
}
#mainContent  {
	margin: 0;
}
#mainContent h1 {
	margin: 0px;
}
#mainContent h2 {
	margin-bottom: 10px;
	margin-top: 5px;
}
#mainContent h3 {
	clear: both;
	margin: 0px;
}


#news {
	clear: right;
	border: 1px solid #666666;
	text-align: right;
	background-image: url(../img/newsbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.space1 {
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.space1c {
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.space2 {
	margin-left: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.space3 {
	margin-right: 10px;
	margin-bottom: 15px;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imagebox {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/imagebox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}
.imagebox2 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/imagebox2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}

.image, .caption, .caption2, .captiondetail {
	text-align: center;        /* 4.余白・間隔 */
}
.image {
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.caption {
	font-size: 16px;  /* 5.文字サイズ */
	color: #000000; /* 6.文字色 */
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	margin: 0px;
}
.caption2 {
	font-size: 14px;  /* 5.文字サイズ */
	color: #000000; /* 6.文字色 */
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	margin: 0px;
}
.captiondetail {
	font-size: 10px;  /* 5.文字サイズ */
	color: #000000; /* 6.文字色 */
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	margin: 0px;
}
#content {
	background-image: url(../img/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content h1 {
	margin-bottom: 15px;
}

.image2 {
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
.box1 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_glaston.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}
.box2 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_bigdayout.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}
.box3 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_isle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}
.box4 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_coachella.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-left: 2px;
	margin-top: 0px;
}
.box5 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_reading.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: 0px;
}
.box6 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_live8.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: 0px;
}
.box7 {
	background-color: #EEEEFF;  /* 2.背景色 */
	background-image: url(../img/box_tinthe.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 188px;
	height: 257px;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: 0px;
}



.captiondetail2 {
	font-size: 10px;  /* 5.文字サイズ */
	color: #000000; /* 6.文字色 */
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	clear: both;
}
p.backto {
	position:fixed;
	right: 0px;
	top: 2px;
}
.feature_posi3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 435px;
}
.feature_posi4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 625px;
}
