/* ニュースリリース CSS */


h1#product_title{
	display: none;
}

h1{
	color: #f00033;
	margin-right: 15px;
	background: #ffffff url(../img/news_title.gif) left center no-repeat;
	width: 300px;
	height: 40px;
	text-indent: -1000.0em;
}


div#contents{
	width: 1000px;
	background: url(../img/toys_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	clear: both;
}

#main strong{
	color: #f00033;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main h2{
	background: #757575 url(../img/head_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #ffffff;
}

ul#products li {
	float: left;
	width: 200px;
	border: 1px solid #757575;
	margin: 2px 5px;
	
}

#main dl{
	clear: both;
	margin-right: 15px;
	text-align: left;
}

#main dl dt{
	color: #46b035;
	margin-top: 20px;
	font-weight: bold;
}

#main dl dd{
	margin-left: 1.0em;
	border-bottom: 1px dotted #999999;
}

#main dl dd a{
	padding-left: 25px;
	background: #ffffff url(../img/pdf_16x16.png) left center no-repeat;
}


#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main a{
	text-decoration: none;
	color: #3333ff;
}

#main a:hover{
	color: #ff3333;
}

#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff3333;
}


/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu a img{
	margin-left: 0px;
}

#menu dl{
	margin-bottom: 20px;
	margin-top: 10px;
}

#menu dl dt{
	margin: 1px 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#event_btn{
	background: url(../img/event_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#event_btn a{
	background: url(../img/event_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#link_btn{
	background: url(../img/link_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#link_btn a{
	background: url(../img/link_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#news_btn{
	background: url(../img/news_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#news_btn a{
	background: url(../img/news_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}