body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(image/bg.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #3333FF;
	text-decoration: underline;
}
a:visited {
	color: #3E03C7;
	text-decoration: underline;
}
a:hover {
	color: #6798FE;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

#copyrights {
	color: #FFFFFF;
	background-color: #666666;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}

/*--------------------------------------------
見出しに関する設定
--------------------------------------------*/
h1 {
	height: 115px;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
}

/*--------------------------------------------
リストに関する設定
--------------------------------------------*/
#apartment_list {
	height: auto;
	width: 680px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#apartment_list th {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF6699;
	text-align: center;
	font-weight: normal;
}
#apartment_list td {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
#apartment_list #inquiry {
	text-align: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#apartment_list .rent {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #FF3399;
}
#apartment_list .traffic {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	line-height: 120%;
}

/*--------------------------------------------
広告主に関する設定
--------------------------------------------*/
#shop-info {
	border: 1px solid #333333;
	height: auto;
	width: 450px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 4px;
}
#contents .pankuzu {
	height: auto;
	width: auto;
	padding: 2px;
}

#shop-info h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#shop-info ul {
	margin: 0px;
}
#shop-info li {
	list-style-type: none;
}


/*--------------------------------------------
コンテナに関する設定
--------------------------------------------*/
#container {
	height: auto;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents {
	height: auto;
	width: 690px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 14px;
	padding-left: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#left-side {
	background-image: url(../image/bd1.gif);
	background-repeat: repeat-y;
	float: left;
}
#right-side {
	background-image: url(../image/bd2.gif);
	background-repeat: repeat-y;
	float: right;
}
form {
	margin: 0px;
}
#error-message {
	color: #FF0000;
	background-color: #FFD0D0;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 2px solid #FF0000;
}

