@charset "UTF-8";
/* CSS Document */

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
p#mainPhoto1 {
	float: left;
}
p#mainPhoto2 {
	float: left;
}
#contentsArea {
	height:500px;
}
#contentsArea #mainContents{
	float: left;
	width: 510px;
}
#contentsArea #mainContents h3{
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A3359;
}

#contentsArea #sideContents{
	float: left;
	width: 140px;
	height:400px;
	margin-right:10px;
	background-color:#FF6;
}
#contentsArea #sideContents ul{
	padding-left:5px;
}

#contentsArea #mainContents #main1{
	width: 320px;
	float: left;
	
}
#contentsArea #mainContents #main2{
	width: 190px;
	float: left;
	
}