/* 大恐竜時代 CSS */


h1{
	text-indent: -1000.0em;
}

h1#softtitle{
	background: url(./img/softtitle.gif) no-repeat;
	width: 300px;
	height: 30px;
	margin-right: 440px;
}

h1#softbigtitle{
	background: url(./img/softbigtitle.gif) no-repeat;
	width: 300px;
	height: 30px;
	margin-right: 440px;
}

h1#shoplisttitle{
	background: url(./img/shoplisttitle.gif) no-repeat;
	width: 300px;
	height: 30px;
	margin-right: 440px;
}

h1#contesttitle{
	background: url(./img/contesttitle.gif) no-repeat;
	width: 300px;
	height: 30px;
	margin-right: 440px;
}


div#contents{
	width: 1000px;
	background: url(./img/daikyoryujidai_mid.jpg) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


h2#linksite{
	padding-left: 10px;
	background: #000000 url(./img/head_bg.gif) top left repeat-x;
	text^align: left;
	margin: 0 10px;
}



#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main ul{
	list-style: none;
	margin: 10px;
}

dl#link{
	border: 1px solid #000000;
	background: #ffffff url(img/products_bg.gif);
	margin: 0 10px;
	color: #000000;
}

dl#link a{
	text-decoration: none;
	color: #3333ff;
	padding-left: 15px;
	background: url(./img/link_mark.gif) no-repeat;
}

dl#link a:hover{
	color: #ff3333;
}



#main ul li{
	border: 1px solid #000000;
	background: #ffffff url(img/products_bg.gif);
	margin-bottom: 20px;
	color: #000000;
}


#main ul li h2 , ul#bigsize dl dt{
	background: #000000 url(./img/head_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #ffffff;
}


ul#soft li img{
	float: left;
	margin: 5px;
	border: 1px solid #dddddd;
	display: block;
}

ul#bigsize li img{
	margin: 5px;
	border: 1px solid #dddddd;
}



#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;
}

#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}


/* 取扱店舗一覧　関連 */

table{
	background:  url(img/products_bg.gif);
	margin: 0 10px 0 10px;
	border: 1px solid #000000;
	width: 720px;
	border-collapse: collapse;
	text-align: left;
}

table th{
	background: #000000 url(./img/head_bg.gif) left top repeat-x;
	color: #ffffff;
}

table td{
	border-bottom: 1px dotted #999999;
	color: #000000;
}

span a{
	text-decoration: none;
	color: #7777ff;
}

span a:hover{
	color: #ff7777;
}

/* メニュー関連 */

div#menu{
	float: left;
	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: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(./img/top_page_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#products_btn{
	background: url(./img/products_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#products_btn a{
	background: url(./img/products_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#big_size_btn{
	background: url(./img/bigsize_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#big_size_btn a{
	background: url(./img/bigsize_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#contest_btn{
	background: url(./img/contest_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#contest_btn a{
	background: url(./img/contest_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#shoplist_btn{
	background: url(./img/shoplist_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#shoplist_btn a{
	background: url(./img/shoplist_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	width: 198px;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #000000;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
