


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック",ＭＳ ゴシック";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #E60012;
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1079px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/container_bg.gif);	/*HP最上段にある色のついたボーダー*/
	background-repeat: repeat-y;
	padding-top: 3px;
	clear: left;
}


/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 112px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 45px;
	font-weight: normal;
	position: absolute;
	left: 25px;	/*ヘッダーのブロックに対して左から15pxに配置*/
	top: 75px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}
#header h2 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 45px;
	font-weight: normal;
	position: absolute;
	left: 680px;	/*ヘッダーのブロックに対して左から15pxに配置*/
	top: 75px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}

/*べんり屋ホームの画像設定*/
#logo {
	position: absolute;
	top: 20px;	/*ヘッダーのブロックに対して上から10pxに配置*/
	left: 30px;	/*ヘッダーのブロックに対して左から20pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	top: 25px;	/*ヘッダーのブロックに対して上から10pxに配置*/
	right: 25px;	/*ヘッダーのブロックに対して右から20pxに配置*/
	bottom: 25px;/*ヘッダーのブロックに対して下から0pxに配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(images/menu_bg.gif);
	height: 50px;
	width: 1070px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#dropmenu{
	background-image: url(images/menu_bg.gif);
  list-style-type: none;
	width: 1075px;
	height: 83px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
  background: #eeeeee;
  border-bottom: 1px solid #535d09;
  border-radius: 1px 1px 0 0;
}
#dropmenu li{
  position: relative;
  width: 14.2%;
	float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 9px 0 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
}
#dropmenu li:hover > a{
  background: #eeeeee;
  color: #535d09;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 410px;
	width: 1079px;
}

#mainimg_2 {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	position: relative;
	height: 410px;
	width: 1079px;
}

#mainimg_3 {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 0px;
	position: relative;
	height: 5550px;
	width: 710px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	font-size: 13px;
	float: right;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}


#main_2 {
	font-size: 13px;
	float: center;
	width: 1079px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

#main_3 {
	font-size: 13px;
	float: center;
	width: 810px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}



#main h2 {
	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: 30px;
	background-color: #E34350;
	clear: both;
}


#main p {
	padding: 0.5em 0px 1em;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 0px;
	display: inline;
	margin-left: 10px;
	margin-right: 8px;
}

#side h3 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}


#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;

}

/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}

#side .sidemenu a {
	font-size: 18px;
	display: block;
	width: 300px;
	border-bottom: 2px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu a:hover {
	background-color: #cccccc;	/*カーソルオーバー時の背景色*/
}

#side dl.new {
	width: 320px;			/*What's Newボックスの幅*/
	height: 260px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#side dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#side dl.new dd {
	border-bottom: 2px solid #bfbfbf;	/*日付ごとの下線*/
}





/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 16px;
}



ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
}




/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	color: #000000;
	background-color: #eeeeee;
	background-image: url(images/footer_h3bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1078px;
	padding: 20px 4px 20px;
	font-size: 18px;
}



/*業務の詳細（横長）ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 1px;	                        /*ボックス内の余白*/
	border-top: 1px solid #ffffff;		/*ボックスの上の線*/
	border-right: 2px solid #E60012;	/*ボックスの右の線*/
	border-bottom: 2px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 2px solid #E60012;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 1069px;
	margin-right:1px
	margin-left:1px
}

.box h3 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}

.box h4 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h4背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*写真の配置設定*/
.box img {
	float: right;
	width: 1050px;	/*配置する写真に合わせてここは変更する*/
}

/*h3見出し設定*/
.box h3 {
	font-size: 20px;
	color: #055723;	/*文字色*/
	padding-left: 180px;	/*右の写真サイズに合わせてここは調整*/
}
.box h3 a {
	color: #E60012;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
	font-size: 18px;
	padding: 10px 0px 0px 30px !important;	/上側:10px、右側:0px、下側:0px、左側:30px /
}



/*料金表（横長）ボックス−２
---------------------------------------------------------------------------*/
.box_2 {
	overflow: hidden;
	padding: 2px;	                        /*ボックス内の余白*/
	border-top: 1px solid #ffffff;		/*ボックスの上の線*/
	border-right: 5px solid #E60012;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #E60012;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 1055px;
	margin-right: auto;
	margin-left: auto;
}

.box_2 h3 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 1px;
	padding-bottom: 4px;
}

.box_2 h4 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h4背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*写真の配置設定*/
.box_2 img {
	float:left;
	width: 250px;	/*配置する写真に合わせてここは変更する*/
        height: 300px;
       padding: 20px 0px 0px 30px 
}

/*h3見出し設定*/
.box_2 h3 {
	font-size: 20px;
	color: #055723;	/*文字色*/
	padding-right: 180px;	/*左の写真サイズに合わせてここは調整*/
}
.box_2 h3 a {
	color: #E60012;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box_2 p {
	font-size: 18px;
	padding: 10px 0px 0px 350px !important;	/上側:10px、右側:0px、下側:0px、左側:50px /
}

.box_2.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.box_2.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/

/*料金表（横長）ボックス−３
---------------------------------------------------------------------------*/
.box_3 {
	overflow: hidden;
	padding: 2px;	                        /*ボックス内の余白*/
	border-top: 1px solid #ffffff;		/*ボックスの上の線*/
	border-right: 5px solid #E60012;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #E60012;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 1055px;
	margin-right: auto;
	margin-left: auto;
}

.box_3 h3 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 1px;
	padding-bottom: 4px;
}

.box_3 h4 {
	font-size: 10%;
	border: 3px double #bfbfbf;	        /*２重線*/
	text-align: left;			/*文字をセンタリング*/
	background-image: url(images/h2bg.gif);	/*h4背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*写真の配置設定*/
.box_3 img {
	float:right;
	width: 250px;	/*配置する写真に合わせてここは変更する*/
        height: 300px;
       padding: 10px 30px 0px 30px 
}

/*h3見出し設定*/
.box_2 h3 {
	font-size: 20px;
	color: #055723;	/*文字色*/
	padding-right: 180px;	/*左の写真サイズに合わせてここは調整*/
}
.box_3 h3 a {
	color: #E60012;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box_3 p {
	font-size: 18px;
	padding: 10px 0px 0px 100px !important;	/上側:10px、右側:0px、下側:0px、左側:50px /
}

.box_3.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.box_3.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/


/*テーブル（物件詳細ページや会社概要で使っているテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
}

.ta1, .ta1 td, .ta1 th{
	border: 2px solid #bfbfbf;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	font-size: 16px;
	background-color: #F0F0F0;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #E60012;
}

.look {
	background-color: #E4E4E4;
}

.company {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.investimg {
	text-align:center;
}

/*その他２
---------------------------------------------------------------------------*/
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }

