/*　目次

1. 全体

2. 見出し

3. 共通設定（1）
	グローバルメニュー／コンテンツ／ボトムメニュー／コピーライト

4. 共通設定（2）
	レイアウト用テーブル／レイアウト用div

5. フォント
	段落／強調／基本的なフォントのセレクタ／カラー

6. 各ページでの設定
	・トップ

 */

/* 1. 全体
-------------------------------------------------------------------- */
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;
} 

body {
	color:#333333;
	font-size:80%;
	line-height:150%;
	text-align:center;
	background:#DCEDF6 url(img/body_background.jpg) center repeat-y;
}

a:link {
	color:#074BA0;
}
a:visited {
	color:#666666;
}
a:active {
	color:#074BA0;
}
a:hover {
	color:#074BA0;
}

img {
	border:0;
}

ol,ul {
	list-style:none;
}

table { 
	margin-top:15px;
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
	font-size:80%;
	line-height:150%;
}

/* 3. 共通設定（1） 
-------------------------------------------------------------------- */
/* コンテナ */
#container {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background:#ffffff url(img/container_background.jpg) no-repeat;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #999999;
	text-align: right;
	font-weight: normal;
}

/* ヘッダー */
#header {
	clear:both;
	width:760px;
	height:355px;
	background:url(img/top_image.jpg) no-repeat;
}

#logo {
	width:400px;
	padding-top:6px;
}

#menu {
	width:760px;
}

#menu li {
	display:inline;
	list-item-position:inside;
}

/* コンテンツ */
#contents {
	width:760px;
	padding-bottom:40px;
}

#contents h2 {
	margin:20px 20px 0px 20px;
	padding:0px 10px 5px 35px;
	background:url(img/top_point.jpg) no-repeat;
	font-size:110%;
}

#contents p {
	padding:20px 20px 0px 20px;
}

/* ボトムメニュー */
#bottom_menu {
	clear:both;
	padding:10px;
	text-align:right;
	border-top:1px #d3d3d3 solid;
	border-bottom:1px #d3d3d3 solid;
}

#bottom_menu li {
	display:inline;
	list-item-position:inside;
	margin-left:15px;
	padding-right:15px;
	border-right:1px #333333 solid;
}

#bottom_menu li.end {
	display:inline;
	list-item-position:inside;
	margin-left:15px;
	padding-right:0px;
	border-right:none;
}

/* コピーライト */
#copyright {
	padding:5px 0px 10px 0px;
	font-size:80%;
	text-align:right;
}

#copyright a {
	color:#333333;
	text-decoration:none;
}

/* 4. 共通設定（2）
-------------------------------------------------------------------- */
table.layout {
	margin:20px 20px 0px 20px;
}

table.layout td {
	padding:5px;
}

table.layout_border {
	margin:20px 20px 0px 20px;
}

table.layout_border td {
	padding:5px;
	border:1px #dcdcdc solid;
}

/* 5. フォント
-------------------------------------------------------------------- */
.emphasis {
	color:#FF0000;
}

/* 6. 各ページでの設定-------------------------------------------------------------------- */
/* TOP */
#top_header {
	clear:both;
	width:760px;
	height:280px;
	background:url(img/top_image.jpg) no-repeat;
}

#top_menu {
	width:760px;
	margin-top:147px;
	text-align:right;
}

#top_menu li {
	display:inline;
	list-item-position:inside;
}

#top_words {
	margin-top:10px;
	text-align:center;
}

#top_contents {
	padding-bottom:20px;
}

table.top_item {
	margin:0px 3px 20px 7px;
	border-collapse:separate;
	border-spacing:10px;
}

.top_point h3 {
	margin-top:10px;
	padding:0px 10px 5px 35px;
	background:url(img/top_point.jpg) no-repeat;
	font-size:110%;
}

.top_details {
	padding:10px 20px 10px 10px;
	border:1px #dcdcdc solid;
}

.top_inquiry h3 {
	margin-top:10px;
	padding:0px 10px 2px 35px;
	background:url(img/top_inquiry.jpg) no-repeat;
	font-size:110%;
}

.top_agency {
	padding:20px 20px 35px 10px;
	background:url(img/top_inquiry_bottom.jpg) left bottom no-repeat;
}

/* 空室情報 */
#vacancy_header {
	clear:both;
	width:760px;
	height:280px;
	background:url(img/vacancy_image.jpg) no-repeat;
}

.contracted {
	text-decoration:line-through;
}

/* アクセスマップ */
#access_header {
	clear:both;
	width:760px;
	height:280px;
	background:url(img/access_image.jpg) no-repeat;
}

table.access_vicinity {
	float:left;
	width:250px;
	margin:20px 20px 20px 10px;
}

table.access_vicinity td {
	padding:5px;
	border:1px #dcdcdc solid;
}

/* 物件情報 */
#property_header {
	clear:both;
	width:760px;
	height:280px;
	background:url(img/property_image.jpg) no-repeat;
}

/* お問合せ */
#inquiry_header {
	clear:both;
	width:760px;
	height:280px;
	background:url(img/inquiry_image.jpg) no-repeat;
}
