
/*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 {
}

/*メインコンテンツ。（左側）
------------------------------------------------------------------*/
#main {
    float: left;
    width: 730px;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

#main p {
	padding-right: 5px;
	padding-left: 0px;
}

/*サブコンテンツ。（右側）
------------------------------------------------------------------*/
#sub {
    float: left;
    width: 250px;
    padding-top:0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    background: #ffffff;
}

/*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; }

/* Hides from IE-mac \*/
html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


