body{
	font-family : Impact,Arial;
	margin : 0px;
	color : #ffffff;
	background-color : #481381;
	white-space : nowrap;
}
img{
	margin : 0px 0px 10px 10px;
	border : 0px;
	width : 274px;
	height : 45px;
}
#menu{
	font-size : 16px;
	position : absolute; /* 絶対参照 */
	bottom : 5px;
	right : 5px;
}
.menu{
	border-left : 1px solid #ffffff;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 10px;
	padding-left : 10px;
}
#line{
	line-height : 16px;
	text-valign : top;
	padding : 0px;
	width : 100%;
	position : absolute; /* 絶対参照 */
	margin : 0px;
	bottom : 30px;
	border-bottom : 1px solid #ffffff;
}
.about{
	font-size : 14px;
	text-align : right;
	text-valign : top;
	padding : 0px;
}
a:link {                                /* 通常リンク                 */
  color : #ffffdd;
  text-decoration : none;
}
a:visited {                             /* 既読リンク                 */
  color : #ffff88;
  text-decoration : none;
}
a:active {                              /* リンク When_At_Click       */
  color : #ff9999;
  text-decoration : none;
}
a:hover {                               /* リンク On_Mouse            */
	color : #4400aa;
	background-color : #eeeeee;
  text-decoration : none;
}
