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

* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	background-color: #fafafa;
	background-image: url(../img/bg.jpg);
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #04c;
	text-decoration: underline;
}

a:focus {
	outline:none;
}

ul, ol {
	list-style-type: none;
}

ul.ulDisc {
	list-style-type: disc;
}

ol.olDecimal {
	list-style-type: decimal;
}

ul.ulDisc li, ol.olDecimal li {
	margin-left: 18px;
}

.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */

.imageSet {
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textOut {
	overflow: hidden;
}

.textOut img {
	margin-bottom: 30px;
}

span.nobr {
	white-space: nowrap;
}

/* ================================================================ */
/* 全体 */

div#mainFrame {
	min-height: 1%;
	margin: 0px;
	text-align: center;
	background-image: url(../img/bg.jpg);
}

/* ================================================================ */
/* ホーム */

div#homeHeader {
	margin: 0px;
	background-image: url(../img/home_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#homeHeader h1 {
	width: 959px;
	margin: 0px auto;
	padding-left: 21px;
	height: 250px;
	text-align: left;
}

div#homeRead {
	width: 980px;
	height: 310px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/home_chidori.jpg);
	background-repeat: no-repeat;
	background-position: 384px 0px;
}

div#homeNavi {
	width: 980px;
	height: 343px;
	margin: 0px auto;
	background-image: url(../img/home_navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 800;
}

* html div#homeNavi {
	position: relative;
}

* html div#homeSponsor {
	position: relative;
}

div#homeTwitter {
	width: 290px;
	height: 520px;
	margin: -842px auto 0px auto;
	padding: 0px 20px 0px 670px;
	text-align: left;
	z-index: 999;
}

* html div#homeTwitter {
	position: relative;
}

div#homeTwitterBody {
	width: 255px;
	height: 320px;
	padding: 0px 15px 0px 20px;
	background-image: url(../img/home_twitter_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

head~/* */body div#homeTwitterBody {
	position: relative;
}

div#homeTwitterData {
	width: 255px;
	height: 320px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.homeTwitterItem {
	width: 235px;
	margin-bottom: 5px;
	word-wrap: break-word;
	overflow-x: hidden;
	background-image: url(../img/home_twitter_item_bg.gif);
	background-repeat: repeat-y;
}

div.homeTwitterItem p.homeTwitterItemDate {
	padding: 0px 5px;
}

div.homeTwitterItem p.homeTwitterItemDate a {
	color: #000;
}

div.homeTwitterItem p.homeTwitterItemDate a:hover {
	color: #04c;
}

div.homeTwitterItem p.homeTwitterItemStatus {
	padding: 5px 10px 0px 10px;
}


div#homeCopyright {
	width: 980px;
	margin: 380px auto 0px auto;
	padding-bottom: 60px;
	text-align: center;
}

div#homeCopyright a {
	color: #000;
}

div#homeCopyright a:hover {
	color: #04c;
}

/* ================================================================ */
/* 中面 */

div#depthHeader {
	height: 160px;
	margin: 0px;
	background-image: url(../img/depth_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

div#depthHeaderInner {
	width: 940px;
	height: 110px;
	margin: 0px auto;
	padding-top: 10px;
}

div#depthTitle {
	float: right;
	width: 400px;
	height: 110px;
}

div.depthNavi {
	float: right;
	width: 100px;
	height: 100px;
	text-indent: -5000px;
}

div.depthNavi a {
	display: block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.depthNavi a:hover {
	background-position: 0px -100px;
}

div#depthNaviCar a {
	background-image: url(../img/depth_navi_car.jpg);
}

div#depthNaviHouse a {
	background-image: url(../img/depth_navi_house.jpg);
}

div#depthNaviMarriage a {
	background-image: url(../img/depth_navi_marriage.jpg);
}

div.depthNaviLeft {
	padding-right: 60px;
}

div.depthNaviRight {
	padding-right: 10px;
}

div#depthHeaderHome {
	width: 940px;
	height: 40px;
	margin: 0px auto;
	text-align: right;
}

div#depthBody {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

div#depthHouseH1 {
	width: 262px;
	height: 613px;
	margin-top: -160px;
	background-image: url(../img/depth_house_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html div#depthHouseH1 {
	position: relative;
}

div#depthMarriageH1 {
	width: 262px;
	height: 713px;
	margin-top: -160px;
	background-image: url(../img/depth_marriage_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html div#depthMarriageH1 {
	position: relative;
}

div#depthCarComingsoonH1 {
	width: 262px;
	height: 760px;
	margin-top: -160px;
	background-image: url(../img/depth_car_comingsoon_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html div#depthCarComingsoonH1 {
	position: relative;
}

div#depthCarH1 {
	width: 262px;
	height: 773px;
	margin-top: -160px;
	background-image: url(../img/depth_car_h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html div#depthCarH1 {
	position: relative;
}

div#depthHouseText {
	width: 679px;
	height: 453px;
	margin: -453px 0px 0px 262px;
	background-image: url(../img/depth_house_text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#depthMarriageText {
	width: 679px;
	height: 553px;
	margin: -553px 0px 0px 262px;
	background-image: url(../img/depth_marriage_text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#depthCarComingsoonText {
	width: 679px;
	height: 600px;
	margin: -600px 0px 0px 262px;
}

div#depthCarText {
	width: 679px;
	height: 613px;
	margin: -613px 0px 0px 262px;
	background-image: url(../img/depth_car_text_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#depthHouseText p, div#depthMarriageText p, div#depthCarText p {
	width: 426px;
}

div#depthTv {
	width: 560px;
	height: 174px;
	margin-left: 380px;
}

div.depthLink {
	width: 560px;
	height: 96px;
	margin-left: 380px;
	text-indent: -5000px;
	background-image: url(../img/depth_link_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.depthLink a {
	display: block;
	width: 560px;
	height: 74px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.depthLink a:hover {
	background-position: 0px -96px;
}

div#depthHouseLink a {
	background-image: url(../img/depth_house_link.jpg);
}

div#depthMarriageLink a {
	background-image: url(../img/depth_marriage_link.jpg);
}

div#depthCarLink a {
	background-image: url(../img/depth_car_link.jpg);
}

div.depthAdviser {
	width: 380px;
	height: 270px;
	margin-top: -270px;
}

div.depthCopyright {
	width: 980px;
	padding: 60px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.depthCopyright a {
	color: #000;
}

div.depthCopyright a:hover {
	color: #04c;
}

div#depthHouseCopyright {
	background-image: url(../img/depth_house_copyright_bg.jpg);
}

div#depthMarriageCopyright {
	background-image: url(../img/depth_marriage_copyright_bg.jpg);
}

div#depthCarComingsoonCopyright {
	background-image: url(../img/depth_car_comingsoon_copyright_bg.jpg);
}

div#depthCarCopyright {
	background-image: url(../img/depth_car_copyright_bg.jpg);
}
</pre></body></html>