@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(../image/bg.gif);
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a {
	color: #000000;
}
a:hover {
	color: #a40000;
}
.look {
	background: #FFFF99;
}

H2{
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	text-indent: 5px;
	font-size: 18px;
}
H3{
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
}


/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(../image/header_bg.gif) no-repeat center top; /*ヘッダー部分の背景*/
	width: 950px;
	margin-right: auto;
	margin-left: auto;

	padding-right: 11px;
	padding-left: 11px;
}

#header h1 {
	font-size: 12px;　/*ヘッダーH1タグのフォントの大きさ*/
	font-weight: normal;
	text-align: left;
	padding-left: 15px; /*ヘッダー文字左インデント*/
	height: 0px;
	line-height: 25px;
}

#header #main-img {
	padding-top: 20px;　/*ヘッダー上部から画像までの高さ*/
}
#contents #main #img {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
}




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

/*メインメニュー2
-------------------------------------------------------------------------------------
■メニューの背景部分は#menu部分で行います。
■メニュー同士の境界線は「#menu li」のbackgroundで入れています。
■メニューのリンク設定が「#menu li a」部分。文字色を#000000(黒)で文字サイズを13pxで固定。
最大文字数(8文字)というのは「width: 8em;」部分で決めています。自分が使うメニューの文字数の
最大文字数に合わせて変更するといいでしょう。最大文字数が5文字だったら5emとするわけです。
■カーソルオーバー時は「#menu li a:hover」で設定。ここでは背景画像と文字色を変えています。
-------------------------------------------------------------------------------------*/
#menu2 {
	width: 925px; /*-コンテンツの幅-*/
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	/*background-image: url(../image/contents_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CCCCCC;
	background-image: url(../image/menu2_bg.gif);	/*background: #CCCCCC url(../image/menu2_bg.gif) no-repeat;
	height: 40px;*/
}

#menu2 li {
	background: url(../image/menu2_bg_line.gif) no-repeat right;
	float: left;
	height: 40px;
}

#menu2 li a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 8em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}

#menu2 li a:hover {
	background: url(../image/menu2_bg_over.gif);
	color: #FFFFFF;
}


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



/*案内文枠
------------------------------------------------------------------*/
#annai-waku {
	width: 925px; /*-コンテンツの幅-*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 11px;
	padding-left: 11px;
	background-repeat: repeat-y;
	background-position: center;
}
/*案内文左
------------------------------------------------------------------*/
#annai-left {
	float: left;
	width: 600px;
	display: inline;
	margin-top: 10px;
	margin-left: 20px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: left;

}

/*案内文右
------------------------------------------------------------------*/
#annai-right {
	float: right;
	width: 200px;
	display: inline;
	margin-top: 5px;
	margin-right: 20px;
	padding-right: 11px;
	padding-left: 11px;
	text-align: right;
}






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

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

#main .list_dice {
	list-style-type:disc;
	margin-left: 20px;

}



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

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

#sub h4 {
	width: 230px;
	font-size: 100%;
	border: 1px solid #FFFFFF; /*線の色は白*/
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
	background-color: #FFFFFF;
	background-image: url(../image/left_menu_title.gif);
}

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

#sub .waku ul.navmenu li a:hover {
	background: #bdbdbd url(../image/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(../image/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(../image/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*/
}



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

	padding-right: 11px;
	padding-left: 11px;

}

#footer ul li {
	display: inline;
	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: 11px;
	padding-bottom: 20px;
}




/*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 */


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

#sub .left_menu ul.navmenu li a:hover {
	background: #bdbdbd url(../image/menu2_bg_over.gif) no-repeat 3px center;
	color: #00FFFF;
}

/*左メニューのナビゲーション（まさゆきオリジナル）
------------------------------------------------------------------*/
#navigation {
	width: 230px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	background: #0066FF url(../image/list_marker_white.gif) left center no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}
#navigation a {
	padding: 4px 0 4px 10px;
	background: #FFFFFF url(../image/list_marker_red.gif) left center no-repeat;
	display: block;
	width: 220px !important;
	width /**/: 230px;
	color: #333333;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFFFFF; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}

ht: auto;
}
/*メインイメージ
------------------------------------------------------------------*/
#bottom-img {
	width: 925px;
	background-image: url(../image/main_img_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*table
------------------------------------------------------------------*/
table.table600 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 600px;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table600 caption {
  margin-top: 1em;
  text-align: left;
}

table.table600 th,
table.table600 td {
  border: solid 1px #999;
  padding: 4px 6px;
}

table.table600 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table600 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table600 td.time,
table.table600 td.fee {
  text-align: right;
  white-space: nowrap;
}
