/*
You should not write comments in Japanese or
foolish web browsers become unable to read this file.

This file is an additional style definition.
Main style definitions are wrote in "/include/main.css". See it.
*/

/*floating guide box1 (toppage)*/
.td_guide_grid1{
	width:450px;
	height:90px;
	background-image:url(guide_grid4.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.td_guide_grid1 A{
	text-decoration:none;
	color:black;
	padding-right:50px;
}
.td_guide_grid1 A SPAN{
	font-size:14pt;
}

/*floating guide box2 (toppage -> search solutions)*/
.td_guide_grid2{
	width:190px;
	height:135px;
	background-image:url(guide_grid2.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
.td_guide_grid2 A{
	text-decoration:none;
	color:black;
	font-size:12pt;
}

/*link(back to top of this page)*/
.a_back2top{
	display:block;
	text-align:right;
	margin-right:1em;
	color:black;
}