@charset "UTF-8";


/*��sp.css��㏑��
-------------------------------------------*/
.cateTitle {
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 2px #999;
	background: url(../img/bg_catetitle.gif) left center repeat-x;
}
.content {
	_padding: 5px 3px 7px 3px;/*IE6*/
}
.subHead {
	height: 20px;
	font-size: 18px;
	padding: 0 6px 0 32px;
	background: url(../img/subhead.gif) 5px center no-repeat;
	-webkit-background-size: 20px 20px;
}

/*��J���[*/
.jo_00 {background: url(../img/jo_00.gif) left center repeat-x;}/*��Ȃ�*/
.jo_01 {background: url(../img/jo_01.gif) left center repeat-x;}/*�D�y*/
.jo_02 {background: url(../img/jo_02.gif) left center repeat-x;}/*����*/
.jo_03 {background: url(../img/jo_03.gif) left center repeat-x;}/*����*/
.jo_04 {background: url(../img/jo_04.gif) left center repeat-x;}/*�V��*/
.jo_05 {background: url(../img/jo_05.gif) left center repeat-x;}/*����*/
.jo_06 {background: url(../img/jo_06.gif) left center repeat-x;}/*���R*/
.jo_07 {background: url(../img/jo_07.gif) left center repeat-x;}/*����*/
.jo_08 {background: url(../img/jo_08.gif) left center repeat-x;}/*���s*/
.jo_09 {background: url(../img/jo_09.gif) left center repeat-x;}/*��_*/
.jo_10 {background: url(../img/jo_10.gif) left center repeat-x;}/*���q*/

/*���X�g*/
ul.list li.liBtn > a {
	/*padding: 9px 15px 9px 0;*/
	background: url(../img/arrow.gif) right center no-repeat;
	-webkit-background-size: 12px 17px;
}


.tabPanelRow .tab li {/*IE6*/
	_display: block;
	_float:left;
}
.tabPanelRow .tab a {
	background: url(../img/tabpanel_tab.gif) left center repeat-x;
}
.tabPanelRow .tab a{/*IE6*/
	_display: block;
	_height: 40px;
	_line-height: 40px;
	_text-align: center;
	_background-color: #cccccc;
}
.tabPanelRow .tab a.selected {
	height: 40px;
    line-height: 38px;
    border: solid 2px #cacaca;
	background: url(../img/tabpanel_tab_sel.gif) left center repeat-x;
}
.tabPanelRow .tab li.btn3 {
	width: 33%;
}
.tabPanelRow .tab {
	*padding-bottom: 15px;/*~IE7*/
	_padding-bottom: 0;/*IE6*/
}
.tabPanelRow .panel {
	margin-top: 15px;
}
table.border1 {
	border-top: solid 1px #333333 !important;
	_border-left: solid 1px #333333;/*IE6*/
}
th {
	width: 120px;
	text-align: center;
	padding: 2px 0;
	background-color: black;
	_color: #fff;/*IE6*/
}
table th.taBtn {
	width: 330px;
	padding: 6px 0;
	_color: #000;/*IE6*/
	_background-color: #ECECEC;/*IE6*/
	_text-align: left;/*IE6*/
}

.border1 th, .border1 td {
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333333;
	_border-bottom: solid 1px #333333;/*IE6*/
	_border-right: solid 1px #333333;/*IE6*/
}
.border1 th:first-child , .border1 td:first-child  {
	border-left: solid 1px #333333;
}
th.border1 , td.border1  {
	border: solid 1px #333333;
}
.border1 tr:first-child {
	border-top: solid 1px #333333;
	/*border: none;*/
}
/*.border1 tr th {
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}*/

/*table th.taBtn a {
	padding: 8px 0;
	margin-left: 30px;
}
table th.taBtn a,
table td.taBtn a {
	color: #000;
	text-decoration: none;
	cursor: default;
}*/


/*���V�K
-------------------------------------------*/
#anagusaTitle,
#kinmanTitle {
	padding: 0 0 15px 0;
}
/*#anagusaTitle {
	height: 60px;
	text-align: center;
	margin-top: 10px;
	background-color: green;
}
#anagusaTitle span {
	font-size: 18px;
}*/

table th.taBtn p,
table td.taBtn p {
	margin-left: 20px;
}
.obli {
	font-size: 12px;
	padding: 8px 12px;
	background-color: #eee;
}
.help,
.back {
	float:left;
	margin: 15px 0 30px 0;
}
.help {
	width: 30%;
	background: url(../img/bg_help.gif) right center no-repeat;
	background-color: #000;
}
.back {
	/*width: 70%;*/
	width: 30%;
	background: url(../img/bg_backnumber.gif) right center no-repeat;
	background-color: #FFAE00;
}
.help a,
.back a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.help a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.back a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

/*�p��*/
.curve {
	-webkit-bordert-radius: 10px;
	border-radius: 10px;
}
.rCurve {/*�E�p��*/
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.lCurve {/*���p��*/
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}