@charset "utf-8";
/* iGS css document mainstyle */
/************************************************************************
	Link Style
************************************************************************/
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color:#00CCFF;
	text-decoration: none;
}
a:active {
	color: #555;
	text-decoration: none;
}
/************************************************************************
	Caption Style
************************************************************************/

span#TextCaption01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	background:url("image/siteR2.png") left center no-repeat;
	padding:0 0 0 10px;/* top right bottom left */
}
span#TextCaption02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:none;
	color:#444;
	background:url("image/line.png") left top no-repeat;
	padding:0 0 0 20px;
}
span#TextCaption03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:none;
	color:#CCCCCC;
	padding:0 0 0 10px;
}
span#TextCaption04 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#006699;
}
span#TextCaption05 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#333;
	padding:0 0 0 10px;
}
span#TextCaption06 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#336699;
}
/************************************************************************
	Text Style
************************************************************************/
#Text01 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#555;
	line-height:10pt;
}
#Text02 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#669933;
}

#Text03 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#555;
	line-height:13pt;
}
#Text04 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#999999;
}

/************************************************************************
	Image Style
************************************************************************/
#BackimageTop {
	background:url("image/backimage01.gif") left top no-repeat;
	background-color:#FFFFFF;

}
/************************************************************************
	Color Style
************************************************************************/
#BackColorWhite {
	background-color:#FFFFFF;
}
#BackColorGSBlue {
	background-color:#002c55;
}
#BackColorGray {
	background-color:#f0f0f0;
}
#BackColorBlue {
	background-color:#6699CC;
}