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

html {
	overflow-x: hidden;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	/*background: #000;*/
	background: #fff;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #9a9a9a;
}

h1#pagetitle {
	display: none;
}

ul, li, p, div, img, a, td, h1 {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

ul, li {
	list-style: none;
}

img {
	border: 0;
}

div#container {
	width: 100%;
	height: 100%;
	/*background: #fff;*/
}

div#contents {
	position: absolute;
	left: 275px;
	top: 0px;
	z-index: 5;
}

div#contents div#mainmenu {
	width: 481px;
	margin-left: 34px;
	margin-top: 51px;
}

div#contents div#contentslist {
	margin-left: 7px;
	margin-top: 206px;
}

div#contents div#contentslist .listhead {
	margin-left: 34px;
	margin-top: 25px;
	margin-bottom: 8px;
	width: 474px;
}

div#contents div#contentslist h1 {
	float: left;
	width: 97px;
	height: 18px;
}

div#contents div#contentslist table {
	clear: both;
	width: 508px;
	margin: 0;
}

div#contents div#contentslist table tr td {
	padding-top: 3px;
}

div#contents div#contentslist table tr td.isnew {
	width: 29px;
}

div#contents div#contentslist table tr td.date {
	width: 40px;
	color: #fff;
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}

div#contents div#contentslist table tr td.date .month {
	font-size: 12px;
}

div#contents div#contentslist table tr td.description {
	width: 439px;
	height: 15px;
}

div#contents div#contentslist table tr td.description a,
div#contents div#contentslist table tr td.description a:link,
div#contents div#contentslist table tr td.description a:visited {
	height: 16px;
	display: block;
	padding-top: 2px;
	padding-left: 6px;
	width: 433px;
	background: url(../images/list_bg2.png) no-repeat 0px 0px;
	color: #000;
	text-decoration: none;
}

div#contents div#contentslist table tr td.description a .blogtitle {
	display: block;
	float: left;
}

div#contents div#contentslist table tr td.description a .blogauthor {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 42px;
}

div#contents div#contentslist table tr td.description a:hover {
	background: url(../images/list_bg.png) no-repeat 0px -18px;
	color: #fff;
	text-decoration: none;
}

div#contents div#contentslist h1#dlogschedule_title a {
	display: block;
	text-indent: -10000px;
	width: 97px;
	height: 18px;
	background: url(../images/title_00.gif) no-repeat;
}

div#contents div#contentslist h1#whatsnew_title a {
	display: block;
	text-indent: -10000px;
	width: 97px;
	height: 18px;
	background: url(../images/title_01.gif) no-repeat;
}

div#contents div#contentslist h1#blogupdate_title a {
	display: block;
	text-indent: -10000px;
	width: 97px;
	height: 18px;
	background: url(../images/title_02.gif) no-repeat;
}

div#sidebar {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 275px;
	background:#fff;
}

div#sidebar div#menu {
	height: 11px;
}

div#flashcontent {
	height: 543px;
}

div#flashcontent h3 {
	font-size: 14px;
}

div#flashcontent h3,
div#flashcontent p {
	padding: 5px;
	line-height: 1.4em;
}

div#copyright {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 244px;
	height: 13px;
	z-index: 4;
}

div#satelite {
	position:absolute;
	left: 275px;
	top: 0px;
	height: 100%;
	z-index: 1;
	background:#000;
}

.iepngfix {
}

.day {
	font-size: 18px;
}

/* 中身がfloatのみだと、背景やボーダーが正しい位置に表示されない */
.clear {
	clear: both;
}

/** 夢のGMap上表示 */
div.dreamInfoContainer {
	width: 247px;
	height: 148px;
}

div.dreamInfoContainer p.head {
	width: 247px;
	text-align: center;
}

div.dreamInfoContainer dl.dreamInfo dt,
div.dreamInfoContainer dl.dreamInfo dd {
	margin: 0;
	margin-bottom: 9px;
	padding: 0;
	float: left;
	font-size: 11px;
}

div.dreamInfoContainer dl.dreamInfo dt {
	width: 57px;
	line-height: 11px;
}

div.dreamInfoContainer dl.dreamInfo dd {
	width: 190px;
}

div.dreamInfoContainer dl.dreamInfo dt.firstline {
	clear: none;
}

div.dreamInfoContainer dl.dreamInfo dd.lntext,
div.dreamInfoContainer dl.dreamInfo dd.lttext {
	width: 60px !important;
}
