@charset "utf-8";

/* Basic
--------------------------------------------------------*/
* {
	margin:	 0;
	padding: 0;
}

html{
	height: 100%;
}

body{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	background-image:url(../img/bg_body.gif);
	background-repeat:repeat-x;
	/*text-align:center;*/
	font-size:62.5%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6,table td,table th {
	font-size:62.5%;
	font-weight:normal;
}

img {
	border: none;
	margin:0;
	padding:0;
}

input,table td,table th {
	margin:0;
	padding:0;
}

input {
}

ul,ol {
	list-style: none;
}

/* clearFix
-------------------------------------*/
.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix {
	display:inline-block;
}

/* Hides from IE-mac \*/
*html .clearFix {
	height:1%;
}

.clearFix {
	display:block;
}

/* End hide from IE-mac */


/* lastRebuild
--------------------------------------*/

#lastRebuild {
	border:solid 4px #eeeeee;
	padding:5px;
	margin-bottom:10px;
}


/* newicon */
span.new img {vertical-align:bottom;}

