﻿@charset "UTF-8";
ul.shaken_paper_tabs {
	list-style: none;
	margin: 0px auto 0px auto;
	padding: 0;
	height: 24px;
	width: 480px;
	clear: both;
}

ul.shaken_paper_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.shaken_paper_tabs li a {
	display: block;
	height: 20px;
	padding: 3px 6px 0 6px;
	background-color: #FFFFDE;
	color: #666666;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #DBDB00;
	border-right-color: #DBDB00;
	border-left-color: #DBDB00;
	text-decoration: none;
}
ul.shaken_paper_tabs li a:hover {
	background-position: center;
	color: #666666;
	background-color: #FFCC00;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	background-image: url('images/tab_back01.gif');
	background-repeat: repeat-x;
}
ul.shaken_paper_tabs li a.active {
	background-position: center;
	background-color: #FFCC00;
	color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	background-image: url('images/tab_back01.gif');
	background-repeat: repeat-x;
}

ul.subsection_tabs {
	list-style: none;
	margin: 16px 0 5px 0;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 38px;
	clear: both;
	border-bottom-color: #FFCF00;
	border-bottom-width: 5px;
}

ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li a {
	display: block;
	height: 34px;
	padding: 3px 6px 0 6px;
	background-color: #FFFFDE;
	color: #666666;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	text-decoration: none;
}
ul.subsection_tabs li a:hover {
	background-position: center;
	color: #FFFFFF;
	background-color: #FFCC00;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	background-image: url('images/tab_back01.gif');
	background-repeat: repeat-x;
}
ul.subsection_tabs li a.active {
	background-position: center;
	background-color: #FFCC00;
	color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #808080;
	border-right-color: #808080;
	border-left-color: #808080;
	background-image: url('images/tab_back01.gif');
	background-repeat: repeat-x;
}

ul.register_tabs {
	border-bottom:none;
}

ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

img.image_numberplate{
	padding-top: 10px;
	height: 59px;
	width: 256px;
}

table.course{
	padding: 0px;
	margin: 18px 0px 8px 0px;
	width: 100%;
	border-collapse: collapse;
	color: #333333;
	background-color: #FFFFFF;
}
table.course td{
	border: 1px solid #C6C3C6;
	text-align: center;
}
table.course th{
	border: 1px solid #C6C3C6;
	white-space: nowrap;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #FFFFE1;
	font-weight: normal;
}

td.top_align{
	vertical-align: top;
}
table.course th.course_left_th {
	text-align: center;
}
ul.course_setumei{
	padding: 0px 0px 0px 18px;
	margin: 0px;
	list-style-type: disc;
	list-style-position: outside;
}

td.shaken_plan_osusume_back{
	
}


div.shaken_paper{
	padding: 0px;
	width: 480px;
	margin: 0px auto 6px auto;
	border: 2px solid #FF9900;
}

div.hidden_object{
	width: 1px;
	height: 1px;
	overflow: hidden;
}	

div.hidden_object input {
	margin: 10px;
}

