@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #0000ff;
}
a:hover {
	color: #9933ff;
}
.look {
	background: #FFFF99;
}
.color1 {
	color: #FF0000;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat center top;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	height: 30px;
	line-height: 30px;
}

#header #main-img {
	padding-top: 12px;
}



/*メインメニュー
------------------------------------------------------------------*/
#menu li {
	display: inline;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg.gif) repeat-y center;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 490px;
	display: inline;
	margin-right: 20px;
	margin-top: 30px;
}

#main p {
	padding: 0.5em 10px;
}

#main2 {
	float: right;
	width: 758px;
	display: inline;
	margin: 30px;
}


#main2 h5 {
	font-size: 100%;
	line-height: 40px;
	color: #FFFFFF;
/*	background-image: url(images/h2bg.gif);	h2背景画像設定 　← 参照先の画像が無いため無効化（アースト）*/
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
}







/*サブコンテンツ
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 242px;
	display: inline;
	margin-left: 20px;
	margin-top: 30px;
}

#sub p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#sub h4 {
	font-size: 100%;
	border: 1px solid #666666;
	text-align: center;
	background: #999999 url(images/h3_bg.gif) no-repeat bottom;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

/*サブコンテンツ内、サブメニュー
------------------------------------------------------------------*/
#sub .waku ul.navmenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #999999;
	background: url(images/arrow2.gif) no-repeat left center;
	padding-left: 20px;
	zoom: 1;
}

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(images/arrow2over.gif) no-repeat 3px center;
	color: #FFFFFF;
}

/*サブコンテンツ内のテーブル
------------------------------------------------------------------*/
#sub .waku {
	border: 1px solid #999999;
	padding: 5px;
	background: #f5f5f5;
	margin-bottom: 20px;
}



/*　.ta1テーブル（物件紹介用のテーブル）
------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	
	/*background: url(images/home_mark.gif) no-repeat right bottom;*/
	
}

.ta1 td {
	padding: 5px;
	vertical-align: top;
}

.ta1 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta1 p {
	line-height: 1.4em;
}

.ta1 .waku img {
	vertical-align: bottom;
}

.ta1 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*　.ta2テーブル（幅広のテーブル）
------------------------------------------------------------------*/
.ta2 {
	border: 1px solid #999999;
	width: 740px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	
	/*background: url(images/home_mark.gif) no-repeat right bottom;*/
	
}

.ta2 td {
	padding: 5px;
	vertical-align: top;
}

.ta2 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta2 p {
	line-height: 1.4em;
}

.ta2 .waku img {
	vertical-align: bottom;
}

.ta2 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*　.ta3テーブル（画像縦配置のテーブル）
------------------------------------------------------------------*/
.ta3 {
	border: 1px solid #999999;
	width: 490px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	
	/*background: url(images/home_mark.gif) no-repeat right bottom;*/
	
}

.ta2 td {
	padding: 5px;
	vertical-align: top;
}

.ta2 h3 {
	color: #002e73;
	border-bottom: 1px dotted #999999;
	font-size: 100%;
	background: url(images/arrow1.gif) no-repeat left 5px;
	padding-left: 18px;
	line-height: 24px;
}

.ta2 p {
	line-height: 1.4em;
}

.ta2 .waku img {
	vertical-align: bottom;
}

.ta2 a:hover img {
	filter: Alpha(opacity=80);
	opacity: 0.8; /*firefox safari*/
}


/*よくある質問ページ設定
---------------------------------------------------------------------------*/
.faq {
	padding-right: 20px;
	padding-left: 20px;
}

.faq dt {
	background: url(images/faq_q.gif) no-repeat left top;
	padding-left: 30px;
	color: #F61277;
	font-weight: bold;
}

.faq dd {
	background: url(images/faq_a.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px solid #CCCCCC;
}

/*#contents #main2 .faq .accordion li p span {
	background: url(images/faq_q.gif) no-repeat left top;
	padding-left: 30px;
	color: #F61277;
	font-weight: bold;
}

#contents #main2 .faq .accordion li ul li{
	background: url(images/faq_a.gif) no-repeat left top;
	padding-left: 70px;
	border-bottom: 1px solid #CCCCCC;
}*/

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	/*background: url(images/footer_bg.gif) no-repeat center bottom;*/
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 50px;
	text-align: center;
}

#footer ul li {
	display: inline;
	zoom: 1;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}




/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


/*contact1
------------------------------------------------------------------*/
#contents #main2 table tr .contact {
	float: right;
	clear: both;
	width: 250px;
}
#contents #main2 .allcontact {
	width: auto;
	height: auto;
}
#contents #main2 .allcontact .contact {
	width: 28%;
	float: left;
	padding: 20px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	height: 400px;
}
#contents #main2 .company {
	width: 95%;
	clear: both;
	height: auto;
	padding: 20px;
	border: medium solid #003a91;
}
#contents #main2 .allcontact .contact .img {
	text-align: center;
	height: 200px;
	margin-bottom: 0px;
}
#contents #main2 .allcontact .contact .contacttext {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#main2 #faq {
	padding-right: 20px;
	padding-left: 20px;
}

/*blanc追加*/
.center { text-align: center; }
