﻿@charset "UTF-8";

/* CSS Document */

#content h3 {
	line-height		: 1.8;
	color					: #333333;
	background		: url(../image-etc/tama.gif) no-repeat center left;
	padding-left	: 17px;
	}
#content-left .event {
	margin					: 5px 0px 20px 15px;
	background			: url(../image-etc/grade2-back.jpg) center top repeat-y;
	border					: 1px solid #aaaaaa;
	}
#content-left .event dl{
	margin			: 10px;
}
#content-left .event dt{
	font-size				: 110%;
	line-height			: 1.4;
	padding					: 0px 2px 4px;
	margin-bottom		: 2px;
	border-bottom		: 1px solid #593E33;
	color						: #593E33;
}
#content-left .event dt span{
font-weight				: bold;
}
#content-left .event dd{
	padding					: 4px 0px 0px;
	line-height			: 1.5;
	margin-bottom		: 10px;
	margin-left			: 14px;
}

.pdf {
	font-size			: 12px;
	padding-left	: 0px;
	font-weight		: normal;
}
.pdf img{
	vertical-align	: -1px;
	padding-left	: 5px;
	padding-right	: 5px;
}
.doc {
	font-size			: 12px;
	line-height		: 1.8;
	padding-left	: 0px;
	font-weight		: normal;
}
.doc img{
	vertical-align	: -2px;
	padding-left	: 5px;
	padding-right	: 5px;
}


