

/* レイアウトの設定*/
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}
/* ヘッダーの設定*/
#head{
    width:900px;
    height:45px;
	float:left;
	padding-bottom:5PX;
}


/* ヘッダー2の設定*/



img { border-width:0; }

/* サーチの設定*/
#serch{
	width:900px;
	height:30px;

  
	
}
/* フラッシュの設定*/

/* メニューの設定*/

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:450px;
     float:left;
}

#wrap2{
    position:relative;
    width:900px;
     float:left;
}
/* 左側の設定*/
#left{
    width:210px;
    height:472px;
	margin-top:10px;
	margin-left:5px;
    float:left;
    border-color:#CCC;
	border-style:ridge;
	border-width:1px;
}

#right{
    width:210px;
    height:230px;
	margin-top:10px;
	margin-left:10px;
    float:left;
    border-color:#CCC;
	border-style:ridge;
	border-width:1px;
}


#right2{
    width:210px;
    height:472px;
	margin-top:10px;
	margin-left:5px;
    float:left;
    border-color:#CCC;
	border-style:ridge;
	border-width:1px;
	background-image:url(sozaitop/train.gif);
}

#right3{
    width:210px;
    height:472px;
	margin-top:10px;
	margin-left:10px;
    float:left;
    border-color:#CCC;
	border-style:ridge;
	border-width:1px;
	background-image:url(sozaitop/hotelh.gif);
}

#next{
	float:left;
	margin-left:140px;
	margin-top:120px;
}

#below{
	width:875px;
    height:30px;
	margin-top:10px;
	margin-left:10px;
    float:left;
}



div.subject { text-align: left;
              float: left;
            }

h{
	color:#FFF;
	
	}
/* フッターの設定*/
#foot{
	position:relative;
	width:900px;
	height:40px;
	border-color:#999;
	clear:both;
	text-align: center;
	padding-top:15px;
	color:#999;
	margin-top:20px;
	border-style:ridge;
	border-width:1px;
}
