/* ドラえもん・ザ・ロボット CSS */


h1{
	color: #284b62;
	font-size: 120%;
}

h2{
	background: #ff0000 url(./img/link_title_bg.gif) left top repeat-x;
	color: #ffffff;
}

div#contents{
	width: 1000px;
	background: url(./img/rddp_mid.gif) center top repeat-y;
	overflow: auto;
}

#contents img{
	margin: 10px;
}

#contents p{
	color: #ffffff;
	margin: 10px;
	text-align: left;
}

#about{
	float: left;
	width: 400px;
	margin-left: 20px;
}

#about p strong{
	color: #002a7f;
}

dl#product dt{
	color: #ff0000;
	font-weight: bold;
}

dl#product dd{
	margin-bottom: 10px;
	color: #ffffff;
}

dl#link{
	border: 1px solid #ff0000;
	background: #ffffff url(./img/link_contents_bg.gif) left top repeat-x;
	padding: 5px;
}

dl#link dt{
	font-weight: bold;
}

dl#link dd{
	margin-bottom: 10px;
	text-align: left;
}


dl#link dt a{
	color: #7777ff;
}

dl#link dt a:hover{
	color: #ff7777;
}


ul#copy{
	clear: both;
	list-style: none;
	margin: 10px auto;
	color: #000000;
}