/*
--------------------------------------------------------------------------------------------------
Standard
--------------------------------------------------------------------------------------------------
*/

body {
	font-size:12px;
}

a:link{
	color:#0000ff;
	text-decoration: underline;
}
a:visited{
	color:#0000ff;
	text-decoration: underline;
}
a:hover {
	color:#ff0000;
	text-decoration: underline;
}


td {
	font-size:12px;
}

td.menu_other a:link{
	text-decoration: none;
}
td.menu_other a:visited{
	text-decoration: none;
}
td.menu_other a:hover {
	text-decoration: underline;
}

td.menu_point a:link{
	text-decoration: none;
	color:#800000;
	font-weight:bold;
}
td.menu_point a:visited{
	text-decoration: none;
	color:#800000;
	font-weight:bold;
}
td.menu_point a:hover {
	text-decoration: underline;
	color:#800000;
	font-weight:bold;
}
.LeftSideMenu {
	background-color:#e4ebf0;
}
/*
--------------------------------------------------------------------------------------------------
Option
--------------------------------------------------------------------------------------------------
*/

.BodyTitleOuter {
	background-color:#253c67;
}
.BodyTitleInner {
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.BodyTopTableOuter {
	background-color:#1f2f49;
}
.BodyTopTableHeader {
	font-weight:bold;
	text-align:center;
	color:#000000;
	font-size:12px;
	background-color:#8ab0ce;
}
.BodyTopTableInner1 {
	font-weight:bold;
	text-align:center;
	color:#000000;
	font-size:14px;
	background-color:#ffffff;
}
.BodyTopTableInner2 {
	color:#000000;
	font-size:12px;
	background-color:#ffffff;
}
/*
--------------------------------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------------------------
*/

/* giotrust*/
td.footer_giotrust {
	font-size:10px;
}
td.footer_giotrust a:link{
	text-decoration: none;
	color:#ffffff;
}
td.footer_giotrust a:visited{
	text-decoration: none;
	color:#ffffff;
}
td.footer_giotrust a:hover {
	text-decoration: underline;
	color:#ffffff;
}

/* keitai */
.footer_keitai {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

/* copyright */
.footer_copyright {
	font-size:12px;
	color:#000000;
	line-height:1.3em;
}

