@charset "utf-8";
a.copyright {/*リンクされた文字*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:underline;
}
a:link.copyright {/*未訪問のリンク*/
	color:#FFFFFF;
	font-style:normal;
	text-decoration:underline;
}
a:visited.copyright {/*訪問後のリンク*/
	color:#006699;
	text-decoration:underline;
}
a:hover.copyright {/*マウスをのせたとき*/
	color:#0099CC;
	font-style:normal;
	text-decoration:underline;
}
a:active.copyright {/*クリック中*/
    text-decoration:none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	width: 950px;
}
#header {
	width: 950px;
	background-repeat: no-repeat;
	height: 103px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
div.leftbox {
	width: 300px;
	line-height: 2em;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	clear: both;
}
div.rightbox {
	width: 500px;
	padding: 5px;
	line-height: 2em;
	font-size: 13px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
div.box1 {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/charm/img03.jpg);
	margin-left: 20px;
	line-height: 20px;
	padding-top: 130px;
	font-size: 12px;
	height: 150px;
	float: left;
}
div.box2 {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/charm/img04.jpg);
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	padding-top: 130px;
	font-size: 12px;
	height: 150px;
	float: left;
}
div.box3 {
	width: 270px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-image: url(../images/charm/img05.jpg);
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	padding-top: 130px;
	font-size: 12px;
	height: 150px;
	float: left;
}
#system {
	width: 950px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	background-image: url(../images/charm/bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#guest {
	width: 900px;
	margin-bottom: 10px;
	background-image: url(../images/charm/guest_bg.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 1.5em;
	margin-left: 20px;
	padding-top: 10px;
	height: 350px;
}
div.guest_img {
	width: 280px;
	line-height: 20px;
	font-size: 12px;
	float: left;
	margin: 5px;
}
#owner {
	width: 900px;
	margin-bottom: 10px;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 1.5em;
	margin-left: 20px;
	padding-top: 10px;
	height: 350px;
	background-image: url(../images/charm/owner_bg.jpg);
}
div.owner_img {
	width: 280px;
	line-height: 20px;
	font-size: 12px;
	float: left;
	margin: 5px;
}
#consul {
	width: 900px;
	padding-top: 10px;
	background-image: url(../images/consul/bg.jpg);
	background-repeat: no-repeat;
	height: 510px;
}
div.consul_box {
	width: 465px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 10px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
div.tel {
	width: 465px;
	float: right;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
img {
    border-style:none;
}
#footer {
	width: 950px;
	text-align: left;
	padding-top: 30px;
	margin-left : auto;
	margin-right : auto;
}
#footer_banner {
	border-bottom: solid 1px #aaabab;
	padding-right: 5px;
	padding-left: 5px;

}
#copyright {
	width: 940px;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	background-color: #000066;
	color: #FFFFFF;
	margin-top: 10px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#copyright_banner {
	font-size: 12px;
	color: #FFFFFF;
}
ul.copyright {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.copyright li {
	float: left;
	margin-right: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: -2px;
	padding-left: 5px;
}

.clearLeft { 
clear: left; 
}
.copy_table {
	margin-right: 5px;
	margin-left: 5px;
}

