@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Verdana", "Helvetica", san-serif;
}


img{
	border: 0;
}

/*header*/

#contentsTitle{
	width: 100%;
	height: 24px;
	background-color: #AFAD5B;
}

#contentsTitle img{
	margin:6px 0px 0px 10px;
}

#contentsName{
	width: 100%;
	height: 24px;
	border-bottom: 1px solid #DDDDDD;
	background-image:url('../image/square.gif');
	background-repeat:no-repeat;
	background-position:8px;
}

#contentsName .text{
	padding:5px 0px 0px 22px;
	font-weight:bold;
	font-size:0.8em;
}

#contentsName .text span{
	color: #AFAD5B;
}


/*footer*/

#footer{
	width: 100%;
	height: 30px;
	background-color: #D9D9D9;
}

#sony{
	float:left;
	margin:8px 0px 0px 10px;
}

#copyright{
	float:right;
	margin:8px 10px 0px 0px;
}
