@charset "UTF-8";


/* reset
-----------------------------------------------------------------------------  */
ol,ul {
	list-style:none;
	margin:0;  
	padding:0;
	}  

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;  
	font-weight:normal;  
	}
	
table {  
	border-collapse:collapse;  
	border-spacing:0;
	} 
em {  
	font-style:normal;  
	font-weight:normal; 
	}

/* Common Styles
-----------------------------------------------------------------------------  */
body {
	font-size:16px;
	color:#444;
	line-height:130%;
	font-family:sans-serif;
	}

thead {
	font-size:83%;
	}

tbody {
	font-size:83%;
	}

.leftBox { 
	float:left;
	}
.rightBox { 
	float:right;
	}

p { 
	margin:0 0 5px 0;
	}


.grayFrame img{
	padding:1px;
	border:1px solid #D1D8DC;}

/* List Styles
-----------------------------------------------------------------------------  */
ul.disc {
	padding-left:2.5em;
	margin:1em 0px;
	list-style:disc;
	}
ul.circle {
	padding-left:2.5em;
	list-style:circle;
	margin:1em 0px;
	}
	
ul.attention {
	margin: 0.5em 0px 0.5em 1.5em;
	list-style: disc;
	}

ol.decimal {
	padding-left:2.5em;
	list-style:decimal;
	margin-bottom:1em;
	}
ol.lower {
	padding-left:2.5em;
	list-style:lower-alpha;
	margin-bottom:1em;
	}
ol.roma {
	padding-left:2.5em;
	list-style:lower-roman;
	margin-bottom:1em;
	}

.note { 
	padding-left:1em;
	text-indent:-1em;
}



/* Font Styles
-----------------------------------------------------------------------------  */
.small {
	font-size:77%;
	}
.big {
	font-size:131%;
	}

/* 23px */
.f6 { 
	font-size:174%;
	}
/* 20px */
.f5 { 
	font-size:153%;
	}
/* 17px */
.f4 { 
	font-size:131%;
	}
/* 14px */
.f3 { 
	font-size:108%;
	}
/* 10px */
.f2 { 
	font-size:77%;
	}
/* 8px */
.f1 { 
	font-size:64%;
	}

.red { 
	color:#BD2C2A; 
	}
.blue { 
	color:#0066CC; 
	}
.gray { 
	color:#AAA; 
	}
.yellow { 
	color:#FFCC00;
	}
.brown { 
	color:#993333;
	}

p,li,h1,h2,h3,h4,h5,h6,dt,dd,blockquote,th,td {   
	line-height:157%;
	}

.center	{
	text-align:center;
	}
.right {
	text-align:right;
	}
.left {
	text-align:left;
	}
.middle { 
	vertical-align:middle; 
	}

.bold { 
	font-weight:bold;
	}
.normal { 
	font-weight:normal !important;
}



/* Table Styles
-----------------------------------------------------------------------------  */
table.sheet	{
	background:#FFF;
	margin:0 auto;
	width:100%;
	}
.sheet th,
.sheet td {
	padding:5px;
	border:1px solid #CCC;
	}
.sheet th {
	background-color: #EEE;
	font-style:normal;
	}
.sheet td ul:after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.sheet td ul li.all{
	display:block !important;
	padding-bottom:4px;
	margin-bottom:3px;
	background:url(/img/common/line_dot_light.gif) repeat-x 0px 100%;
	}


/* Bleadlist Styles
-----------------------------------------------------------------------------  */
ol.bl {
	clear:both;
	font-size:77%;
	margin-bottom:12px;
	}
ol.bl li {
	display:inline;
	}
ol.bl li a {
	padding-right:10px;
	background: #FFF url(/img/common/bl.gif) no-repeat 100% 50%;
	}



/* sheet
----------------------------------------------*/
.sheet{
	margin-bottom:10px;
	}
.sheet thead th{
	background:#FFF2E8 url(/img/common/bg_thead_th.gif) repeat-x 0 0;
	}
.sheet tbody th{
	width:120px;
	background:#F3F3F3 url(/img/common/bg_tbody_th.gif) repeat-x 0 0;
	}
.sheet td img{
	vertical-align:text-bottom;
	}
.sheet .id{
	white-space:nowrap;
	padding:0px 8px;	
	}
.sheet .edit{
	padding:0px 5px;
	}
.operate,
.delwait{
	font-size:x-small;
	*font-size:xx-small;
	}
.comDelwait{
	background-color:#F2F2F2;
	}
.must{
	display:block;
	}
	
/* Main
-----------------------------------------------------------------------------  */	
#main{
	float:right;
	width:675px;
	margin-right:0px;
	margin-bottom:30px;
	}

	
/* h1 */
h1{
	width:675px;
	height:27px;
	background:url(/img/common/h1.gif) no-repeat 0 0;
	text-indent:-5000px;
	margin-bottom:15px;
	}

/* h2 */
#main h2{
	width:675px;
	height:24px;
	text-indent:-5000px;
	margin-bottom:15px;
	}
	
/* h4 */
#main h4 {
	margin:0;  
	padding:0;  
	}

/* p */
#main p{
	margin-bottom:20px;
	}

/* section
-----------------------------------------------------------------------------  */
#main .section{
	border:2px solid #FED7B4;
	padding:20px;
	margin-bottom:15px;
}
#main .section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.section {display: inline-block;}
/* Hides from IE-mac \*/
* html .section {height: 1%;}
.section {display: block;}
/* End hide from IE-mac */

