﻿@charset "UTF-8";
@import url(./base.css);

/*-------------------------------------------
 トピックス
-------------------------------------------*/
.topics #h2_topics strong {
	background-image	: url(../topics/images/h2_topics.png);
}

.topics li#topics_index {
	background-image	: url(../topics/images/menu_topics_index_r.png);
}

/*
.topics li#topics_index a {
	background-image	: url(../topics/images/menu_topics_index.png);
}
*/

.topics li#topics_index a.sel,
.topics li#topics_index a:hover {
	background-image	: url(../topics/images/menu_topics_index_r.png);
	_background-image	: none;
}

.topics_index #h3_topics_index strong {
	background-image	: url(../topics/images/h3_topics_index.png);
}

dl#matter {
	margin				: 0.5em 0 1.5em 0;
	width				: 600px;
}

#matter dd {
	width				: 100%;
	margin				: 2px;
}

#matter table {
	width				: 100%;
	font-size			: small;
}

#matter td {
	width				: auto; 
	vertical-align			: top;
	text-align			: left;
	font-size			: 110%;
	line-height			: 1.2;
	padding-bottom			: 10px;
}

#matter td.date {
	width				: 15%; 

	padding-right			: 10px;
}

#matter td.data {
	width				: 85%; 
}

#contents_container {
	margin-bottom		: 30px;
}
