
/*HP本体の枠。
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー。メイン画像が入っている所。
------------------------------------------------------------------*/
#header {
	height: 268px;
	top: 80px;
	position: relative;
}
/*ヘッダー内のh1タグの設定。
------------------------------------------------------------------*/
#header h1 {
	font-style:inherit;
	font-size: 10px;
	color: #DCDCDC;
	position: absolute;
	left: 20px;
	top: 4px;
	width: 1000px;
}

/*メインメニューの設定。
------------------------------------------------------------------*/
#menu li {
	display: inline;
	text-align: right;
}

/*コンテンツ。２列部分の背景
------------------------------------------------------------------*/
#contents {
    padding-top: 300px;
}

/*メインコンテンツ。（左側）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 700px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
}

#main p {
	padding-right: 5px;
	padding-left: 5px;
}

/*サブコンテンツ。（右側）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 229px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -60px;
}

/*TOPICS部分。
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}

/*clearfix（※ここは変更しない）
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }


/*
/* 緊急時コメント
------------------------------------------------------------------*/
#comment {
	color:Black;
	font-size: 18px;
	font-weight: bold;
	font-family: "HGP明朝B";
	line-height: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* Hides from IE-mac \*/
html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */
