
/**
 * fast_toriai stylesheet
 * @filesource
 * @copyright       Copyright 2008 Fastcrew Corporation. All Rights Reserved.
 * @link            http://www.fastcrew.co.jp
 * @package         fast_toriai
 * @subpackage      fast_toriai.webroot.css
 * @since
 * @version
 * @modifiedby
 * @lastmodified
 * @license
 */
/* reset */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset, input, textarea{
  margin: 0;
  padding: 0;
}
img, fieldset{
  border: none;
}

/* General Style Info */
body {
    background: #666666;
    color: #000;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size:90%;
    margin: 0;
    padding:15px 0 0;
}
a {
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #D58900;
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
}
h1 {
    background:#fff;
    color: #003d4c;
    font-size: 115%;
    margin: 0.1em 0;
}
h2 {
    background:#fff;
    color: #e32;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 190%;
    margin: 0.3em 0;
    padding-top: 0.8em;
}
h3 {
    color: #993;
    font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
    font-size: 165%;
    padding-top: 1.5em;
}
h4 {
    color: #993;
    font-weight: normal;
    padding-top: 0.5em;
}
ul, li {
    margin: 0 5px;
}

/* Layout */
#container {
    text-align: left;
    margin-left:auto;
		margin-right:auto;
		width:980px;
}

#header{
    color:#FFFFFF;
		font-size:12px;
		margin:0 auto;
		text-align:left;
		width:980px;
}
#header h1 {
	color: #D58900;
	background:transparent;
    width:80%;
    float: left;
    height: 20px;
    font-size: 165%;
    font-weight: bold;
}
#header h1 a {
    color: #000;
    background: #003d4c;
    font-weight: normal;
    text-decoration: none;
}
#header h1 a:hover {
    color: #000;
    background: #003d4c;
    text-decoration: underline;
}
#header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#header a:hover {
    color: #D58900;
    text-decoration:none;
}
#base{

    clear: both;
    color: #333;
    padding: 5px 0px 10px 0px;
    /*overflow: auto;*/
    overflow: visible;

}
#base p.rcontent {

padding:1em;

background:#fff;

color:#666666;

}

#base span.rtop,

#base span.rbottom {

display:block;

background: #666666;

}

#base span.rtop span,

#base span.rbottom span {

display:block;

height: 1px;

overflow: hidden;

background: #fff;

}

#base span.r1{margin: 0 5px;}

#base span.r2{margin: 0 3px;}

#base span.r3{margin: 0 2px;}

#base span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}

#menu{
		background-color:#fff;
    color: #333;
    padding: 0;
   /* overflow: auto; */
    float: both;
}
#content{
    background: #fff;
    color: #333;
    padding: 5px 5px 40px 5px;

    border-bottom:#fff solid 1px;
    border-left:#fff solid 1px;
    border-right:#fff solid 1px;


    /*
    overflow: auto;
    overflow-y: hidden;
    */
    overflow: visible;


}
#footer {
    clear: both;
    padding: 6px 10px;
    text-align: right;
}

/* header*/
#header .top {
   /* background: transparent url('../img/fast_icon.gif') no-repeat left;*/
    color: #000;
    padding-top:2px;
    padding-right:0px;
    padding-bottom:0px;
    padding-left:0px;
    float: left;
    height: 25px;
    font-size: 115%;
    font-weight: bold;
}

#header .top a {
    background:transparent;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
#header .top a:hover {
    background:transparent;
    color: #000;
    text-decoration:none;
}

#header .log {
    float:left;
    padding-left:5px;
}


/* menu */
ul#globalNavi {
    margin: 0;
    padding: 0;
    width: 850px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ul#globalNavi li {
    margin: 0;
    padding: 0;
    float: left;
    width: 170px; /* ボタンの幅 */
    line-height: 1;
    list-style-type: none;
}

ul#globalNavi li a {
    padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
    display: block;
    position: relative;/* IE6でマウス反応領域がおかしいのをFix */
    font-size: 12px;
    color: #ABABAB;
    text-align: center;
    text-decoration: none;
    background-color: #ddd;
}

ul#globalNavi li a:hover {
    color: #000;
    background-color: #D0EDFF;
    /*border-top:#507142 solid 1px;
    border-left:#507142 solid 1px;
    border-right:#507142 solid 1px;*/
}

ul#globalNavi li .visit {
    color: #000;
    background-color: #fff;
    /*
    border-top:#fff solid 1px;
    border-left:#fff solid 1px;
    border-right:#fff solid 1px;*/
}

/* subMenu */
ul#globalSubNavi {
    margin: 0;
    padding: 0;
    /* width: 720px; 必ずwidthの設定をしてください */
    border-bottom-width:1px;
    border-bottom-color: black;
    border-bottom-style: solid;
}

ul#globalSubNavi:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

ul#globalSubNavi li {
    margin: 0;
    padding: 0;
    float: left;
    width: 120px; /* ボタンの幅 */
    line-height: 1;
    list-style-type: none;
}

ul#globalSubNavi li a {
    padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
    display: block;
    position: relative;/* IE6でマウス反応領域がおかしいのをFix */
    font-size: 12px;
    color: gray;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
}

ul#globalSubNavi li a:hover {
    color: black;
    background-color: #fff;
}

ul#globalSubNavi li .visit {
    color: red;
    background-color: #fff;
}



/* cake sql debug */

.cake-sql-log  {
    background: #f4f4f4;
    border:1px solid #ccc;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    background: #fff;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

/* Paging */
div.paging {
    background:#fff;
    color: #ccc;
    margin-bottom: 2em;
}
div.paging div.disabled {
    color: #ddd;
    display: inline;
}
div.paging span {
}
div.paging span.current {
    color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl.altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/* Forms*/
form {
    clear: both;
    margin-right: 10px;
    padding: 0;
}
fieldset {
    border: 1px solid #ccc;
    margin-top: 0px;
    padding: 5px 10px;
}
fieldset legend {
    /*background:#fff;*/
    color: #008400;
    font-size: 90%;
    /*font-weight: bold;*/
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
input[type=submit] {
    border-top: #bbd 2px solid;
  /*  display: block;*/
    border-left: #bbd 2px solid;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #99b 2px solid;
    height:20px;
    background-color: #404040;
    text-decoration: none;
    vertical-align:middle;
    width: 100px;
    height:25px;
   /* float: left; */
    text-align: center;
    font-weight:bold;
    font-size:12px;
}
input[type=submit]:hover {
    border-right: #bbd 2px solid;
    border-top: #99b 2px solid;
  /*  display: block;*/
    border-left: #99b 2px solid;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #bbd 2px solid;
    height:20px;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 100px;
    height:25px;
  /* float: left; */
    text-align: center;
    font-weight:bold;
    cursor: pointer;
    font-size:12px;
}
input, textarea {
    clear: both;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding-left:2px;
    padding-right:2px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.submit input {
    border-top: #bbd 2px solid;
    display: block;
    border-left: #bbd 2px solid;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #99b 2px solid;
    height:20px;
    background-color: #404040;
    text-decoration: none;
    vertical-align:middle;
    width: 100px;
    height:25px;
    float: left;
    text-align: center;
    font-weight:bold;
}
.submit input:hover {
    border-right: #bbd 2px solid;
    border-top: #99b 2px solid;
    display: block;
    border-left: #99b 2px solid;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #bbd 2px solid;
    height:20px;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 100px;
    height:25px;
    float: left;
    text-align: center;
    font-weight:bold;
    cursor: pointer;

}
/*
input[type="button"] {
    border-top: #bbd 2px solid;
    display: block;
    border-left: #bbd 2px solid;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #99b 2px solid;
    height:20px;
    background-color: #404040;
    text-decoration: none;
    vertical-align:middle;
    width: 100px;
    height:25px;
    float: left;
    text-align: center;
    font-weight:bold;
}
input[type="button"]:hover {
    border-right: #bbd 2px solid;
    border-top: #99b 2px solid;
    display: block;
    border-left: #99b 2px solid;
    color: #000000;
    padding-top: 2px;
    padding-bottom: 3px;
    border-bottom: #bbd 2px solid;
    height:20px;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 100px;
    height:25px;
    float: left;
    text-align: center;
    font-weight:bold;
    cursor: pointer;

}
*/

/*

form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form div.input {
    color: #444;
}
form div.required {
    color: #333;
    font-weight: bold;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    margin-left: 140px;
}
label {
    display: block;
    font-size: 110%;
    padding-right: 20px;
}
input, textarea {
    clear: both;
    font-size: 140%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 2px;
    width: 100%;
}
select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}

*/
/* Notices and Errors */
div.message {
    clear: both;
    color: #900;
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0;

}
div.error-message {
    clear: both;
    color: #900;
    font-weight: bold;
}
p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background: green;
    color: #fff;
}


.m_box {
	background-color:#F2F2F2;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	padding:5px 5px;
	border-color:#1E80EC;
	color:#1E80EC;
}
/*  Actions  */
div.actions ul {
    margin: 0px 0;
    padding: 0;
}
div.actions li {
    display: inline;
    list-style-type: none;
    line-height: 2em;
    margin: 0 2em 0 0;
    white-space: nowrap;
}
div.actions ul li a {
    background:#fff;
    color: #003d4c;
    text-decoration: none;
}
div.actions ul li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Related */
div.related {
    clear: both;
    display: block;
}

/* Debugging */
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}
div.cake-stack-trace {
    background: #fff;
    border: 4px dotted #ffcc00;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
div.code-coverage-results div.covered span.content {
    background:#cec;
}
div.code-coverage-results div.ignored span.content {
    color:#aaa;
}
div.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
div.code-coverage-results span.line-num strong {
    color:#666;
}
div.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
div.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
div.code-coverage-results div.realstart {
    margin-top:0px;
}
div.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}



/*Button */
.button-group {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 40px 0;
}
.button-wrapper {
	width: auto;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 0 10px 0 0;
	font-size:12px;
}
.button-wrapper div {
	width: 100%;
}
.button-wrapper button {
	width: 100%;
}
.button-wrapper button, .button-wrapper a, .button-wrapper a:visited {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	line-height: 43px;
	cursor: pointer;
	padding: 0 15px;
	border: none;
	display: block;
	float: left;
}
.button-wrapper img {
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 2px;
}
/* Style 1 */
.style1 {
	background-color: #606ed2;
}
.style1:hover {
	background-position: 0 -63px;
}

.style1:hover div {
	background-position: 100% -63px;
}
.style1 button, .style1 a, .style1 a:visited {
	color: #eaecf8;
	font-size:12px;
	letter-spacing: -0.09em;

	text-align: center;
	background-color: #404040;
	border-right: #99b 2px solid;
	border-left: #bbd 2px solid;
	border-bottom: #99b 2px solid;
	border-top: #bbd 2px solid;

}
.style1:hover button, .style1:hover a, .style1:hover a:visited {
	color: #000000;

	background-position: 0 -63px;
	background-color: #FFFFFF;
	border-right: #99b 2px solid;
	border-left: #bbd 2px solid;
	border-bottom: #99b 2px solid;
	border-top: #bbd 2px solid;
}
																		/* custom height setting */
.style1, .style1 div, .style1 button, .style1 a, .style1 a:visited {
	height: 21x;
	line-height: 21px;
}




.default_button a:link
{
    border-right: #99b 2px solid;
    padding-right: 2px;
    border-top: #bbd 2px solid;
    display: block;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #bbd 2px solid;
    color: #FFFFFF;
    padding-top: 3px;
    border-bottom: #99b 2px solid;
    height:16px;
    background-color: #404040;
    text-decoration: none;
    vertical-align:middle;
    width: 92px;
    float: left;
    text-align: center;
    font-size:12px;
}
.default_button a:visited
{
    border-right: #99b 2px solid;
    padding-right: 2px;
    border-top: #bbd 2px solid;
    display: block;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #bbd 2px solid;
    color: #FFFFFF;
    padding-top: 3px;
    border-bottom: #99b 2px solid;
    height:16px;
    background-color: #404040;
    text-decoration: none;
    width: 92px;
    float: left;
    text-align: center;
    font-size:12px;
}
.default_button a:hover
{
    border-right: #bbd 2px solid;
    padding-right: 2px;
    border-top: #99b 2px solid;
    display: block;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #99b 2px solid;
    color: #000000;
    padding-top: 3px;
    border-bottom: #bbd 2px solid;
    height:16px;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 92px;
    float: left;
    text-align: center;
    font-size:12px;
}
.default_button a:active
{
    border-right: #bbd 2px solid;
    padding-right: 2px;
    border-top: #99b 2px solid;
    display: block;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #99b 2px solid;
    color: #FFFFFF;
    padding-top: 3px;
    border-bottom: #bbd 2px solid;
    height:16px;
    background-color: #404040;
    text-decoration: none;
    width: 92px;
    float: left;
    text-align: center;
    font-size:12px;
}


.num{
	text-align: right;
}

.center{
  text-align: center;
}



/* table*/
.rounded-corner {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	margin:0px;
	text-align:left;
	clear: both;
	width: 100%;
	border:#FBCAF0 solid 1px;
}
.rounded-corner th {
	background:#FFECF7 none repeat scroll 0 0;
	color:#000000;
	font-size:13px;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	border-right:#FBCAF0 solid 1px;
}
.rounded-corner td.showDragHandle {
	background:#9FC63C url("../img/arrow_next.gif") no-repeat center center;
	cursor:move;
}
.rounded-corner tr {
	background:#FFFFFF none repeat scroll 0 0;
}
.rounded-corner .even {
	background:#ECFDCE none repeat scroll 0 0;
}
.rounded-corner td {
	color:#000000;
	padding-top:2px;
  padding-bottom:2px;
  padding-left:1px;
  padding-right:1px;
	border-top:1px solid #FBCAF0;
	border-right:#FBCAF0 solid 1px;
}
.rounded-corner tr:hover {
    background:#9FC63C none repeat scroll 0 0;
    cursor: pointer;
}
/*
.rounded-corner td {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	padding-top:2px;
  padding-bottom:2px;
  padding-left:1px;
  padding-right:1px;
	border-top:1px solid #FBCAF0;
	border-right:#FBCAF0 solid 1px;
}
.rounded-corner .even td{
  background:#ECFDCE none repeat scroll 0 0;
  color:#000000;
	padding-top:2px;
  padding-bottom:2px;
  padding-left:1px;
  padding-right:1px;
	border-top:1px solid #FBCAF0;
	border-right:#FBCAF0 solid 1px;
}
*/

.tableRollOverEffect1 {
    color: #222;
    background-color:#B4E8FF;
}

.tableRowClickEffect1 {
    color: #fff;
    background-color: #66CCFF;
}

/* complete process */
.rounded-corner .non_comp {
  background-color: #FF8383;
}
.rounded-corner .comp {
  background-color: #B0C3FF;
}
.rounded-corner .non_target {
  background-color: #ddd;
}
.rounded-corner .label_comp {
  background-color: #4F7303;
}
/* info */
.info {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:10px;
    margin-right:5px;
    text-align:left;
    clear: both;
    width: 300px;
    border:#FBCAF0 solid 1px;

}
.info th{
    width: 85px;
    background:#FFECF7 none repeat scroll 0 0;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    padding:5px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;

}
.info td{
    background:#FFFFFF none repeat scroll 0 0;
    padding:5px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;
}


.regist {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    margin:0px;
    text-align:left;
    clear: both;
    width: 100%;
    border:#FBCAF0 solid 1px;
}
.regist th {
    width: 90px;
    background:#FFECF7 none repeat scroll 0 0;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    height:25px;
    padding:4px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;
}
.regist td {
    background:#FFFFFF none repeat scroll 0 0;
    padding:4px;
    height:25px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;
}
.process {
    border-collapse:collapse;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    margin:0px;
    text-align:left;
    clear: both;
    width: 100%;
    border:#FBCAF0 solid 1px;
}
.process th {
    width: 90px;
    background:#FFECF7 none repeat scroll 0 0;
    color:#000000;
    font-size:13px;
    font-weight:normal;
    height:25px;
    padding:4px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;
}
.process td {
    background:#FFFFFF none repeat scroll 0 0;
    padding:4px;
    height:25px;
    border-right:#FBCAF0 solid 1px;
    border-bottom:#FBCAF0 solid 1px;
}


/* openclosebutton*/
.open_button_bg {
	padding: 0px;
	background: transparent url('../img/open.png') no-repeat left;
	width:16px;
	height:16px;
	text-align:center;
	border:0px;
	margin:0ps;
	float:left;
}
.close_button_bg {
    padding: 0px;
    background: transparent url('../img/close.png') no-repeat left;
    width:16px;
    height:16px;
    text-align:center;
    border:0px;
    margin:0ps;
    float:left;
}

/**  製品一覧*/
.innner_head {
  border-collapse:collapse;
  font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  font-size:12px;
  margin:0px;
  text-align:left;
  clear: both;
  width: 100%;
  border:#FBCAF0 solid 1px;
}
.innner_head th {
  background:#FFECF7 none repeat scroll 0 0;
  color:#000000;
  font-size:13px;
  font-weight:normal;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-right:#FBCAF0 solid 1px;
}
.innner_body {
  border-collapse:collapse;
  font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  font-size:12px;
  margin:0px;
  text-align:left;
  clear: both;
  width: 100%;
  border:#FBCAF0 solid 1px;
}
.innner_body tr{
  height:20px;
}
.innner_body_td {
  background:#FFFFFF none repeat scroll 0 0;
  color:#000000;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-top:1px solid #FBCAF0;
  border-right:#FBCAF0 solid 1px;
}
.innner_body_td_even{
  background:#ECFDCE none repeat scroll 0 0;
  color:#000000;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-top:1px solid #FBCAF0;
  border-right:#FBCAF0 solid 1px;
}
.innner_body_td_sel {
  background:#C0C1EC  none repeat scroll 0 0;
  color:#000000;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-top:1px solid #FBCAF0;
  border-right:#FBCAF0 solid 1px;
}
/*
.innner_body tbody tr:hover td {
    background:#9FC63C none repeat scroll 0 0;
    cursor: pointer;
}
*/
.innner_foot {
  border-collapse:collapse;
  font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
  font-size:12px;
  margin:0px;
  text-align:left;
  clear: both;
  width: 100%;
  border:#FBCAF0 solid 1px;
}
.innner_foot td {
  background:#F1F3DA none repeat scroll 0 0;
  color:#666699;
  padding-top:1px;
  padding-bottom:1px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-top:1px solid #FBCAF0;
  border-right:#FBCAF0 solid 1px;
}
.innner_foot th {
  background:#BFDDAE none repeat scroll 0 0;
  color:#003399;
  font-size:13px;
  font-weight:normal;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:0px;
  padding-right:0px;
  margin:0px;
  border-top:1px solid #FBCAF0;
  border-right:#FBCAF0 solid 1px;
}
/**PopUp start */
#POP_window[id] {
  /*position:fixed !important;*/
}
#POP_window {
  background-color:#EFEFEF;
  color:#000000;
}
#POP_window {
  border:0 solid;
  position:absolute;
  text-align:left;
  top:0;
  z-index:10000;
}
#POP_frame {
  padding-bottom:7px;
}
#POP_frame {
  background-color:#EFEFEF;
  height:100%;
  position:relative;
}
#POP_header {
  background-color:#DDDDDD;
  border-bottom:1px solid #CCCCCC;
}
#POP_header {
  margin:0;
  padding:0;
}
#POP_caption {
  color:#000000;
}
#POP_caption {
  -x-system-font:none;
  font-family:"Lucida Grande",Arial,sans-serif;
  font-size:100%;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:normal;
  margin:0;
  padding:4px 28px 4px 10px;
  text-align:left;
  text-shadow:0 1px 0 #FFFFFF;
}
#POP_close {
  color:#777777;
}
#POP_close {
  display:block;
  font-size:13px;
  font-weight:bold;
  padding:0px 3px;
  position:absolute;
  right:5px;
  text-decoration:none;
  top:4px;
  cursor: pointer;
}
#POP_content {
  border-top:1px solid #F9F9F9;
}
#POP_content {
  overflow:auto;
  padding:6px 0.75em;
}
#POP_content table{
	border :1px solid #000000;
	border-collapse: collapse;
	width: 93%;
}
#POP_content th{
  font-size: 75%;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  background:#FFFFFF none repeat scroll 0 0;
  padding: 2px 3px;
}
#POP_content td{
  font-size: 85%;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  background:#FFFFFF none repeat scroll 0 0;
  padding: 2px 3px;
}
/**PopUp start */
