/*----------------------------------------------------------------------
車検予約システム
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
ヘッダー（ログイン後）
----------------------------------------------------------------------*/
#header2 {
	height: 80px;

}

#header2 .logo {
	float: left;
	width: 320px;
	height: 55px;
	padding: 24px 0px 0 0;

}

#header2 .logout {
	float: right;
	padding: 41px 0 0 0;

}


/*
ヘッダーサブナビ
---------------------------------------------------*/
#header2_right {
	float: right;
	text-align: right;

}

#header2 .headernavi {
	width: 350px;
	float: right;
}

#header2 .headernavi ul {

}

#header2 .headernavi ul li {
	float: left;
	font-size: 80%;
	padding: 9px 26px 8px 0;

}

#header2 .headernavi ul li.last {
	float: left;
	font-size: 80%;
		padding: 9px 0 8px 0;

}


#header2 .headernavi ul li a {
	display: block;
	text-decoration: none;
	background-image: url(../syaken/images/icon_s.gif);
	background-repeat: no-repeat;
	color: #222222;
	padding: 0 0 0 17px;

}


/*#header2 .headernavi ul li a.reserve {
	display: block;
	text-decoration: none;
	background-image: url(../syaken/images/icon_reserve.gif);
	background-repeat: no-repeat;
	color: #222222;
	padding: 0 0 0 14px;

}

#header2 .headernavi ul li a.change {
	display: block;
	text-decoration: none;
	background-image: url(../syaken/images/icon_change.gif);
	background-repeat: no-repeat;
	color: #222222;
	padding: 0 0 0 14px;

}

#header2 .headernavi ul li a.top {
	display: block;
	text-decoration: none;
	background-image: url(../syaken/images/icon_top.gif);
	background-repeat: no-repeat;
	color: #222222;
	padding: 0 0 0 14px;

}
*/

#header2 .headernavi ul li a:hover {
	color: #00b2ec;

}



* html #header2 .login_name_area {
	clear: both;
	padding: 0 0 0 100px;

}


*:first-child+html #header2 .login_name_area {
	clear: both;
	padding: 0 0 0 100px;

}

#header2 .login_name_area {
	clear: both;

}


#header2 .h_login_table {
	width: 420px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	margin-top: 4px;
}

#header2 .h_login_table .h_login_title {
	text-align: center;
	padding: 3px 0 2px 0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 60px;
	font-size: 80%;
	font-weight: bold;
}

#header2 .h_login_table .h_login_detail {
	text-align: left;
	padding: 3px 0 2px 2px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 80%;
}




/*#header2 .login_name_area {
	clear: both;
	padding: 0 0 0 180px;

}

#header2 .login_name {
	text-align: right;
	font-size: 80%;

}

#header2 .login_name span {
	font-weight: bold;

}
*/
/*
車検予約トップタイトル
---------------------------------------------------*/
#syaken_top_title {
	clear: both;
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
	background: url(../syaken/images/syaken_top_title.gif) 0 0 no-repeat;
	width: 840px;
	height: 72px;
	
}


/*
車検予約ログイン/パスワード変更
---------------------------------------------------*/
.login_area {
	text-align: center;
	margin: 5px auto 10px auto;
	padding: 45px 0 0 0;
	background: url(../syaken/images/slogin_area_bg.gif) 0 0 no-repeat;
	width: 400px;
	height: 235px;

}

.login_area_p {
	text-align: center;
	margin: 5px auto 10px auto;
	padding: 35px 0 0 0;
	background: url(../syaken/images/login_area_p_bg.gif) 0 0 no-repeat;
	width: 400px;
	height: 245px;

}

.login_top_txt {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 5px 0;
	font-size: 90%;

}

.login_table {
	width: 330px;
	text-align: center;
	margin: 0 auto;

}

.login_table .l_title {
	font-size: 90%;
	text-align: right;
	padding: 5px;

}

.login_table .l_form {
	font-size: 90%;
	text-align: left;
	padding: 5px;

}

.login_table .l_form input {
	padding: 2px;
	width: 180px;

}

.login_table .l_btn {
	text-align: center;
	padding: 7px;

}


.toptxt {
	text-align: left;
	padding: 15px 0 0px 0;
	font-size: 90%;

}

.toptxt span {
	color: #FF0000;
	font-weight: bold;

}


/*
車検希望場所
---------------------------------------------------*/
.toptxt_map {
	float: left;
	text-align: left;
	padding: 15px 0 0px 0;
	font-size: 90%;

}

.system_btn {
	float: right;
	padding: 0 0 10px 0;

}

.system_btn a:hover {
	position: relative;
	top: 1px;
	left: 1px;

}


#map_image {
	text-align: center;
	margin: 0 auto 40px auto;

}



/*
注意画面
---------------------------------------------------*/
#a_top_area {
	text-align: left;

}

.a_top_left {
	clear: both;
	float: left;
	text-align: left;

}

.a_top_title {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding: 3px 7px 0 0;
	
}

.a_top_title span {
	color: #FF0000;
	font-size: 90%;
	font-weight: normal;
	
}

.a_top_title_n {
	text-align: left;
	font-size: 90%;
	padding: 3px 7px 0 0;
	
}

.a_top_table {
	text-align: left;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 280px;


}

.a_top_table .a_top_txt {
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 70px;
	font-size: 90%;
	padding: 3px 0 1px 0;
	background-color: #f8f8f8;

}

.a_top_table .a_top_detail {
	text-align: left;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 90%;
	padding: 3px 0 1px 5px;
	color: #00b2ec;

}


/*.a_top_txt {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	width: 320px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	
}
*/
.a_top_btn {
	float: right;
	
}

#a_top_area select {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	padding: 2px;
	

}


.infoa_title {
	clear: both;
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	/*overflow: hidden;*//*デザインモードで表示されなくなったら外す*/
	display: block;
	width: 840px;
	height: 32px;
	background: url(../syaken/images/infoa_title.gif) 0 0 no-repeat;
	margin: 10px 0 7px 0;

}

#infoa_area {
	width: 818px;
	height: 100px;
	overflow: auto;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	
}

.infoa_table {
	width: 808px;
	text-align: left;
}

.infoa_table .infoa_date {
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 80%;
	width: 75px;
	vertical-align: top;
	/*color: #26b8a3;*/

}

.infoa_table .infoa_txt {
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 80%;

}

.infoa_table .infoa_txt span {
	color: #FF0000;

}

.infoa_title2 {
	text-decoration: none;
	text-indent: -9999px;
	text-align: center;
	/*overflow: hidden;*//*デザインモードで表示されなくなったら外す*/
	display: block;
	width: 840px;
	height: 32px;
	background: url(../syaken/images/infoa_title2.gif) 0 0 no-repeat;
	margin: 20px 0 7px 0;

}

#a_contents {
	text-align: left;


}


.a_txt_title {
	clear: both;
	text-align: left;
	padding: 10px 5px 0 10px;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;

}

.a_txt {
	text-align: left;
	padding: 0px 5px 10px 15px;
	font-size: 90%;
	line-height: 150%;

}

.a_txt span {
	font-weight: bold;

}

.a_txt span.red {
	color: #FF0000;

}

.a_table {
	width: 420px;
	text-align: left;
	margin-left: 13px;
}

.a_table th {
	text-align: left;
	padding: 0 0 1px 3px;
	font-size: 80%;

}

.a_table .a_title {
	text-align: left;
	padding: 1px 0 1px 3px;
	font-size: 80%;
	width: 30px;

}

.a_table .a_detail {
	text-align: left;
	padding: 1px 0 1px 3px;
	font-size: 80%;

}

/*
車検希望日時
---------------------------------------------------*/
iframe {
	width: 840px;
	height: 500px;
	border: 1px solid #cccccc;
	overflow: auto;
	padding: 0 0 0 0;
	margin-top: 0px;
	/*overflow-y: scroll;*/
}

#rl_area {
	text-align: left;

}

* html .r_list_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-top: 8px;
	margin-left: 0px;
}

*:first-child+html .r_list_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-top: 8px;
	margin-left: 0px;
}


.r_list_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-top: 8px;
	margin-left: 0px;
}


.r_list_table_h .rl_date {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}

.r_list_table_h .rl_week {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}

.r_list_table_h .rl_round {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}

.r_list_table_h .rl_round2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E5FED7;

}


.r_list_table_h .rl_reserve {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;
}

.r_list_table_h .rl_reserve2 {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E5FED7;
}


.r_list_table_h .rl_applie {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;
}

.r_list_table_h .rl_applie2 {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E5FED7;
}

.r_list_table_h .rl_kind {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;
}

.r_list_table_h .rl_kind2 {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E5FED7;
}

.r_list_table_h .rl_num {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;
}

.r_list_table_h .rl_num2 {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E5FED7;
}






.r_list_table {
	text-align: left;
}


.r_list_table td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

/**:first-child+html .r_list_table .rl_date2 {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 70px;

}
*/

.r_list_table .rl_date2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.r_list_table .rl_week2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.r_list_table .rl_situation {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.r_list_table .rl_check {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}


.r_list_table td.left select {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	font-size: 95%;

}

.r_list_btn {
	padding: 2px 4px 0px 4px;
	color: #222222;
	font-size: 90%;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	height: 30px;

}

.r_list_btn2 {
	padding: 2px 4px 0px 4px;
	color: #222222;
	font-size: 95%;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	height: 40px;

}



/*
予約・キャンセル確認
---------------------------------------------------*/
.result_table {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	width: 840px;
	margin-top: 5px;
}

.result_table th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}

.result_table .r_date {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 220px;

}

.result_table .r_kind {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 170px;

}

.result_table .r_round {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 130px;

}

.result_table .r_num {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.result_table .r_num input {
	width: 70px;

}


.result_btn_table {
	text-align: center;
	margin: 0 auto;
	width: 840px;
	margin-top: 3px;
}

.result_btn_table .btn1 {
	text-align: center;
	padding: 6px 0 3px 0;

}

.result_btn_table .btn2 {
	text-align: right;
	padding: 6px 5px 3px 0;

}

.result_btn_table .btn3 {
	text-align: left;
	padding: 6px 0 3px 5px;
	width: 415px;

}

.result_btn1 {
	padding: 2px 15px 0px 15px;
	color: #222222;
	font-size: 100%;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;

}


.result_btn2 {
	padding: 2px 2px 0px 2px;
	color: #222222;
	font-size: 80%;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;

}


/*
予約状況確認
---------------------------------------------------*/
.my_table {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	width: 840px;
	margin-top: 5px;
}

.my_table th {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}

.my_table .my_check {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 40px;
	
}

.my_table .my_place {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #0066FF;

}

.my_table .my_place2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #009999;

}

.my_table .my_place3 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #009900;

}

.my_table .my_place4 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #00CC33;

}

.my_table .my_place5 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #FF9900;

}

.my_table .my_place6 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #FF6666;

}

.my_table .my_place7 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #FF66CC;

}

.my_table .my_place8 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #FF3399;

}

.my_table .my_date {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 100px;

}

.my_table .my_round {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	padding: 6px 6px 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 55px;

}

.my_table .my_kind {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 6px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 100px;

}


.my_table .my_num {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 110px;

}

.my_table .my_num2 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	padding: 6px 6px 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 55px;

}

.my_table .my_num3 {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	width: 130px;

}

.cancel_txt {
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	padding: 10px 0 0 2px;
	margin-bottom: 12px;
	border-bottom: 2px solid #dddddd;
	
}


iframe.cancel {
	width: 840px;
	height: 129px;
	border: 1px solid #cccccc;
	overflow: auto;
	padding: 0 0 0 0;
	margin-top: 0px;
	/*overflow-y: scroll;*/
}


#c_table_box {
	text-align: left;

}


* html .c_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-left: 0px;
}

*:first-child+html .c_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-left: 0px;
}


.c_table_h {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	margin-left: 1px;
}


.c_table_h th {
	border-right: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #E3F8FF;

}


.c_table {
	text-align: left;
	/*width: 823px;*/
}

.c_table .c_place {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;
	color: #0066FF;
}


.c_table .c_date {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.c_table .c_round {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	padding: 6px 6px 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.c_table .c_kind {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	padding: 6px 0 3px 3px;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}

.c_table .c_num {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 6px 0 3px 0;
	font-size: 75%;
	font-weight: normal;
	background-color: #ffffff;

}




/*
ページング
---------------------------------------------------*/
#paging {

}

#paging ul {
	margin-left: 365px;

}

#paging ul li {
	float: left;
	font-size: 90%;
	padding: 10px 10px 0 0;

}

#paging ul li a {
	text-decoration: underline;
	color: #222222;

}

#paging ul li a.this {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
	font-size: 115%;

}







