/* CSS Document */
/* 共通 */
a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #663366;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

div#wrap	{
	font-size: 108.4%;
}

#title {
	height: 90px;
	background-color:#3333FF;
	padding: 5px 5px 0px 5px;
}

#title p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	letter-spacing: 0.6em;
}

#title h1	{
	float: left;
	width: 173px;
	padding-top: 0px;
	margin-top: 0px;
}
.top_menu1	{
	width: 550px;
	text-align: right;
	float: right;
	clear: right;
	font-weight: bolder;
	color:#FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.top_menu1 a	{
	font-weight: bolder;
	color:#FFFFFF;
}
.top_menu1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu1 a:hover {
	font-weight: bolder;
	color:#FFFF00;
}
.top_menu1 li	{
	float: left;
	padding: 5px 35px 5px 10px;
	list-style-type: none;
}

.top_menu2	{
	width: 550px;
	text-align: right;
	float: right;
	clear: right;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;

}
.top_menu2 a	{
	padding: 0px 3px 3px 0px;
	margin-right: 3px;
	margin-left: 3px;
}
.top_menu2 a:hover {
	width: 163px;
	padding: 0px 3px 3px 0px;
	background-image:url(images/menu_back.gif);
	background-position:bottom right;
	font-weight: bolder;
	color:#FFFFFF;
}
.top_menu2 li	{
	float: left;
	padding: 5px;
	list-style-type: none;
}

#main	{
	clear: both;
	padding: 5px 10px;
	margin: 0px;
}
#return a	{
	display: block;
	text-align: center;
	background-color: #ccffff;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
}
hr {
	clear: both;
}
.attention	{
	color: #FF0000;
}
.attention2	{
	text-decoration: underline;
	font-style: normal;
}
.attention3 {
	border: thin dashed #999999;
	padding: 3px;
}
.attention4 {
	color: #3300CC;
}
.float-clear	{
	clear: both;
}
.root	{
	font-size: 10px;
	font-style: normal;
}

#wrap #main h3 {
	font-size: 110%;
}
.text_upper	{
	vertical-align: super;
	font-size: 80%;
	font-style: normal;
}
