@charset "Shift_JIS";
/*
===============================================
www.syokubutsuen-kyokai.jp
Version:  2008.SEP
コンテンツ汎用部品
===============================================
*/

/* ページタイトル */
.ClassTitleCmn {
	font-family:		meiryo,"メイリオ","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";
	cursor:				default;

}

.Class1Title {
	width:				550px;
	height:				30px;
	font-size:			20px;
	font-weight:		500;
	background:			url(../../common/img/class1_ttl_bg.gif) no-repeat;
	padding:			0px 0px 0px 13px;
}

.Class2Title {
	width:				520px;
	height:				25px;
	margin:				20px 0px 5px 15px;
	font-size:			15px;
	font-weight:		normal;
	background:			url(../../common/img/class2_ttl_bg.gif) no-repeat;
	padding-left:		20px;
}

.Class3Title {
	width:				520px;
	height:				20px;
	font-size:			15px;
	font-weight:		normal;
	border-left:		5px solid #6b8e23;
	padding:			4px 0px 0px 3px;
	margin:				5px 0px;
}


/* リード */
.LeadText {
	font-size:			88%;
	line-height:		140%;
	margin:				10px 15px;
}

/* イベント概要など */
.EventInfo {
	width:				95%;
	margin:				10px 0px 10px 15px;
	border:				1px solid #cccccc;
	background-color:	#fbf5ec;
	font-size:			78%;
	line-height:		140%;
}
.EventInfo table {
	margin:				10px 10px 10px 20px;;
}
.EventInfo table th{
	color:				#663300;
	text-align:			right;
	padding:			5px 20px 5px 0px;
}
.EventInfo table td{
	padding:			5px 0px;
}

/* イベントチラシPDFなどの画像ボタンダウンロード */
.ImgDownLoader {
	width:				95%;
	margin:				15px auto;
	font-size:			88%;
}
.ImgDownLoader table{
	margin:				0px auto;
	text-align:			center;
}
.ImgDownLoader table td{
	padding:			0px 10px;
}
.ImgDownLoader img{
	width:				200px;
	border:				1px solid #333333;
	margin-bottom:		5px;
}



