/* ---------------------------------------------------------------------- */
/*	1. ¸¡ºí.ÛâËó¡¦Ýà¡¦ÕêW£ì"¡¦R¥ó¥È¥í¡¼¥ë£öÅ½Ž¦                           */
/* ---------------------------------------------------------------------- */

/*  1-1. Á´¡¦
------------------------------------------------------------------------- */
#NavPress {
	margin: 5px 20px 5px; 
	padding: 4px 10px 3px 8px; 
	background-color: #eee; 
	border: 1px solid #ccc; 
	border-width: 1px 0;
	clear: both;
	line-height: 1.3; 
}

/*  1-2. ÉåÊ¡€±àÅàËáO¥ë¡¼¥Ô¥ó¥°
------------------------------------------------------------------------- */
#NavPressFact {
	padding: 0;
	margin: 0;
}

/*  1-2-1. ÉåÊ¡€Ëë€Ëý€¡¦Íà¡¦¡¦\Ž¦
------------------------------------------------------------------------- */
/*
#NavPressFact li {
	margin: 0;
	padding: 2px 7px 3px 9px;
	background: url(../images/nav_bar.gif) right center no-repeat;
	float: left;
	display: inline;
	overflow: hidden;
	list-style:none;
	word-break:keep-all;
}

#NavPressFact li.nobar {
	background: none;
}

#NavPressFact li.selected {
	font-weight: bold;
}

#NavPressFact span {
	display: block;
}
*/
#NavPressFact li {
	margin: 0;
	padding: 2px 7px 3px 9px;
	background: url(../images/nav_bar.gif) right center no-repeat;
	float: left;
	overflow: hidden;
	list-style:none;
	word-break:keep-all;
	list-style-position:outside;
}

#NavPressFact li.nobar {
	background: none;
}

#NavPressFact li.selected {
	font-weight: bold;
}

#NavPressFact span {
	display: block;
}


/*  1-2-2. ÉåÊ¡€Ëë€Ëý€¡¦³ãÅãN
------------------------------------------------------------------------- */
#NavPressFact a {
	float:left;
	display: block;
	text-decoration: none;
	color: #00f;
}

#NavPressFact a:hover {
	text-decoration: underline;
}

#NavPressFact a.selected {
	background-color: #003060;
	margin: 0 0 15px 3px;
	padding: 4px 7px 10px 6px;
}


/* ---------------------------------------------------------------------- */
/*	2. ¸¡ºí.ÛâËó\Ž¦¥·¡¼¥È                                                 */
/* ---------------------------------------------------------------------- */

/*  2-1. ¥·¡¼¥ÈÁ´¡¦
------------------------------------------------------------------------- */
#Sheet {
 	width: 98%;
}

#Sheet tr {
}

/*  2-2. Îë"±àÅà¡¦F¤êÅø-X
------------------------------------------------------------------------- */
#Sheet tr.odd {    
	background-color: #F4F4F4;
}

#Sheet tr.even {
	background-color: #E0E0E0;
}		

/*  2-3. ¥Ø¥Ã¥À¡¼Îë"Ëó\Ž¦
------------------------------------------------------------------------- */
#Sheet th {
	padding-bottom: 2px;
}	

#Sheet th.leftlet {
	padding-left: 10px;
	text-align: left;
}

/*  2-4. Éð€¡¦Õà¥à¡¦¡¦¡¦¡¦Ëôíæ¡¦Ëát¥©¥ó¥È
------------------------------------------------------------------------- */
#Sheet font.order {
	margin-left:3px;
	font-size: smaller;
}

/*  2-5-1. ³Æ¥»¥ë£õ#C¥ó¥Ç¥ó¥È¤ê€Áà¡¦
------------------------------------------------------------------------- */
#Sheet td {
	padding: 5px;
}

/*  2-5-2. ²å½ü£å€Çà¡íéë­â¡¦¡¦¡¦¡¦ïàÁà¡¦
------------------------------------------------------------------------- */
#Sheet td.title_noimg {
	padding-left: 38px;
}

/*  2-6. Íô"¡ó]±ðD¡¦"¡ó]±ð"Ëó\Ž¦
------------------------------------------------------------------------- */
#Sheet th.opcell, td.opcell {
	text-align: center;
	padding: 0 0 2 0;
}

/*  2-7. ³«Çç"Ûà¡¦Ëð¡¦¡ó¤êÅ½Ž¦
------------------------------------------------------------------------- */
#Sheet .meter-wrap{
    text-align: left;
    position: relative;
}

#Sheet .meter-wrap, .meter-value, .meter-text {
    /* The width and height of your image */
    width: 130px; height: 20px;
}

#Sheet .meter-wrap, .meter-value {
    background: #909090;
}
            
#Sheet .meter-text {
    position: absolute;
    top:0; left:0;

    padding-top: 5px;
                
    color: #fff;
    text-align: center;
}

/* ---------------------------------------------------------------------- */
/*	3. ³ô7ÚÔÍÑ¥Ú¡¼¥¸£öÅ½Ž¦                                               */
/* ---------------------------------------------------------------------- */

/*  3-1. °çÉ÷É½Ž¦
------------------------------------------------------------------------- */

/*  3-1-1. °çÉ÷É½Ž¦£öÅ½Í×ÁÇ£å»ôÃÍ£öºçµç
------------------------------------------------------------------------- */
#Sheet td.centermove {
	text-align: center;
}	

/*  3-1-2. °çÉ÷É½Ž¦£öÅ½Í×ÁÇ£å³ó2çàËíéë¡¦
------------------------------------------------------------------------- */
#Sheet td.fix {
	font-weight: bold;
}	


/* ---------------------------------------------------------------------- */
/*	4. ¸¡ºí#I¥×¥·¥ç¥ó			                                                */
/* ---------------------------------------------------------------------- */

/*  4-1. É½Ž¦
------------------------------------------------------------------------- */
#AdvItems {
	padding: 5px;
}

#AdvItems td.InputHead {
	width: 250px;
	padding: 3px 0 3px 0;
}

#AdvItems ul {
	list-style: none;	
}

#AdvItems li {
	padding:1px;
	cursor: default;	
}

#AdvItems input.chk {
	margin: 2px;
}
