@charset "UTF-8";
/* CSS Document */

/* reset css ==========================

	1.for common reset
	2.for common link
	3.for clearFix
	4.for common layout
	5.for header
	6.for Mainnavi
	7.for Leftcontets
	8.for rightcontets
	9.for footercontets
	
*/

/* 1.for common reset ==================================*/
body{
	margin:0;
	padding:0;
	line-height:1.5;
	color:#444;
	font-size:100.01%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
}
img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
}
div{
	margin:0;
	padding:0;
}

/* 2.for common link ==================================*/
a:link {
    color:#666666;
	text-decoration:none;
}
a:visited {
    color:#666666;
	text-decoration:none;
}
a:hover {
    color:#333333;
		text-decoration:none;
}
a:active {
    color:#666666;
	text-decoration: none;
}

/* 3.for clearFix ==================================*/
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}  

/* 4.for common layout ==================================*/
#wrapper_inner {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-bottom: 20px;
}
#header_inner {
	margin-bottom: 20px;
	float: left;
}
#mainvis {
}
#content {
	margin-bottom: 30px;
	float: left;
}
#footer {
	clear: both;
	text-align: center;
}
#content_left {
	width: 500px;
	background-image: url(../img/common/left_content_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	float: left;
}
#l_bg_top {
	background-image: url(../img/common/left_bg_top.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin-bottom: 5px;
}
#l_bg_bottom {
	background-image: url(../img/common/left_bg_bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: bottom;
}
#content_right {
	float: left;
	width: 281px;
	margin-left: 19px;
	background-image: url(../img/common/right_content_bg.gif);
	background-repeat: repeat-y;
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight: 560;
}

/* 5.for header ==================================*/
#header_inner h1 {
	height: 78px;
	width: 387px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-top: 65px;
	background: url(../img/common/logo2.jpg) no-repeat left 25px;
	padding-left: 15px;
}
#header_inner h2 {
	background-image: url(../img/common/tel_fax.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 196px;
	background-position: top;
	padding-top: 113px;
	padding-left: 130px;
	margin-left: 470px;
}

/* 6.for Mainnavi ==================================*/
#main_nav {
	clear: both;
	background-image: url(../img/common/menu_bg.png);
	height: 40px;
	width: 800px;
}
#main_nav ul {
	width: 800px;
}

#main_nav li {
	float: left;
	line-height: 1;
	width: 140px;
	text-align: center;
}
#main_nav li#home {
	width: 102px;
}
#main_nav li#reserve {
	width: 190px;
}
#main_nav a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
}
#main_nav a:hover {
	background-image:url(../img/common/nav_on.jpg);
	background-repeat: repeat-x;
}
#main_nav a:hover.navhome {
	background-image:url(../img/common/01nav_on.jpg);
}

/* 7.for Leftcontets ==================================*/

/* ページタイトル */

h2#pagetitle {
	background-image: url(../img/service/pagetilte_mk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 20px;
}
.entry {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #96C84F;
	padding-bottom: 20px;
}
.entry h3 {
	background-color: #8AB94E;
	background-image: url(../img/common/left_h_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 1em;
	width: 445px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.entry h3 a {
	color:#FFFFFF;
	text-decoration: none;	
}
.entry h3 a:hover {
	text-decoration: underline;	
}
.entry h4 {
	margin-bottom: 10px;
	clear: both;
}
#content_left .entry {
	width: 470px;
	margin-bottom: 20px;
	padding-right: 14px;
	padding-left: 14px;
	clear: both;
}
.entry p {
	font-size: 0.95em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
/* 最後尾コンテンツ */
div.entry_last {
	border:none;
}

/* 8.for rightcontents ==================================*/
#right_00,
#right_01,
#right_02,
#right_03,
#right_04 {
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#right_00 {
	background-image: url(../img/common/right_bg_top1.jpg);
	background-repeat: no-repeat;
}
#right_01 {
	background-image: url(../img/common/right_bg_top.jpg);
}
#r_bg_bottom {
	background-image: url(../img/common/right_bg_bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	background-position: bottom;
}
#content_right  dl {
	width: 252px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #94CB4E;
	padding-bottom: 60px;
}
dl#pro_01 {
	padding-top: 33px;
	border: none;
	padding-bottom: 0px;
}
#content_right dl dt {
	margin-bottom: 5px;
}
#right_01 img.blog,
#right_00 img.blog {
	padding-left: 128px;
}
#right_02 {
	background-image: url(../img/common/profile_bg01.gif);
	background-repeat: no-repeat;
	background-position: 148px center;
}
#right_03 {
	background-image: url(../img/common/profile_bg03.gif);
	background-repeat: no-repeat;
	background-position: 148px center;
}
#right_03 dl dd span {
	font-size: 0.8em;
	line-height: 1.5em;
	display: block;
	padding-top: 10px;
}
#right_04 {
	background-image: url(../img/common/profile_bg04.gif);
	background-repeat: no-repeat;
	background-position: 148px center;
}
#banner {
	margin-bottom: 20px;
}
#banner img {
	padding-right: 15px;
	padding-left: 15px;
}

/* 9.for footercontets ==================================*/
#footnav {
	float: left;
	width: 800px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 20px;
}
#footnav ul {
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 43em;
	line-height: 1em;
	height: 1em;
}
#footnav li {
	float: left;
}
#footnav a {
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: 1.0em;
}
#footnav li#footnav_last a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copy {
	float: left;
	clear: both;
	background-image: url(../img/common/menu_bg.png);
	background-repeat: no-repeat;
	border-top-style: solid;
	width: 800px;
	height: 40px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 40px;
	background-position: center;
}
#footer address {
	font-style: normal;
}
