@charset "utf-8";


/*-----------------------------
	main
------------------------------*/

/* h2 */
#main h2.top_title{
	margin-bottom:5px;
}
#main h2 span{
	float:right;
}
/* information */
#main #information{
	margin-bottom:70px;
}
#main #information .box{
	clear:both;
	padding:30px 0 0;
	background:url(../images/line.gif) no-repeat left top;
	overflow:hidden;
	margin-bottom:35px;
}
#main #information .box .leftcol{
	float:left;
	width:290px;
	margin-right:20px;
	text-align: center;
}
#main #information .box .leftcol .photo{
	display:-moz-inline-box;
	display: inline-block;
	/display:inline;
	/zoom: 1;
	padding-bottom: 25px;
	background: url(../information/images/expands.gif) no-repeat left bottom;
	overflow: hidden;
}
#main #information .box .leftcol .photo.no {
	background: none;
}
#main #information .box .leftcol .photo_tate{
	text-align:left;
	margin-left:40px;
}
#main #information .box .leftcol .photo a img, #main #information .box .leftcol .photo_tate a img{
	padding:3px;
	border:1px solid #A99F7C;
}
#main #information .box .rightcol a{
	color:#705F24;
	text-decoration:none;
}
#main #information .box .rightcol a:hover{
	color:#705F24;
	text-decoration: underline;
}
#main #information .box .rightcol .title{
	font-size:120%;
	margin-bottom:10px;
}
#main #information .box .rightcol .date{
	margin-bottom:10px;
}
#main #information .box .rightcol .note{
	line-height:1.8;
}
#main #information .box .rightcol .link{
	padding-top:10px;
}
#main #information .box .rightcol .btn{
	padding-top:10px;
}
/* staff */
#main #staff{
	margin-bottom:50px;
}
#main #staff .box{
	clear:both;
	padding:30px 0 0;
	background:url(../images/line.gif) no-repeat left top;
	overflow:hidden;
	margin-bottom:35px;
}
#main #staff .box .leftcol{
	float:left;
	width:290px;
	margin-right:20px;
}
#main #staff .box .leftcol .photo{
	text-align:left;
}
#main #staff .box .leftcol .photo_tate{
	text-align:left;
	margin-left:40px;
}
#main #staff .box .leftcol .photo a img, #main #staff .box .leftcol .photo_tate a img{
	padding:3px;
	border:1px solid #A99F7C;
}
#main #staff .box .rightcol {
	display: block;
	overflow: hidden;
}
#main #staff .box .rightcol a{
	color:#705F24;
	text-decoration:none;
}
#main #staff .box .rightcol a:hover{
	color:#705F24;
	text-decoration: underline;
}
#main #staff .box .rightcol .title{
	font-size:120%;
	margin-bottom:10px;
}
#main #staff .box .rightcol .date{
	margin-bottom:10px;
}
#main #staff .box .rightcol .note{
	line-height:1.8;
}
#main #staff .box .rightcol .link{
	padding-top:10px;
}
#main #staff .box .rightcol .btn{
	padding-top:10px;
}