@charset "shift_jis";

/* /////////////////////////////////////////// */
/* reset
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:90%;
	text-align:center;
	color:#333333;
	background-color:#FFFFFF;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
img {
	/*border:none;*/
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding:30px 20px 10px;
	text-align:left;
	background : #F5F5F5 url(/images/bg.jpg) repeat-x left top;
}
#header {
	width: 840px;
	padding-bottom:20px;
}
#header_left {
	float:left;
	width: 530px;
}
#header_right {
	float:right;
	width: 290px;
}
#unavi_body {
	width: 290px;
	background:url(/images/unavi_bg.gif) repeat-y left top;
}
#unavi_body_btm {
	width: 290px;
	background:url(/images/unavi_btm.gif) no-repeat left bottom;
	padding:0px 0px 5px;
}
#unavi_body ul {
	width: 280px;
	background:url(/images/unavi_top.gif) no-repeat left top;
	padding:5px 0px 0px 10px;
}
#unavi_body ul li {
	/* background: url(/images/unavi_icon.gif) no-repeat 5px 10px; */
	padding:3px 5px 3px 15px;
	float:left;
	display:inline;
	font-size:11px;
	margin-right:10px;
}
#header #logo {
	font-size:40px;
	font-weight:bold;
	color:#0068B7;
	vertical-align:bottom
}
#header #logo a {
	text-decoration:none;
	color:#0068B7;
}
#header #txt {
	font-size:12px;
	color:#666666;
}
#header:after,
#header_right ul:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* /////////////////////////////////////////// */
/* global_navi
/* /////////////////////////////////////////// */

#global_navi {
/*	width: 840px;
	clear:both;
	font-size:12px;
*/
}
#global_navi ul {
	/*width: 840px;
	border-top:3px solid #2A90C6;
	margin-bottom:3px;*/
}
#global_navi ul li {
/*	margin:1px 1px 1px 0px;
	float:left;
	background:#2A90C6 url(/images/gnavi_off.jpg) no-repeat left top;
	font-weight:bold;
	font-size:13px;
*/
}
#global_navi ul li.gnavi_first {
	width:120px !important;
}
#global_navi ul li.gnavi_last {
	margin-right:0 !important;
}
#global_navi ul li a
{
	/*
	width:109px;
	padding: 7px 5px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
*/
}
#global_navi ul li b a {
/*
	width:109px;
	color:#333333;
	background:#EEEEEE url(/images/gnavi_on.jpg) no-repeat left top;
	display:block;
*/
}
#global_navi ul li a:hover
{
	/*
	width:109px;
	color:#333333;
	background:#EEEEEE url(/images/gnavi_on.jpg) no-repeat left top;
	display:block;
*/
}
#global_navi ul:after {
/*	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
*/
}

/* /////////////////////////////////////////// */
/* local_navi
/* /////////////////////////////////////////// */

#local_navi {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/footer_bg.gif);
}
#local_navi li {
	float:left;
	padding: 7px 5px 3px 7px;
	background-image: url(/images/lnav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* /////////////////////////////////////////// */
/* pankuzu
/* /////////////////////////////////////////// */

#pankuzu {
	margin-bottom: 10px;
}
#pankuzu p {
	font-size:90%;
}

/* /////////////////////////////////////////// */
/* main
/* /////////////////////////////////////////// */

#top_main,
#main {
	clear:both;
	width: 840px;
	text-align:left;
}
#main {
	background : url(/images/side_bg.gif) repeat-y left top;
}
#top_main:after,
#main:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main_side {
	float:left;
	width:220px;
}
#main_contents {
	float:right;
	width:620px;
}
#main_contents2 {
	float:right;
	width:800px;
}
.lnone {
	float:none !important;
	width:840px !important;
}
/* ----------------------------------- side_item */
.side_item {
	width:198px;
	border:1px solid #AED8EE;
	background-color:#2A90C6;
	color:#FFFFFF;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}
.side_item h2 {
	width:190px;
	color:#FFFF00;
	font-weight:bold;
	border:1px solid #AED8EE;
	background-color:#0068B7;
	padding:4px;
	margin-bottom:10px;
}
.side_item p {
	margin-bottom:10px;

}

/* ----------------------------------- contents_item */
.contents_item {
	width:820px;
	border:1px solid #0068B7;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
}
.contents_item2 {
	width:1040px;
	border:1px solid #0068B7;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
}

.contents_item3 {
	width:399px;
	border:1px solid #0068B7;
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:10px;
}

.contents_item h2 {
	width:790px;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #AED8EE;
	background-color:#0068B7;
	padding:4px;
	margin:0 0 10px 0 !important;
	color:#FFFFFF;
}
.contents_item2 h2 {
	width:1032px;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #0068B7;
	background-color:#FFF0B3;
	padding:4px;
	margin:0 0 10px 0 !important;
	color:#FFFFFF;
}

.contents_item3 h2 {
	width:384px;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #AED8EE;
	background-color:#0068B7;
	padding:4px;
	margin:0 0 10px 0 !important;
	color:#FFFFFF;
}


.contents_item td {
	background-color: B2DFFF;
	color:#0068B7;
}
.contents_item td a{

	font-size:100%;
	font-weight:bold;
}


/* ----------------------------------- main_contents */
#main_contents ul,
#main_contents ol {
	margin-bottom:10px;
}
#main_contents ul li {
	background:url(/images/list_icon.gif) no-repeat 7px 8px;
	padding:3px 0px 3px 25px;
	border-bottom:1px dotted #CCCCCC;
}
#main_contents ul.ul_box,
#main_contents ol.ol_box {
	margin-bottom:0px;
	border:1px solid #999999;
	padding:10px;
	margin-bottom:10px;
}
#main_contents .ol_box {
	list-style-type: decimal;
}
#main_contents ol li {
	padding:3px 0px 3px 0px;
	list-style-type: decimal;
	margin-left:28px;
}
hr {
	clear:both;
}


/* /////////////////////////////////////////// */
/* footer
/* /////////////////////////////////////////// */

#footer {
	width: 850px;
	clear:both;
	margin:0 auto;
	background: url(/images/footer_bg.gif);
	padding: 10px 15px;
	text-align:right ;
	color:White ;
}
#footer:after {
	/*content:".";*/
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#footer li {
	font-size:10px;
	display:inline;
	padding:0 0.5em 0 0;
	margin:0.5em 0.5em 0.5em 0;
	border-right:1px solid #999999;
}
#footer ul li a {
	color:#FFFFFF;
	display:inline-block;
}
#footer ul li a:hover {
	color:#FFFF00;
}
address {
	clear:both;
	color:#CCCCCC;
}
#copy {
	width:880px;
	margin:5px auto;
	text-align:right;
}
#copy p a {
	text-decoration:none;
	font-size:10px;
	color: #999999;
}
/* /////////////////////////////////////////// */
/* top page
/* /////////////////////////////////////////// */
#top_pic {
	clear:both;
	width: 832px;
	padding:4px;
	background-color:#2A90C6;
	margin-bottom:20px;
}
#top_pic table {
	width: 832px;
}
#top_pic table th {
	text-align:left;
	vertical-align:top;
	border:1px solid #FFFFFF;
	width:530px;
}
#top_pic table td.td_com {
	text-align:left;
	vertical-align:top;
	width:280px;
	padding:10px;
	border:1px solid #FFFFFF;
	background-color:#0068B7;
	color:#FFFFFF;
}
#top_pic table td.td_com h2 {
	color:#FFFF00;
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
#top_pic table td.td_com p {
	margin:10px 0;
	font-size:90%;
}
#top_pic table td.td_com p.p_det {
	border:1px solid #FFFFFF;
	padding:2px 4px 2px 14px;
	font-weight:bold;
	width:110px;
	background:#FFFF00 url(/images/list_icon.gif) no-repeat 5px 8px;
}
#top_pic table td.td_com p.p_det a {
	color:#000000;
	text-decoration:none;
}
#top_pic table td.td_com p.p_det a:hover {
	color:#CC0033;
	text-decoration:none;
}

/* /////////////////////////////////////////// */
/* free page
/* /////////////////////////////////////////// */
#contents_body {
	padding:20px;
	width:578px;
	border:1px solid #AED8EE;
	background-color:#FFFFFF;
}
.lnone #contents_body {
	padding:20px;
	width:798px;
	border:1px solid #AED8EE;
	background-color:#FFFFFF;
}
.side_menu {
	width:198px;
	border:1px solid #AED8EE;
	background-color:#2A90C6;
	color:#FFFFFF;
	padding:5px 5px 0px 5px;
	margin-bottom:5px;
}
.side_menu h2 {
	width:180px;
	color:#FFFF00;
	font-weight:bold;
	border:1px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	background-color:#0068B7;
	padding:7px 9px 4px;
	font-size:100%;
}
.side_menu ul {
	background-color:#0068B7;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	margin-bottom:10px;
	width:198px;
}
.side_menu ul li {
	border-bottom:1px solid #FFFFFF;
	font-size:90%;
}
.side_menu ul li a {
	width:183px;
	display:block;
	background:#0068B7 url(/images/side_icon.gif) no-repeat 3px 10px;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 0px 5px 15px;
}
/* 現在のページをhoverと同じ色付けにする */
.side_menu ul li b a{
	width:183px;
	display:block;
	text-decoration:none;
	color:#0068B7;
	background:#CCCCCC url(/images/side_icon_on.gif) no-repeat 3px 10px;
	padding:5px 0px 5px 15px;
}
.side_menu ul li a:hover {
	width:183px;
	display:block;
	text-decoration:none;
	color:#0068B7;
	background:#CCCCCC url(/images/side_icon_on.gif) no-repeat 3px 10px;
	padding:5px 0px 5px 15px;
}
#pagetop {
	clear:both;
	text-align:right;
}
/* /////////////////////////////////////////// */

/*テーブル（物件詳細ページや会社概要で使っているテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #5B92D7;
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
	width: 110px;				/*左側thタグの幅*/
	text-align: center;
}

.ta2 {
	width: 580px;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #5B92D7;
}

.ta2 td, .ta2 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta2 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
                			/*左側thタグの幅*/

}
.ta3 {
	width: 800px;
}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #5B92D7;
}

.ta3 td, .ta3 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta3 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
                			/*左側thタグの幅*/

}

.ta4 {
	width: 270px;
}

.ta4, .ta4 td, .ta4 th{
	border: 1px solid #5B92D7;
	white-space: nowrap;
}

.ta4 td, .ta4 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta4 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
	width: 110px;				/*左側thタグの幅*/
	text-align: center;
}

table.history {
   border-collapse: collapse;
   border: 2px solid blue;
}
table.history td {
   border-width: 1px 0px; /* 上下だけ引く */
   border-style: solid; /* 線種：実線 */
   padding: 0.3em; /* セル内側の余白 */
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 10px 30px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#9c9c9c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#9c9c9c));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #171717;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
