@charset "utf-8";
/* CSS Document */
#root {
	width: 100%;
	min-width: 1024px;
}

.notification {
	margin: 20px 100px;
	width: 600px;
	border: #999 2px solid;
	padding: 20px;
	font-size: 1.5em;
	background-color: white;
}

/* top */
#top_frame {
	z-index: 999;
	background-color: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 32px;
	height: 32px;
}

#top_frame ul {
	height: 32px;
	background-color: #F2F2F2;
	border-bottom: #d5d5d5 1px solid;
}

#top_frame ul li{
	height: 32px;
	min-width: 135px;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	display: block;
	line-height: 32px;
	float: left;
	border-left: #FFF 1px solid;
	border-right: #e5e5e5 1px solid;
}

#top_frame ul li.select {
	color: #333;
	height: 31px;
	font-weight: bold;
	border-top: #E5E5E5 1px solid;
	border-left: #E5E5E5 1px solid;
	background-color: #EEEEEE;
}

#top_frame ul li a {
	width: 100%;
	display: block;
	color: #333;
	text-decoration: none;
}

#top_frame ul li a:hover {
	color: #666;
	background-color: #fafafa;
}

#left_frame {
	position: fixed;
	left: 0;
	top: 32px;
	width: 250px;
	min-width: 250px;
	height: 100%;
	z-index: 777;
	overflow: auto;
	background-color: #F2F2F2;
	border-right: #E5E5E5 1px solid;
	-webkit-box-shadow: 0px 0px 6px 1px #999;
	-moz-box-shadow: 0px 0px 6px 1px #999;
	box-shadow: 0px 0px 6px 1px #999;
}

#left_frame h2.title {
	margin-top: 64px;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

#left_frame ul {
	width: 100%;
	padding-bottom:200px;
}

#left_frame li a {
	display: block;
	width: 100%;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
	color: #666;
	text-decoration: none;
	font-size: 2em;
	text-align: center;
}

#left_frame li.now a {
	height: 62px;
	line-height: 62px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #E5E5E5 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

#left_frame li.now a:hover {
	background-color: #EEEEEE;
	border-top: #E5E5E5 1px solid;
	border-bottom: #FFFFFF 1px solid;
}

#left_frame li a:hover {
	height: 62px;
	line-height: 62px;
	background-color: #FAFAFA;
	border-top: #FFFFFF 1px solid;
	border-bottom: #E5E5E5 1px solid;
}

#right_frame {
	padding: 0 0 0 251px;
	z-index: 1;
}

#page {
	background-color: #ffffff;
}
/*固定ヘッダー*/
#page_header {
	width: 100%;
	min-width: 1270px;
	left: 251px;
	position: fixed;
	top: 32px;
	z-index: 777;
	background-color: #FFFFFF;
	-webkit-box-shadow: 4px 0px 6px 1px #777;
	-moz-box-shadow: 4px 0px 6px 1px #777;
	box-shadow: 4px 0px 6px 1px #777;
}

.noleftbar {
	left: 0px;
	margin: 0;
}

/*ページタイトル*/
#page_title {
	font-size: 2em;
	margin: 8px 0 8px 32px;
	padding: 8px 0 8px 0;
	font-weight: bold;
}
/*→ナビゲーション部分*/
#page_navi {
	margin: 0 251px 0 0;
	padding: 0;
	height: 32px;
	background-color: #f2f2f2;
	border-bottom: #e5e5e5 1px solid;
}

#page_navi li {
	height: 32px;
	min-width: 135px;
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
	display: block;
	line-height: 32px;
	float: left;
	border-left: #FFF 1px solid;
	border-right: #e5e5e5 1px solid;
}

#page_navi li.select {
	color: #333;
	height: 31px;
	font-weight: bold;
	border-top: #E5E5E5 1px solid;
	border-left: #E5E5E5 1px solid;
	background-color: #EEEEEE;
}

#page_navi li.right {
	min-width: 135px;
	max-width: 250px;
	float: right;
}

#page_navi li.wide {
	min-width: 250px;
}

#page_navi li a {
	width: 100%;
	display: block;
	color: #333;
	text-decoration: none;
}

#page_navi li a:hover {
	color: #666;
	background-color: #fafafa;
}

#page_navi li a.green {
	color: #FFFFFF;
	background-color: #008000;
}

#page_navi li a.green:hover {
	color: #FFFFFF;
	background-color: #008040;
}

#page_navi li a.red {
	color: #FFFFFF;
	background-color: #FF0000;
}

#page_navi li a.red:hover {
	background-color: #FF4000;
}

#page_navi li a.disable {
	color: #FFFFFF;
	background-color: #EEEEEE;
	cursor: not-allowed;
}

#page_inner {
	margin-top: 100px;
	padding: 32px;
	position: relative;
}

/*テーブル関連*/
table {
	font-size: 1.5em;
	line-height: 1.5em;
}
/*テーブルサイズ*/
table.wide {
	width: 100%;
}

table.medium {
	width: 800px;
}

table.small {
	width: 630px;
}

th {
	padding: 4px 8px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border-left: #F5F5F5 1px solid;
	border-right: #e5e5e5 1px solid;
	border-top: #F5F5F5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	background-color: #f2f2f2;
}

td {
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
	border-left: #F5F5F5 1px solid;
	border-right: #e5e5e5 1px solid;
	border-top: #F5F5F5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	background-color: #ffffff;
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.middle {
	vertical-align: middle;
}

td.small {
	font-size: 0.75em;
}

td.zero {
	padding: 0;
	height: 100%;
}

/*リンク関連*/
a.full {
	width: 100%;
	height: 100%;
	min-height: 32px;
	line-height: 32px;
	display: block;
	vertical-align: middle;
}

a:hover.full {
	background-color: #66B366;
}

a.gray {
	text-decoration: underline;
	color: #333;
}

a:hover.gray {
	text-decoration: underline;
	color: green;
}
/*フォント関連*/
span.red {
	color: red;
}

span.blue {
	color: blue;
}

span.yellow {
	color: orange;
}

span.green {
	color: green;
}

/*
 * iFrame
 */
iframe {
	width: 480px;
	height: 600px;
}

iframe.full {
	width: 100%;
}

/*インプット関連*/
textarea {
	width: 480px;
	height: 240px;
}

textarea.full {
	width: 100%;
}

input.full {
	width: 100%;
}

input[type="submit"].green,input[type="button"].green,a.green {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	background-color: #008000;
	display: block;
	width: 100%;
	min-height: 32px;
	cursor: pointer;
	border: none;
}

input[type="submit"]:hover.green,input[type="button"]:hover.green,td a:hover.green
	{
	background-color: #008060;
	text-decoration: underline;
}

input[type="submit"][disabled].green,input[type="button"][disabled].green,a[disabled].green
	{
	color: #FFFFFF;
	background-color: #E9E9E9;
	cursor: not-allowed;
}

input[type="submit"].red,a.red {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #FF0000;
	display: block;
	width: 100%;
	min-height: 32px;
	line-height: 32px;
	cursor: pointer;
	border-left: #F5F5F5 1px solid;
	border-right: #e5e5e5 1px solid;
	border-top: #F5F5F5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}

input[type="submit"]:hover.red,td a:hover.red {
	background-color: #FF4000;
}

input[type="submit"][disabled].red,input[type="button"][disabled].red,a[disabled].red
	{
	color: #FFFFFF;
	background-color: #E9E9E9;
	cursor: not-allowed;
}

td form input[type="submit"].green {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
}

/**
 * 	画像
 */
img.icon {
	vertical-align: text-bottom;
	margin-bottom: -2px;
	width: 18px;
	height: 18px;
}

img.thumb1 {
	width: 100px;
}

img.thumb2 {
	width: 200px;
}

img.thumb3 {
	width: 300px;
}

/*警告関連*/
#datanull {
	text-align: center;
}