@charset "UTF-8";

@import "null.css?\"\{";

#contener {
	color: #333;
	width: 1000px;
	margin: 0px auto;
	font-size: 100%;
	}

.contents {
	margin: 0;
	padding: 0;
	}


/* =========== Header-area =========== */

#header-area {
	background: url(../img/head-img.jpg) no-repeat top right;
	border-bottom: solid 4px #000;
	}
	
#header-area .hed-inner {
	height: 115px;
	position: relative;
	}

#header-area p {
	position: absolute;
	top: 65px;
	left: 18px;
}

#header-area h1 {
	position: absolute;
	top: 88px;
	right: 6px;
	font-size: 92%;
	}


/* =========== Side =========== */

.contents .side {
	float: left;
	width: 302px;
	padding: 34px 0 0 0;
	margin: 0;
	border-top: solid 4px #000;
	}
	
.side .side-inner {
	padding-left: 18px;
	float: left;
	}
* html .side .side-inner {
	padding-left: 9px;
	}
	
.side ul {
	width: 152px;
	margin-bottom: 8px;
	}

.side ul li {
	display: block;
	}

.side h2 {
	float: left;
	width: 60px;
	margin-left: 36px;
	}
* html .side h2 {
	margin-left: 18px;
	}
	

/* =========== Main-area =========== */

.contents .main {
	float: left;
	width: 698px;
	padding: 0 0 3px 0;
	margin: 0 0 -3px 0;
	background: url(../img/common/line.gif) repeat-x bottom;
	}
*:first-child+html .contents .main {
	padding-bottom: 2px;
	margin-bottom: -2px;
	}
* html .contents .main {
	padding-bottom: 2px;
	margin-bottom: -2px;
	}

#consultation .main {
	background: none;
	}

.main .main-inner {
	width: 548px;
	padding-right: 150px;
	background: url(../img/common/side-bg.jpg) no-repeat right top;
	background-color: #E5E5E5;
	}

.main .main-contents {
	width: 488px;
	background: url(../img/common/main-bg.jpg) no-repeat right top #FFF;
	margin-top: 1px;
	padding: 40px 30px;
	}
*:first-child+html .main-contents {
	margin-top: 0px;
	}
*html .main .main-contents {
	width: 488px;
	margin-top: 0px;
	padding: 40px 40px 40px 20px;;
	}


#case .main-inner {
	background: none #E5E5E5;
	}
	
#case .main-contents {
	width: 516px;
	padding: 40px 20px 40px 12px;
	background: none #FFF;
	}
* html #case .main-contents {
	padding: 40px 10px 40px 12px;
	}

.main-contents h3 {
	margin-bottom: 18px;
	}
	
.main-contents p,
.main-contents .end {
	line-height: 1.6;
	}

.main-contents p {
	margin-bottom: 26px;
	}

.main-contents .end {
	margin-bottom: 40px;
	}
	
p span {
	margin-left: 1em;
	}

.main-contents li {
	list-style-type:disc;
	list-style-position: inside;
	}
	
.page-top {
	clear: both;
	text-align: right;
	padding-right: 16px;
	height: 45px;
	background: url(../img/common/line.gif) repeat-x top;
	}
	
.page-top img {
	margin-top: 16px;
	}
	
.case {
	float: left;
	width: 248px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: solid 1px #999;
	}
	
.case img {
	margin: 5px;
	float: left;
	}
	
.case a:hover img{
	filter: alpha(opacity=60);
	opacity:0.6;
	}
	
.case dl {
	margin-top: 80px;
	float: left;
	color: #999;
	font-size: 77%;
	}

.case dt,
.case dd {
	margin-left: 3px;
	}
	

/* =========== Footer-area =========== */

#footer-area {
	background: url(../img/common/line.gif) repeat-x top;
	margin: 0 0 21px 0;
	}

.copyright {
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 21px;
	}
