/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, content, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	//margin-left:-14px;
}
.index{
	background: #000 url(../images/bg.jpg) no-repeat center top;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #fff;
}

.a-listen{
	color: #fff;
	text-decoration: none;
}
.a-listen:hover{
	color: #000;
	background-color:#fff;
	text-decoration: none;
}
a{
	text-decoration: none;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin: 3px 0 .4em;
	color: #fff;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}

#pink{
	color:#ff00cc;	
}
#pink_2{
	color:#ff00cc;
	margin-top:-1px;
}
#yellow{
	color:#ffff00;	
}
#blue{
	color:#00ccff;	
}
#green{
	color:#31f201;	
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 1032px;
	margin:0;
	padding:0;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	//background: #ccc;
	width: 1032px;
	position: relative;
	//height: 360px;
	text-align:center;
	padding-bottom:15px;
	margin-top:25px;
}

#description_box{
	margin-top:-60px;
}


/* site description */
#description_1 {
	color: #ff00d7;
}
#description_2 {
	color: #feff07;
}
#description_3 {
	color: #05caff;
}
#description_4 {
	color: #ffffff;
}
#description_4_listen{
	color: #ffffff;
}


/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	//background: #fff;
	//margin: 30px 0 30px;
	//padding: 20px 35px;
	width: 1032px;
	float: left;
	/* rounded corner */
	//-webkit-border-radius: 8px;
	//-moz-border-radius: 8px;
	//border-radius: 8px;
	/* box shadow */
	//-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	//-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	//box-shadow: 0 1px 3px rgba(0,0,0,.4);
	//text-align:center;
	padding-bottom:10px;
	position: relative;
	//text-align:center;
}




/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	//padding-top:50px;
		
	//background: #ccc;
	text-align:left;
	width: 1032px;
	
	clear: both;
	
	padding-bottom:200px;
}


#box_package{
	width:500px;
	//width:100%;
	background-color:#000;
	//padding:10px;
	border-style:solid;
	border-width:1pt;
	border-color:#ccc;
	margin-top:20px;
	float:left;
}
#box_package_2{
	width:502px;
	//width:100%;
	background-color:#000;
	//padding:10px;
	border-style:solid;
	border-width:1pt;
	border-color:#ccc;
	margin-top:20px;
	float:left;
	margin-left:17px;
}
#box_package_3{
	width:1022px;
	//width:100%;
	background-color:#000;
	//padding:10px;
	border-style:solid;
	border-width:1pt;
	border-color:#ccc;
	margin-top:10px;
	display:block;
}
#box_package_3_2{
	width:100%;
	//width:100%;
	background-color:#000;
	//padding:10px;
	border-style:solid;
	border-width:1pt;
	border-color:#ccc;
	margin-top:10px;
	display:none;
}
#tour_div{
	float:left;
	margin-right:10px;
}

#cd_yoroshiku{
	width:80%;
	text-align:left;
	margin-left:12px;
	display:block;
	margin-top:-20px;
}
#song_list_box_0{
	width:80%;
	text-align:left;
	margin-left:12px;
	display:block;
	margin-top:-20px;
}
#song_list_box_1{
	text-align:left;
	margin-left:12px;
	display:none;
}


/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }