@charset "UTF-8";

/*　サイドバースタイル
----------------------------------------------------------------*/


#sidebar {
	width: 210px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#sidebar .sidebar_box {
	margin-bottom: 25px;
	padding-bottom: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0071bc; /*----------------サイドバー枠色・上----------------*/
	border-right-color: #0071bc; /*----------------サイドバー枠色・右----------------*/
	border-bottom-color: #0071bc; /*----------------サイドバー枠色・下----------------*/
	border-left-color: #0071bc; /*----------------サイドバー枠色・左----------------*/
}
#sidebar .sidebar_menu ul li {
	list-style-type: none;
	display: block;
	width: 190px;
	height: 30px;
	background-image: url(../images/sidebar_menu_bg.png);
	margin-bottom: 1px;
	border: 1px solid #dfdfdf;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
}
#sidebar .sidebar_menu ul li a {
	padding-left: 18px;
	font-size: 95%;
	line-height: 32px;
	display: block;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
}
#sidebar .sidebar_menu ul li a:hover {
	background-image: url(../images/sidebar_menu_bg.png);
	background-position: 0px -30px;
	color: #777;
	background-repeat: no-repeat;
}
#sidebar h3 {
	padding-bottom: 5px;
	height: 30px;
	width: 206px;
	background-image: url(../images/sidebar_menu_title.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	line-height: 26px;
}
.sidebar_menu ul .sidebar_present  {
	font-weight: bold;
}
.sidebar_box .sidebar_form {
	height: 220px;
	width: 190px;
	background-image: url(../images/form_sidebar.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.sidebar_form form table {
	width: 206px;
	position: relative;
	top: 120px;
}
.sidebar_form form table tr td.left {
	width: 50px;
}

#sidebar .sidebar_form .b6 {
	color: #222;
	font-size: 80%;
}
.sidebar_form form table tr td .mt5 {
	height: 35px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	position: relative;
	left: -8px;
}
.side_free {
	padding-bottom: 35px;
}