/***********************************************/
/* style_check_list.css                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
@import('style_check_flag');

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	text-align: center;
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Helvetica", san-serif
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body img {
	border: 0;
	vertical-align: middle;
}

ul,ol,li,dl,dt,dd {
	color: #000000;
}

.print_only {
	display: none;
}


/********** container **********/
/* list */
#wrapper_list {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	
}


/* contents */


#contents {
	width: 750px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer_space{
	height: 50px;
}


/********** style switch **********/
#flag_view_switch {
	width: auto;
	text-align: left;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #D4D4D4;
	font-size: 0.7em;
}



/********** title **********/

/* list */

h1#toplist {
	font-size: 1.2em;
	width: 99%;
	background-color: #F2F2F2;
	padding: 3px;
	text-align:left;
}

/* contents */

h1.print {
	font-size: 1.3em;
	background-color: #666666;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #666666;
}

p.updated {
	text-align: right;
	font-size: 0.7em;
	padding-right: 10px;
}

h4 {
	margin-top: 15px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	/*background-color: #EAEAEA;*/
	background-color: #CCCCCC;
}



/********** debug style **********/
.fixed_point{
	background-color:#FFFF99;
}

div.page {
	page-break-before: always;
	margin-top: 30px; 
}

span.img_name {
	color: #FF0000;
	font-weight: bold;
	padding-top: 3px;
}


/********** main **********/
div.shot{
	margin-bottom: 15px;
}


/********** table **********/
table {
	border-collapse: collapse;
	border: 1px solid #000000;
	font-size: 90%;
	line-height: 125%;
}
th {
	/* width: auto; */
	padding: 3px 4px 3px 4px;
	background-color: #eeeeee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
td {
	padding: 3px 4px 3px 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.align_left {
	text-align: left;
}
.novisible {
	display: none;
}

/********** flag table ***********/

table.toc_flag {
}

td.toc_header {
	background-color: #99CCFF;
}


td h4 {
	background-color: #99CCFF;
}

td .header_small {
	font-size: 0.9em;
	font-weight: normal;	
}

td .source_flag {
	margin-top: 15px;
}


th.mode_header_area {
	background-color: #999999;
	color: #FFFFFF;
}

th.mode_header_model {
	background-color: #999999;
	color: #FFFFFF;
}

th.area {
	width: 67px;
	font-size: 0.8em;
	
}

th.model{
	width: 67px;
	font-size: 0.8em;
	
}

th.blank {
	background-color: #FFFFFF;
}

td.data_area_1 {
	text-align: center;
	background-color: #FFCC33;
	font-weight: bold;
	color: #993300;
}

td.data_area_0 {
	text-align: center;
	background-color: #993300;
	font-weight: bold;
	color: #FFFFCC;
}

td.data_model_1 {
	text-align: center;
	background-color: #99CC33;
	font-weight: bold;
	color: #006633;
}

td.data_model_0 {
	text-align: center;
	background-color: #003300;
	font-weight: bold;
	color: #99CC66;
}

/********** list table **********/

div.TabbedPanelsContent {
	text-align: left;
}

table.list_table {
	margin: 3px;
	width: auto;
}

table.list_table td.blank {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

th.list_source_flag {
	background-color: #999999;
}

th.list_feature_flag {	
	background-color: #FFCCFF;
}

td.list_toc,td.list_entrypoint {
	text-align: left;
	padding-right: 10px;
}

th.toc_header {
	background-color: #666666;
	color: #FFFFFF;
}
td.list_toc_id{
	font-size: 0.8em;
	background-color: #666666;
	color: #FFFFFF;
}

table.list_table a {
	font-weight: bold;
}

th.list_area {
	font-size: 0.8em;
	width: 50px;
	background-color: #99CCFF;
	color: #000066;
}

th.list_model {
	font-size: 0.8em;
	width: 50px;
	background-color: #9999FF;
	color: #000066;
}

td.list_area_1 {
	text-align: center;
	background-color: #FFCC33;
	font-weight: bold;
	color: #993300;
}

td.list_area_0 {
	text-align: center;
	background-color: #993300;
	font-weight: bold;
	color: #FFFFCC;
}

td.list_model_1 {
	text-align: center;
	background-color: #99CC33;
	font-weight: bold;
	color: #006633;
}

td.list_model_0 {
	text-align: center;
	background-color: #003300;
	font-weight: bold;
	color: #99CC66;
}


/********** fixed blocks list **********/
table.fixed_list td {
	text-align: left;
}

table.fixed_list td.jump a:link {
	font-weight: bold;
	background-color: #99CCFF;
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	padding: 3px;
}

table.fixed_list td.jump a:hover {
	font-weight: bold;
	background-color: #00CCFF;
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
	text-decoration: none;
	padding: 3px;
}

table.fixed_list td.page_link {
	font-weight: bold;
}


/********** comment list **********/
table.comment_list a {
	font-weight: bold;
}
table.comment_list .comment_id {
	background-color: #666666;
	color: #FFFFFF;
}
table.comment_list td.comment{
	text-align: left;
}

table.comment_list tr.public {
	background-color: #FFCC99;
}
table.comment_list tr.entrypoint {
	background-color: #CCCCFF;
}

table.comment_list td.author {
	text-align: left;
	font-size: 0.8em;
}

span.red {
	color: #FF0000;
}
span.pink {
	color: #FF00FF;
}
span.orange {
	color: #FF9900;
}
span.green {
	color: #009900;
}
span.blue {
	color: #0099CC;
}



/********** ast **********/

#main small {
	color:#000000;
	font-size: 92%;
	font-weight: normal;
	
}

/********** image **********/

div.illust {
	margin: 6px 0 6px 0;
	padding: 4px 0 4px 0;
	border: 0;
}



/********** footer **********/



/***********************************************/
/* Custom styles (YIT)                         */
/***********************************************/ 

/********** basic **********/


/* div */


/* dl dt */
dl {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
}
dt {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
	font-size: 0.9em;
	line-height: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
dd {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-size: 0.9em;
	line-height: 130%;
	padding-top:15px;
	padding-left:15px;
	padding-bottom: 10px;
	margin-left:0px;
	margin-bottom: 10px;
	padding-left: 2em;
	padding-right: 1em;
	background-color:#E9E9E9;
}


/* bclist */


/* hint note */


/* table */


/* others */




/********** manual index **********/




/* rayout table */

/* table with border */

/* for debug */
table.tableC {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.tableC th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: white;
}

table.tableC td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: none;
}
div.caption {
	background-color: #FF66FF;
	padding: 3px;
	margin: 2px;
}





/*----- use dummy image -----*/

/*----- -----*/