/*******************************************
ファンカードの設定を行うCSSです
--------------------------------------------
　・ファンカードBOX設定
　・ファンカードCプラン設定
　・ファンカードBプラン設定
　・ファンカードAプラン設定
　・各パーツ設定
********************************************/

/*ファンカードBOX設定
-----------------------------------------*/
.fancard_box{
	float:left;
	width:600px;
	margin-bottom:30px;
}
.fancard_box_left{
	float:left;
	width:280px;
	margin-top:20px;
}
.fancard_box_right{
	float:right;
	width:280px;
	margin-top:30px;
	margin-bottom:30px;
}
.fancard_box p{
	line-height:140%;
}

/*ファンカードCプラン設定
-----------------------------------------*/
.fancard_c_title{
	float:left;
	padding:10px;
	margin-bottom:10px;
	background:url("../img/img_fancard/fancard_title_bg.gif") no-repeat;
	width:600px;
}

.fancard_c{
	float:left;
	display:inline;
	width:600px;
	margin-bottom:10px;
}
.fancard_c_left{
	float:left;
	width:295px;
}
.fancard_c_right{
	float:right;
	width:295px;
}
.fancard_c_outline{
	float:right;
	border:solid 1px #DCD7CA;
	background:url("../img/img_fancard/fancard_bg_01.gif") no-repeat;
	width:295px;
	height:221px;
}
.fancard_c_intro{
	float:left;
	border:solid 1px #DCD7CA;
	margin-bottom:10px;
	width:600px;
}
.fancard_c_menu{
	float:left;
	border:solid 1px #DCD7CA;
	margin-bottom:10px;
	width:600px;
}
.fancard_c_outline p{
	padding:10px;
}
.fancard_c_intro p{
	padding:10px;
}
.fancard_c_menu p{
	padding:10px;
}


/*ファンカードBプラン設定
-----------------------------------------*/
.fancard_b_title{
	float:left;
	padding:10px;
	margin-bottom:10px;
	background:url("../img/img_fancard/fancard_title_bg.gif") no-repeat;
	width:600px;
}

.fancard_b{
	float:left;
	display:inline;
	width:600px;
	margin-bottom:10px;
}
.fancard_b_left{
	float:left;
	width:295px;
}
.fancard_b_right{
	float:right;
	width:295px;
}
.fancard_b_outline{
	float:right;
	border:solid 1px #DCD7CA;
	width:295px;
}
.fancard_b_intro{
	float:right;
	border:solid 1px #DCD7CA;
	background:url("../img/img_fancard/fancard_bg_01.gif") no-repeat;
	margin-bottom:10px;
	width:295px;
}
.fancard_b_menu{
	float:right;
	border:solid 1px #DCD7CA;
	margin-bottom:10px;
	width:295px;
}
.fancard_b_outline p{
	padding:10px;
}
.fancard_b_intro p{
	padding:10px;
}
.fancard_b_menu p{
	padding:10px;
}
.fancard_b_left p{
	padding:0px;
}
.fancard_b_left img{
	margin-bottom:5px;
}


/*ファンカードAプラン設定
-----------------------------------------*/
.fancard_a{
	float:left;
	margin-right:20px;
	width:280px;
}
.fancard_a_title{
	float:left;
	padding:10px;
	margin-bottom:10px;
	background:url("../img/img_fancard/fancard_title_bg_half.gif") no-repeat;
	width:280px;
}
.fancard_a_title h3{
	font-size:16px;
	line-height:180%;
}
.fancard_a_outline{
	float:left;
	width:280px;
}
.fancard_a_outline{
	padding:0px;
}


/*各パーツ設定
-----------------------------------------*/
.sponsor_pagetop{
	float:left;
	margin-bottom:50px;
	text-align:right;
	width:600px;
}
p{
	padding-top:0px;
	margin-top:0px;
}
/*=======================================*/
