<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*シンプルヘッダー用*/
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(/common/top/bg.gif);
	background-repeat: repeat-x;
	color: #54514a;
}
header#globalHeader {
	height: 131px;
	border: none;
	overflow: hidden;
}
header#globalHeader nav#globalmenu {
	height: 60px;
	width: 980px;
	overflow: hidden;
	clear: both;
	margin: 2px 0 0 0;
	padding: 0px;
}
header#globalHeader nav#globalmenu li {
	float: left;
	height: 58px;
}
header#globalHeader nav#globalmenu li a {
	display: block;
	height: 58px;
}
header#globalHeader nav#globalmenu li a:hover {
	border-bottom: solid 2px #000;
}
header#globalHeader nav#mediamenu {
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
header#globalHeader nav#tokyoliving {
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
header#globalHeader nav#cityliving {
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
header#globalHeader nav#osakaliving {
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}


/*コンテンツ*/
#main {
	width: 795px;
	float: right;
	padding-bottom: 50px;
}

#main p {
	font-size: 83%;
	line-height: 160%;
}

.contentsleft {
	float: left;
	width: 380px;
	padding-top: 50px;
}
.contentsright {
	float: right;
	width: 380px;
	padding-top: 50px;
}
.contentsleft div.tasukari {
	position: relative;
}
.contentsleft div.tasukari img.logo {
	position: absolute;
	left: 247px;
	top: 1px;
	z-index: 10;
}
div.linkbtn ul li {
	float: none;
	font-size: 83%;
	padding-right: 10px;
	margin-bottom: 5px;
}
p.oldata_catch {
	color: #ff4889;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.tasukari_catch {
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
}
/*ミセスのデータリスト*/
.mrs_list {
	padding-bottom: 50px;
}
.mrs_list ul{
	list-style-type: none;
}
.mrs_list ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9a9a9a;
	padding: 13px;
}
.mrs_list ul li a{
	font-size: 77%;
	color: #444;
	line-height: 160%;
}
.mrs_list ul li a time{
	color: #1d9b00;
}
.mrs_list ul li a h3{
	font-size: 120%;
	font-weight: bold;
	color: #1d9b00;
}
.mrs_list ul li a:hover {color: #999;}
.mrs_list ul li a:hover time{
	color: #a0e312;
}
.mrs_list ul li a:hover h3{
	color: #a0e312;
}
/*OLリスト*/
.ol_list {
	padding-bottom: 50px;
}
.ol_list ul{
	list-style-type: none;
}
.ol_list ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9a9a9a;
	padding: 13px;
}
.ol_list ul li a{
	font-size: 77%;
	color: #444;
	line-height: 160%;
}
.ol_list ul li a time{
	color: #ff4889;
}
.ol_list ul li a h3{
	font-size: 120%;
	font-weight: bold;
	color: #ff4889;
}
.ol_list ul li a:hover {color: #999;}
.ol_list ul li a:hover time{
	color: #ff91c7;
}
.ol_list ul li a:hover h3{
	color: #ff91c7;
}
.adlink{background-color: #fffec2;padding:10px 15px;margin-top:10px;display: inline-block;font-weight:bold;border:1px solid #ededed;color:#333;}
.adlink a{font-weight:bold;border-bottom:1px solid #000;}</pre></body></html>