@charset 'utf-8';
@import url("./common.css");

@charset 'utf-8';

/* ====================================
  INDEX index.css
 --------------------------------------
/* link
================================================== */

a:link {   
	color		: #FFF;
	}  
	
a:visited {  
	color		: #EEE;
	}
	
a:hover {  
	color		: #FFF;
	text-decoration	: none;
	}
	
a:active {  
	color		: #FFF;
	} 
	
/* 1.contents
=====================================*/
.flash{
	clear		: both;
	}
	
.top_info{
	margin		: 10px 0 13px 10px;
	}

.top_news{
	width		: 306px;
	color		: #fffff0;
	margin-bottom	: 10px;
	float		: right;
	border		: solid 1px #999;
	background	: url("../img/bg_short.gif") top left repeat-y #AA825E;
	}
	
.top_joho{
	width		: 306px;
	color		: #fffff0;
	float		: right;
	border		: solid 1px #999;
	background	: url("../img/bg_short.gif") top left repeat-y #AA825E;
	}

.top_room,
.top_institution,
.top_rental{
	width		: 480px;
	color		: #fffff0;
	margin-bottom	: 10px;
	float		: left;
	border		: solid 1px #999;
	background	: url("../img/bg_long.gif") top left repeat-y #AA825E;
	}

.top_news h2,
.top_joho h2,
.top_room h2,
.top_institution h2,
.top_rental h2{
	margin		: 3px 0 3px 1px;
	}

.top_news ul,
.top_joho ul,
.top_room p,
.top_institution p,
.top_rental p{
	margin		: 5px 10px;
	}

.room{
	float		: left;
	margin		: 0 10px 10px 10px;
	}
