@charset "Shift_JIS";
/* CSS Document */



body{
background-color:#fff;
margin:0;
padding:0;
font-size:100%;
}

img{
border:0;
}

.clear{
clear:both;
}

p{
margin:0;
padding:0;
}

/*---------------------------------
 バナー
-------------------------------- */
#BannerDvdbox{
	width:300px;
	height:100px;
	}

	#BannerDvdbox img{
		width:277px;
		height:67px;
		margin-bottom:3px;
		}

	#BannerDvdbox p{
		width:277px;
		color:#d7000f;
		font-size:90%;
		}





/*--------------------------------- 
タイトル
-------------------------------- */
#Title{
	width:590px;
	height:200px;
	background-image:url(image/title.gif);
	background-repeat:no-repeat;
	margin:5px 0 20px 0;
	}

	#Title h1,h2,h3{
		text-indent:-9999px;
		margin:0;
		padding:0;
		}

/*--------------------------------- 
全巻定期購読のお申し込み
-------------------------------- */
.Teiki{
	width:590px;
	height:80px;
	}

.Teiki p{
	width:590px;
	text-align:right;
	margin-top:3px;
	}

/*--------------------------------- 
新刊
-------------------------------- */
#Shinkan{
	width:590px;
	margin:30px 0;
	}

	#Shinkan .Cover{
		width:187px;
		height:231px;
		background-color:#000000;
		float:left;
		}

	#Shinkan .Cover img{
		margin:15px;
		}

	#Shinkan .Shosai{
		width:380px;
		margin-left:18px;
		float:right;
		}

	.Shosai p{
		width:380px;
		margin-bottom:15px;
		}
		
	.bg{
		background-color:#ffe100;
		font-size:15px;
		padding:5px;
		}


/*--------------------------------- 
POINT01〜04
-------------------------------- */
.Point{
	width:590px;
	margin-bottom:40px;
	}

.Point img{
	margin-bottom:5px;
	}

.Text{
	width:190px;
	font-size:11px;
	line-height:10pt;
	}

/*--------------------------------- 
選手編
-------------------------------- */
#Player{
	width:568px;
	background-color:#f5f5f5;
	border:solid 1px #999999;
	padding:10px;
	margin-top:10px;
	}

/*---------------------------------
テーマ編
-------------------------------- */
#Theme{
	width:268px;
	height:380px;
	background-color:#f5f5f5;
	border:solid 1px #999999;
	padding:10px;
	float:left;
	}

	#ThemeInside{
		width:268px;
		}

	#ThemeInside img{
		margin-bottom:4px;
		}

	#Theme p{
		width:268px;
		margin:10px 0;
		padding-bottom:10px;
		border-bottom:solid 1px #999999;
		}

/*---------------------------------
 グループ編
-------------------------------- */
#Group{
	width:268px;
	height:380px;
	background-color:#f5f5f5;
	border:solid 1px #999999;
	padding:10px;
	float:right;
	}

	#GroupInside{
		width:268px;
		}

	#GroupInside img{
		margin-bottom:4px;
		}

	#Group p{
		width:268px;
		margin:10px 0;
		padding-bottom:10px;
		border-bottom:solid 1px #999999;
		}


/*--------------------------------- 
次号以降の特集タイトル
-------------------------------- */
#TokushuTitle{
	width:590px;
	height:217px;
	margin:30px 0;
	background-image:url(image/tokushu_title.gif);
	background-repeat:no-repeat;
	}

	#TokushuTitle h1{
		text-indent:-9999px;
		margin:0;
		padding:0;
		}


/*---------------------------------
 緊急告知
-------------------------------- */
#Kokuchi{
	width:590px;
	margin:40px 0;
	background-color:#ffe100;
	}

	#Kokuchi p{
		width:530px;
		margin:10px 30px;
		}


/*--------------------------------- 
定期購読キャンペーン
-------------------------------- */
#Present{
	width:590px;
	height:550px;
	padding:40px 0;
	background-image:url(image/present.gif);
	background-repeat:no-repeat;
	}

	#Present img{
		margin-bottom:5px;
		}

	#Present p{
		width:300px;
		margin:455px 0 0 0px;
		font-size:11px;
		line-height:1.2em;
		}

/*---------------------------------
 専用バインダー
-------------------------------- */
#Binder{
	width:590px;
	margin-bottom:25px;
	}
	
/*---------------------------------
 全巻編成
---------------------------------*/
#zenkan{
	width:590px;
	margin-bottom:20px;
	}
	
	#zenkan img{
		margin:5px 0;
		}
	
	#zenkan p{
		text-align:right
		}
		
/*------------------------------------ 
刊行リスト
------------------------------------*/
#list{
	background-color:#f5f5f5;
	margin:5px 0;
	padding:10px;
	line-height:1.5em;
	text-align:left;
		}
		
	#list a:link{
		color:#03f;
		text-decoration:none;
		}
	
	#list a:visited{
		color:#03f;
		text-decoration:none;
		}
	
	#list a:hover{
		color:#d6000f;
		text-decoration:underline;
		}
		
	#list p{
		margin:15px 0;
		}



