@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 : white url(images/bg.gif) repeat;
}

strong {
	color: #FF0000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;

}

img {
	border: none;
	




}

.look {
	background: #FFFFCC;
}
ul{
	list-style-type: none;
}
/*メインメニュー
------------------------------------------------------------------*/
#menu {
	background : url(images/menu_00.gif) repeat-x;
	height : 53px;

}
#menu li {
	display: inline;
}


/*コンテナー
-------------------------------------------------------------------------------------
■背景画像を変えたい場合、背景画像をiamgesフォルダに入れて下の「container_bg.gif」を
その画像名に変更する。
-------------------------------------------------------------------------------------*/
#container {
	background : white url(images/container_bg.gif) repeat-y;
	width : 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}


/*ヘッダー
-------------------------------------------------------------------------------------
■「#header p」という項目は、ロゴ画像を使わずテキストでサイト名を入れる人のための設定です。
文字サイズの変更は「30px」で行います。
-------------------------------------------------------------------------------------*/
#header {
	background : url(images/header_bg.jpg) no-repeat;
	height : 127px;
	width: 800px;
	line-height: 1;
	color: #FFFFFF;
}
#header p {
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
}

#header h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-weight: normal;
}

/*サイド（メニュー）
-------------------------------------------------------------------------------------
■メニューの各見出し(メインメニューとか書いてある所)を変更したい場合、「#side h3」を編集する。
枠線の色を変えたい場合「#003A90」を希望色に変更する。背景色を変えたい場合「#00175A」を変更。
■メニューのリンクを変更したい場合、「#side .menu a」を編集する。
「border-left: 5px solid #0074BE」というのは左側の水色のアクセント用のラインの事。
5pxの幅で直線(solid)で#0074BE(水色)で入っています、という意味です。
また、下のアンダーラインはその下の「border-bottom: 1px dotted #FFFFFF」部分。dottedは点線という事。
あと、文字色は「color: #FFFFFF」部分です。
■メニューのリンク(カーソルオーバー時)を変更する場合、「#side .menu a:hover」を編集する。
ここでは、背景色を「#0074BE」の水色にして、左の線の色を「#FF0000」の赤にしています。
■「#side a」はメニュー下のテキストにリンクを貼った場合の設定です。
-------------------------------------------------------------------------------------*/
#side {
	float: left;
	width : 200px;
	
	
	padding: 0px 10px 50px;
background-color : #1d5ebe;
color : #ffffff;
}

#side h3 {
	font-size : 100%;
	
	text-align: center;
	background-repeat : no-repeat;background-color : #1d5ebe;
	margin-top : 20px;
	


}
#side h4 {
	font-size : 100%;
	border: 3px double #003A90;
	text-align: center;
	background : #0056b5;
	margin-top : 0px;
	margin-bottom: 5px;
width : 80%;


margin-left : 10%;
}
#side p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

#side a {
	color: #FFFFFF;
}

#side li {
	margin-bottom: 5px;
}

#side .menu a {
	width : 160px;
	color: #FFFFFF;
	text-decoration: none;
	border-left : 5px solid #00aeae;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 10px;
	display: block;


margin-left : 8px;
}

#side .menu a:hover {
	background : #00cccc;
	border-left: 5px solid #FF0000;
}

/*ナビメニュー（サイトマップ、お問い合わせなど）
------------------------------------------------------------------*/
#nav {
	position : relative;
	right: 0px;
	
	color: #FFFFFF;
top : 76px;
}
#nav a {
	color: #FFFFFF;
	padding-right: 10px;
}


/*ヘッダーの下の電話番号表示部分
-------------------------------------------------------------------------------------
■右寄せでなく左寄せにしたい場合、下の「right」を「left」にするか、丸々削除すればOK。
-------------------------------------------------------------------------------------*/



/*メインコンテンツ
-------------------------------------------------------------------------------------
■「#main」は特に編集の必要なし。
■メインコンテンツの見出し(h2タグ部分)の文字サイズを変更したい場合、下の「#main h2」内にある
「font-size: 14px」の14pxを変更する。また、色を付けたい場合は以下の１行を追加すればいい。
color: #FF0000;
（→#FF0000部分は好きな色にして下さい。ちなみに#FF0000は赤色。）
-------------------------------------------------------------------------------------*/
#main {
	float: right;
	width : 554px;
	margin-right: 13px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 50px;
background-color : white;
}

#main h2 {
	background : url(images/midashi_base.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 10px;
}
#main h3 {
	background : url(images/midashi_base5.gif) no-repeat;
	font-size : 14px;
	line-height : 26px;
	padding-left : 60px;

}
#main p {
	padding: 0px 10px 10px;
}


/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}


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

padding-left : 5px;
padding-right : 5px;

}

.ta1 h3 {
	color: #005e15;
	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;
}

.ta2 {
	border: 1px solid #999999;
	width : 270px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background-repeat : no-repeat;
}
.ta3 {
	border: 1px solid #999999;
	width : 540px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background-repeat : no-repeat;
}
.logst {
         position : relative;top : 10px;
}
#main ul.listmark {
	padding: 0.5em 20px 1em 30px;
	list-style : square;
font-weight : 400;
}
/*clearfix
-------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

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