@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	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: #5B92D7;
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1078px;
	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: 1px;
	clear: left;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
}

/*h1タグ設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーのブロックに対して左から10pxに配置*/
	top: 10px;	/*ヘッダーのブロックに対して上から10pxに配置*/
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	/*ヘッダーのブロックに対して右から0pxに配置*/
	bottom: 0px;/*ヘッダーのブロックに対して下から0pxに配置*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background-image: url(images/menu_bg.gif);
	height: 67px;
	width: 1069px;
	padding-left: 19px;
	margin-right: auto;
	margin-left: auto;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 250px;
	width: 1078px;
}

#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 {
	float: right;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}

#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: 10px;
	background-color: #82A9D9;
	clear: both;
}

#main p {
	padding: 0.5em 10px 1em;
}
/*物件詳細コンテンツ（右側）
---------------------------------------------------------------------------*/
#main2 {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	margin-right: 10px;
}

#main2 h2 {
	font-size: 100%;
	line-height: 40px;
	margin-top: 10px;
	color: #FFFFFF;
	background-image: url(images/h2bg.gif);	/*h2背景画像設定*/
	background-position : center ;
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	clear: both;
	text-align: center;
}

#main2 p {
	padding: 0.5em 10px 1em;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 330px;
	padding-top: 10px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 10px;
}

#side h3 {
	font-size: 100%;
	border: 3px double #bfbfbf;	/*２重線*/
	text-align: center;			/*文字をセンタリング*/
	background-image: url(images/h3bg.gif);	/*h3背景画像設定*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#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 {
	display: block;
	width: 300px;
	border-bottom: 1px solid #bfbfbf;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu a:hover {
	background-color: #e8f1fb;	/*カーソルオーバー時の背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: center;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}




/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	padding: 40px 4px 20px;
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 700px;			/*What's Newボックスの幅*/
	height: 340px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}






/*物件一覧（横長）ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #e95464;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 674px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
	float: left;
	width: 150px;	/*配置する写真に合わせてここは変更する*/
}

/*h3見出し設定*/
.box h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
	padding-left: 160px;	/*左の写真サイズに合わせてここは調整*/
}
.box h3 a {
	color: #e95464;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
	padding: 0px 0px 0px 160px !important;	/*左の写真サイズに合わせてここは調整*/
}

.box.osusume {
	background-image: url(images/boxbg_osusume.jpg);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.box.sumi {
	background-image: url(images/osusumeinu2.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
	
}
.box.douga {
	background-image: url(images/douga.gif);		/*「動画」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right top;					/*画像を右上に配置*/
	
}



/*物件一覧（横長）ボックス
---------------------------------------------------------------------------*/
.boxdai {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #e95464;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	float: left;

}


/*物件一覧（サイズショウ）ボックス
---------------------------------------------------------------------------*/
.boxsyo {
    overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
    border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #e95464;		/*ボックスの左の線*/
	width: 450px;
	height: 260px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
	
}

/*写真の配置設定*/
.boxsyo img {
	float: left;
	width: 113px;	/*配置する写真に合わせてここは変更する*/
}


/*h3見出し設定*/
.boxsyo h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}
.boxsyo h3 a {
	color: #e95464;	/*リンクにした際に色が黒に戻らないように設定*/
}

.boxsyo p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxsyo.osusume {
	background-image: url(images/boxbg_osusume.jpg);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.boxsyo.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/*物件一覧（ミニサイズ）ボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}

/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}
.boxmini h3 a {
	color: #5B92D7;	/*リンクにした際に色が黒に戻らないように設定*/
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume {
	background-image: url(images/boxbg_osusume.jpg);	/*「おすすめ物件」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}

.boxmini.sumi {
	background-image: url(images/boxbg_sumi.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}
.boxmini.douga {
	background-image: url(images/douga9.gif);		/*「ご契約済み」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}


/*テーブル（物件詳細ページや会社概要で使っているテーブル）
---------------------------------------------------------------------------*/
.ta1 {
	width: 710px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #f296aa;
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #ffeaf4;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}

.ta2 {
	width: 540px;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #f296aa;
}

.ta2 td, .ta2 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta2 th{
	width: 270px;				/*左側thタグの幅*/
	text-align: center;
	font-weight:normal;
}

.ta2 td{
	text-align: center;

}
.ta3 {
	width: 540px;
}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #f296aa;
}

.ta3 td, .ta3 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta3 th{
	width: 180px;				/*左側thタグの幅*/
	text-align: center;
	font-weight:normal;
}

.ta3 td{
	text-align: center;

}


.ta33 {
	width: 540px;
}

.ta33, .ta33 td, .ta33 th{
	border: 1px solid #e6dccf;
}

.ta33 td, .ta33 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta33 th{
	width: 180px;				/*左側thタグの幅*/
	text-align: center;
	font-weight:normal;
}

.ta33 td{
	text-align: center;

}


.ta4 {
	width: 540px;
}

.ta4, .ta4 td, .ta4 th{
	border: 1px solid #f296aa;
}

.ta4 td, .ta4 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta4 th{
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
	font-weight:normal;
}

.ta4 td{
	text-align: center;

}



.ta5 {
	width: 610px;
}

.ta5, .ta5 td, .ta5 th{
	border: 1px solid #f296aa;
}

.ta5 td, .ta5 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta5 th{
	background-color: #e8f1fb;	/*左側thタグの背景色*/
	text-align: center;
}


.ta6 {
	width: 610px;
}

.ta6, .ta6 td, .ta6 th{
	border: 1px solid #f296aa;
}

.ta6 td, .ta6 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta6 th{
	text-align: center;
	font-weight:normal;
}
.ta6 td{
	text-align: center;
}



.ta6_1 {
	width: 700px;
}

.ta6_1, .ta6_1 td, .ta6_1 th{
	border: 1px solid #f000000;
}

.ta6_1 td, .ta6_1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta6_1 th{
	text-align: center;
	font-weight:normal;
}
.ta6_1 td{
	text-align: center;
}



.ta7 {
	width: 610px;
}

.ta7, .ta7 td, .ta7 th{
	border: 1px solid #f296aa;
}

.ta7 td, .ta7 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta7 th{
	width: 150px;				/*左側thタグの幅*/
	background-color: #ffeaf4;	/*左側thタグの背景色*/
	text-align: center;
	font-weight:normal;
}
.ta7 td{
	text-align: left;
}

.ta8 {
	width: 90%;
}

.ta8, .ta8 td, .ta8 th{
	border: 1px solid #f296aa;
}

.ta8 td, .ta8 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta8 th{
	background-color: #ffffff;	/*左側thタグの背景色*/
	width: 400px;				/*左側thタグの幅*/
	text-align: center;
}

.ta9 {
	width: 90%;
}

.ta9, .ta9 td, .ta9 th{
	border: 1px solid #f296aa;
}

.ta9 td, .ta9 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta9 th{
	background-color: #dcdcdc;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}
.ta9 td{
	text-align: left;
}


.ta10 {
	width:90%;
	border-style: none;
}


.ta10 td, .ta10 th{
	padding: 5px;	/*テーブル内の余白*/
	border-style: none;
}

.ta10 th{
	background-color: #ffffff;	/*左側thタグの背景色*/
	width: 450px;				/*左側thタグの幅*/
	text-align: center;
}




.ta11 {
	width: 100%;
}

.ta11, .ta11 td, .ta11 th{
	border: 1px solid #f296aa;
}

.ta11 td, .ta11 th{
	padding: 5px;	/*テーブル内の余白*/
	text-align: left;

}

.ta11 th{
	background-color: #dcdcdc;	/*左側thタグの背景色*/
	width: 100px;				/*左側thタグの幅*/
	text-align: left;
}



table#table-01 {
width: 100%;
border: 1px #f296aa solid;
border-collapse: collapse;
border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #f296aa solid;
    border-width: 0 0 1px 1px;
    background: #E4E4E4;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #f296aa solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}



table#table-02 {
width: 90%;
border: 1px #f296aa solid;
border-collapse: collapse;
border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
    border: #f296aa solid;
    border-width: 0 0 1px 1px;
    background: #E4E4E4;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border: 1px #f296aa solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #FF0000;
}
.color2 {
	color: #99d2ff;
}

.look {
	background-color: #E4E4E4;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}


/*問合せ
---------------------------------------------------------------------------*/
.topic_padd {

	padding-top: 7px;

	padding-bottom: 7px;

}

.topic {
	font-size: 12px;
	line-height: 22px;
	background-image: url(img/point.jpg);
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.topic_6 {
	font-size: 12px;
	line-height: 22px;
	background-image: url(img/check_01-red.gif);
	padding-left: 48px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}


.topic_1 {
	font-size: 18px;
	color: #e60012;	/*価格の文字色*/
	line-height: 48px;
	background-image: url(img/0_464.jpg);
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.topic_2 {
	font-size: 18px;
	color: #e60012;	/*価格の文字色*/
	line-height: 48px;
	background-image: url(img/0_465.jpg);
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.topic_3 {
	font-size: 18px;
	color: #e60012;	/*価格の文字色*/
	line-height: 48px;
	background-image: url(img/0_466.jpg);
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.topic_4 {
	font-size: 18px;
	color: #e60012;	/*価格の文字色*/
	line-height: 48px;
	background-image: url(img/0_467.jpg);
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.topic_5 {
	font-size: 18px;
	color: #e60012;	/*価格の文字色*/
	line-height: 48px;
	background-image: url(img/0_469.jpg);
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}




.topic2 {
	font-size: 12px;
	color: #e60012;	/*価格の文字色*/
	line-height: 32px;
	background-image: url(img/icon_07_02.gif);
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.topic3 {
	font-size: 12px;
	line-height: 32px;
	background-image: url(img/icon_07_09.gif);
	border-bottom: 1px dashed #0D3F69;	/*テーブルの下に#0D3F69の色で点線(dashed)を入れる設定。直線がいいならsolidにする。*/
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}


.topic4 {
	font-size: 12px;
	line-height: 22px;
	background-image: url(img/allow1.gif);
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.topic4_1 {
	font-size: 12px;
	color: #e60012;	/*価格の文字色*/
	line-height: 22px;
	background-image: url(img/allow1.gif);
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}


.topic5 {
	font-size: 12px;
	line-height: 28px;
	background-image: url(img/allow1.jpg);
	border-bottom: 1px dashed #0D3F69;	/*テーブルの下に#0D3F69の色で点線(dashed)を入れる設定。直線がいいならsolidにする。*/
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/* ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:7px;
    right:7px;
    padding:10px 12px;
    color: #353535; /* 文字色 */
    font-size:16px;
    text-decoration:none;
    background: linear-gradient(
    -45deg,
    #fff 25%,
    #f4f4ed 25%, #f4f4ed 50%,
    #fff 50%, #fff 75%,
    #f4f4ed 75%, #f4f4ed
  );
  background-size: 4px 4px; 
  border: 3px solid #c9c19f; /* ボーダーの色 */
  border-radius: 50%; /* ボタンの丸み */
  opacity: 0.6; /* ボタンの透明度 */
  z-index: 99;
}

/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover {
    color: #ffffff; /* 文字色 */
    background:#c9c19f;/* 背景色 */
}




/*物件詳細ページのボックス設定
---------------------------------------------------------------------------------------------------------*/
.box10 {
	width: 710px;	/*テーブルの幅*/
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.box10 td{
	padding-bottom: 5px;
	vertical-align: top;
}

/*商品名設定*/
.box10 h4 {
	border-bottom: 1px solid #0D3F69;	/*商品名の下に1px幅の#0D3F69色の直線を入れる*/
	border-left: 4px solid #0D3F69;		/*商品名の左に4px幅の#0D3F69色の直線を入れる*/
	padding-left: 5px;
	font-size: 120%;		/*文字サイズ*/
	position: relative;
}

/*ボックス内にある画像の設定*/
.box10 img {
	padding: 2px;				/*写真とフチ線の間にある余白*/
	border: 1px solid #cccccc;	/*写真のフチ設定。solidは直線という意味。*/
	margin: 2px;
}

.box10 a:hover img {
	border: 1px solid #1D9A02;	/*画像にカーソルがのった時のライン色変更設定。*/
}


.wrap {
	width:420px;
	margin:20px auto;
	padding:10px;
}
.wrap p {
	height:400px;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	argin-right:5px;
	padding: 0px 1px 3px 1px;
}
.wrap li img {
	cursor:pointer;
}


.headding01 {
	width: 90%;
	background: #b22222;
	color:#FFF;
	font-size: 1em;
	}
	

	/*文字の下ライン画像*/
.uline1 {
	background: url(img/uline_1.gif) repeat-x left bottom;
}



/*文字の前に矢印画像*/
a.youtubelink {
background: url("img/allow9.gif") center left no-repeat;
padding-left: 17px;
}


/*文字色*/
---------------------------------------------------------------------------*/
.red {color: red; }
.red {color: red; font-weight: normal }
.redb {color: red; font-weight: bold}
.redl {color: red; font-weight: bold; font-size: 16px}
.green {color: green; font-weight: normal}
.greenb {color: green; font-weight: bold}
.greenl {color: green; font-weight: bold; font-size: 16px}
.blue {color: blue; font-weight: normal}
.blueb {color: blue; font-weight: bold}
.bluel {color: blue; font-weight: bold; font-size: 16px}
.fuchsia {color: fuchsia; font-weight: normal}
.fuchsiab {color: fuchsia; font-weight: bold}
.fuchsial {color: fuchsia; font-weight: bold; font-size: 16px}

/*地図（横長）ボックス
---------------------------------------------------------------------------*/
.box17 {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 1px solid #bfbfbf;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}


/*地図（横長）ボックス
---------------------------------------------------------------------------*/
.box19 {
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 1px solid #bfbfbf;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;

}


#map_canvas {
    width: 100%;
    height: 500px;
}




