body {
	margin : 0;
	padding : 0;
}

#swaparea {
	border : 0;
	filter : BlendTrans(duration = 3);
}

/* text */

.green_11px {
	color : #53A668;
	font-size : 11px;
	font-family : sans-serif ;
}

.green_12px {
	color : #53A668;
	font-size : 12px;
	font-family : sans-serif ;
	line-height : 20px;
}

.green_14px {
	color : #53A668;
	font-size : 14px;
	font-family : sans-serif ;
}

.green_16px {
	color : #53A668;
	font-size : 16px;
	font-family : sans-serif ;
}

.gray_11px {
	color : #666666;
	font-size : 11px;
	font-family : sans-serif ;
	line-height : 16px;
	text-align : justify;
	text-justify : distribute;
	
}

.gray_12px {
	color : #666666;
	font-size : 12px;
	font-family : sans-serif ;
	line-height : 20px;
	text-align : justify;
	text-justify : distribute;
}

.gray_14px {
	color : #666666;
	font-size : 14px;
	font-family : sans-serif ;
}


/* anchor */

a.green:link {
	color : #53A668;
	text-decoration : none;
}
a.green:visited {
	color : #53A668;
	text-decoration : none;
}
a.green:active {
	color : #CF0000;
	text-decoration : underline;
}
a.green:hover {
	color : #CF0000;
	text-decoration : underline;
}

a.gray:link {
	color : #666666;
	text-decoration : underline;
}
a.gray:visited {
	color : #666666;
	text-decoration : underline;
}
a.gray:active {
	color : #CF0000;
	text-decoration : underline;
}
a.gray:hover {
	color : #CF0000;
	text-decoration : underline;
}

a.subtitle:link {
	color : #53A668;
	font-weight : bold;
	text-decoration : none;
}
a.subtitle:visited {
	color : #53A668;
	font-weight : bold;
	text-decoration : none;
}
a.subtitle:active {
	color : #53A668;
	font-weight : bold;
	text-decoration : underline;
}
a.subtitle:hover {
	color : #53A668;
	font-weight : bold;
	text-decoration : underline;
}

/* arrow margin */

.arrow_margin {
	margin-right : 5px;
	margin-bottom : 2px;
}

/* table */

.td_headergrad {
	background-image : url(../img/bgd_headergrad.gif);
}

.td_bluegreen {
	background-color : #53A668;
}

.td_cianblue {
	background-color : #FAFFFA;
}

.td_green_title {
	background-color : #F3FFE8;
	color : #53A668;
	font-size : 12px;
	font-family : sans-serif ;
	text-align : left;
	line-height : 17px;
}

.td_green_contents {
	background-color : #FAFFFA;
	color : #666666;
	font-size : 12px;
	font-family : sans-serif ;
	line-height : 17px;
}

.td_subimage_01 {
	background-image : url(../img/pho_subimage_01.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_02 {
	background-image : url(../img/pho_subimage_02.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_03 {
	background-image : url(../img/pho_subimage_03.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_04 {
	background-image : url(../img/pho_subimage_04.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_05 {
	background-image : url(../img/pho_subimage_05.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_06 {
	background-image : url(../img/pho_subimage_06.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_subimage_07 {
	background-image : url(../img/pho_subimage_07.jpg);
	background-repeat : no-repeat;
	background-position : right top;
}

.td_back_left {
	background-image : url(../img/bgd_leftgrad.gif);
	background-repeat : repeat-y;
	background-position : right top;
}

.td_back_right {
	background-image : url(../img/bgd_rightgrad.gif);
	background-repeat : repeat-y;
	background-position : left top;
}

.td_back_line_01 {
	background-image : url(../img/line_green_dotted.gif);
	background-repeat : repeat-x;
}

.footer {
	background-image : url(../img/bgd_footer.jpg);
}

/* filters */

.shadow {
	filter : progid:DXImageTransform.Microsoft.shadow(color=#999999, direction=135, strength=2);
}

