@charset "utf-8";

/*----------------------
　Reset
------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
html {
	height:100%;
	margin-bottom:1px;
	background-image:url(../images/bg_resident_foot.png);
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 0 0 0 0;
}





ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

td {
	vertical-align: top;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


.clear{ clear: both; visibility: hidden; height: 0;} 





/*----------------------
　ClearFix
------------------------*/
div#header:after,
div#contents:after,
div#contWrapp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#header,
div#contents,
div#contWrapp {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html div#header,
* html div#contents,
* html div#contWrapp {
	height: 1%;
}
div#header,
div#contents,
div#contWrapp {
	display: block;
}
/* End hide from IE-mac */


/*----------------------
　Contents
------------------------*/
body {
	font-size: 100%; /* For IE */
	font-family: 'EE EゴシチE','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,Helvetica,Arial,Osaka,sans-serif;
	text-align: center;
	background: #FFFFFF url(../images/bg_topbody.jpg) no-repeat center top;
}
html>/**/body {
	font-size: 100%; /* Except IE(until Mac Firefox2) */
}

div#header {
	margin: 0 0 0 0;
	width: 780px;
	height: 120px;
	position: relative;

}

div#header p {
	padding: 40px 0 0 0;
	font-size: 0.75em;
	text-align: right;
}

div#wrapper {
	margin: 0 auto;
	width: 770px;
	height: 580px;
	text-align: left;
}


div#contWrapp {
	margin: 0 0 4px 0;
	width: 770px;
	clear: both;
}



div#columnA {
	margin-top: 100px;
	padding-left: 120px;
	width: 550px;
	float: left;
	display: inline;
	clear: both;
}


div.btnBox {
	margin-left: 45px;
	width: 210px;
	height: 245px;
	float: left;
}

div.btnBox p {
	margin: 0 0 4px 0px;
	font-size: 0.75em;
	line-height: 1.3;
}



div#columnAb {
	margin-top: 5px;
	padding-left: 120px;
	width: 550px;
	display: inline;
	float: left;
	clear: both;
}



div.btnBox2 p {
	margin-left: 43px;
	width: 210px;
	float: left;

}


div#columnC {
	margin-top:20px;
	margin-right:130px;
	padding-right:30px;
	width: 222px;
	float: left;
	display: inline;
}

div#columnB p {
	float: left;
}

div#contents p {
	margin: 0 0 0 13px;
	float: left;
	display: inline;
}

div#contents p.inquiryWin {
	margin: 0 0 0 18px;
}


div#columnC {
	margin-top: 20px;
	_margin-top: 20px; /* 同様にIE6専用 */
	margin-left: 5px;
	width: 550px;
	clear: both;
	
}

div#columnC p {
	margin: 0 0 0 45px;
	float: left;
	display: inline;
}

div#columnC p.inquiryWin {
	margin: 0 0 0 18px;
}






ul#Menu {

	width:550px;
	float: right;
}
ul#Menu li {
	display: inline;
	margin-left: 20px;
	width: 230px;
	float: left;
}
	
/* フッター */



div#footer {
	clear: both;
	height:42px;
	width: 100%;

}


div#footer ul {
	padding: 10px 0 10px 0;
	text-align: center;
}

div#footer ul li {
	padding: 0 5px 0 8px;
	display: inline;
	font-size: 75%;
	line-height: 1.3;
	color: #000000;
	border-left: 1px solid #000000;
}

div#footer ul li.firstList {
	padding: 0 5px 0 0;
	border: none;
}


/*
div#footer {
	width: 780px;
	clear: both;
	height:50px;
}
*/







div#footerIn {
	width: 780px;
	text-align: center;
	font-weight:100;
	clear: both;
	margin-top: 0px;
}
	




div#footer ul li a:link { color: #000000; text-decoration: underline;}
div#footer ul li a:visited { color: #000000; text-decoration: underline;}
div#footer ul li a:hover { color: #ffffff; text-decoration: none;}


p#copyright {
	padding-top: 20px;
	height: 20px;
	font-size: 60%;
	line-height: 1.5;
	color: #000000;
	letter-spacing: 1px;
	text-align: center;
}
