@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;
}

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;
	background-image: url(img/topimg.jpg);
	background-repeat: no-repeat;
}
#header	{
	padding: 0;
	height: 630px;
	position: relative;
	overflow: hidden;
}
#header h1	{
	padding: 0;
	display: block;
	width: 500px;
	position: absolute;
	bottom: 45px;
	right: 20px;
}
#header h2	{
	float: left;
	margin: 0;
}
#header h3	{
	color: #FFFFFF;
	font-size: 23px;
	line-height: 1.5em;
	margin: 270px 10px 10px;
}
#header h3 span	{
	color: #75E1FB;
}
#gloval_nav	{
	padding: 0 4px;
	background-color: #75e1fb;
	clear: both;
	height: 35px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#footer	{
	text-align:center;
	padding: 10px;
}
#footer img	{
	margin: 0;
}

#container	{
	text-align: left;
	font-size: 12px;
}
