@charset "utf-8";
/* CSS Document */

#side_title01 {
	background: url(../images/side/side_title01.gif) no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 220px;
}
#side_title02 {
	background: url(../images/side/side_title02.gif) no-repeat;
	text-indent: -9999px;
	height: 35px;
	width: 220px;
}
.side_wrap {
	background: #E6E6E6;
	padding: 5px;
	width: 210px;
}
.side_wrap02 {
	background: #E0D9D1;
	padding: 5px;
	width: 210px;
}

.side_wrap ul,
.side_wrap02 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
#side01_01 a {
	background: url(../images/side/btn01.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
}
#side01_02 a {
	background: url(../images/side/btn02.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
}
#side01_01 a:hover {
	background: url(../images/side/btn01.gif) no-repeat 0px -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
}
#side01_02 a:hover {
	background: url(../images/side/btn02.gif) no-repeat 0px -50px;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 210px;
}
#side02_01 a {
	background: url(../images/side/btn03.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_02 a {
	background: url(../images/side/btn04.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_03 a {
	background: url(../images/side/btn05.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_04 a {
	background: url(../images/side/btn06.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_01 a:hover {
	background: url(../images/side/btn03.gif) no-repeat 0px -30px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_02 a:hover {
	background: url(../images/side/btn04.gif) no-repeat 0px -30px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_03 a:hover {
	background: url(../images/side/btn05.gif) no-repeat 0px -30px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
#side02_04 a:hover {
	background: url(../images/side/btn06.gif) no-repeat 0px -30px;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 210px;
}
.side_title {
	background: #B4B4B4;
	height: 35px;
	width: 220px;
	font-size: 1.1em;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
.side_title strong {
	border-left: 5px solid #FFFFFF;
	padding-left: 15px;
}
.side_title a {
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 10px;
	padding-left: 15px;
	height: 25px;
	width: 205px;
	display: block;
	text-decoration: none;
}
.side_title a:hover {
	text-decoration: none;
	color: #FA5A6E;
}

#side_menu {
	display: block;
	background: url(../images/side/bg_btn.gif) no-repeat 0px 0px;
	display: block;
	height: 22px;
	width: 200px;
	padding-top: 8px;
	padding-left: 10px;
	text-decoration: none;
}

.sub_side_list{
	width: 208px;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
.sub_side_list a{
	background: #FFFFFF url(../images/common/arrow.gif) no-repeat 5px 12px;
	width: 188px;
	padding-left: 20px;
	padding-top: 8px;
	display: block;
	text-decoration: none;
	padding-bottom: 8px;
}
.sub_side_list a:hover{
	text-decoration: none;
	color: #FA5A6E;
}

