@charset "UTF-8";

/* body 初期化 */

body {
	line-height: 1.0;
	color: #111;
	text-align: center;
	font-size: 14px;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		Meiryo,
		"メイリオ",
		Osaka,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		sans-serif;
	background: #ffffff url(../images/rentaloffice_top_bg.jpg) repeat-x left top;
}	

#top {
	background: url(../images/footer_bg.jpg) repeat-x left bottom; 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}

 
a:link {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
}
a:active {
	color: #0066cc;
	text-decoration: underline;
}


#osusume_buken a:link {
	color: #EF8100;
	text-decoration: underline;
}
#osusume_buken a:visited {
	color: #EF8100;
	text-decoration: underline;
}
#osusume_buken a:hover {
	color: #FF8A00;
	text-decoration: none;
}
#osusume_buken a:active {
	color: #EF8100;
	text-decoration: underline;
}

/* ページング */
#paging a:link {
	color: #00509F;
	text-decoration: underline;
}
#paging a:visited {
	color: #00509F;
	text-decoration: underline;
}
#paging a:hover {
	color: #00509F;
	text-decoration: none;
}
#paging a:active {
	color: #00509F;
	text-decoration: underline;
}
