@charset "UTF-8";
body {
	background: #8dc11f;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 180%;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


/****************************************

          レイアウト

*****************************************/
.container {
	width: 880px;
	min-height:500px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}

.header {
	height:70px;
	width: 880px;
	margin: 0px;
	padding: 0px;
}
.toppage .content .topleader {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 180%;
	margin-top: 20px;
	margin-left: 120px;
	margin-bottom: 50px;
}

.content {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneCol .content {
	width: 880px;
	float: left;
	}

.twoCol .content {
	width: 670px;
	float: right;
	}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


#guideline .arrow_g{
	width:100px;
	margin:10px auto;
}

#guideline dl{
	width:615px;
	padding:20px;
	background:#f6b42c;
	border-radius:10px;
}
#guideline dt{
	font-weight:bold;
	font-size:16px;
	width:615px;
	float:left;
}
#guideline dd{
	margin:0;
	width:615px;
	float:left;
	}

/****************************************

          コンテンツ

*****************************************/
.content h2,
.content h3,
.content h4 {
	color:#23a63c;
	}
.content .detail {
	font-size: 16px;
	color:#000;
	}
	
.content h3,
.content h4 {
	margin-bottom:0px;
	}
	
.policy p{
	line-height:1.4;
}	
		
.policy ul{
	list-style-type: none;
	list-style-position: inside;
}

.policy li{
	line-height:1.4;
	margin-bottom:8px;
}
	
/****************************************

          メニュー

*****************************************/
.menu {
	margin: 0px;
	padding: 4px 0 0 0;
	width: 880px;
	height: 33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8dc11f;
	border-bottom-color: #8dc11f;
}

.menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0 8px 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu ul li a {
	margin: 0px;
	padding: 0px;
}


/****************************************

          サイドバー

*****************************************/
.sidebar1 {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 30px 0px;
}
.sidebar1 h2 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background-image: url(../images/maru_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav li {
	
}
ul.nav a, ul.nav a:visited {
	color:#23a63c;
	border-left:solid 4px #23a63c;
	width: 185px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	display: block;
	line-height: 1.2em;
	margin-bottom:15px;
	padding-top: 10px;
	padding-bottom: 10px;
}


ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #117227;
	border-left:solid 4px #117227;
}

.sidebar1 ul.nav .current {
	color: #117227;
	border-left:solid 4px #117227;
	width: 185px;
	text-decoration: none;
	font-size: 14px;
	padding-left: 10px;
	display: block;
	line-height: 1.2em;
	margin-bottom:15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}


/****************************************

          フッター

*****************************************/
.footer {
	position: relative;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.footer p {
	float: right;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.footer a {
	display:block;
	width:200px;
	height:40px;
	background:url(../images/btn_blog.jpg);
	text-indent:-9999px;
}
.footer a:hover {
	background-image: url(../images/btn_blog2.jpg);
}

/****************************************

          その他

*****************************************/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#toTop {
	float: right;
	margin-top: 30px;
}
#toTop a {
	font-size: 12px;
	text-decoration: none;
}


/****************************************

          テーブル

*****************************************/
table#table-01 {
    width: 650px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 20px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
	padding: 10px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 13px;
}

table#table-02 {
    width: 650px;
}

table#table-02 th {
    padding: 10px;
    font-size: 21px;
	color: #e43939;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-02 td {
	padding: 0px 5px;
	font-size: 13px;
	vertical-align: top;
}
table#table-02 td h3 {
	text-align: center;
	padding: 0px;
	font-size: 14px;
}

.evetnphoto{
	width:650px;
}

.evetnphoto dl {
	width:300px;
}
.evetnphoto dt {
	width:300px;
	padding: 0;
	margin: 0;
}
.evetnphoto dd {
	width:300px;
	text-align:left;
	padding: 2px 0 0 2px ;
	margin: 0;
}
/****************************************

          施設紹介（サービス案内）

*****************************************/
.about_service {
	margin-bottom: 30px;
	clear:both;
	overflow:hidden;
}
.about_service h3 {
	font-size: 18px;
	color: #22ac38;
	margin: 15px 0 0 100px;
	padding: 0px;
}
.about_service p {
	margin: 3px 80px 0 100px;
	padding: 0px;
}

.section_about_service {
	width: 600px;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 3px #22ac38;
}
.section_about_service ul li {
	list-style: disc;
	color: #22ac38;
	font-size: 16px;
	margin-top: 10px;
}

/****************************************

          入居案内（入居診断）

*****************************************/
.guide_question {
	width:500px;
	margin-bottom:30px;
}

.guide_question dl {
	clear: both;
	border-top:solid 1px #8cc11f;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 20px;
	}
.guide_question dt {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bold;
	}
.guide_question dl dd {
	display: block;
	margin-left: 60px;
	padding-right: 10px;
	padding-left: 0px;
}


/****************************************

          アクセス

*****************************************/
.access ul li {
	list-style-image: url(../images/maru_gray.jpg);
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.access ul li .station {
	color: #de6837;
	}