@charset "utf-8";
/* ページトップへの移動リンク用 css */
#Pagetop {
	width: 68px;
	height:35px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:55px;
	clear: both;
}

/* フッター関連用 css */
#footer {
	clear:both;
	width:100%;
	height:78px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}
#footerarea {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top:15px;
	text-align: left;
	height: 50px;
}

#footerarea ul.ms_action {
	font-family:Verdana,"Osaka",Helvetica,sans-serif;
	margin : 0;
	padding : 0;
	list-style-type : none;
	width:500px;
	font-size:10px;
	float : left;
}
#footerarea ul.ms_action li {
	margin : 0;
	padding : 0 ;
	list-style-type : none ;
	float : left ;
}

#footerarea ul.ms_action li#profile {
	width:50px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#profile a {
	text-decoration:none;
	display:block;
	width:50px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#profile a:hover {
	width:50px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}

#footerarea ul.ms_action li#news {
	width:40px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#news a {
	text-decoration:none;
	display:block;
	width:40px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#news a:hover {
	width:40px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#event {
	width:44px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#event a {
	text-decoration:none;
	display:block;
	width:44px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#event a:hover {
	width:44px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#blog {
	width:36px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#blog a {
	text-decoration:none;
	display:block;
	width:36px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#blog a:hover {
	width:36px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#photo {
	width:44px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#photo a {
	text-decoration:none;
	display:block;
	width:44px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#photo a:hover {
	width:44px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#awarded {
	width:52px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#awarded a {
	text-decoration:none;
	display:block;
	width:52px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#awarded a:hover {
	width:52px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#links {
	width:40px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#links a {
	text-decoration:none;
	display:block;
	width:40px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#links a:hover {
	width:40px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}
#footerarea ul.ms_action li#mail {
	width:55px;
	height:20px;
	margin-left: 0px;
}
#footerarea ul.ms_action li#mail a {
	text-decoration:none;
	display:block;
	width:55px;
	height:20px;
	color: #ffffff;
}
#footerarea ul.ms_action li#mail a:hover {
	width:55px;
	height:20px;
	text-decoration: underline;
	color: #990000;
}





#copyright {
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
	width:250px;
	height:20px;
	text-indent: -9999px;
	float:right;
}

