@charset "utf-8";

/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

/****************************************
		2. Header Layout 
*****************************************/

body {
	font: 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	line-height:150%;
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}
#header {
	background:url(../images/bg_header.jpg) repeat-x;
	padding:10px 0;
	height:190px;
}

#h_main{
	width: 960px;
	margin:0 auto;
}

#header h1{
	width:325px;
	height:100px;
	float:left;
	margin:0 0 10px 0;
}

#header ul{
	width:960px;
	height:;
	margin:0 auto;
}

#header li{
	width:192px;
	height:50p;
	float:left;
}

#sns{

}

#header-r{
	width:600px;
	float:right;
	margin:10px;
	text-align:right;
}

#ban{
	width:200px;
	height:40px;
}

/****************************************
		3. Main Layout 
*****************************************/

#mainContent {
	padding: 0 10px; 
	background: #FFFFFF;
}

#mainContent h2{
	text-align:center;
	margin-bottom:25px;
}

#mainContent #rock_bg{
	background:url(../images/bg_sp_cd.jpg) no-repeat top center;
	padding:50px 0;

}

#mainContent #rock_bg h3{
	width:850px;
	height:50px;
	margin:0 auto;
	padding:0 0 50px 0;
}

#product{
	width:850px;
	margin:0 auto 15px auto;
}

#product .jacket{
	width:200px;
	float:left;
	margin:0 10px 10px 0;
}

#product .product_t{
	width:640px;
	float:right;
}

.product_t p{
	margin-left:20px;
}

#product .product_t dl{
	width:350px;
	margin-left:20px;

}

#product .product_t dt{
	width:50px;
	float:left;
	margin:10px 0;
}

#product .product_t dd{
	width:300px;
	float:right;
	margin:10px 0;

}

.plus{
	width:23px;
	float:left;
	margin:60px 0 0 0;
}

.t_animate{
	width:323px;
	height:129px;
	float:left;
	background:url(../images/bg_t_animate.gif) no-repeat;
	margin:20px 0;
	padding:40px 20px;
	color:#000000;
}

.t_o_animate{
	width:213px;
	height:43px;
	float:right;
	background:url(../images/bg_t_animate_o.gif) no-repeat;
	color:#000000;
	margin:20px 0;
	padding:35px 20px 15px 20px;
}

.t_shokai{
	width:493px;
	height:95px;
	background:url(../images/bg_t_shokai.gif) no-repeat;
	margin:20px 0;
	padding:40px 20px 10px 20px;
	color:#000000;
}

.animate{
	color:#009900;}
	
.shokai{
	color:#FF9900;}

.onsale{
	font-size:18px;
	margin:10px 0;
}

.chara dl{
	width:920px;
	margin:0 auto;

}

.chara dt{
	clear:both;
	width:290px;
	height:100px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	padding:60px 0 0 160px;
}

.chara dd{
	width:290px;
	height:100px;
	float:right;
	margin-left:10px;
	margin-bottom:15px;
	padding:60px 0 0 160px;

}

.matsukoma{
	background:url(../images/chara_matukoma.png) no-repeat;
}

.nii{
	background:url(../images/chara_nii.png) no-repeat;
}

.owner{
background:url(../images/chara_owner.png) no-repeat;
}

.watari{
	background:url(../images/chara_watari.png) no-repeat;
}

.kaede{
	background:url(../images/chara_shioyama.png) no-repeat;
}

#mainContent .rock{
	width:750px;
	margin:0 auto;

}

#mainContent .rock ul{
	width:630px;
	margin:50px auto;

}

#mainContent .rock li{
	width:200px;
	float:left;
	margin:0 5px;
}

#mainContent .campaign{
	width:750px;
	margin:0 auto;
}



#mainContent h3{
	width:850px;
	height:50px;
	margin:0 auto;
	padding:0 0 50px 0;
}


#mainContent .campaign h4{
	border-left:5px solid #660000;
	padding-left:5px;
	font-size:16px;
	margin:20px 0;
}

#mainContent .campaign ol{
	margin-left:20px;
}

#mainContent .campaign li{
	list-style:decimal outside;
	margin:10px 0;
}

#mainContent .campaign .note{
	margin:20px 20px 30px 20px;
	padding:10px;
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */

	border: 1px green solid;     /* 枠線の装飾 */
	background-color: #F0FFF0;   /* 背景色 */
}

/****************************************
		3. footer 
*****************************************/

#footer {
	padding:40px 0 80px 0; 
	background:url(../images/bg_footer.jpg) repeat-x;
	font-size:12px;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
}

#footer ul{
	width:160px;
	margin:0 auto;
}

#footer li{
	width:80px;
	float:left;
}