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

	トップページ固有のスタイル定義

*******************************************************************************/

/******************************************************************************* 
 ヘッダー部分 
*******************************************************************************/
.header-image-wrap
{
	background: #2db200;
}
.header-image-wrap > .inner
{
	padding: 20px 0;
}

#header-images
{
	border: 5px solid white;
}

#header-image-caption
{
	position: absolute;
	top: 48px;
	left:72px;
	z-index: 60000;
}

img.top-image
{
	display: block;
	margin: 0 auto;
}

/******************************************************************************* 
 コンテンツ
*******************************************************************************/
#contents .content h2
{
	position: relative;
	margin: 0 0 1em ;
}

#contents .content h2 > img
{
	display: block;
}

#contents .content h2 > a
{
	position: absolute;
	top: 5px;
	right: 0;
}

#contents .content section
{
	position: relative;
	margin-bottom: 2em;
}

#search-description
{
	position: absolute;
}

ul.topics-headline
{
	margin: 1em 0;
}

ul.topics-headline li
{
	border-bottom: 1px solid #a8a8b7;
	padding: 1em 0;
}

.topics-date
{
	margin-right: 3em;
}
.topics-title
{
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}
.topics-title:hover
{
	text-decoration: underline;
}

.topics-notify
{
	display: inline-block;
	padding: .25em 1em;
	margin: 0 1em;
	background-color: red;
	color: white;
	border-radius: 3px;
}