
body{
	font-size:70%;
	*:font-size:60%;
	background-color: #FFF;
	color: #555;
	font-family: Georgia, "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	text-align: center;
	margin: 0;
	padding: 0;
}

p{ margin: 0 0 1em;}

img{ border: 0;}

h1,
ul{
	padding: 0;
	margin: 0;
}

a{
	color: #555;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.floatL{ float: left;}
.floatR{ float: right;}

.right{ text-align: right;}
.center{ text-align: center;}
.left{ text-align: left;}

h2{
	margin: 15px 0 0 15px;
	padding: 0;
}
h3{
	background: url(../img/bg_h3.gif) 0 40% no-repeat;
	padding-left: 15px;
	margin: 0;
	font-weight: normal;
	font-size: 95%;
}

/* contents */
.contents{
	width: 550px;
	margin: 0 auto 30px;
	padding: 0;
	text-align: left;
}

/* top */
.headBox{
	background: url(../img/bg_header.jpg) 0 0 no-repeat;
	position: relative;
	height: 181px;
	padding: 0;
	margin: 0;
}
.headBox h1{
	position: absolute;
	top: 6px;
	left: 25px;
}
ul.gNavi{
	position: absolute;
	top: 42px;
	left: 220px;
}
ul.gNavi li{
	display: inline;
	margin-right: 14px;
}
ul.gNavi li.lastChild{
	margin-right: 0;
}
.lastup{
	position: absolute;
	top: 70px;
	right: 36px;
	color: #8a8a8a;
	margin: 0;
}

/* inner */
.inner{
	background: url(../img/bg_inner.jpg) 0 100% no-repeat;
	width: 470px;
	padding: 10px 15px 40px;
	margin: 0 0 0 31px; 
	position: relative;
	clear: both;
}
.pagetop{
	position: absolute;
	bottom: 3px;
	right: 10px;
}

/* img */
.imgBox img{
	border: 1px #888 solid;
}
.imgBox img.new{
	border: 1px #daff4d solid;
}
ul.imgBox{
	margin: 0 0 0 -4px;
	padding: 0;
}
ul.imgBox li{
	display: inline;
	list-style: none;
	margin-left: 4px;
}
.log{ margin: 0.2em 0 0;



div:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

div {
  min-height: 1px;
}

* html .div {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}