#cover
{
	clear: both;
	display: table;
	margin: auto;
}

#cover_row
{
	display: table-row;
}

#cover_group
{
}
/*
	トップ絵
 */
#cover_image
{
	display: table-cell;
	margin-top: .5em;
}

#cover_image_box
{
	margin-bottom: .5em;
	padding-right: 10px;
	background: 10px 10px url( images/shade02.png ) no-repeat;
}

#newest_image
{
	border: 1px solid black;
}

#newest_image_copyrights
{
	display: block;
	font-weight: bold;
	font-family: serif;
	font-size: 80%;
	text-align: right;
	border-bottom: 1px dashed blue;
}


/*
	トップページ更新情報
 */
#update_info
{
	display: table-cell;
	padding: .5em;
	min-width: 240px;
	border: 1px dashed blue;
	background-color: white;
	vertical-align: top;
}

#update_info_contents
{
}

#update_info_box
{
	display: block;
	height: 330px;
	overflow: auto;
}

#update_info_header
{
	padding: .2em;
	color: white;
	font-size: 120%;
	background-color: #f69;
}

#update_info ul
{
	list-style: none inside;
}

#update_info_contents .description
{
	margin-top: .5em;
	padding: .2em .4em;
	border-bottom: 1px dashed gray;
}
#update_info_contents .description:first-child
{
	margin-top: 0;
	border: 1px solid #f69;
}

#update_info_contents .description .date
{
	display: block;
	font-weight: bold;
	font-family: serif;
}

#update_info_contents .description .menu
{
	display: block;
	margin-left: 1em ;
	font-size: 80%;
}

#update_info_contents .description .item
{
	padding-top: .1em;
	border-top: 1px dotted gray;
}

#update_info_contents .description .item:first-child
{
	border-top: none;
}

#update_info_contents .description .item > p
{
	margin-left: 2em;
	font-size: 80%;
}


/*
	カウンタ
 */
#page_counter
{
	padding-top: 1em;
	text-align: center;
}

#page_counter .page_counter_image
{
	border: none;
}

.notice
{
	margin: 1em auto;
	padding: .5em;
	width: 80%;
	text-align: center;
}
