/***********************************************/
/* style_check.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}

/* --------------------------	IE6 向けのスタイル----------------------------- */
* html ,* html body {	height: auto;	overflow-y: auto;	overflow-x: auto;	margin: 0;	padding: 0;}
* html #wrapper {	overflow: auto;	position: relative;	width: auto;	height: auto;	margin: 0;	padding: 0;}
/*------------------------------------------------------------------------------*/

body {
	font-size: 1em;
	text-align: center;
	background-color: #ffffff;
	font-family: "Arial", "Verdana", "Helvetica", san-serif
}
body img {
	border: 0;
	vertical-align: middle;
}

ul,ol,li,dl,dt,dd {
	color: #000000;
}

.print_only {
	display: block;
}



/********** container **********/
#wrapper {	/* for print */
	position: relative;
	top: 0px;
	
}

#contents {	/* for print */
	width: 650px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer_space{
	height: 50px;
}

/********** style switch **********/
#flag_view_switch {
	display: none;
}

/********** title **********/

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;
}

div.page h4 {
	margin-right: 5px;
	border: 1px solid #666666;
}

/********** debug style **********/
.fixed_point{
	background-color:#FFFF99;
}

div.page {
	page-break-before: always;
	margin-top: 0px; 
}

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;
}

/********** flag table ***********/

table.toc_flag {
	width: 645px;
}

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: 50px;
	font-size: 0.7em;
	
}

th.model{
	width: 50px;
	font-size: 0.7em;
	
}

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;
}


/********** comment of block **********/

/* containers */
div.comment_block {
	width: 500px;
}

div.comment_page {
	width: 650px;
}

div.comment_entrypoint {
	width: 650px;
}

/********** 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 */


/********** Top page **********/



/********** 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;
}


/********** menu header **********/
/* for print */
#menu_header {	
	display: none;
}


/********** list tab header **********/
li.TabbedPanelsTab {
	display: none;
}

h4.print_only {
	margin-top: 5px;
	text-align: left;
}

/*----- use dummy image -----*/

/*----- -----*/