/* CSS Document */


/*- - - - - 　共通　- - - - - */

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}
	


body {
	background-image:url(images/body_bg.gif);
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}


h1 {
	font-size: 12px;
	font-weight:normal;
	color: #c2c9d1;
	line-height:16px;
	text-align:right;
	margin:0px;
	padding:0px 7px 0px 0px;
}




/*- - - - - 　全体テーブル　- - - - - */

#table_main {
	background-color:#ffffff;
	width: 759px;
	border-right:1px solid #000000;
	margin:0px;
}





/*- - - - - 　ヘッダー　- - - - - */

#header_td {
	background-image:url(images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}





/*- - - - - 　キャッチコピー　- - - - - */

#catchcopy_td {
	padding:20px 21px 0px 20px;
}





/*- - - - - 　メイン　- - - - - */

#main_td {
	padding:20px 20px 0px 0px;
}

#main_td table {
	width:495px;
}
.main_img {
	height:51px;
}
.main_img img {
	border-bottom:4px solid #000000;
}

.main_comment {
	background-image:url(images/main_img.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:203px;
	line-height:16px;
	padding:268px 15px 25px 305px;
}

.main_img_text_2
 {
	font-size: small;
	line-height: 110%;
}





/*- - - - - 　リンク　- - - - - */

#link_td {
	height:65px;
	padding-top:5px;
}

#link_td a{
	font-size: 16px;
	font-weight: bold;
	margin:0px;
}





/*- - - - - 　マップ　- - - - - */

#map_td {
	padding: 0px 20px;
}

#map_td hr {
	height:4px;
	color:#000000;
	margin:0px 0px 8px 0px;
	/*▼fire fox用▼*/
	background-color:#000000;
	border:0px;
}

#map_td table {
	width:100%;
	border:1px solid #d6d6d6;
	background-color:#ededed;
}

#map_td p {
	line-height:16px;
	margin:15px 0px 5px 15px;
}

#map_td strong {
	font-size:14px;
}

#map_td img {
	margin:4px;
}


/*- - - - - 　VHGバナー　- - - - - */

#vhg_td {
	text-align:right;
	padding:10px 20px;
}





/*- - - - - 　フッター　- - - - - */

#footer_td {
	height:39px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	text-align:right;
	line-height:18px;
	padding:9px 5px 3px 0px;
}

#footer_td span {
	color:#b9c3cd;
}


