@charset "utf-8";

/*
 *****************************************
 * ADMIN TOOL CSS
 *****************************************
*/


body {
	margin: 0px;
	padding: 0px;
	color: #222222;
	font-family: 'Meiryo', "Hiragino Kaku Gothic Pro", "MS UI Gothic", "MS P Gothic", 'メイリオ', "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', Osaka, Arial, helvetica, sans-serif;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: url(../cimg/background.gif);
	background-repeat: repeat;
}
a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #782727;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
}
td {
	line-height: 150%;
	font-size: 9pt;
}
img {
	border-width:0px;
}

optgroup {
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: normal;
}
optgroup option {
	color: #222222;
}
/*
 *****************************************
 * layout CSS
 *****************************************
*/

#container {
	background-color: #F9F9F9;
	clear: both;
	float: left;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CED1CF;
	border-bottom-color: #CED1CF;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Header Area */

#container #header {
	clear: both;
	height: 100px;
	min-width : 800px;
	background-image: url(../cimg/header_bg.gif);
	background-repeat: repeat-x;
	width: auto;
}

#container #header #header-title {
	height: 60px;
	padding-left: 50px;
}

#container #header #main-menu {
	height: 25px;
	padding-left: 50px;
	margin-top: 15px;
}

#container #header #main-menu ul {
	padding: 0px;
	margin: 0px;
	height: 25px;
	list-style-type: none;
	clear: both;
}

#container #header #main-menu ul li {
	display: inline;
	line-height: 23px;
	height: 23px;
	float: left;
	border: 1px solid #CED1CF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-color: #F0F0F0;
	color: #666;
	padding: 0px;
}

#container #header #main-menu ul li.selected {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}

#container #header #main-menu ul li.info {
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	margin-right: 10px;
	margin-left: 10px;
}

#container #header #main-menu a {
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 23px;
	display: block;
}

#container #header #main-menu a:link {
	color: #333333;
}
#container #header #main-menu a:visited {
	color: #333333;
}
#container #header #main-menu a:hover {
	color: #333333;
	background-color: #FFF;
}
#container #header #main-menu a:active {
	color: #333333;
}

/* Contents Area */

#container #contents {
	clear: both;
	background-image: url(../cimg/contents_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	min-width: 800px;
	width: auto;
}

#container #contents #page-title {
	font-size: 12pt;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CED1CF;
}

#container #contents #loc-addr {
	color: #666666;
	padding-top: 3px;
	padding-bottom: 5px;
}

#container #contents #loc-addr a:link {
	color: #666666
}
#container #contents #loc-addr a:visited {
	color: #666666;
}
#container #contents #loc-addr a:hover {
	color: #666666;
}
#container #contents #loc-addr a:active {
	color: #666666;
}

/* Footer Area */

#container #footer {
	clear: both;
	min-width : 750px;
	height: 40px;
	background-color: #EAECEA;
	background-image: url(../cimg/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	margin: 0px;
	padding-right: 0px;
}


/* etc CSS */

a.icon-thm {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../../cmn/cimg/_default_photo_s.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.list_data {
	border-collapse: collapse;
	background-color: #F8F8F8;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-left-color: #E0E0E0;
	clear: both;
}

.list_data a:link {
	color: #993333;
	text-decoration: none;
}
.list_data a:visited {
	color: #782727;
	text-decoration: none;
}
.list_data a:hover {
	color: #993333;
	text-decoration: underline;
}
.list_data a:active {
	color: #993333;
	text-decoration: underline;
}

.list_data tr.gray {
	color: #666;
}
.list_data tr.gray a:link {
	color: #666;
	text-decoration: none;
}
.list_data tr.gray a:visited {
	color: #666;
	text-decoration: none;
}
.list_data tr.gray a:hover {
	color: #993333;
	text-decoration: underline;
}
.list_data tr.gray a:active {
	color: #993333;
	text-decoration: underline;
}




.list_data th{
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.list_data th.middle {
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	font-weight: normal;
	font-style: normal;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.list_data th.no-line {
	border-right-style: solid;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	background-color: #F8F8F8;
	border-right-width: 1px;
	border-right-color: #E0E0E0;
}
.list_data td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}


table.table-basic {
	border-collapse: collapse;
	border-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	text-align: left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
}
.table-basic th{
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding: 3px;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
}
.table-basic td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding: 3px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	background-color: #FFFFFF;
}
.table-basic td.center-cell {
	text-align: center;
}

table.table-inline {
	border-collapse: collapse;
	border-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E0E0;
	margin: 5px;
}
.table-inline th{
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding: 4px;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	vertical-align: top;
	font-size: 11px;
}
.table-inline td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	background-color: #FFFFFF;
	vertical-align: top;
}
.table-inline td.center-cell {
	text-align: center;
}

.txtS {
	font-size: 11px;
}
.txtL {
	font-size: 12pt;
}
.txtLL {
	font-size: 18pt;
}
.txtLLL {
	font-size: 25pt;
}

.txtPre {
	font-size: 9pt;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.tbox-mail {
	font-size: 9pt;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	line-height: 120%;
}
.clrRed {
	color: #CC0000;
}
.clrRedB {
	color: #CC0000;
	font-weight: bold;
}
.clrBlue {
	color: #36F;
}
.clrblueB {
	color: #36F;
	font-weight: bold;
}
.txtBoxError {
	font-size: 10pt;
	color: #990000;
	margin: 2px;
	padding: 5px;
	border: 1px solid #993300;
	background-color: #FFE8DF;
}

/* form CSS */

.form_err_txt {
	background-color: #F1C9C9;
}
.form_err_numric {
	background-color: #F1C9C9;
	text-align: right;
}
.form_basic_txt {
	background-color: #FFFFFF;
}
.form_basic_numric {
	text-align: right;
}
.form_nonactive {
	background-color: #F1ECE7;
	border: 1px solid #CFBFAD;
	color: #666666;
	text-align: right;
}
.form_reference {
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	color: #999999;
	text-align: right;
}
.form_delete_btn {
	color: #990000;
	font-weight: bold;
}
