@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: url(../newimages/bg_body.gif) center top repeat-y;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header_wrap {
	width: 100%;
	height: 150px;
	margin: 0;
	background: url(../newimages/bg_header.gif) left top repeat-x #fff;
	text-align: left;
}

#header {
	width: 950px;
	height: 90px;
	margin: 0  auto;
	text-align: left;
}

/* h1
----------------------------------------------------------- */
#header h1 {
	margin: 10px 0 0;
	float: left;
}

/* #header_copy
----------------------------------------------------------- */
#header #header_copy{
	margin: 10px 0 10px;
	background: url(../newimages/img_headerimage.gif) left top no-repeat;
	width: 220px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
/* #header_search
----------------------------------------------------------- */
#header #header_search{
	margin: 25px 0 0 10px;
	width: 240px;
	height: 30px;
	/*background: #ddd;*/
	float: left;
}
#header #header_search p{ margin:0; padding: 0;}
#header #header_search form{ margin:0; padding:0;}

/* #menu_header
----------------------------------------------------------- */
#header #menu_header {
	margin: 0 0 12px;
	float: right;
	width: 270px;
	height: 30px;
	background: url(../newimages/menu_header02.gif) left top no-repeat;
}

#header #menu_header li{
	height: 30px;
	float: left;
}

#header #menu_header li a{
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header #menu_header li#menu_header_01 a{
	width: 130px;
	margin-right: 10px;
}

#header #menu_header li#menu_header_02 a{
	width: 50px;
	margin-right: 10px;
}

#header #menu_header li#menu_header_03 a{
	width: 70px;
}

/* #menu_header
----------------------------------------------------------- */
#header #menu_header02 {
	margin-bottom: 12px;
	float: right;
	width: 270px;
	height: 30px;
	background: url(../newimages/menu_header02_out.gif) left top no-repeat;
}

#header #menu_header02 li{
	height: 30px;
	float: left;
}

#header #menu_header02 li a{
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#header #menu_header02 li#menu_header_01 a{
	width: 130px;
	margin-right: 10px;
}

#header #menu_header02 li#menu_header_02 a{
	width: 50px;
	margin-right: 10px;
}

#header #menu_header02 li#menu_header_03 a{
	width: 70px;
}

/* #header_kamei
----------------------------------------------------------- */
#header #header_kamei{
	margin: 0;
	float: right;
	width: 180px;
	height: 26px;
	background: url(../newimages/img_header_kamei.gif) left top no-repeat;
}

#header #header_kamei #kamei_tx{
	margin: 0;
	width: 80px;
	height: 26px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

#header #header_kamei #kamei_num{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #d03f42;
}

#header #header_kamei #kamei_ken{
	font-weight: bold;
	color: #4995AA;
}

/* #header_kaiin
----------------------------------------------------------- */
#header #header_kaiin {
	margin:0;
	padding-right:5px;
	float:right;
	width:275px;
	height:40px;
}

/* ようこそ */
#header #kaiin_youkoso {
	margin:0;
	width:260px;
	font-size: 13px;
}

#header #kaiin_youkoso span {
	padding: 0 3px 0 3px;
	font-weight: bold;
	color: #d03f42;
}

/* ポイント */
#header #header_kaiin #kaiin_point {
	font-size: 13px;
}

#header #header_kaiin #kaiin_point {
	width:150px;
	float:left;
}

#header #header_kaiin #kaiin_btn {
	padding: 0 0 5px 0;
	width:100px;
	height:30px;
	float:right;
}

#header #header_kaiin #kaiin_btn a {
	width:100px;
	height:30px;
	display:block;
	line-height: 1;
	background: url(../newimages/btn_page.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

#header #header_kaiin #kaiin_point span {
	color: #CF2D91;
}

/* #gNav
----------------------------------------------------------- */
#header #gNav {
	width: 950px;
	height:47px;
	clear: both;
	background: url(../newimages/menu_global.gif) left top no-repeat;
}

#header #gNav li{
	width: 190px;
	height:47px;
	float: left ;
}

#header #gNav li a{
	width: 190px;
	height:47px;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}

* html #header #gNav {
	height: 1%;
}

#header #gNav li {
	float: left;
}

/*----------------------------------------------------
	#contents_wrap
----------------------------------------------------*/
#contents_wrap {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
}

#main_wrap {
	width:auto;
	margin:0 auto;
	overflow:hidden;
	background: url(../member/images/bg_main.gif) no-repeat center top;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	float: left;
	width: 860px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 670px;
	background: #fff;
}

/*--- パンクズ ---*/

#main #pankuzu {
	margin-bottom:5px;
	text-align:left;
}

#main #pankuzu li {
	display:inline;
	font-size: 77%;
}

/*#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}
*/

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 220px;
}

#sub .top_banner{ margin: 0 0 15px;}
#sub .top_banner p{ margin: 0 0 5px;}
#sub .top_banner p img{ margin: 0; vertical-align: bottom;}

/*----------------------------------------------------
	#news_info 新着情報
----------------------------------------------------*/
/* 20110407 support_m add nakauchi */
#sub #news_info,
#sub #restaurant_list,
#sub #support_m {
	margin: 0 auto 5px;
	border: 1px solid #bbb;
	padding: 5px 0;
	width: 218px;
	background: #eee;
}

#sub #news_info h3,
#sub #restaurant_list h3 {
height: 25px;
margin:0 auto;
overflow:hidden;
text-indent:-9999px;
width:200px;
}

/* 20110407 Nakauchi */
#sub #support_m h3 {
	height:32px;
	margin:0 auto;
	overflow:hidden;
	text-indent:-9999px;
	width:200px;
}

#sub #news_info h3.news {
/* 20110315 Nakauchi */
/*
background:transparent url(../newimages/img_newsinfo.gif) no-repeat scroll left top;
*/
background:url(../newimages/img_newsinfo.gif) no-repeat scroll left center transparent;

}
#sub #restaurant_list h3.restaurant {
/* 20110315 Nakauchi */
/*
background:transparent url(../newimages/img_restaurantinfo.gif) no-repeat scroll left top;
*/
background:url(../newimages/img_restaurantinfo.gif) no-repeat scroll left center transparent;

}

/* 20110325→28mod Nakauchi */
#sub #donate_info {
	margin:0 auto 10px;
	padding:0 5px 5px;
	width:208px;
	font-size: 100%;
	line-height:95%;
}

/* 20110407 Nakauchi */
#sub #support_m h3.support {
	background:url("../newimages/img_support.gif") no-repeat scroll left center transparent;
}

/* 20091027 add */
#sub #news_info h3 a,
#sub #restaurant_list h3 a{
margin: 0;
width: 200px;
height: 25px;
display: block;
}

#sub #support_m h3 a {
	display:block;
	height:32px;
	margin:0;
	width:200px;
}

#sub #news_info p{
	margin: 0 auto;
	width: 200px;
}

/*----------------------------------------------------
	#news_info 携帯
----------------------------------------------------*/
#sub #mobile{
	margin: 0 0 15px;
	width: 220px;
	height: 125px;
	background: url(../newimages/bn/img_mobile.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#sub #mobile a{ display: block; width:220px; height:125px;}

/*----------------------------------------------------
	#Aポイントカード不可一覧
----------------------------------------------------*/
#sub #point_card {
	margin: 0 0 15px;
	width: 220px;
	height: 70px;
}

#sub #point_card a {
	width: 220px;
	height: 70px;
	background: url(../newimages/bn/bn_point_ichiran.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}

/*----------------------------------------------------
	#entery_hotels 携帯
----------------------------------------------------*/
#sub #entery_hotels{
	margin: 0;
}

#sub #entery_hotels a{
	margin: 0;
	width: 220px;
	height: 50px;
	background: url(../newimages/bn/img_entry_hotels.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}

/*----------------------------------------------------
	#reserve
----------------------------------------------------*/
#hotel #hotels_reserve_sub{
	margin: 10px auto ;
	width:220px;
	height:45px;
}

#hotel #hotels_reserve_sub a{
	width:220px;
	height:45px;
	background: url(../member/images/hotel/bt_reserve.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}


/*----------------------------------------------------
	#reserve_not
----------------------------------------------------*/
#hotel #hotels_reserve_no{
	margin: 10px auto ;
	width:218px;
	/*height:45px;*/
	background: #beeefa;
	border: 1px solid #125572;
	font-weight: bold;
	overflow: hidden;
	font-size:12px;
	color: #125572;
}
#hotel #hotels_reserve_no span{ margin: 5px 10px; display: block;}


/*----------------------------------------------------
	#login menu
----------------------------------------------------*/
#sub ul#login_menu {
	width:220px;
	height:211px;
	background: url(../member/images/menu_login.gif) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#sub ul#login_menu li {
	width:220px;
	height:35px;
	display:block;
}

#sub ul#login_menu li a {
	width:220px;
	height:35px;
	display:block;
	text-indent: -9999px;
	overflow:hidden;
}

/* active */
#sub ul#login_menu li#login_li01 a:hover,
#sub ul#login_menu li#login_li01 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px 0px;
}

#sub ul#login_menu li#login_li02 a:hover,
#sub ul#login_menu li#login_li02 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -35px;
}

#sub ul#login_menu li#login_li03 a:hover,
#sub ul#login_menu li#login_li03 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -70px;
}

#sub ul#login_menu li#login_li04 a:hover,
#sub ul#login_menu li#login_li04 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -105px;
}

#sub ul#login_menu li#login_li05 a:hover,
#sub ul#login_menu li#login_li05 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -140px;
}

#sub ul#login_menu li#login_li06 a:hover,
#sub ul#login_menu li#login_li06 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -175px;
}

#sub ul#login_menu li#login_li07 a:hover,
#sub ul#login_menu li#login_li07 a#active {
	background: url(../member/images/menu_login.gif) no-repeat -220px -210px;
}


/*----------------------------------------------------
	#loginsub menu
----------------------------------------------------*/
#sub ul#login_submenu {
	padding-top:15px;
	padding-left:10px;
	width:210px;
	/*height:221px;*/
	height:150px;
	background: url(../member/images/submenu_login.gif) no-repeat left top;
}

#sub ul#login_submenu li {
	margin-bottom:15px;
	width:160px;
	height:15px;
	display:block;
}

#sub ul#login_submenu li a {
	width:160px;
	height:15px;
	display:block;
	text-indent:-9999px;
	line-height: 1;
	overflow:hidden;
}


/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
.pageTop_wrap {
	clear: both;
	margin: 0 auto;
	width: 910px;
	height: 50px;
}

.pageTop {
	margin: 0 ;
	clear: both;
	float: right;
	width: 125px;
	height: 25px;
	text-align: left;
}

.pageTop a{
	margin: 20px 0;
	clear: both;
	width: 125px;
	height: 25px;
	background: url(../newimages/bt_pagetop.gif) left center no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;

}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer_wrap{
	width: 100%;
	margin: 0;
	padding: 10px 0 80px;
	clear: both;
	background: url(../newimages/bg_footer02.gif) left bottom repeat-x #fff;
	text-align: left;
	border-top: 1px solid #ddd;
}

#footer {
	margin: 0 auto;
	width: 930px;
}

/*------------------------------------------------------------
footer_left_wrap
------------------------------------------------------------*/
#footer_left_wrap{
	width: 165px;
	float: left;
}

h4#footer_lnk_acard{
	margin: 0 0 15px;
	padding: 0 ;
}

h4#footer_lnk_acard a{
	background: url(../newimages/img_footer_logo.gif) left top no-repeat ;
	width: 165px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}


/*------------------------------------------------------------
footer_right_wrap
------------------------------------------------------------*/
#footer_right_wrap{
	width: 745px;
	float: right;
}


/* #footer_menu フッターメニュー
----------------------------------------------------------- */
#footer ul#footer_menu {
	margin: 10px 0 50px;
	padding: 0 ;
	width: 380px;
	height: 20px;
	background: url(../newimages/menu_footer.gif) left top no-repeat;
	float: right;

}

#footer ul#footer_menu li {
	height: 20px;
	float: left;
}

#footer ul#footer_menu li a{
	height: 20px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

#footer ul#footer_menu li#footer_menu_01 a{
	width: 81px;
}

#footer ul#footer_menu li#footer_menu_02 a{
	width: 151px;
}

#footer ul#footer_menu li#footer_menu_03 a{
	width: 75px;
}

#footer ul#footer_menu li#footer_menu_04 a{
	width: 72px;
}


/* #footer_menu テキストメニュー
----------------------------------------------------------- */
#footer ul#footer_linktext {
	clear: both;
	font-size: 10px;
	float: right;
	width: 100%;
	text-align: right;
}

#footer ul#footer_linktext li {
	display: inline;
}

#footer ul#footer_linktext li a:link,
#footer ul#footer_linktext li a:visited,
#footer ul#footer_linktext li a:hover,
#footer ul#footer_linktext li a:active{
	color: #666666;
}

#footer ul#footer_linktext li a:hover{
	text-decoration: none;
}


#footer ul#footer_linktext li.firstChild,
#footer ul#footer_linktext li:first-child {
}

#footer_wrap .footer_lnk_bn {
	width:100%;
	clear: both;
	padding: 10px 0 0;
}
#footer_wrap .footer_lnk_bn li {
	display: inline;
}

#footer_wrap .copyright {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
}

/* side menu */
#bt_member a{
	width: 220px;
	height: 60px;
	background: url(../newimages/top/btn_touroku.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
}


/**********************/
/* グローバルテーブル */

/* テーブル */
.tbl_glob a{ color: #419fb7;}

.tbl_glob {
	clear: both;
	margin:0px 0px 21px 1px;
	*margin-left:0px;
	border-top: 1px solid #419FB7;
}

.tbl_glob .txt_center {
	text-align:center;
}

.tbl_glob .txt_right {
	text-align:right;
}

.tbl_glob .txt_left {
	text-align:left;
}

.tbl_glob th {
	padding:5px 0px 5px 0px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	background: #419FB7;
	color: #FFFFFF;
}

.tbl_glob th.th_left {
	padding:5px 0px 5px 0px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	background: #419FB7;
	color: #FFFFFF;
}


.tbl_glob th.th_right {
	border-right: 1px solid #419FB7;
	border-left:none;
}

.tbl_glob td {
	padding:5px 0px 5px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.tbl_glob td.td_left {
	padding:5px 0px 5px 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


.tbl_glob td.td_center {
	text-align:center;
	border-left: 1px solid #CCCCCC;
}

/* 背景色づけ(カレンダー用)20100824 */
.tbl_glob td.td_center_sat {
	text-align:center;
	border-left: 1px solid #CCCCCC;
	background: #e0ffff;
	color: #0000cd;
}

/* 背景色づけ(カレンダー用)20100824 */
.tbl_glob td.td_center_sun {
	text-align:center;
	border-left: 1px solid #CCCCCC;
	background: #fdede4;
	color: #dc143c;
}

/* テーブル左色付け */
.tbl_glab_left {
	margin:px 0px 21px 1px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.tbl_glab_left th {
	padding:10px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #419FB7;
	text-align:center;
	color:#FFFFFF;
	font-weight: normal;
}

.tbl_glab_left td {
	padding:5px 0px 5px 5px;
	color:#595959;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* テーブル左色付け (entry用)*/
.tbl_glab_left_entry {
	margin:0px 0px 21px 1px;
}

.tbl_glab_left_entry .head {
	padding:15px 0px 15px 0px;
	font-weight: normal;
}

.tbl_glab_left_entry .cell {
	padding:5px 0px 5px 0px;
	color:#595959;
}

/* 2010/10/18 takashima add */
/* 予約確認画面宿泊料金内訳用 */
.tbl_glab_in_charge {
	margin:0px 1px 0px 1px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.tbl_glab_in_charge th {
	padding:5px 0px 0px 5px;
	border-bottom: 0px;
	border-right: 0px;
	background: #ffffff;
	color:#595959;
	text-align:left;
	font-weight: bold;
}

.tbl_glab_in_charge td {
	padding:0px 0px 5px 5px;
	color:#595959;
	border-bottom: 1px solid #CCCCCC;
	border-right: 0px;
}

/************************/
/* グローバルテーブル	*/
/* カレンダー用			*/
/* テーブル				*/
.tbl_calender {
	margin:0px 1px 21px 1px;
	*margin-left:0px;
	border-top: 1px solid #419FB7;
	float:left;
}

.tbl_calender .txt_center {
	text-align:center;
}

.tbl_calender .txt_right {
	text-align:right;
}

.tbl_calender .txt_left {
	text-align:left;
}

.tbl_calender th {
	padding:3px 0px 3px 0px;
	border-right: 1px solid #FFFFFF;
	text-align:center;
	background: #419FB7;
	color: #FFFFFF;
}

.tbl_calender th.th_left {
	padding:3px 0px 3px 0px;
	border-left: 1px solid #419FB7;
	text-align:center;
	background: #419FB7;
	color: #FFFFFF;
}


.tbl_calender th.th_right {
	padding:3px 0px 3px 0px;
	border-right: 1px solid #419FB7;
	border-left:none;
}

.tbl_calender td {
	padding:3px 0px 3px 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.tbl_calender td.td_left {
	padding:3px 0px 3px 2px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


.tbl_calender td.td_center {
	text-align:center;
	border-left: 1px solid #CCCCCC;
}


/**********************
/* グローバルテーブル */
/* 左青背景 ver */
.left_table {
	margin-left:1px;
	*margin-left:1px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.left_table th,
.left_table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.left_table th {
	padding:15px 8px 15px 8px;
	color: #ffffff;
	background: #d03f42;
	font-weight: normal;
}

.left_table td {
	padding:15px 8px 15px 15px;
	color:#595959;
}

/* メールフォーム用 */
.left_table td .mail_form01 {
	width:200px;
}

.left_table td .mail_form02 {
	width:250px;
}

.left_table td textarea {
	width:400px;
	height:100px;
}

.left_table td ol.decimal_li li {
	padding-left:22px;
	list-style: decimal inside;
	text-indent: -22px;
}

.left_table td dl.dl_indent {
	margin-bottom:10px;
}

.left_table td dl.dl_indent dd {
	margin-left:1em;
}

h2.tit_bg {
	margin-bottom:15px;
	padding:15px 0px 0px 15px;
	width:655px;
	height:35px;
	display: block;
	overflow:hidden;
	background: url(../newimages/bg_title.gif) no-repeat left top;
	text-indent: 0px;
	font-size: 16px;
	letter-spacing: 0.15em;
	color:#595959;
}

/*	エラーテキスト */
p.error_txt {
	margin-bottom:20px;
	padding:15px 10px 15px 10px;
	width:648px;
	border: 1px solid #FF0000;
	color:#FF0000;
}

/************************************
	about menu
************************************/
#about_menu {
	margin-bottom:10px;
	padding-top:1px;
	width:220px;
	background: url(../newimages/about_ul02.gif) no-repeat left top;
	height: 230px;
}

#about_menu li {
	width:220px;
}

#about_menu li a {
	width:220px;
	display:block;
	line-height: 1;
	text-indent: -9999px;
	display: block;
	overflow:hidden;
}

#about_menu li#about01 a {
	height:34px;
}

#about_menu li#about01 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -1px;
}


#about_menu li#about02 a {
	height:35px;
}
#about_menu li#about02 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -35px;
}

#about_menu li#about03 a {
	height:55px;
}
#about_menu li#about03 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -70px;
}

#about_menu li#about04 a {
	height:35px;
}
#about_menu li#about04 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -125px;
}

#about_menu li#about05 a {
	height:35px;
}
#about_menu li#about05 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -160px;
}

#about_menu li#about06 a {
	height:35px;
}
#about_menu li#about06 a:hover {
	background: url(../newimages/about_ul02.gif) no-repeat -220px -195px;
}


/************************************
	doc 系サブタイトル
************************************/
h3.bg_subtit {
	margin:0px 0px 5px 0px;
	padding:1px 10px 1px 10px;
	border-left: 4px solid #d03f42;
	color:#595959;
	font-size: 14px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

/*----------------------------------------------------
       #Aカードをお持ちの方
----------------------------------------------------*/
#sub #with_card {
	margin: 0 0 15px;
	width: 220px;
	height: 200px;
}

#sub #with_card a {
	width: 220px;
	height: 200px;
	background: url(../newimages/bn_with_card.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
	display:block;
}
