@charset "utf-8";
body, div, 
h1, h2, h3, h4, h5, h6, 
dl, dt, dd, ol, ul, li {
	padding: 0;
	margin: 0;
}

body {
	background: #FFFFFF;
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	background: url(/img/h2.jpg) no-repeat left bottom;
	font-size: 20px;
	color: #FF0000;
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	margin: 1em 0px;
	border-left: 5px solid #FF0000;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	background: url(/img/h3.jpg) no-repeat left bottom;
	font-size: 18px;
	color: #FF0000;
	line-height: 22px;
	padding: 0px 0px 0px 10px;
	margin: 1em 0px;
	border-left: 5px solid #999999;
}

h4 {
	background: url(/img/h4.jpg) no-repeat left bottom;
	font-size: 16px;
	color: #FF0000;
	line-height: 20px;
	padding: 0px 0px 0px 10px;
	margin: 1em 0px;
	border-left: 3px solid #333333;
}

p {
	font-size: 16px;
	color: #666666;
	line-height: 1.5em;
	padding: 0 40px 1.2em;
	margin: 0;
}

a {
	color: #4B70CD;
}

a:hover {
	text-decoration: none;
}

a img {
	border-style: none;
}
/* ----------------------------------------
* #conteiner
* ---------------------------------------- */

div#conteiner {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 1px solid #CCCCCC;
}

/* ----------------------------------------
 * #header
 * ---------------------------------------- */

div#header {
	background: url(/img/head.jpg) no-repeat left top;
	position: relative;
	height: 150px;
	width: auto;
}

div#header h1 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

div#header p#desc {
	font-size: 12px;
	text-align: right;
	float: right;
	width: 45%;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

div#header h2 {
	border: none;
	background: none;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 100px;
	padding: 0px;
	margin: 0px;
}

div#header h2 a {
	color: #FF0033;
	text-decoration: none;
}

div#header p#logo {
	position: absolute;
	left: 20px;
	top: 40px;
	padding: 0px;
	margin: 0px;
}

div#header h3 {
	border: none;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
	position: absolute;
	left: 20px;
	top: 120px;
	padding: 0px;
	margin: 0px;
}

/* ----------------------------------------
* #main
* ---------------------------------------- */

div#main {
	margin: 0px;
	padding: 10px 40px 20px;
}

/* ----------------------------------------
* #contents
* ---------------------------------------- */

div#contents {
	margin: 0px;
	padding: 0px;

}

div.case {
	margin: 0px;
	padding: 0px;
}

div.case dl {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	font-size: 16px;
	border-bottom: 1px solid #FF0000;
	min-height: 100%;
	clear: both;
	position: relative;
}
div.case dl:after {
	content:"";
	display: block;
	height: 0;
	clear: both;
}

div.case dt {
	margin: 0px 0px 16px;
	padding: 0px;
}
div.case dt img {
	padding: 0px;
	float: left;
	margin: 20px 0px 0px;
}
div.case dd {
	margin: 0px 0px 10px 150px;
	padding: 0px;
	line-height: 1.5em;
}
div.case dd.more {
	width: 50px;
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* ----------------------------------------
* #footer
* ---------------------------------------- */

div#footer {
	width: 800px;
	clear: both;
}

div#footer h3 {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 25px;
	text-align: center;
	padding: 0;
	margin: 0;
}

div#footer h3 a {
	color: #999999;
	text-decoration: none;
}
