@charset "UTF-8";
/*
	Site Name: Petabit Web Site
	Description: initial setting
	Version: 0.0520
	Author: kennsu
*/

/*
===== CONTENTS ===========================================

	1: tagline

==========================================================
*/


/*
===== 1: tagline =================================
*/
#tagline{
	font-size:85%;
	color: #333;
	background: #F0F0F0;
	padding:0.15em 0;
	text-align:center;
	border-bottom:solid 1px #CCC;
}
#tagline a:link,
#tagline a:visited,
#tagline a:hover,
#tagline a:active{
	color:#999;
}
div#foot-link{
	border-top:solid 1px #EEE;
	width:750px;
	margin:2em auto 0;
	padding:1em 1em;
	clear:both;
}
div#foot-link ul{
	text-align:center;
}
div#foot-link ul li{
	font-size:85%;
	display:inline;
}
