/***********************************************/
/* style_check.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}

/* --------------------------	IE6 向けのスタイル----------------------------- */
* html ,* html body {	height: 100%;	overflow-y: hidden;	overflow-x: auto;}
* html #wrapper {	overflow: auto;	position: relative;	width: 100%;	height: 100%;}
/*------------------------------------------------------------------------------*/

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;
}

/********** container **********/

#wrapper {
	position: relative;
	top: 35px;
	
}

#contents {
	width: 750px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer_space{
	height: 50px;
}



/********** 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;
}

h4 {
	margin-top: 15px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	/*background-color: #EAEAEA;*/
	background-color: #CCCCCC;
}

span.app_link {
	color:#FF0000;
}



/********** debug style **********/

.fixed_point{
	background-color:#E9E9E9;
}

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;
}


/********** comment of block **********/

/* containers */
div.comment_block {
	width: 600px;
	margin-left: 80px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
	div.comment_entrypoint div.comment_block {
		width: 700px;
	}

div.comment_page {
	width: 690px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}

div.comment_entrypoint {
	width: 690px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 0.9em;
}





/* parts */
div.com_parts_note {
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

div.com_parts_design {
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

div.com_parts_writing {
	color: #FF0000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #339900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

div.date {
	font-size: 0.9em;
	color: #999999;
	text-align: right;
}

/********** 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 **********/



#menu_header {
	width: 100%;
	height: auto;
	/*padding: 3px 15px;*/
	background-color: #333333;
	position: fixed !important;
	position: absolute;
	margin: 0px;
	color: #FFFFFF;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align:left;
	display: visible;
}
#menu_header table, #menu_header table td {
	border: none;
}

#menu_header h1{
	padding: 5px 10px;
	font-size: 1.1em;
}

#menu_header p{
	padding: 5px 10px;
	font-size: 0.9em;
}

#menu_sub{
	text-align: right;
}

#menu_header a:link{
	color: #99CCFF;
	text-decoration: none;
}

#menu_header a:hover{
	text-decoration: underline;
}

#menu_header a:active{
	color: #FF9900;
}

#menu_header a:visited{
	color: #9999FF;
	text-decoration: none;
}


/********** word marking **********/
.osd {
	/*background-color: #99CCFF;*/
}
.ntr {
	/*background-color: #FF99CC;*/
}
.nc {
	/*background-color: #99FF33;*/
}
.pref {
	/*background-color: #FFCC33;*/
}
.osd_sp {
	/*background-color: #0099CC;*/
}
.silk {
	/*background-color: #CC99FF;*/
}
.bref {
	/*background-color: #99CC33;*/
}
.imgref {
	/*background-color: #FF3300;*/
	/*color: #FFFFFF;*/
}
.lock {
	/*background-color: #CCCCCC;*/
}


/* for error */
.osd .osd, .osd .ntr, .osd .nc, .osd .silk, .osd .pref, .ntr .osd, .ntr .ntr, .ntr .nc, .ntr .silk, .ntr .pref, .nc .osd, .nc .ntr, .nc .nc, .nc .silk, .nc .pref, .pref .osd, .pref .ntr, .pref .nc, .pref .silk, .silk .silk {
	color: #FF0000;
	font-weight: bold;
}



/********** word list **********/
dt div.block_info {
	width: 80%;
	float: left;
}
dt div.edit_tool {
	width: 50px;
	text-align: right;
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
}
dd div.edit_word {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 15px;
}

dd div.edit_word td.word_EN {
	font-size: 1.1em;
	font-weight: bold;
}

dd div.edit_word td.description {
	font-size: 0.8em;
}

.caution {
	color: #FF0000;
}

/*----- use dummy image -----*/

/*----- -----*/