@charset "Shift_JIS";



/* 通信講座
------------------------------------------------------------------------------------- */
#tukyo{}

#tukyo .tukyo01{
	height: 190px;
	width: 570px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 30px;
}
#tukyo .tukyo_l{
	float:left;
	padding: 5px;
	text-align: center;
	width: 160px;
	height: 180px;
	border-right: 1px solid #cccccc;
}
#tukyo .tukyo_r{
	float:right;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	height: 180px;
	width: 380px;
}


#tukyo .data_table { /* ボーダーと背景色を指定 */
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
#tukyo .data_table th,
#tukyo .data_table td { /* セル内余白とボーダーを指定 */
  padding: 5px;
  border: 1px solid #cccccc;
}

#tukyo .data_table th { /* tfootとtbodyのthへ背景色など */
  width: 80px;
  background-color: #ffe4e1;
  font-weight: bold;
}
.faq {
	margin-bottom: 40px;
	border: 1px solid #CCCCCC;
}
.faq_q {
	font-weight: bold;
	padding: 5px 15px;
	background-color: #E9EFF5;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
}
.faq_a {
	color: #666666;
	font-size: 12px;
	line-height: 150%;
	padding: 10px 15px 10px 50px;
}






/* サイドナビ
------------------------------------------------------------------------------------- */
#side_navi {width:250px;float: right;margin-top:50px;margin-left: 50px;}
#side_navi ul{
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#side_navi li{
	list-style: none;
}
#side_navi li a{
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	display: block;
	padding-left: 30px;
	line-height: 3.0;
	background-image: url(../img/bk_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#side_navi li a:hover{
	background-image: url(../img/bk_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

