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

#sidenavidesign {
	height: 450px;
	width: 180px;
	background-image: url(../image/sidenavi_background_blue.jpg);
	background-position: left top;
	padding: 0px;
	float: left;
	margin: 0px;
	background-repeat: no-repeat;
}
#sidenavidesign li {
	display: block;
	width: 125px;
	height: 25px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #81ACE4;
	font-size: 10px;
	color: #333333;
	list-style-type: none;
	cursor: hand !important;
	cursor: pointer !important;
}
#sidenavidesign li a {
	color: #333333;
	text-decoration: none;
	list-style-type: none;
}
#sidenavidesign  li a:hover {
	color: #FFFFFF;
	background-color: #6C8DD8;
	background-repeat: repeat;
}
#sidenavidesign ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}
#sidenavidesign 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;
}
#sidenavidesign 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: #6C8DD8;
}
#hr2 {
	height: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #81ACE4;
	width: 300px;
	margin-bottom: 10px;
}
#hr3 {
	height: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #81ACE4;
	width: 600px;
	margin-bottom: 20px;
}

