@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	line-height:1.0;
}

body {
	color: #333333;
	background:white;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS P Gothic",
	sans-serif;
	padding-bottom:10px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}


/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Container */

div#Container {
	width:800px;
	text-align:left;
	position:relative;
	margin:10px auto;
	background: white;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

/* Header */

div#Header {
	clear:both;
	font-size:18px;
	color:#333333;
	margin-bottom:20px;
	padding:5px 5px 0 20px;
	border-bottom:1px dotted #999999;
	zoom:1;
}

div#Header img {
	vertical-align:middle;
	margin-right:20px;
}


/* Contents */

div#Contents {
	clear:both;
	padding:0 20px;
}

h1 {
	font-size:120%;
	font-weight:bold;
	color:#333333;
	line-height:1.2;
	margin:0 0 10px 0;
}

p {
	line-height:1.5;
	margin:0 0 10px 0;
}

p#TopicsDate {
	text-align:right;
}

p#TopicsURL {
	text-align:left;
}

p#TopicsURL a {
	line-height:1.5;
}

p#TopicsURL a:hover {
	text-decoration:underline;
}

p#TopicsIMG {
	text-align:center;
}

div#TopicsNavi {
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
}

div#TopicsNavi a:hover {
	text-decoration:underline;
	background:#DDDDDD;
}

div#TopicsNavi p {
	margin-bottom:10px;
}


/* Footer */

div#Footer {
	clear:both;
	text-align:center;
	font-size:10px;
	line-height:1.2;
	border-top:1px dotted #999999;
	padding:5px;
	margin-top:20px;
}

