body {
	font-size: 13px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
}

table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

img {
	border: 0;
}


table.header {
	background: url(../images/header_bar.gif) repeat-x;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

table.header td {
	margin: 0;
	padding: 0;
}

table.header .headerName {
	text-align:right;
	margin: 0;
	padding: 2px 6px;
	vertical-align: bottom;
	font-weight:bold;
	font-size:12px;
}


div.footerbar {
	text-align: center;
	border-top: 1px solid #dddddd;
	margin-top: 10px;
}

table.center {
	margin: 10px auto;
}

table.border {
	width: auto;
	border-collapse: collapse;
	empty-cells: show;
}

table.border td {
	border: 1px solid #aaaaaa;
	padding: 4px;
	vertical-align: top;
}

table.border td.head {
	background-color: #C3DAFF;
	padding: 4px;
	vertical-align: middle;
}

table.border th {
	color: #ffffff;
	background-color: #446BCC;
	border: 1px solid #888888;
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}

table.listdata {
	font-size: 11px;
	border-collapse: collapse;
	empty-cells: show;
}

table.listdata td {
	border: 1px solid #888888;
	padding: 1px;
	vertical-align: top;
}

table.listdata th {
	background-color: #446BCC;
	border: 1px solid #888888;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	color:#ffffff;
}

table.none td {
	border: 0;
	padding: 4px;
	vertical-align: top;
}


.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #808080;
}

hr {
	border: none;
	border-bottom: 1px solid #dddddd;
}

.error {
	color: #000000;
	border: 2px dotted #ff6633;
	padding: 8px 8px 8px 35px;
	margin: 15px 10px;
	background: #fff8ee url(../images/error.gif) no-repeat 5px 4px;
}

.message {
	color:#000000;
	border:1px solid #00cc00;
	padding:8px 8px 8px 35px;
	margin:15px 10px;
	background:#f8fff8 url(../images/important.gif) no-repeat 5px 4px;
}


/* ボタン 青 */
.btn_blue {
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	line-height: 24px;
	height: 24px;
	background: url(../images/btn_blue.gif) no-repeat right top;
	padding-right: 16px; 
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.btn_blue ins { 
	background: url(../images/btn_blue.gif) no-repeat left top;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-left: 16px;
	text-decoration: none;
	font-size: 13px;
}

a.btn_blue:hover {
	background-position:right -157px;
	color: #FFFFC0
}
a.btn_blue:hover ins {
	background-position:left -157px;
	color: #FFFFC0
}

a.btn_blue:focus {
	background-position:right -157px;
	color: #FFFFC0
}
a.btn_blue:focus ins {
	background-position:left -157px;
	color: #FFFFC0
}

/* ボタン 橙 */
.btn_orange {
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	line-height: 24px;
	height: 24px;
	background: url(../images/btn_orange.gif) no-repeat right top;
	padding-right: 10px; 
	display: inline-block;
	text-decoration: none;
	color: #000053;
	font-weight: bold;
}

.btn_orange ins { 
	background: url(../images/btn_orange.gif) no-repeat left top;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
}

a.btn_orange:hover {
	background-position:right -157px;
}
a.btn_orange:hover ins {
	background-position:left -157px;
}

a.btn_orange:focus {
	background-position:right -157px;
}
a.btn_orange:focus ins {
	background-position:left -157px;
}


/* ボタン 灰 */
.btn_gray {
	cursor: pointer;
	cursor: hand;
	padding: 0px;
	line-height: 24px;
	height: 24px;
	background: url(../images/btn_gray.gif) no-repeat right top;
	padding-right: 10px; 
	display: inline-block;
	text-decoration: none;
	color: #000053;
	font-weight: bold;
}

.btn_gray ins { 
	background: url(../images/btn_gray.gif) no-repeat left top;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
}

a.btn_gray:hover {
	background-position:right -157px;
}
a.btn_gray:hover ins {
	background-position:left -157px;
}

a.btn_gray:focus {
	background-position:right -157px;
}
a.btn_gray:focus ins {
	background-position:left -157px;
}

/* ボタン トップ */
a.topmenu {
	display: inline-block;
	background:#f6f6f6 url(../images/menulist.gif) no-repeat center left;
	font-size: 13px;
	height: 24px;
	padding-left: 18px;
	padding-right: 8px;
	line-height: 24px;
	font-weight: bold;
	color: #000053;
	text-decoration: none;
	border-top: 1px solid #0000C3;
	border-bottom: 2px solid #000083;
	border-left: 1px solid #0000C3;
	border-right: 2px solid #000083;
}

/* リスト */
a.topmenu:hover {
	background:#D3EDFF url(../images/menulist.gif) no-repeat center left;
}

a.listmenu {
	color: #000053;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 4px;
	font-weight: bold;
	border-top: 1px solid #eeeeff;
	border-left: 1px solid #eeeeff;
	border-right: 1px solid #666699;
	border-bottom: 1px solid #666699;
	background: #e6e6e6;
	text-align: left;
	display: block;
}

a.listmenu:hover {
	background: #9FCFFF;
}

a.listmenu:visited {
	color: #000053;
}



a#VD {
	color: #883600;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	margin:0 6px;
}

div.title a {
	font-weight: bold;
	color: #000053;
	text-decoration: none;
}

ul.list {
	line-height: 150%;
}

ul.list li {
	margin:4px;
	list-style:none;
}

div.title {
	border-left: 6px solid #666699;
	border-bottom: 2px solid #666699;
	padding: 5px;
	font-size: 15px;
}

.head {
	background-color: #C3DAFF;
	vertical-align: middle;
	padding: 4px;
	font-weight:bold;
}

div.border {
	display: table-cell;
	border:1px solid #000053;
	padding: 0;
	width:auto;
	vertical-align: middle;
}


/* 入力用 */
input[type="text"]:focus {
	background-color: #FFFFD5;
}
input[type="tel"]:focus {
	background-color: #FFFFD5;
}
input[type="email"]:focus {
	background-color: #FFFFD5;
}
input[type="date"]:focus {
	background-color: #FFFFD5;
}

textarea:focus {
	background-color: #FFFFD5;
}

input.num20 {
	ime-mode:disabled;
	width: 20px;
	height: 16px;
	text-align: right;
}

input.num35 {
	ime-mode:disabled;
	width: 35px;
	height: 16px;
	text-align: right;
}
input.num50 {
	ime-mode:disabled;
	width: 50px;
	height: 16px;
	text-align: right;
}
input.num75 {
	ime-mode:disabled;
	width: 75px;
	height: 16px;
	text-align: right;
}

input.num100 {
	ime-mode:disabled;
	width: 100px;
	height: 16px;
	text-align: right;
}

input.none120 {
	ime-mode:disabled;
	width: 120px;
	height: 16px;
	text-align: left;
}
input.none200 {
	ime-mode:disabled;
	width: 200px;
	height: 16px;
	text-align: left;
}

input.txt50 {
	ime-mode:active;
	width: 50px;
	height: 16px;
	text-align: left;
}

input.txt100 {
	ime-mode:active;
	width: 100px;
	height: 16px;
	text-align: left;
}

input.txt150 {
	ime-mode:active;
	width: 150px;
	height: 16px;
	text-align: left;
}

input.txt300 {
	ime-mode:active;
	width: 300px;
	height: 16px;
	text-align: left;
}

input.txt580 {
	ime-mode:active;
	width: 480px;
	height: 16px;
	text-align: left;
}

input.txt98p {
	ime-mode:active;
	width: 98%;
	height: 16px;
	text-align: left;
}

textarea.text10_4 {
	width: 140px;
	height: 65px;
	ime-mode:active;
}

textarea.text10_5 {
	width: 140px;
	height: 80px;
	ime-mode:active;
}

textarea.text20_3 {
	width: 260px;
	height: 40px;
	ime-mode:active;
}

textarea.text20_5 {
	width: 260px;
	height: 80px;
	ime-mode:active;
}

input.serach {
	font-size: 12px;
	border-right: 1px solid #999999;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	background-color: #DAFFFF
}

select {
	padding: 0;
	margin: 0 2px;
	font-size: 12px;
	border-right: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	background-color: #DAFFFF
}

option {
	border-bottom: 1px solid #cccccc;
	margin: 0;
	padding: 1px;
	background-color: #FFFBE3;
}



