﻿@charset "utf-8";
/* CSS Document */


/*
HTML共通
-----------------------------------------------------------------------------*/
[v-cloak] { display: none; }

.td_border_left{
	border-top: solid 2px rgb(255, 0, 0);
	border-bottom: solid 2px rgb(255, 0, 0);
	border-left: solid 2px rgb(255, 0, 0);
}

.td_border_middle{
	border-top: solid 2px rgb(255, 0, 0);
	border-bottom: solid 2px rgb(255, 0, 0);
}

.td_border_right{
	border-top: solid 2px rgb(255, 0, 0);
	border-bottom: solid 2px rgb(255, 0, 0);
	border-right: solid 2px rgb(255, 0, 0);
}

.td_border_left_only{
	border-left: solid 2px rgb(255, 0, 0);
}

body {
	margin: 0px;
	color: #333333;
	background-color: #FFF;
	font-size: 13px;
	font-family:"メイリオ", "Meiryo";
	line-height:200%;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
html {   
    overflow-y: scroll;   
}     
img {   
    border: 0;   
}
  
li  {
	list-style-type: none;
}
 	
form{
	margin-top:0px;
	margin-bottom:0px;
	margin-right: 0px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #C00;
	outline: none;
}
a:hover {
    text-decoration: underline;
}
a:hover img.hoverImg{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../img/sub_img.png);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 35px;
	padding-top: 3px;
	color: #666;
	line-height: 180%;
}
h3 {
	font-weight: bold;
	color: #00b8f4;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

#facesheet input {
    font-size: 14px;
}
#facesheet select {
    font-size: 14px;
}
#contents {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 15px;
}
#page_navi {
	margin-bottom: 15px;
	font-size: 14px;
}
#page_navi a {
	text-decoration: none;
	color: #333;
	outline: none;
}
#page_navi a:hover {
	text-decoration: underline;
	color: #666;
}
.page_navi_red {
	background-color: #F9DDE6;
	text-align: center;
	padding: 5px;
	border: 1px solid #00b8f4;
}
.page_navi_blue {
	background-color: #E4ECF8;
	text-align: center;
	padding: 5px;
	border: 1px solid #719AD9;
}
.page_navi_blue_off {
	background-color: #E4ECF8;
	text-align: center;
	padding: 5px;
	border: 1px solid #719AD9;
	color: #CCC;
}
.form_area {
	margin-bottom: 15px;
	background-color: #FFF;
	white-space: nowrap;
}
.form_line {
	border-left-style: solid;
	border-left-color: #01a1ec;
}
.table_line {
	border: 2px solid #999;
}
.table_no_line {
	border: none;
	outline: none;
}
.table_line_right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
}
.table_line_left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999;
}
.table_line_bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
tr.table_line_bottom td{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}/* added */
td.input_cell{
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.input_cell0{
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.input_cell1{
	background-color: #f2fcff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.input_cell10{
	background-color: #E6FFE6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.input_cell11{
	background-color: #a2ffcc;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.input_cell input{
	text-align: right;
}
td.total_cell{
	background-color: #F9DDE6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
/*	padding : 0px;*/
}
td.error_cell input{
	color: #F00;
	background-color: #FF8;
}
.table_ico_yellow {
	color: #FFF;
	background-color: #F3C12C;
	padding: 3px;
	margin-bottom: 3px;
}
.table_ico_green {
	color: #FFF;
	background-color: #84C56D;
	padding: 3px;
	margin-bottom: 3px;
}
.table_ico_blue {
	color: #FFF;
	background-color: #4386BC;
	padding: 3px;
	margin-bottom: 3px;
}
.table_ico_purple {
	color: #FFF;
	background-color: #AF50AD;
	padding: 3px;
	margin-bottom: 3px;
}
.txtarea_pink {
	background-color: #f2fcff;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #01a1ec;
}

.txtarea_table {
	background-color: #f2fcff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #01a1ec;
}

.txtarea_table table {
    border-collapse: collapse;
	border: 1px solid #333333;
}

.bg_blue {
    background-color: #66ffff;
}

.bg_cutoff1 {
    background-color: #DAEEF3;
}

.bg_cutoff2 {
    background-color: #B7DEE8;
}

.bg_yellow {
    background-color: #FFFF00;
}

.text_red {
    color: #ff0000;
}

#login {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
}
#login_admin {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2fcff;
	padding: 15px;
	border: 1px solid #CCC;
}

#extend {
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
}

#notice {
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
}

.emphasis {
    color: #ff0000;
	font-weight: bold;
}

.txt_area {
	margin-bottom: 15px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 15px;
}
.txt_pink {
	color: #00b8f4;
}


/*
header
-----------------------------------------------------------------------------*/
#head_line {
	background-color: #00b8f4;
	height: 3px;
	width: 100%;
}
#header {
	clear: both;
}

#logo {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}
.logout {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}




/*
footer
-----------------------------------------------------------------------------*/
#footer_line {
	width: 100%;
	font-size: 14px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 15px;
}
#footer_txt {
	float: left;
	width: 400px;
	padding-top: 10px;
	margin-left: 15px;
}
#footer_copy {
	float: right;
	text-align: right;
	width: 500px;
	padding-top: 40px;
	margin-right: 15px;
}
.pwContents {
	background-color: #FFF;
	padding: 15px;
	width: 400px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.popupContents {
	background-color: #FFF;
	padding: 15px;
	width: 650px;
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.yellow {
	background-color: #ffff99;
}
.back_green {
	background-color: #E6FFE6;
}

.required {
    background-color: #E6FFE6;
}
.text_large {
	font-size: 14px;
}

.text_important {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.text_less {
	font-size: 14px;
	color: #ffa500;
	font-weight: normal;
}

.text_ok {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

textarea {
    width: 90%;
}

.age_col0 {
	background-color: #ffffff;
}
.age_col1 {
	background-color: #f2fcff;
}

.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
}

.no_spam {
    display: none;
}
