@charset "utf-8";
/*
	共通スタイル
*/
body {
	font-family: "ＭＳ Ｐゴシック", HiraKakuPro-W3, Osaka, Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 77%; */
	margin: 0px;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
}
table {
	margin: 0px;
	border: none;
	border-spacing: 0;
}
th, td {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
td.left{
	text-align: left;
}
td.center{
	text-align: center;
}
td.right{
	text-align: right;
}
a:link    {
	color: #1d3994;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover   {
	color: #1d3994;
	text-decoration: underline;
	/*
	background-color: #E6F9FF;
	display: inline-block;
	*/
}
a:active  { color: #1d3994; }

h1 {
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-weight: normal;
	margin: 0px;
}



/*
	基本構造
*/

/* コンテナ */
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

/* ヘッダ */
#header {
	width: 950px;
}

div#header h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 100%;
}

div#header p {
	font-weight: normal;
	margin: 0px;
	font-size: 83%;
	color: #666666;
}

/* ヘッダロゴ */
#header-logo {
	width: 950px;
	height: 110px;
	background-image: url(../images/header/image_season_02to04_001.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ヘッダナビゲーション */
#header-navi {
	width: 950px;
	height: 20px;
}

#header-navi ul{
	height: 20px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}

#header-navi li{
	height: 20px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* ヘッダナビゲーション：共通 */
#header-navi li a {
	outline: none;
}

/* ヘッダナビゲーション：トップ */
#header-navi li.top a {
	width: 124px;
	height: 20px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header-navi li.top a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}

/* ヘッダナビゲーション：任せる理由とメリット */
#header-navi li.merits a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -124px 0px;
}

#header-navi li.merits a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -124px -20px;
}

/* ヘッダナビゲーション：賃貸管理サービス */
#header-navi li.rmsystem a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -242px 0px;
}

#header-navi li.rmsystem a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -242px -20px;
}

/* ヘッダナビゲーション：入居者管理システム */
#header-navi li.tmsystem a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -360px 0px;
}

#header-navi li.tmsystem a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -360px -20px;
}

/* ヘッダナビゲーション：設備管理システム */
#header-navi li.emsystem a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -478px 0px;
}

#header-navi li.emsystem a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -478px -20px;
}

/* ヘッダナビゲーション：実績 */
#header-navi li.exp a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -596px 0px;
}

#header-navi li.exp a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -596px -20px;
}

/* ヘッダナビゲーション：お問い合わせ */
#header-navi li.ask a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -714px 0px;
}

#header-navi li.ask a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -714px -20px;
}

/* ヘッダナビゲーション：会社概要 */
#header-navi li.company a {
	width: 118px;
	height: 20px;
	text-indent: -9999px;
    text-decoration: none;
	display: block;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -832px 0px;
}

#header-navi li.company a:hover {
    text-decoration: none;
	background-image: url(../images/headermenu/headermenu.gif);
	background-repeat: no-repeat;
	background-position: -832px -20px;
}


/* サイド */
#side {
	width: 220px;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-size: 93%;
}

#side table{
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
#side img.middle{
	vertical-align: middle;
}
#side img.top{
	vertical-align: top;
}
#side img.bottom{
	vertical-align: bottom;
}

/* サイドバー：番号 */
div#side div#license {
	width: 210px;
	margin-bottom: 5px;
}

/* サイドバー更新情報 */
#side #updateinfo {
	width: 200px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 8px;
}

/* サイドバー：メニュー開始 */
#side dl.menulist {
	width: 210px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#side dl.menulist dt {
	width: 210px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	background-image: url(../images/sidebar/menu_normal.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
}

#side dl.menulist dd{
	width: 208px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;

}

#side dl.menulist dd ul {
	width: 208px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

#side dl.menulist dd ul li {
	margin: 0px;
	text-align: left;
	list-style-type: none;
	width: 190px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 13px;
	height: auto;
	background-image: url(../images/sidebar/menu_pointer.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;

}

/* サイドバー：メニュー終了 */

div#side div.banner {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

div#side div#bunjo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
	width: 208px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FF6699;
	background-color: #ffedf4;
}

div#side div#bunjo em {
	font-style: normal;
	font-weight: bold;
}
/* サイドバー終了 */

/* コンテンツ */
#contents {
	width: 710px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding: 10px;
	font-size: 100%;
}

#contents p {
	padding: 0px;
	font-size: 116%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contents h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 100%;
}

#contents h2 {
	font-weight: bold;
	font-size: 161.6%;
	background-image: url(../images/title_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #000099;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contents h3 {
	font-weight: bold;
	font-size: 146.5%;
	background-image: none;
	border: 1px solid #000099;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #2553a3;
	clear: both;
}

#contents em {
	color: #0066CC;
	font-style: normal;
}

#contents strong {
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}

div#contents p img {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#contents ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}

div#contents ul li {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: square;
	font-size: 116%;
}

#contents div.item{
	margin-bottom: 25px;
	font-size: 100%;
	width: 695px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A0DD;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents #title{
	margin-bottom: 3px;
}

#contents #title table.titleimage{
	background-color: #FFFFFF;
	background-image: url(../images/title.gif);
	height: 40px;
	width: 710px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align:middle;
	font-size: 138.5%;
	color: #00A0DD;
	font-weight: bold;
}

#contents #explanation{
	margin-bottom: 10px;
	color: #999999;
	font-size: 100%;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

#contents .pagetitle{
	margin-bottom: 3px;
}

#contents .pagetitle table.titleimage {
	background-color: #FFFFFF;
	background-image: url(../images/title.gif);
	height: 40px;
	width: 710px;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	vertical-align:middle;
	font-size: 138.5%;
	color: #00A0DD;
	font-weight: bold;
}

#contents ul.subtitle {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 24px;
	width: 710px;
	list-style-type: none;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #00A0DD;
}

#contents ul.subtitle li{
	list-style-type: none;
	padding-left: 28px;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/icon_muji.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 123.1%;
}

#contents div.subtitle{
	margin-bottom: 5px;
	font-size: 123.1%;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #00A0DD;
	height: 24px;
}

#contents div.subtitleLv1{
	font-size: 116.8%;
}

#contents div.subtitleLv2{
	font-size: 116.8%;
	padding-left: 10px;
}

#contents div.subtitleLv2 div.error {
	padding: 0px;
	color: #FF0000;
}

#contents #topagetop{
	padding: 5px;
	color: #999999;
	font-size: 100%;
	margin-top: 15px;
	text-align: right;
}

#contents div.topagetop-middle{
	padding: 5px;
	color: #999999;
	font-size: 77%;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: right;
}

#contents table#pagenavi  {
	width: 710px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1D3994;
	clear: both;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contents table#pagenavi td {
	padding: 5px;
	width: 50%;
	font-size: 116%;
}


#contents div.normal {
	font-size: 100%;
	margin-bottom: 10px;
	color: #666666;
}

/* フッタ */
#footer {
	width: 950px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer p{
	text-align: right;
	margin: 0px;
	padding: 5px;
}


.clearboth{
	clear: both;
}

/*
　その他スタイル
*/

.font10 { font-size: 77%; }
.font11 { font-size: 85%; }
.font12 { font-size: 93%; }
.font13 { font-size: 100%; }
.font14 { font-size: 108%; }
.font15 { font-size: 116%; }
.font16 { font-size: 123.1%; }
.font17 { font-size: 131%; }
.font18 { font-size: 138.5%; }
.font19 { font-size: 146.5%; }
.font20 { font-size: 153.9%; }
.font21 { font-size: 161.6%; }
.font22 { font-size: 167%; }
.font23 { font-size: 174%; }
.font24 { font-size: 182%; }
.font25 { font-size: 189%; }
.font26 { font-size: 197%; }

