@charset "UTF-8";
/* CSS Document */
@import url("common.css");

/* =========================================================
■header
========================================================= */
div#header {
}
div#header h1 {
	position:relative;
	margin: 0 auto;
	padding: 10px 50px;
	font-size: 8pt;
	width:860px;
	height:150px;
}
div#header h1 span{
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:170px;
	margin: 0;
	background : url(img-sub/topimg_s.jpg) no-repeat left center;
}
/* =========================================================
■content
========================================================= */
div#content h3 {
	clear:both;
	margin:20px 0 0 40px;
	padding:5px 5px 0 10px;
	font-size:1.1em;
	letter-spacing:0.1em;
	border-left:#090 solid 20px;
	border-bottom:#090 solid 2px;
	color:#060;
}
div#content h4 {
	margin:20px 0 0 100px;
	padding:20px 5px 0 0;
	letter-spacing:0.1em;
}
div#content ol {
	margin: 1em 0 1em 100px;
}
div#content li {
	line-height:1.6em;
}
div#content strong {
	font-size:1.3em;
	font-weight:bold;
	line-height:2em;
}

/* =========================================================
■face
========================================================= */
div#face:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#face {
	display: inline-table;
	min-height: 1%;
	margin:20px 0 20px 20px;
}
.fcimg {
	float: left;
	width: 180px;
	margin:0 0 0 10px;
}
