/* G-KOBO Default.Css  */
BODY		{
		font-size : 12pt ;
		margin-left : 3em ;
		margin-right : 3em ;
		margin-top : 1.5em ;
		margin-bottom : 1.5em ;
		line-height : 1.2em ;
		background-image: url(back.gif) ;
		background-repeat: repeat-y;
		}
DIV		{
		background-color : #e0e0e0 ;
		}
H1		{
		font-size : 150% ;
		/* margin-top : 1.2em ; */
		text-align : center ;
		color : #000080 ;
		/* padding-bottom: 0.5em ; */
		line-height : 2.5em ;
		}
H2		{
		font-size : 100% ;
		/* border-top: thin solid black; */
		/* border-bottom: thin solid black; */ 
		border-bottom: medium outset silver; 
		border-right: medium outset silver; 
		margin-top : 1em ;
		margin-bottom : 0em ;
		color : red ;
		}
H3		{	/* DIV内で使用 */
		font-size : 100% ;
		margin-top : 0.5em ;
		margin-left : 3em ;
		margin-bottom : 0em ;
		}
H4		{	/* DIV内で使用 */
		font-size : 100% ;
		margin-top : 0.5em ;
		margin-left : 9em ;
		margin-bottom : 0em ;
		}
P,UL		{
		margin-top : 0.5em ;
		margin-left : 3em ;
		margin-right : 3em ;
		line-height : 1.2em ;
		}
P.small		{
		margin-right :0em ;
		font-size : x-small ;
		text-align : right ;
		line-height : 1.5em ;
		}
P.navi		{
		font-size : x-small ;
		margin-left : 0em ;
		margin-right : 0em ;
		text-align : center ;
		line-height : 1.2em ;
		}
P.title		{
		margin-left : 0em ;
		}
P.center	{
		margin-left : 0em ;
		margin-right : 0em ;
		text-align : center ;
		}
P.quote		{
		margin-left  : 6em ;
		margin-right : 6em ;
		}
IMG		{
		vertical-align : bottom ; 
		}
IMG.imgbtn	{
		border : 0 ;
		}
STRONG		{
		color : red ;
		}
LI		{
		margin-top : 0.5em ;
		margin-left : 3em ;
		margin-right : 3em ;
		line-height : 1.2em ;
		}
TABLE.content	{
		background-color : white ;
		margin-left : 3em ;
		width : 700 ;
		}

/* 特殊なスタイル */
H1.#id01	{
		font-size : 100% ;
		font-weight : normal ;
		padding-bottom: 0em ;
		margin-bottom : 0em ;
		}
P.#id02		{
		text-align : right ;
		}
.#VbaComment	{
		color : green ;
		}


