@charset "UTF-8";
/*___________ common ___________ */
#side_menu {
	width: 210px;
	float: left;
}
#side_menu .user_name {
	width: 178px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #666666;
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	background-image: url(../img/common/user_name_icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#side_menu .information {
	width: 210px;
	float: left;
}
#side_menu .information .title {
	width: 210px;
	float: left;
	line-height: 30px;
	background-image: url(../img/common/information_title_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
#side_menu .information .contents {
	width: 205px;
	float: left;
	background-image: url(../img/common/information_bg.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-top: 5px;
}
#side_menu .information .inline {
	width: 200px;
	float: left;
	height: 250px;
}
#side_menu .information .under {
	width: 210px;
	float: left;
	background-image: url(../img/common/information_bg_under.gif);
	background-repeat: no-repeat;
	height: 16px;
	background-position: top;
	margin-bottom: 19px;
}

#side_menu .sab_navi {
	width: 210px;
	float: left;
}
#side_menu .sab_navi .title {
	width: 180px;
	float: left;
	line-height: 30px;
	background-image: url(../img/common/sub_navi_title_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-left: 30px;
}
#side_menu .sab_navi .contents {
	width: 200px;
	float: left;
	background-image: url(../img/common/information_bg.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 25px;
}
#side_menu .sab_navi .under {
	width: 210px;
	float: left;
	background-image: url(../img/common/information_bg_under.gif);
	background-repeat: no-repeat;
	height: 16px;
	background-position: top;
	margin-bottom: 10px;
}


/*___________ navi ___________ */
#navi {
	float: left;
	width: 210px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#navi ul {
	padding:0 0 0 0;
}
#navi li {
	display:inline;
	list-style-type:none;
}
#navi li a {
	display:block;
	float:left;
	text-decoration:none;
}

#navi li.navi_text a {
	width:195px;
	height: 30px;
	float: left;
	background-image: url(../img/common/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 5px;
	line-height: 30px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
}
#navi li.navi_text a:hover {
	width:195px;
	height: 30px;
	float: left;
	background-image: url(../img/common/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}
#navi li.navi_text_on a {
	width:195px;
	height: 30px;
	float: left;
	background-image: url(../img/common/navi_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px;
	line-height: 30px;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}

.sab_navi .contents .sub_category {
	background: #BFBFC0;
	margin: 0 1px 0px -9px;
	padding: 0 10px;
	color: #333333;
	font-weight: bold;
}


/*___________ navi end ___________ */
