@charset "utf-8";

/*
======== table of content. =================================

File name: css/message1.css
Summary: [理事長メッセージ]用CSSファイル

============================================================
*/

/*-------------------------------------
SECTION
---------------------------------------*/
#mainLeft div.section{
	margin:20px 0 0 0;
}
#mainLeft h3.index{
	_font-size:140%;/* IE6 */
}
#mainLeft div.section h3,
#mainLeft div.section p{
	width:470px;
	float:left;
	display:inline;
	margin:0;
	padding:10px 0 5px 0;
}
#mainLeft div.section h3{
	padding:5px 0 0 0;
}
#mainLeft div.section dl{
	width:228px;
	float:right;
	padding:329px 0 0 0;
	color:#FFF;
	border:1px solid #C4C7D0;
	background:url("../images/message1/img_message.jpg") no-repeat 0 0 #333399;
}
#mainLeft div.section dl dt{
	padding:20px 10px 20px 10px;
	line-height:1.2;
}
#mainLeft div.section dl dt span{
	font-size:84%;
}
#mainLeft div.section dl dt strong{
	display:block;
	padding:10px 0 0 0;
	font-size:134%;
	font-weight:bold;
}
#mainLeft div.section dl dd{
	padding:0 10px 20px 10px;
	font-size:84%;
}
