@charset "utf-8";

/*----------------------------------------
HTML:/union/greeting.html
CSS:/union/css/greeting.css


----------------------------------------*/



/* welcome
---------------------*/
div.section.welcome{
	
}
div.section.welcome div{
	padding:0 0 20px 0;
	border:1px solid #FCF3D8;
	background:#FEFBF2;
}
div.section.welcome div.newyear {
	background:#FEFBF2 url(../images/newyear.gif) no-repeat right bottom;
}
div.section.welcome p.text {
	width:360px;
	float:left;
	display:inline;
	margin:20px 0 0 20px;
	font-size:107%;
	line-height:1.7;
}
div.section.welcome p.img{
	width:120px;
	float:right;
	display:inline;
	margin:16px 20px 0 15px;
}
div.section.welcome p.img.wrap{
	width:120px;
	float:right;
	display:inline;
	margin:16px 20px 20px 15px;
}

div.section.welcome div.text-area {
	border:none;
	margin:20px 20px 0 20px;
	font-size:107%;
	line-height:1.7;
}
div.section.welcome div.text-area h4 {
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:115%;
}
div.section.welcome div.text-area p {
	text-indent:1em;
	/*margin-bottom:10px;*/
}

div.section.welcome p.text span {
	padding-left:1em;
}

/* director
---------------------*/
div.section.director div.box{
	border:1px solid #D3CA86;
	margin:15px 0 0 0;
}
div.section.director div.box dl{
	padding:15px;
	border:5px solid #EEEACE;
}
div.section.director div.box dl dd.photo{
	width:99px;
	float:left;
	display:inline;
}
div.section.director div.box dl dt{
	width:380px;
	float:right;
	display:inline;
	margin:7px 0 0 0;
	font-size:117%;
	font-weight:bold;
}
div.section.director div.box dl dd.text{
	width:380px;
	float:right;
	display:inline;
	margin:15px 0 0 0;
}
