@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
}

/* body再定義 */
body{
	background-color: #CCCCCC;
	font-size: 0.8em;
	
}

/* 全体構造 */
#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#head{
	width: 800px;
	margin-bottom: 10px;
}

#img{
	width: 570px;
	height: 290px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image:url(../photoshop/information.jpg);
	background-repeat: no-repeat;
}

#menu{
	width: 205px;
	float: right;
} 

#title{
	clear: both;
	width: 800px;
	text-align: left;
}

.contents{
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #FFFFCC;
}

.contents02{
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
} 


#foot{
	width: 800px;
	height: 40px;
}

dl.a{
	margin-left: 20px;
	margin-top: 20px;
	line-height: 1.8em;
}

dt.topics{
	font-weight: 600;
	margin-bottom: 10px;

}

