/* テイルズノート CSS */


h1{
	color: #000000;
}

h1#logo{
	background: #ffffff url(./img/logo.gif) center top no-repeat;
	width: 590px;
	height: 173px;
	text-indent: -1000.0em;
	margin: 0 auto;
}

h2#licency{
	background-color: #e40e62;
	color: #ffffff;
	margin-right: 15px;
}

div#contents{
	width: 1000px;
	background: url(./img/tailsnote_mid.gif) center top repeat-y;
	overflow: auto;
	color: #777777;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
}

#main p strong{
	color: #e40e62;
}

#main ul{
	list-style: none;
	margin: 10px;
}

#main ul li{
	border: 1px solid #000000;
	margin: 0 5px 20px 5px;
	color: #000000;
	width: 340px;
	float: left;
}


#main ul li h2 {
	background-color: #000000;
	font-weight: bold;
	color: #ffffff;
}


#main ul li img{
	margin: 0px;
}

#main dl{
	clear: both;
}

#main dl dt{
	margin-top: 20px;
	font-weight: bold;
	color: #e40e62;
}






/* メニュー関連 */

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#bookcover_btn{
	background: url(./img/bookcover_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#bookcover_btn a{
	background: url(./img/bookcover_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#boxtissue_btn{
	background: url(./img/boxtissue_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#boxtissue_btn a{
	background: url(./img/boxtissue_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#minipouch_btn{
	background: url(./img/minipouch_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#minipouch_btn a{
	background: url(./img/minipouch_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#pockettissue_btn{
	background: url(./img/pockettissue_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#pockettissue_btn a{
	background: url(./img/pockettissue_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#totebag_btn{
	background: url(./img/totebag_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#totebag_btn a{
	background: url(./img/totebag_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#minibag_btn{
	background: url(./img/minibag_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#minibag_btn a{
	background: url(./img/minibag_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#magcup_btn{
	background: url(./img/magcup_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#magcup_btn a{
	background: url(./img/magcup_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#a5note_btn{
	background: url(./img/a5note_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#a5note_btn a{
	background: url(./img/a5note_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#tubecover_btn{
	background: url(./img/tubecover_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#tubecover_btn a{
	background: url(./img/tubecover_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}



ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}
