@charset   "Shift_JIS";

body {
text-align: center;
background-color:#ffffff;/*-----全体の背景色-----*/
font-size:12px;/*-----基本の文字サイズ-----*/
color:#444444;/*-----基本の文字色-----*/
line-height:170%;
margin-top:0px;
margin-bottom:0px;
margin-left:0;
margin-right:0;
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
}


h1,h2,h3,h4 {
margin:0px;
padding:0px;
font-weight:normal;
}


/*pタグ空白消去*/
p {
margin:0px;
padding:0px;
}


/*IMGボーダー非表示,　配置*/
img  {
border: none;
vertical-align: middle;
}


/*右側の余白*/
.space10_right {
padding-right: 10px;
}


/*左側の余白*/
.space10_left {
padding-left: 10px;
}


/*左側の余白*/
.space20_left {
padding-left: 20px;
}


/*太字*/
.bold{
font-weight:bold; 
}


/*テーブル*/
table  {
border:1px;
width:699px;
font-size:12px;
color:#444444;
text-align:left;
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
margin-bottom:15px;/*-----テーブル表組みの下は左記の分の余白が空きます。-----*/
}

tr{	
border-top:#999999 dotted 1px;
border-right:#999999 dotted 1px;
border-bottom:#999999 dotted 1px;
border-left:#999999 dotted 1px;
}

td{
border-top:#999999 dotted 1px;
border-right:#999999 dotted 1px;
border-bottom:#999999 dotted 1px;
border-left:#999999 dotted 1px;
}


/*IE--BRバグ回避*/
br  {
letter-spacing:normal;
}


/*ビルダー表示崩れ回避*/
br.clear{
clear:both;
padding:0px;
margin:0px;
height:0px;
line-height:0;
}


/*リスト空白消去*/
ul,ol,li  {
margin:0px;
padding:0px;
list-style:none;
}


/*普通のテキストリンク-----------------*/
a:link    {
text-decoration:none;
color:#005D90;
}  /*テキストリンクの色*/

a:visited {
text-decoration:none;
color:#005D90;
}  /*訪問済みのリンクの色*/ 

a:active{
text-decoration:none;
color:#005D90;
}　/*クリック時のリンクの色*/

a:hover {
text-decoration:underline;
color:#005D90;
}  /*マウスの上にカーソルがあるときのリンクの色*/




#container{
width:100%;
margin:0 auto;
padding:0;
text-align:left;
}


#header{
margin:0 auto;
width:949px;
padding:0px 0px 2px 0px;
overflow:hidden;
}


/*ページ右上の説明文-----------------*/
h1{
line-height:normal;
text-align:right;
font-size:12px;/*文字サイズ-----------------*/
font-family: Osaka,Verdana,Arial,Helvetica,sans-serif;
margin:0;
padding:4px 0px 0px 0px;
color : gray;
}


h2{
float:left;
width:500px;
height:46px;
padding-top: 10px;
}


/*ロゴ*------------/
#logo{
text-align: left;
vertical-align: middle;
background-color:#ffffff;/*-----全体の背景色-----*/
font-size:18px;/*-----文字サイズ-----*/
font-family: Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic',sans-serif;
}

/*ロゴ　マウスをのせていないときの指定-----------------*/
#logo a:link{
color:#000000;/*-----文字色-----*/
font-size:18px;/*-----文字サイズ-----*/
text-decoration:none;/*-----リンクのアンダーラインなし-----*/
}

/*ロゴ　マウスをのせたときの指定-----------------*/
#logo a:visited {
color:#000000;/*-----文字色-----*/
text-decoration:none;/*-----リンクのアンダーラインなし-----*/
}

/*ロゴ　メニュー・クリック時のリンクの色-----------------*/
#logo a:active{
color:#000000;
text-decoration:underline;
} 

/*ロゴ　メニュー・マウス上にカーソルがある時のリンク色-----------*/
#logo a:hover{
color:#000000;
text-decoration:none;
} 


.mini_menu{
float:right;
width:400px;
margin: 0;
padding-top: 40px;
padding-right: 20px;
text-align:right;
font-size:14px;
}


#menu_box{
margin:0 auto;
width:949px;
}


/*ヘッダー下ロールオーバーメニューリスト指定------------------------------*/
#menu_block{
width:100%;/*-----画面いっぱいに背景色を敷いています-----*/
background-color:#006FC5;/*-----マウスがのっていない時の背景色-----*/
margin: 0;
padding: 0;
height:36px;
margin-bottom:10px;
}


#menu{
width:949px;
margin:0 auto;
padding:0;
text-align:center;
}


#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
height:36px;
}


/*各メニューのボックス-----------------*/
#menu li{
float: left;
width: 157px;
border-left:1px #000066 solid;/*-----メニューを区切る縦のラインの色-----*/
}


/*一番右端のメニューボックス-----------------*/
#menu li.menuright{
float: left;
width: 157px;
border-left:1px #000066 solid;
border-right:1px #000066 solid;/*-----メニューを区切る縦のラインの色-----*/
}


/*マウスをのせていないときの指定-----------------*/
#menu a{
text-align: center;
display:block;
padding:9px 8px;
width: 141px;
height:18px;
color:#ffffff;/*-----メニューの文字色-----*/
text-decoration:none;/*-----リンクのアンダーラインなし-----*/
font-size:14px;/*-----文字サイズ-----*/
}


/*マウスをのせたときの指定-----------------*/
#menu a:hover{
background-color:#000066;/*-----メニューの背景色-----*/
color:#ffffff;/*-----メニューの文字色-----*/
text-decoration:none;/*-----リンクのアンダーラインなし-----*/
font-size:14px;/*-----文字サイズ-----*/
}


/*左メニュー部分のテキストリンク-----------------*/
#side a:link{
color:#444444;
text-decoration:none;
} /*メニュー・テキストリンクの色*/

#side a:visited {
color:#444444;
text-decoration:none;
} /*メニュー・訪問済みのリンクの色*/

#side a:active{
color:#444444;
text-decoration:underline;
} /*メニュー・クリック時のリンクの色*/

#side a:hover{
color:#444444;
text-decoration:underline;
} /*メニュー・マウス上にカーソルがある時のリンク色*/


/*メイン画像ブロック-------------------------------------------------*/

#mainpict_block{
background-color:#000033;/*-----メイン画像両脇の背景色-----*/
width:100%;/*-----メイン画像脇の背景色は画面いっぱいにしているという意味-----*/
margin: 0;
padding: 0;
margin-bottom:20px;/*-----メイン画像下の隙間-----*/
}


#mainpict{
width:949px;
margin:0 auto;
padding:0;
text-align:center;
}


/*コンテンツブロック-------------------------------------------------*/

#wrapper{
	width:949px;
margin:0 auto;
padding:0;
}


/*コンテンツブロック内左メニューエリア-------------------------------------------------*/
#side{
float:left;
width:210px;
}


/*左メニュー『CATEGORY NAME』の箇所------------------------------------------------*/
.category_name{
background-color:#006FC5;/*-----背景色-----*/
color:#ffffff;/*-----文字色-----*/
font-size:14px;/*-----文字サイズ-----*/
padding:8px;
margin-bottom:4px;
}


/*『CATEGORY NAME』の始まりの■-----------------*/
.square{
font-size:14px;/*-----■の大きさ-----*/
font-weight:bold;
color:#ffffff;/*-----■の色-----*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
padding-right: 10px;
}


#side ul{
list-style-type: none;
padding: 0;
margin-bottom:15px;
}


/*各左メニュー----------------------------------------*/
#side li{
margin-bottom:4px;
}


/*左メニューにマウスをのせていないときの指定-------------*/
#side li a{
background-color:#C6D1E6;  /*-----メニューの背景色-----*/
margin-bottom:4px;
padding:10px 10px;
display:block;
color:#2D3E56;  /*-----文字の色-----*/
text-decoration:none;  /*-----下線なし-----*/
width:190px;
height:20px;
}


/*左メニューマウスをのせたときの指定---------------------------*/
#side li a:hover{
background-color:#D1DAE7;  /*-----メニューの背景色-----*/
margin-bottom:4px;
color:#2D3E56;  /*-----文字の色-----*/
text-decoration:none;  /*-----下線なし-----*/
}


/*コンテンツブロック内右コンテンツエリア--------------------*/
#main{
float:right;
width:699px;
}


/*----トップのお知らせや新着情報の見出し・下層ページタイトル--------*/

h3 {
background-color:#C6D1E6; /*----背景色--------*/
padding:8px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
margin-bottom:10px;
font-weight:normal; /*----太い文字にしたい時はboldに--------*/
font-size:16px; /*----文字サイズ--------*/
color:#2D3E56; /*----文字色--------*/
} 


/*----下層ページ小見出し--------*/
h4{
line-height:normal;
font-size:14px;/*-----文字サイズ-----*/
font-weight:bold;/*-----文字太文字-----*/
border-bottom:#CCCCCC solid 1px;/*-----下のライン-----*/
border-left:#7ab17b solid 4px;/*-----左の太めのライン-----*/
padding:6px;
margin-bottom:15px;
margin-left:2px;
color:#666666;/*-----文字の色-----*/
}


/*----ページタイトルなどの始まりの■--------*/
.square2{
font-size:16px;
font-weight:bold;
color:#ffffff;/*-----■の色-----*/
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
padding-right: 10px;
}


/*----バナー１--------*/
.banner1{
margin-bottom:15px;
}

/*----バナー２--------*/
.banner2{
}


/*----セルの中左よせ--------*/
.left{
	text-align:left;
}

/*----セルの中右よせ--------*/
.right{
	text-align:right;
}

/*----セルの中央よせ--------*/
.center{
	text-align:center;
}

/*----上よせ--------*/
.top{
       vertical-align:top;
}

/*----下よせ--------*/
.bottom{
       vertical-align:bottom;
}


/*----右コンテンツエリア　リスト------------------------------*/

.list ul{
margin:0px 2px 20px 2px;
}

/*----右コンテンツエリア　リスト表示--------*/
.list li{
margin-bottom:2px;
padding-bottom:7px;
padding-left:4px;
padding-top:7px;
border-bottom:#999999 dotted 1px;/*----一行の下にドットのライン-----*/
}



/*----コンテンツ部分のテキスト--------*/
.text{
margin:2px 2px 8px 2px;
line-height:170%;
}


/*----コンテンツ部分のテキスト２--------*/
.text2{
margin:2px 2px 8px 2px;
line-height:120%;
font-size:11px;
}


/*----右コンテンツエリア　建築パースの配置--------*/
.perspective{
display: block;
margin-left: auto;
margin-right: auto;
text-align:left;
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
}


/*----サイドに入れるテキスト欄--------*/
.sidebox{
padding:8px;
margin-bottom:15px;
border-top:#999999 dotted 1px;
border-right:#999999 dotted 1px;
border-bottom:#999999 dotted 1px;
border-left:#999999 dotted 1px;
}


/*----テーブル表組み左のセル--------*/
.table_item{
background-color:#EBF0E6;/*-----セルの色-----*/
text-align:left;
vertical-align:top;
}


/*----テーブル表組み右のセル----------------------*/
.table_text{
background-color:#f3f3f3;/*-----セルの色-----*/
text-align:left;
vertical-align:top;
}




/*---ページ右下の「PAGE TOP」欄---------------------*/
#pagetop{
clear:both;
width:949px;
margin:0 auto;
text-align:right;
}


/*---「PAGE TOP」デザイン指定---------------------*/
#pagetop_but{
background:#7AA3DA;/*---背景色-------*/
padding:2px 8px;
text-align:center;
width:70px;/*---横幅-------*/
float:right;
font-size:11px;/*---文字サイズ-------*/
}


/*---「PAGE TOP」文字部分のリンク指定-------*/
#pagetop a:link {
color:#ffffff;text-decoration:none;
}
#pagetop a:visited  {
color:#ffffff;text-decoration:none;
}
#pagetop a:hover {
color:#ffffff;text-decoration:underline;
}
#pagetop a:active  {
color:#ffffff;text-decoration:underline;
}


/*---途中の「PAGE TOP」文字部分のリンク指定-------*/
#pagetop2 a:link {
color:#ffffff;text-decoration:none;
}
#pagetop2 a:visited  {
color:#ffffff;text-decoration:none;
}
#pagetop2 a:hover {
color:#ffffff;text-decoration:underline;
}
#pagetop2 a:active  {
color:#ffffff;text-decoration:underline;
}


/*---フッター------------------------------------------*/

#footer{
clear:both;
background-color:#006FC5;/*---背景色-------*/
margin:0 auto;
width:100%;/*---背景色は横幅いっぱいに-------*/
}


/*---コピーライト------------------------------------------*/
#copyright{
margin:0 auto;
padding:4px 2px 35px 2px;
width:949px;
font-size:10px;/*---文字サイズ-------*/
text-align:right;
color:#ffffff;/*---文字色-------*/
}


/*---コピーライト部分のリンク指定------------------------------------------*/
#copyright a:link {
color:#ffffff;
}
#copyright a:visited  {
color:#ffffff;
}
#copyright a:hover {
	color:#ffffff;
}
#copyright a:active  {
	color:#ffffff;
}
