﻿/* 新しい Web アプリケーション プロジェクトの既定の CSS スタイル シート */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/* ラベル関係　*/
.LabelMessage
{
    font-weight: bold;
    color: Red
}

/* テーブル関係 */
table.simpleList
 {
     border-width: 1px;
     border-collapse: collapse;
     margin: 6px;
     padding: 2px;
 }
 table.simpleList td
 {
     padding: 4px 6px;
     border: 1px solid #339977;
 }

   

  table.simpleList td.titleRow{
      background-color:#fce366;
 }


H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	color:#000080;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#000080;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#000080;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#000080;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

tr.titleRow{
	background-color: aquamarine;
}
tr.totalRow{
	background-color: lightblue;
}

tr.quoteRow {
	background-color: antiquewhite!important;
}

td.quoteAccepted{
	background-color:lightgreen;
}
td.quoteRejected{
	background-color:lightpink;
}
td.quoteWaitingReply{
	background-color:lightyellow;
}



A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
		}
	
hr {color: #99ccff}

body{ 	background-color: #ffffff;
	font-size:small;}
td
{	color: #000080;
	font-size:10pt;
	}
	tr
{  
	}
	
.narrative{
	font-size: x-small;
		color: #000080;
		padding:10px 10px 10px 30px;
		
}


.data1 {
		font-size:x-small
	}

.title1 {
		
		font-size: x-small;
		font-weight: bolder;
		color: #000080;
		padding:10px 10px 10px 30px;
		
}

.backgray
{
    background-color: Gray;
}
.backwhite
{
    background-color:White;
}
.backlight
{
    background-color:#fce77c;
}
.backbrown
{
    background-color: #edfcFd;
}

.backlightgreen
{
    background-color: #bbffff;
}
.backpink
{
    background-color: #ffbbff;
}
.td_external
{
    background-color:Olive;
}

.clear {
    clear: both;
}

.right {
    float: right;
}
div.SubTitle {
    font-size:medium;
		font-weight: bolder;
		color: #000080;
		padding:10px 10px 10px 30px;
}

.popup_photo{
    position: fixed;
    top: 250px; 
    right:100px;
}