@charset "UTF-8";
/* CSS Document */

*	{
	font-family: "MS Pゴシック", "MS P Gothic", "sans-serif";
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
html	{
	overflow: scroll;
	overflow: ^moz-scrollbars-vertical;
	overflow-x: scroll;
}

body	{
	background: url(img/bg.gif);
}
a:link {
	color:#808080;
	text-decoration:none;
}
a:visited {
	color:#808080;
	text-decoration:none;
}
a:hover {
	color:#CCCCFF;
	text-decoration:underline;
}
a img {
	padding: 0;
	margin: 0;
	border: 0;
}
#all	{
	width: 800px;
	margin: 0 auto;
	border: solid 1px #CCCCCC;
	padding: 0;
}
#header	{
	padding: 0;
	background-image: url(img/topimg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	position: relative;
}
#header h1	{
	margin: 0;
	padding: 0;
}
#header h2	{
	float: left;
	margin: 0;
}
#header h1 img	{
	margin: 10px 20px;
}
#gloval_nav	{
	padding: 0 4px;
	background-color: #75e1fb;
	clear: both;
	height: 35px;
	position: absolute;
	bottom: 0px;
}
#footer	{
	text-align:center;
}
#footer img	{
	margin: 10px 0;
}
