@charset "UTF-8";
/* 大見出し */
#school h2 {
	font-size: 16px;
	line-height: 18px;
	padding: 2px;
	color: #EE8C4E;
	margin-bottom: 5px;
	clear: both;
	border-bottom: 3px double #EE8C4E;
	border-top: 3px double #EE8C4E;
}
/* 阪大コンテンツ左 */
.contents_left {
	width: 290px;
	float: left;
	border: 1px solid #4A7A2A;
	margin-bottom: 5px;
	clear: left;
	height: 110px;
}
/* 阪大コンテンツイメージ */
.contents_left img {
	margin: 5px;
	clear: left;
	float: left;
}
/* 阪大コンテンツリスト */
.contents_left dl {
	clear: right;
	float: right;
	margin: 5px;
	width: 165px;
}
/* 阪大コンテンツ内リンク */
.contents_left a,
.contents_left a:link,
.contents_left a:hover,
.contents_left a:active {
	color: #FFF;
}
.contents_left a:visited {
	color: #FCC;
}
/* 阪大コンテンツリストタイトル */
.contents_left dt {
	color: #FFF;
	background-color: #096;
	padding: 2px;
	margin-bottom: 2px;
}
/* 阪大コンテンツ右 */
.contents_right {
	width: 290px;
	float: right;
	border: 1px solid #4A7A2A;
	margin-bottom: 5px;
	clear: right;
	height: 110px;
}
/* 阪大コンテンツイメージ */
.contents_right img {
	margin: 5px;
	clear: left;
	float: left;
}
/* 阪大コンテンツリスト */
.contents_right dl {
	clear: right;
	float: right;
	margin: 5px;
	width: 165px;
}
/* 阪大コンテンツ内リンク */
.contents_right a,
.contents_right a:link,
.contents_right a:hover,
.contents_right a:active {
	color: #FFF;
}
.contents_right a:visited {
	color: #FCC;
}
/* 阪大コンテンツリストタイトル */
.contents_right dt {
	color: #FFF;
	background-color: #096;
	padding: 2px;
	margin-bottom: 2px;
}
/* 阪大コンテンツ間　テキストボックス */
div.text_box {
	margin: 0px 0px 5px;
	padding: 5px;
	clear: both;
	border: 3px solid #6CF;
}
/* テキストボックス見出し */
div.text_box h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}
/* テキストボックス段落 */
div.text_box p {
}
/* 物件紹介の左 */
.room_left {
	width: 290px;
	margin-bottom: 5px;
	height: 100px;
	clear: left;
	float: left;
}
/* 物件紹介のイメージ */
.room_left img {
	margin: 5px;
	clear: left;
	float: left;
}
/* 物件紹介のコメント */
.room_left p {
	clear: right;
	float: right;
	display: block;
	width: 150px;
	margin: 5px;
}
/* 物件紹介の右 */
.room_right {
	width: 290px;
	margin-bottom: 5px;
	height: 100px;
	clear: right;
	float: right;
}
/* 物件紹介のイメージ */
.room_right img {
	margin: 5px;
	clear: left;
	float: left;
}
/* 物件紹介のコメント */
.room_right p {
	clear: right;
	float: right;
	display: block;
	width: 150px;
	margin: 5px;
}
/* スタッフとサービス */
#staff_and_service {
	margin-bottom: 5px;
}
/* スタッフとサービスイメージ */
#staff_and_service img {
	margin-right: 2px;
	margin-left: 2px;
}
/* 石橋店ボックス */
#shop {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 280px;
	border: 3px double #F00;
	margin-bottom: 5px;
}
/* 石橋店紹介リスト */
#shop ul {
	clear: left;
	float: left;
	width: 200px;
	margin-left: 10px;
}
/* 石橋店紹介リスト内容 */
#shop li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #F00;
	border-top: 1px solid #F00;
}
/* 石橋店紹介リスト内容 */
#map {
	clear: right;
	float: right;
}
/* 石橋店イメージボックス */
#shop_image {
	width: 590px;
	text-align: center;
	margin-bottom: 5px;
}
/* 石橋店紹介テキストボックス */
#shop_text {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 500px;
	margin-bottom: 5px;
}
/* 石橋店紹介赤テキスト */
.red_text {
	color: #F00;
	font-weight: bold;
}
/* 石橋店写真用 */
.ishibashi_img {
	margin-right: 5px;
	margin-left: 5px;
}
/* スタッフ紹介 */
.staff {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	margin-bottom: 5px;
	border: 3px double #F00;
	background: url(../img/handai/h_s_back.gif) no-repeat right center;
}
/* スタッフ紹介イメージ */
.staff img {
	clear: left;
	float: left;
}
/* スタッフ紹介リスト */
.staff dl {
	clear: right;
	float: right;
	width: 340px;
	margin: 5px;
}
/* スタッフ紹介リストタイトル */
.staff dt {
	font-weight: bold;
	color: #F00;
}
/* 各コンテンツIndexコメント */
.contents_comments {
	width: 520px;
	border: 3px double #A5D3E2;
	padding: 10px;
	margin: 10px auto;
}
/* 物件リストテーブル */
#room_list {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
	border-left: 1px solid #4A7A2A;
	border-top: 1px solid #4A7A2A;
}
/* 物件名クラス */
.article_name {
	text-align: left;
}
/* 物件名クラス内リンク設定 */
.article_name a,
.article_name a:link,
.article_name a:active,
.article_name a:visited {
	text-decoration: none;
	color: #666;
}
.article_name a:hover {
	color: #F33;
	text-decoration: underline;
}
/* 物件リストタイトルセル */
#room_list th {
	background-color: #096;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #4A7A2A;
	border-right: 1px solid #4A7A2A;
}
/* 物件リスト内容セル */
#room_list td {
	padding: 5px;
	border-bottom: 1px solid #4A7A2A;
	border-right: 1px solid #4A7A2A;
}
/* 次と前のリンクボックス */
.back_next {
	height: 14px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
/* 前ボックス */
.back {
	clear: left;
	float: left;
}
/* 次ボックス */
.next {
	clear: right;
	float: right;
}
