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

 {
	height: 450px;
	width: 180px;
	background-image: url(../image/sidenavi_background_grey.jpg);
	background-position: left center;
	padding: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
}
#sidenaviabout    ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
}
#sidenaviabout    li {
	display: block;
	width: 125px;
	height: 25px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 10px;
	color: #666666;
	list-style-type: none;
}
#sidenaviabout    li    a {
	color: #333333;
	text-decoration: none;
	list-style-type: none;
}
#sidenaviabout     li    a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-repeat: repeat;
}
#contentabout {
	height: 450px;
	width: 700px;
	font-size: 10px;
	color: #666666;
	background-image: url(../image/contentabout_background.jpg);
	background-repeat: no-repeat;
	border: thin solid #FFFFFF;
	padding: 0px;
	float: left;
	margin: 0px;
	display: block;
}
#contentabout a {
	text-decoration: underline;
	color: #DE5566;
}
#contentabout a:hover {
	color: #DC4E5F;
	text-decoration: none;
}
#contentabout li {
	list-style-type: none;
	line-height: 30px;
}
#contentabout  h2 {
	color: #DC4E5F;
}
