﻿@charset "UTF-8";
/* CSS Document */

@import url("common.css");
@import url("../common_layout.css");


body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(http://e-soshiki.com/common/img/whatis/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
h1 {
	margin-bottom: 30px;
}
h1.maintitle {
	margin-top: 20px;
}
h2 {
	font-size: 105%;
	line-height: 37px;
	font-weight: bold;
	color: #000000;
	background-image: url(http://e-soshiki.com/common/img/whatis/bg_title.gif);
	background-repeat: repeat-x;
	height: 37px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #10106a;
	padding-left: 10px;
}
p {
	margin-bottom: 15px;
}
.B {
	font-weight: bold;
	color: #FF0000;
}
#main h2 {
	margin-bottom: 20px;
}
#main h3 {
	font-size: 110%;
	font-weight: bold;
	color: #006699;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
	padding-left: 10px;
}
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 80px;
}
#header #header-logo {
	float: left;
	width: 420px;
}
#header #header-navi {
	float: right;
	width: 520px;
	text-align: right;
	font-size: 80%;
}
#header-navi ul {
	height: 20px;
	margin-top: 5px;
}
#header-navi li {
	float: right;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 90%;
}
#header-navi #tel {
}
#content {
}
#main {
	float: left;
	width: 745px;
	font-size: 90%;
	line-height: 1.6em;
	margin-right: 15px;
}
#main .column {
	background-color: #F3F5FB;
	padding: 20px;
	border: 1px solid #CCCCCC;
}
#main .btn-bottom {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side-navi {
	float: left;
	width: 200px;
	margin-top: 20px;
	font-size: 80%;
	background-image: url(http://e-soshiki.com/common/img/whatis/bg_sidenavi.gif);
	padding-bottom: 20px;
}
#side-navi .banner {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#side-navi .box {
	background-color: #f9f9ef;
	padding: 4px;
	border: 1px solid #999999;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 15px;
}
#side-navi ul {
	background-color: #fefefe;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#side-navi li {
	list-style-type: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#side-navi a.ichiran:link {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
}
#side-navi a.ichiran:visited {
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#side-navi a.ichiran:hover {
	background-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
/* login */

.r_login {
	margin:5px 5px 5px 10px;
	background:#f9f9ef;
	border:1px solid #999;
	padding:4px;
}
#side-navi dl {
	margin:10px 2px 5px 3px;
}
#side-navi dt {
	margin:0 2px 5px 3px;
}
#side-navi dd {
	margin:0 2px 5px 3px;
}
#side-navi dt.r_login_bt {
	text-align:right;
}
.r_login_form {
	width:166px;
	vertical-align:top;
}
.r_login_reg_bt {
	margin:0;
}
.r_login_reg_bt p {
	margin:10px;
}
#footer {
	background-image: url(http://e-soshiki.com/common/img/whatis/bg_footer.gif);
	background-repeat: repeat-x;
	height: 120px;
	padding-top: 30px;
}
#footer-inner {
	font-size: 75%;
	text-align: right;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer-inner li {
	float: right;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 90%;
	margin-bottom: 10px;
}
#faq dt {
	line-height: 19px;
	font-weight: bold;
	background-image: url(http://e-soshiki.com/common/img/whatis/Q.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	color: #006699;
	padding-left: 25px;
	margin-bottom: 5px;
}
#faq dd {
	background-image: url(http://e-soshiki.com/common/img/whatis/A.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-left: 25px;
	font-size: 90%;
}
#portal {
}
#portal h2 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#portal .list {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
}
#portal .list ul {
	float: left;
	width: 340px;
	margin-left: 30px;
}
#portal .list-bottom {
	background-image: url(http://e-soshiki.com/common/img/portal/mokuteki_00.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 30px;
}
#portal2 {
}
#portal2 h2 {
	margin: 0px;
}
#portal2 .list {
	border: 1px solid #CCCCCC;
	padding-left: 50px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sagasu {
	margin-top: 30px;
}
#sagasu h3 {
	margin-bottom: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sagasu h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 5px;
}
#sagasu ul {
}
#sagasu li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}

#bunrui {
	height: 200px;
}

#merit  h2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(http://e-soshiki.com/common/img/bg_title1.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	visibility: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-style: none;
	height: 40px;
}
