@charset "Shift_JIS";
@import url(/common/css/reset.css);
@import url(/common/css/common.css);
@import url(/common/css/global_menu.css);

/* index.html */
/* メインコンテンツ */
.contents #main {
	width: 540px;
}
#main #seasonal_image {
	margin: 0 0 20px 0;
}
#main #committee_contents,
#main #seminar_contents {
	width: 245px;
	height: 150px;
	font-size: 12px;
}
#main #committee_contents ul li,
#main #seminar_contents ul li,
#main #area_contents ul li {
	margin: 0 0 3px 0;
	list-style-type: circle;
	color: aa9999;
}
#main #committee_contents {
	margin: 0 5px 0 0;
	float: left;
	background: url(/misc/img/committee_background.jpg) no-repeat bottom center;
}
#main #seminar_contents {
	margin: 0 0 0 5px;
	float: right;
	background: url(/misc/img/seminar_background.jpg) no-repeat bottom center;
}

#area_contents .clearfix img {
	float: left;
}
#area_contents ul {
	margin: 0 10px 0 10px;
	width: 180px;
	float: right;
}
#main #area_contents ul li {
	width: 90px;
	float: left;
}


/* サブメニュー */
.contents #sub_menu {
	width: 240px;
}
#sub_menu h2 {
	display: none;
}
#sub_menu h3 {
	position: relative;
/*
	font-size: 14px;
	border-bottom: 1px solid #336633;
*/
}
#updates dl {
	margin: 2px;
	padding: 3px 3px 0 3px;
	min-height: 120px;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #cccccc;
	font-size: 12px;
}
#updates dt {
	font-weight: bold;
}
#updates dd {
	margin: 0 0 5px 20px;
}
#daily_news {
	font-size: 11px;
}
#daily_news .today {
	margin: 2px 8px 2px 8px;
	border-bottom: 1px dotted #336633;
}
#daily_news .day {
	text-align: right;
	margin: 0 5px 0 0;
}
#daily_news h4 {
	font-size: 12px;
	font-weight: bold;
}
#daily_news p,
#member_contents p {
	padding: 2px 5px 2px 5px;
	font-size: 10px;
}
.backnumber a {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 8px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 2px;
	text-decoration: none;
	border:1px solid #333333;
	background-color: #ffffff;
	padding: 2px 4px;
	float: right;
}
.backnumber a:hover {
	background-color: #dfdfdf;
}

#member_contents {
	margin: 0 auto 10px;
	padding: 0;
	width: 95%;
	border: 1px solid #9d5d7f;
}
#member_contents h3 {
	padding: 5px;
	text-align: center;
	color: #692846;
	background: url(/misc/img/member_contents.png) bottom left repeat-x;
}
#member_contents ul,
#member_contents ol {
	margin-left: 14px;
	padding: 5px 5px 0 5px;
}
#member_contents ul li {
	list-style-type: disc;
	margin-bottom: 3px;
}
#member_contents ol li {
	list-style-type: decimal;
	margin-bottom: 1px;
	font-size: 80%;
}

#banner ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#banner ul li{
	margin-bottom:5px;
}

/* electronic_image */

#column1 ol{
	margin:10px 0 10px 30px;
}
#column1 .policy_end {
	text-align: right;
}
#column1 .policy ol li{
	font-weight:bold;
	list-style: decimal;
	margin: 0 0 10px 0;
}
#column1 .policy div {
	font-weight:normal;
	margin-top:3px;
}
#column1 .office dd {
	margin-left:15px;
	display:block;
}


/*---------------------------------------------------------
　　インフォメーション
--------------------------------------------------------*/

#information {
	margin:10px 0;
}

#issued_date {
	margin: 5px 0;
	text-align: right;
}
#information h1 {
	text-align: center;
	font-size: 1.6em;
}
#information div.sender {
	margin: 10px 0;
	text-align: right;
}

#information p {
	text-indent: 0;
	margin-bottom:1em;
}

#information .section {
  padding-left: 20px;
  margin-bottom: 10px;
}
