@media print{
#print_none {
	display:none;
	}
}
@media print{
	#menu {
		display: none;
	}
}

@media print{
	#header{
		display: none;
	}
}

@media print{
	#footer {
		display: none;
	}
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #F7F7F7;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
}

a:hover{
	color: #E54A21;
	font-weight: bold;
	cursor: pointer;
}

.action_button:hover{
	cursor: pointer;
}

.top_tuuti{
	margin-bottom: 5px;
}

LABEL{
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	height: 84px;
	padding: 0px 30px 0px;
	background: url('../img/header.png') repeat-x;
	min-width: 900px;
	width: 100%;
}
#header .div1 {
	color: #FFFFFF;
	padding: 18px 0px 0px 0px;
	float: left;
}
#header .div2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 14px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}


#content {
	background: #FFFFFF url('../img/background.png') 0px 1px repeat-x;
	padding: 10px 30px 25px 30px;
	min-width: 900px;
}
#footer {
	background: #F7F7F7 url('../img/footer.png') repeat-x;
	height: 38px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
}
.warning {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 12px;
	text-align: center;
}

.error {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 12px;
	text-align: center;
}

.error_message{
	background-color: #ffb6c1;
	padding: 10px;
	width: 500px;
	color: #000000;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
.box {
	margin-bottom: 15px;
	background-color: #FFFBED;
}
.box > .heading {
	height: 40px;
	background: url('../img/box_center.png') repeat-x;
	margin-bottom: 0px;
}
.box > .left {
	float: left;
	width: 7px;
	height: 40px;
	background: url('../img/box_left.png') no-repeat;
}
.box > .right {
	float: right;
	width: 7px;
	height: 40px;
	background: url('../img/box_right.png') no-repeat;
}
.box > .heading h1 {
	background-position:  2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px 0px 11px 30px;
	color: #003A88;
	font-size: 16px;
	float: left;
}
.box > .heading .buttons {
	float: right;
	padding-top: 8px;
}
.box > .content {
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	min-height: 300px;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 10px;
	background: url('../img/button_left.png') top left no-repeat;
}
.button span {
	color: #FFF;
	display: block;
	padding: 5px 30px 5px 2px;
	background: url('../img/button_right.png') top right no-repeat;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.list td, .list th {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td, .list thead th {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td, .list thead th a, .list thead th {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody a {
	text-decoration: none;
}
.list tbody td {
	vertical-align: middle;

	padding: 10px;

}
.list tbody tr:odd {
 background: #FFFFFF;
}
.list tbody tr:even {
 background: #E4EEF7;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../img/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../img/desc.png') right center no-repeat;
}
.list .filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	margin-top: 30px;
	border-top: 1px solid #EEEEEE;
	background: #F8F8F8;
	display: inline-block;
	width: 100%;
}
.pagination .links, .pagination .results {
	padding: 9px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.form {
	width: 100%;
	border-collapse: collapse;
}
table.form tr td:first-child {
	width:200px;
}

.form > * > * > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.help {
	color: #564C46;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.required {
	color: #FF0000;
	font-weight: bold;
}

.syounin_str{

	color: green;
	font-weight: bold;

}

.syousai{
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px
}

.kiroku_line{
	background-color:#C9E68E;
	color: white;
}

.kyakka_str{

	color: red;
	font-weight: bold;

}

.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 300px;
	background: #FFFFFF;
	overflow-y: scroll;
}

#top_content{

	font-size:15px;

}

.tabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.tabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../img/tab.png') repeat-x;
	padding: 6px 15px 7px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.tabs a.selected {
	padding-bottom: 8px;
	background: #FFFFFF;
}
.vtabs {
	width: 180px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 195px;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}

.vr_mentionMarkMeGreen {
display: inline-block;
width: 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #7ab647;
color: #fff;
text-align: center;
font-size: 12px;
line-height: 16px;
font-weight: bold;
}

.vr_mentionMarkMeRed {
display: inline-block;
width: 16px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: red;
color: #fff;
text-align: center;
font-size: 12px;
line-height: 16px;
font-weight: bold;
}
div.tooltip {
    width: 250px;
    position: absolute;
    left: -9999px;
    background: #EEE;
    padding: 5px;
    border: 1px solid #AAA;
}

div.tooltip p{
    color: #FFF;
    background: #222;
    padding: 5px 10px;
}

.req{
	background-color: #d9534f;
	display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;

    box-sizing: border-box;
    border-collapse: collapse;
}

input[type=checkbox] {
	transform: scale(1.7);
}
