@charset "utf-8";
/****************************************************************************/
/* 広告のブロック															*/
/****************************************************************************/
/************************************/
/* ＴＯＰ広告						*/
/************************************/
#adTop
{
/*	border-width: 1px 1px 1px 1px;				/* ボーダー太さ */
/*	border-style: dotted;						/* ボーダー種類 */
/*	border-color: #dadada;						/* ボーダー色	*/
/*	background:#FAFAFF;							/* 背景色		*/
/*	height:90px;	*/
	margin:10px auto!important;
	padding: 10px 0px 0px 0px;
	text-align:center;
}

/************************************/
/* 左上 							*/
/************************************/
#adLeftTop {
	border-width: 0px 0px 0px 0px;				/* ボーダー太さ */
/*	border-width: 1px 1px 1px 1px;				/* ボーダー太さ */
/*	border-style: dotted;						/* ボーダー種類 */
/*	border-color: #dadada;						/* ボーダー色	*/
/*	width:170px;	*/
/*	height:200px;	*/
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
/*	overflow: auto;	*/
	background:#FAFAFF;
	text-align:center;
}

/************************************/
/* 左の中央 						*/
/************************************/
#adCenterLeft {
/*	border-width: 1px 1px 1px 1px;				/* ボーダー太さ */
/*	border-style: dotted;						/* ボーダー種類 */
/*	border-color: #dadada;						/* ボーダー色	*/
/*	width:170px;	*/
/*	height:600px;	*/
	margin:  0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
/*	overflow: auto;	*/
	background:#FAFAFF;
	text-align:center;
}

/************************************/
/* 左下 							*/
/************************************/
#adLeftBottom {
	border-width: 0px 0px 0px 0px;				/* ボーダー太さ */
/*	border-width: 1px 1px 1px 1px;				/* ボーダー太さ */
/*	border-style: dotted;						/* ボーダー種類 */
/*	border-color: #dadada;						/* ボーダー色	*/
/*	width:170px;	*/
/*	height:200px;	*/
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
/*	overflow: auto;	*/
/*	background:#FAFAFF;	*/
	text-align:center;
}

/************************************/
/* ボトム広告						*/
/************************************/
#adBottom
{
	border-width: 1px 1px 1px 1px;				/* ボーダー太さ */
	border-style: dotted;						/* ボーダー種類 */
	border-color: #dadada;						/* ボーダー色	*/
/*	background:#FAFAFF;							/* 背景色		*/
/*	height:20px;	*/
	margin:10px auto!important;
	padding: 10px 0px 0px 0px;
	text-align:center;
}
