@charset "UTF-8";
/* CSS Document */

#mainConts {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	width: 880px;
}
#mainLeft {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	height: auto;
	width: 218px;
}
#mainRight {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	width: 640px;
}
#mainClear {
	clear: both;
}
/* Side Navigation */
#topMainLeft {
	margin-left:1px;
	height: 3px;
	width: 212px;
	background-repeat: no-repeat;
	background-image: url(../images/navi_home_top.png);
}
#midMainLeft {
	margin-left:1px;
	height: auto;
	width: 212px;
	background-image: url(../images/navi_home_mid.png);
	background-repeat: repeat-y;
}
#bottomMainLeft {
	margin-left:1px;
	width: 212px;
	height: 3px;
	background-image: url(../images/navi_home_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
#sidenavi {
	padding-top:5px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
	width:202px;
	height:390px;
}

#navi_link {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi_link li a {
	display: block;
	margin-bottom:2px;
	width: 202px;
	height: 54px;
	text-decoration: none;
}
#navi_link li a:hover {
	text-decoration: none;
}
#home a{
	background-image: url(../images/navi_home.png);
}
#home a:hover, #home a#current{
	background-image: url(../images/navi_home_h.png);
}
#greeting a{
	background-image: url(../images/navi_greeting.png);
}
#greeting a:hover, #profile a#current{
	background-image: url(../images/navi_greeting_h.png);
}
#profile a{
	background-image: url(../images/navi_profile.png);
}
#profile a:hover, #profile a#current{
	background-image: url(../images/navi_profile_h.png);
}
#inherit a{
	background-image: url(../images/navi_inherit.png);
}
#inherit a:hover, #inherit a#current{
	background-image: url(../images/navi_inherit_h.png);
}
#will a{
	background-image: url(../images/navi_will.png);
}
#will a:hover, #will a#current{
	background-image: url(../images/navi_will_h.png);
}
#consul a{
	background-image: url(../images/navi_consul.png);
}
#consul a:hover, #consul a#current{
	background-image: url(../images/navi_consul_h.png);
}
#office a{
	background-image: url(../images/navi_office.png);
}
#office a:hover, #office a#current{
	background-image: url(../images/navi_office_h.png);
}
/* 左サイドコンテンツ */
#message {
	margin-top: 3px;
	margin-left: 1px;
	padding:0px;
	height: 110px;
	width: 210px;
	background-color: #f1f8e8;
	border: 1px solid #CCC;
}
#message p {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.8em;
	color: #a9775d;
	font-weight: 600;
	text-align: center;
}
#side_phone {
	margin-top: 2px;
	padding-top:40px;
	padding-left:20px;
	width: 198px;
	height: 127px;
	background-image: url(../images/side_phone.png);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:2.3em;
	color:#333;
}
#side_mail {
	margin: 0px;
	padding: 0px;
	width: 218px;
	height: 167px;
}
#side_mail a{
	display:block;
	width: 218px;
	height: 167px;
	text-indent: -9999px;
	background-image: url(../images/side_mail.png);
}
#side_mail a:hover{
	background-image: url(../images/side_mail_hover.png);
}
#sideComment {
	font-size: 12px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 20px;
}

#mainRight h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align:center;
}
#mainRight #description {
	height: auto;
	width: auto;
}

#mainRight #description .header4 {
	height: auto;
	width: auto;
	margin-top:10px;
	padding-left: 15px;
	line-height:1.8em;
	background-image: url(../images/l_mark_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
}
#mainRight #description p {
	height: auto;
	width: auto;
	padding-left: 25px;
	line-height:1.8em;
	padding-right: 0px;
}
