@charset "utf-8";
@import url("./_about_common.css");

/*---------- 総会 CSS ----------*/


#ContentBody #PDF_Data {
	background-image: url("../common/images/pdf_128x128.png");
	background-repeat: no-repeat;
	background-position: 0 60px;
}

#ContentBody #MainBox h2 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 112.5%;
	/* font-weight: normal;*/
	line-height: 1.2;
	letter-spacing: .1em;
	color: #399;
	border-bottom: 5px solid #399;
}
#ContentBody #MainBox p {
	margin: 1em 0 1em 40px;
}

#ContentBody #MainBox .GeneralMeeting {
	margin: 10px 0 0 150px;
	padding: 10px;
	border: 1px solid #63c0ab;
	background-image: url("../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
}

#ContentBody #MainBox .GeneralMeeting h3 {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	color: #366;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.1;
	letter-spacing: .1em;
}
#ContentBody #MainBox .GeneralMeeting h3 strong {
	color: #399;
	font-size: 200%;
}
#ContentBody #MainBox .GeneralMeeting p {
	margin: 0 0 0 150px;
	padding: 0;
	line-height: 1.5;
	color: #066;
}
#ContentBody #MainBox .GeneralMeeting .Date {
	margin: 0;
	padding: 0;
	color: #f60;
}
#ContentBody #MainBox .GeneralMeeting .FileSize {
	font-size: 10px;
	color: #666;
}
#ContentBody #MainBox .GeneralMeeting p a {
	color: #06c;
	font-size: 110%;
	letter-spacing: .1em;
}
#ContentBody #MainBox .GeneralMeeting p a:hover {
	color: #09f;
}
