﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3 {
	padding: 0px 0px 4px 0;
	background: url(../image/h3_bg01.jpg) left bottom no-repeat;
}

#content h3 span {
	display: block;
	padding: 0px 0px 0 30px;
	background: url(../image/h3_bg02.jpg) left 3px no-repeat;
	line-height: 1.3;
}

/*-------------------------------------------------------------------
	#news
-------------------------------------------------------------------*/
#news {
	margin-bottom: 20px;
}
#news ul.image {
	width: 200px;
	text-align: center
}
#news ul.image li.fancybox a,
#news ul.image li span {
	border: 1px solid #CCCCCC;
	width: 198px;
	height: 198px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
#news div.text {
	margin-right: 220px;
}
#news p.date {
	margin-bottom: 5px;
	font-weight: bold;
}
#content .back {
	margin: 0 0 80px;
}
