@charset "utf-8";
/* CSS Document */

td#base * {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 100%;
	font-weight: normal;
	}


/* ボックス上付け
************************************************** */
td#base {
	padding: 13px 0 13px 13px;
	vertical-align: top;
	}



/* 本文パート
************************************************** */
td#base h1 {
	margin-bottom: 26px;
	}
	
td#base h2 {
	clear: both;
	margin-bottom: 14px;
	margin-left: 13px;
	}

td#base p {
	padding: 0 13px 26px 0;
	
	line-height: 1.8;
	font-size: 80%;
	color: #333333;
	}

*+html td#base p,
* html td#base p {
	height: 1px;
	}
	


td#base p img.image {
	padding: 0 0 16px 20px;
	}


td#base p a {
	margin: 20px 0 0 3px; 
	}





/* 画像とキャプション右側の場合 */	
td#base p span.image {
	float: right;
	padding: 0 0 10px 20px;
	line-height: 1.3;
	text-align: center;
	color: #1283E9;
	font-size: 80%;
	font-weight: bold;
	}

td#base p span.image img.right{
	display: block;
	float: none;
	padding-bottom: 0;
	}

	



/* 情報日時告知 */
td#base p.infodate {
	text-align: right;
	font-size: 70%;
	}



/* EOF */
