/* 動物大百科 CSS */


h1#top{
	text-indent: -1000.0em;
}

h1#product{
	text-indent: -1000.0em;
	background: url(./img/product_title.gif) no-repeat;
	width: 260px;
	height: 30px; 
	margin-right: 475px;
}

h1#safari{
	text-indent: -1000.0em;
	background: url(./img/safari_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h1#link{
	text-indent: -1000.0em;
	background: url(./img/link_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h1#shoplist{
	text-indent: -1000.0em;
	background: url(./img/shoplist_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}




div#contents{
	width: 1000px;
	background: #000000 url(./img/doubutsu_mid.jpg) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	overflow: auto;
}

h2{
	text-align: left;
	margin: 0 0px;
}

ul#topics li h2{
	margin: 0 10px;
}

#main ul li h2{
	background: #e8922f url(./img/topic_title_bg.gif) left top repeat-x;
	color: #4b2f0f;
	padding-left: 10px;
}

h2#africa_title{
	text-indent: -1000.0em;
	background: url(./img/africa_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#asia_title{
	text-indent: -1000.0em;
	background: url(./img/asia_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#beach_title{
	text-indent: -1000.0em;
	background: url(./img/beach_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#cute_title{
	text-indent: -1000.0em;
	background: url(./img/cute_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#ex_title{
	text-indent: -1000.0em;
	background: url(./img/ex_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

#main p{
	text-align: left;
	margin: 0 10px 10px 10px;
	padding: 5px;
	border: 1px solid #ffffff;
	background: url(./img/text_bg.jpg)
}

#main ul{
	list-style: none;
	margin: 0 10px;
}

ul#africa li{
	border: 1px solid #062fff;
	background: #ffffff url(./img/products_bg.gif);
	margin-bottom: 20px;
}

ul#asia li{
	border: 1px solid #ff1818;
	background: #ffffff url(./img/products_bg.gif);
	margin-bottom: 20px;
}

ul#beach li{
	border: 1px solid #53df06;
	background: #ffffff url(./img/products_bg.gif);
	margin-bottom: 20px;
}

ul#cute li{
	border: 1px solid #ffa800;
	background: #ffffff url(./img/products_bg.gif);
	margin-bottom: 20px;
}

ul#ex li{
	border: 1px solid #0be1d9;
	background: #ffffff url(./img/products_bg.gif);
	margin-bottom: 20px;
}

ul#africa li h3{
	background: #062fff url(./img/africa_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}

ul#asia li h3{
	background: #ff1818 url(./img/asia_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}

ul#beach li h3{
	background: #53df06 url(./img/beach_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}

ul#cute li h3{
	background: #ffa800 url(./img/cute_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}

ul#ex li h3{
	background: #0be1d9 url(./img/ex_bg.gif) left bottom repeat-x;
	font-weight: bold;
	color: #ffffff;
}


#main ul li img{
	float: left;
	margin: 5px;
	border: 1px solid #dddddd;
	display: block;
}

#main ul li dl{
	text-align: left;
	margin-left: 5px;
	color: #000000;
}

#main ul li dl dt{
	font-weight: bold;
	color: #48C305;
}

#main ul li dl dd{
	margin-bottom: 10px;
}

#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main ul li a{
	text-decoration: none;
	color: #7777ff;
}

#main ul li a:hover{
	color: #ff7777;
}


/* サファリマップ　関連 */


ul#safari_pr{
	text-decoration: none;
}

ul#safari_pr li{
	clear: both;
	border: 1px solid #ffffff;
	overflow: auto;
	margin: 10px 0;
	background: #ffffff url(./img/products_bg.gif);
	text-align: left;
}

ul#safari_pr li p{
	color: #000000;
}

ul#safari_pr li img{
	display: block;
}

dl#safari_pack{
	color: #000000;
	border: 2px solid #e8922f;
	background: #ffffff url(./img/products_bg.gif);
	margin: 0 200px;
	clear: both;
}


dl#safari_pack dt{
	font-weight: bold;
	margin-top: 10px;
}

/* リンク集関連 */
dl#linksite{
	background: #ffffff url(./img/products_bg.gif);
	border: 1px solid #925900;
	margin: 0 10px;
	text-align: left;
	padding: 0 10px;
}

dl#linksite dt{
	margin-top: 10px;
	padding-left: 13px;
	background: url(./img/link_mark.gif) left center no-repeat;
}

dl#linksite dt a{
	text-decoration: none;
	color: #4444ff;
}

dl#linksite dt a:hover{
	color: #ff4444;
}

dl#linksite dd{
	margin-bottom: 10px;
	color: #000000;
}

/* 取扱店舗一覧　関連 */

table{
	background: url(./img/products_bg.gif) left top;
	margin: 0 10px 0 10px;
	border: 1px solid #925900;
	width: 720px;
	border-collapse: collapse;
}

table caption{
	margin-top: 5px;
	background: url(./img/text_bg.jpg);
	color: #963d08;
	font-weight: bold;
}

table th{
	background: #963d08 url(./img/table_header_bg.gif) left bottom repeat-x;
	color: #ffffff;
}

table td{
	border-bottom: 1px dotted #925900;
	color: #000000;
}


span a{
	text-decoration: none;
	color: #7777ff;
	background: url(./img/products_bg.gif);
	padding: 2px;
	border: 1px solid #925900;
	
}

span a:hover{
	color: #ff7777;
}

h2#hokkaido_area{
	text-indent: -1000.0em;
	background: url(./img/hokkaido_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#touhoku_area{
	text-indent: -1000.0em;
	background: url(./img/touhoku_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#kanto_area{
	text-indent: -1000.0em;
	background: url(./img/kanto_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#koushinetsu_area{
	text-indent: -1000.0em;
	background: url(./img/koushinetsu_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#hokuriku_area{
	text-indent: -1000.0em;
	background: url(./img/hokuriku_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#toukai_area{
	text-indent: -1000.0em;
	background: url(./img/toukai_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#kinki_area{
	text-indent: -1000.0em;
	background: url(./img/kinki_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#chugoku_area{
	text-indent: -1000.0em;
	background: url(./img/chugoku_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#shikoku_area{
	text-indent: -1000.0em;
	background: url(./img/shikoku_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}

h2#kyusyu_area{
	text-indent: -1000.0em;
	background: url(./img/kyusyu_title.gif) no-repeat;
	width: 260px;
	height: 30px;
	margin-right: 475px;
}


/* メニュー欄関連 */

div#menu{
	float: left;
	width: 240px;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}


dt#top_page_btn{
	background: url(./img/top_page_on.gif) no-repeat;
	width: 210px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(./img/top_page_off.gif) no-repeat;
	width: 210px;
	height: 40px;
	display: block;
}

dt#products_btn{
	background: url(./img/products_on.gif) no-repeat;
	width: 210px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#products_btn a{
	background: url(./img/products_off.gif) no-repeat;
	width: 210px;
	height: 40px;
	display: block;
}

dt#safari_btn{
	background: url(./img/safari_on.gif) no-repeat;
	width: 210px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#safari_btn a{
	background: url(./img/safari_off.gif) no-repeat;
	width: 210px;
	height: 40px;
	display: block;
}

dt#link_btn{
	background: url(./img/link_on.gif) no-repeat;
	width: 210px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#link_btn a{
	background: url(./img/link_off.gif) no-repeat;
	width: 210px;
	height: 40px;
	display: block;
}

dt#shoplist_btn{
	background: url(./img/shoplist_on.gif) no-repeat;
	width: 210px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#shoplist_btn a{
	background: url(./img/shoplist_off.gif) no-repeat;
	width: 210px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #ffa800;
	border-bottom: 1px solid #ffa800;
	border-left: 1px solid #ffa800;
	width: 208px;
	margin: 0 auto;
	text-align: left;
}

dd.africa{
	background-color: #031679;
}

dd.africa a:hover{
	background-color: #062fff;
}

dd.asia{
	background-color: #920e0e;
}

dd.asia a:hover{
	background-color: #ff1818;
}

dd.beach{
	background-color: #2d7903;
}

dd.beach a:hover{
	background-color: #53df06;
}

dd.cute{
	background-color: #ff9600;
}

dd.cute a:hover{
	background-color: #ffbd5e;
}

dd.ex{
	background-color: #03796a;
}

dd.ex a:hover{
	background-color: #05d0b6;
}

dd.shop{
	background-color: #48c305;
}

dd.shop a:hover{
	background-color: #59f006;
}

#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 208px;
}

#menu dl dd a:hover{
	color: #000000;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
