@charset "utf-8";
body#login {
	background-color: #F0F0F0;
	background-image: url(img/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
input.type01 {
	color:#fff;
	background: #0099CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1ABAEF), to(#0099cc));
	background: -webkit-linear-gradient(#1ABAEF, #0099cc);
	background: -moz-linear-gradient(#1ABAEF, #0099cc);
	background: -ms-linear-gradient(#1ABAEF, #0099cc);
	background: -o-linear-gradient(#1ABAEF, #0099cc);
	background: linear-gradient(#1ABAEF, #0099cc);
	border: 1px solid #10ADE2;
}
.box_type01 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	box-shadow: #DDD 0px 0px 8px;
}
.box_type01 .head {
	position:relative;
}
.box_type01 .inner {
	padding: 15px;
}
.box_type01 h2 {
	background-color: #EEE;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	padding-right: 15px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEE), to(#DDD));
	background: -webkit-linear-gradient(#EEE, #DDD);
	background: -moz-linear-gradient(#EEE, #DDD);
	background: -ms-linear-gradient(#EEE, #DDD);
	background: -o-linear-gradient(#EEE, #DDD);
	background: linear-gradient(#EEE, #DDD);
}
.box_type01 h2:hover {
	background-color: #E0E0E0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EDEDED), to(#CCC));
	background: -webkit-linear-gradient(#EDEDED, #CCC);
	background: -moz-linear-gradient(#EDEDED, #CCC);
	background: -ms-linear-gradient(#EDEDED, #CCC);
	background: -o-linear-gradient(#EDEDED, #CCC);
	background: linear-gradient(#EDEDED, #CCC);
	cursor:pointer;
}
.box_type01 h2 span {
	display:block;
}
.box_type01 h3 {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c6cfdd;
}
.box_type01 .tab {
	position: absolute;
	right: 20px;
	bottom: -1px;
}
.box_type01 .tab li {
	float:left;
	margin-left: 5px;
}
.box_type01 .tab li a {
	display:block;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-size: 11px;
}
.box_type01 .tab li a:link, .box_type01 .tab li a:visited {
	color: #333;
}
.box_type01 .tab li a:hover {
	color: #0090C0;
}
.box_type01 .tab li.on a {
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.box_type01 ul.menu {
	padding-bottom: 5px;
}
.box_type01 ul.menu li a {
	background-image: url(../../img/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 20px;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
}
.box_type01 ul.menu li a:hover {
	background-color: #EEE;
}
/* テーブル
******************************************************************/

/* table_type_01 
******************/
table.table_type_01 {
	background-color: #FFF;
	margin-bottom: 15px;
	width: 100%;
}
table.table_type_01 thead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C6CFDD;
}
table.table_type_01 tbody {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6CFDD;
}
table.table_type_01 tfoot {
}
table.table_type_01 th {
	font-weight: bold;
	color: #09C;
	/* [disabled]font-size: 110%;
*/
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
table.table_type_01 td {
	font-size: 98%;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
table.table_type_01 tbody tr.odd {
	background-color: #F3F5F8;
}
table.table_type_01 tbody tr:hover {
	background-color: #E0F7FE;
}
table.table_type_01 td ul {
	display: inline-block;
}
table.table_type_01 td ul li {
	float: left;
}
/* table_type_02 
******************/
table.table_type_02 {
	background-color: #FFF;
	margin-bottom: 15px;
}
table.table_type_02 th, table.table_type_02 td {
	border: 1px solid #DDD;
}
table.table_type_02 th {
	padding: 10px;
	font-weight: bold;
	background-color: #F3F5F8;
}
table.table_type_02 td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
/* テーブル（ここまで）
******************************************************************/






.box_type01 input {
	/* [disabled]margin-bottom:0px;
*/
}
.box_type01 form tbody tr.odd {
}
.box_type01 form tbody tr:hover {
}
.form_type01 li {
	float: left;
	margin-right: 10px;
}
.form_type01 ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
body {
	background-color: #F0F0F0;
	font-size: 13px!important;
	color: #333;
}
#wrapper {
}
#header {
	margin-bottom: 10px;
	position: relative;
	background-color: #333;
	background-repeat: repeat;
}
#header .inner {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	top: 12px;
}
#header h1 .caption {
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 20px;
	display: inline;
}
#header .right {
	position: absolute;
	right: 20px;
	top: 12px;
	color: #FFF;
}
#header .user_info {
	float: left;
	margin-right: 10px;
}
#header .btn_logout {
	float: left;
}
#header .btn_logout a {
	text-align: center;
	width: 200px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
	background: -webkit-linear-gradient(#FFF, #CCC);
	background: -moz-linear-gradient(#FFF, #CCC);
	background: -ms-linear-gradient(#FFF, #CCC);
	background: -o-linear-gradient(#FFF, #CCC);
	background: linear-gradient(#FFF, #CCC);
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	color: #09C;
}
#header .btn_logout a:hover {
	color: #F33;
	text-decoration: none;
}
#header .btn_logout a span {
	background-image: url(../../img/icon_lock.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#main_navi {
	text-align: left;
}
#main_navi h2 {
	margin-bottom: 10px;
}
#main_navi h2 a {
	color: #FFF;
	background-color: #333;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: block;
	padding-left: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(img/home-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 0.5em;
}
#main_navi h2 a:hover {
	color: #FFF;
	background-color: #09F;
}
#main_navi h3 {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-color: #E0E0E0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EDEDED), to(#CCC));
	background: -webkit-linear-gradient(#EDEDED, #CCC);
	background: -moz-linear-gradient(#EDEDED, #CCC);
	background: -ms-linear-gradient(#EDEDED, #CCC);
	background: -o-linear-gradient(#EDEDED, #CCC);
	background: linear-gradient(#EDEDED, #CCC);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	display:block;
	padding-left: 10px;
	border: 1px solid #CCC;
}
#main_navi h3:hover {
	cursor:pointer;
}
#main_navi ul.menu {
	padding-bottom: 10px;
}
#main_navi .menu li {
	line-height: 0;
}
#main_navi .menu li a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	color: #444;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 95%;
	line-height: normal;
}
#main_navi .menu li.hilite a {
	background-color: #FFFFAA;
}

#main_navi .menu li a:hover {
	color: #09C;
}
#content {
	margin-left: 240px;
	margin-right: 20px;
}
#content h2#pagetitle {
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}
#content .sidebar {
	width: 220px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 60px;
}
#content .sidebar_wrapper {
	padding-left: 15px;
}
#content .main {
}
#footer {
	margin-left: 240px;
	margin-right: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#footer .inner {
}
body#login {
	background-repeat: repeat;
}
/*	ページナビゲーション
******************************************************************/
#page_navi {
	margin-bottom: 10px;
	margin-top: 10px;
}
#page_navi span {
	margin-right: 10px;
}
#page_navi .number a, #page_navi .num_number {
	border: 1px solid #DDD;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#page_navi .num_number {
	background: #0099CC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1ABAEF), to(#0099cc));
	background: -webkit-linear-gradient(#1ABAEF, #0099cc);
	background: -moz-linear-gradient(#1ABAEF, #0099cc);
	background: -ms-linear-gradient(#1ABAEF, #0099cc);
	background: -o-linear-gradient(#1ABAEF, #0099cc);
	background: linear-gradient(#1ABAEF, #0099cc);
	border-top-color: #029BCF;
	border-right-color: #029BCF;
	border-bottom-color: #029BCF;
	border-left-color: #029BCF;
	color: #FFF;
}
/*	ログイン
******************************************************************/
#login #wrapper {
	width: 390px;
	height: 300px;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	margin-left: -185px;
	left: 50%;
}
#login h1 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]font-weight: bold;
*/
	color: #FFF;
	font-size: 18px;
}
#login input {
	margin-bottom:10px;
}

.alert_message{
	color: #C00;
}