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

#sidenavi {
	height: 500px;
	width: 180px;
	background-image: url(../image/sidenavi_background_pink.jpg);
	background-position: left top;
	padding: 0px;
	float: left;
	margin: 0px;
	background-repeat: no-repeat;
}
#sidenavi li {
	display: block;
	width: 125px;
	height: 25px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F9C5C6;
	font-size: 10px;
	color: #333333;
	list-style-type: none;
	cursor: hand !important;
	cursor: pointer !important;
}
#sidenavi li a {
	color: #333333;
	text-decoration: none;
	list-style-type: none;
}
#sidenavi  li a:hover {
	color: #FFFFFF;
	background-color: #DE5969;
	background-repeat: repeat;
}
#sidenavi ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}
#sidenavi ul ul li {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	display: block;
	color: #666666;
}
#sidenavi ul ul li a {
	color: #666666;
}
#thumbnailbox {
	width: 700px;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
#thumbnail {
	height: 120px;
	width: 105px;
	margin-left: 45px;
	margin-top: 20px;
	padding: 5px;
	float: left;
}
#thumbnail a {
	text-decoration: none;
	color: #797979;
}
#thumbnail a:hover {
	color: #DC4E5F;
	text-decoration: underline;
}
#thumbnail img {
	border: thin solid #CCCCCC;
}
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #E06271;
}
#hr2 {
	height: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F9C5C6;
	width: 300px;
	margin-bottom: 10px;
}
#hr3 {
	height: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F9C5C6;
	width: 600px;
	margin-bottom: 20px;
}
