/* ユニオン通りスタイルCSS */
/*　irisawa  2007/05/21    */


/**********************/
/*    リンク系      */
/**********************/

/* リンク　ショップサーチ */
A.a_shop_search{
	color : #8B4513;
	font-weight: bold;
	text-decoration:none;
}
A:HOVER.a_shop_search{
	color: #ff9933;
	text-decoration: underline;
}

/* リンク 新ショップ　*/
A.a_new_shop{
	color:#000000;
	text-decoration:none;
	font-size : 17px;
}
A:HOVER.a_new_shop{
	color: #CC6600;
	text-decoration: underline;
}

/* リンク トピックス　*/
A.a_topix{
	color:#000000;
	text-decoration:none;
	font-size : 13px;
}
A:HOVER.a_topix{
	color: #CC6600;
	text-decoration: underline;
}

/* リンク イベント　*/
A.a_event{
	color:#000000;
	text-decoration:none;
}
A:HOVER.a_event{
	color: #CC6600;
	text-decoration: underline;
}


/*　リンク　アバウトページ　*/
A.a_about_page{
	color:#FF4500;
	font-weight: bold;
	font-size:18px;
	text-decoration:none;
}
A:HOVER.a_about_page{
	color: #CD7054;
	text-decoration: underline;
}

/*　リンク　イベントページ　*/
A.event_page{
	color:#6633CC;
	text-decoration:none;
}
A:HOVER.event_page{
	color: #33CC99;
	text-decoration: underline;
}

/*　リンク　ショップ５０音順　*/
A.shop_50list{
	color:#ff6600;
	text-decoration:none;
}
A:HOVER.shop_50list{
	color:#663300;
	text-decoration: none;
}

/*　リンク　Ｑ＆Ａ　*/
A.q_and_a{
	color:#FF6347;
	font-size:16px;
	text-decoration:none;
}
A:HOVER.q_and_a{
	color:#FF00FF;
	text-decoration: none;
}

/*　リンク　コラム　*/
A.column_page{
	color:#B22222;
	font-size:16px;
	text-decoration:none;
}
A:HOVER.column_page{
	color:#DAA520;
	text-decoration: underline;
}

/*　リンク　ストリートマップ　*/
A.street_map{
	color:#ff6600;
	text-decoration:none;
}
A:HOVER.street_map{
	color:#ffcc33;
	text-decoration: underline;
}

/*　リンク　カテゴリ別　*/
A.category_search{
	color:#ff6600;
	text-decoration:none;
}
A:HOVER.category_search{
	color:#663300;
	text-decoration: underline;
}



/**********************/
/*    テーブル系      */
/**********************/


/* index 目次　テーブル */
td.top_title {
	width : 800px;
	background-color : #FF9933;
}
td.top_con {
	width : 800px;
	background-color : #996633;
	text-align:center;
	padding-top: 5px;
}

/* index メイン　テーブル */
table.top_topix{
	width : 800px;
}


/* index ショップサーチ*/
table.shop_search{
	width :800px;
	Height : 55px;
	background-color : #fffbee;
	border : solid 5px #FF9900;
	margin-left: 0px;
	margin-bottom: 10px;
}

/* index BBS*/
table.bbs{
	width :427px;
	Height : 55px;
	background-color : #fffbee;
	border : solid 5px #CCCC00;
	margin-left: 0px;
	margin-bottom: 20px;
}

/* index 新ショップ*/
table.new_shop{
	width : 365px;
	Height : 200px;
	font-size : 15px;
	background-color : #FFFFEE;
	border : solid 5px #FFCC33;
	margin-left: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
}

/* index 新ショップ TD */
td.new_shop_td{
	border : dotted 2px #CCCC33;
}

/* index トピックス　*/
table.new_topix{
	width : 365px;
	Height : 100px;
	background-color : #fafdf0;
	border : solid 5px #CC9966;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 8px;
}

/* index イベント　*/
table.new_event{
	width : 427px;
	background-color : #f7ffee;
	border : solid 5px #99CC66;
	margin-right: 0px;
	margin-bottom: 10px;
}


/*　リンクページ　関連リンク　テーブル　*/
table.link_page_table{	
	width :  700px;
	background-color : #CCFFCC;
}
td.link_page_td{
	width :  40%;
	text-align: center; 
	background-color : #ffffff;
}

/*　リンクページ　アバウトリンク　テーブル　*/
table.link_page_aboutlink_table{	
	width :  700px;
	background-color : #CCCCFF;
}
td.link_page_aboutlink_td{
	text-align: left; 
	background-color : #ffffff;
}

/*　ストリートマップ　テーブル　TD */
td.map_page_td{
	text-align: center; 
	background-color : #ffffff;
	width:90px;
}

/*　カテゴリ　テーブル　TD <<店名>> */
td.category_page_td_1{
	text-align: left; 
}
/*　カテゴリ　テーブル　TD <<商品>> */
td.category_page_td_2{
	text-align: left; 
	width:140px;
}


/*　50音順　テーブル　TD <<店名>> */
td.allshop_page_td_1{
	text-align: left; 
	width:250px;
}
/*　50音順　テーブル　TD <<商品>> */
td.allshop_page_td_2{
	text-align: left; 
	width:300px;
	font-size:12px;
}
/*　50音順　テーブル　TD <<番号>> */
td.allshop_page_td_3{
	text-align: center; 
	width:80px;
	font-size:12px;
}
