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

body {margin: 0; padding: 0;}


/*	●ブラウザリセット、基本設定 --------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin:0;
	padding:0;
}

body {
	zoom:1;
	color:#333;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	*font-size: small;
	*font:x-small;
	line-height: 1.4;
	background-color:#ffffff;
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;
	font-size:100%;
}

img {
	border:0;
	vertical-align:top;
	-ms-interpolation-mode: bicubic;
}

address,em,th,dt {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

q:before,q:after {
	content:'';
}

input, select {
	vertical-align: middle;
}

table {
	font-size:1em; /* for IE 5.5 */
}
th,td {
	font-size: 13px;
	*font-size: small;
	*font:x-small;
	font-size: 100%;
}
caption,th {
	text-align:center;
}

a:link,a:visited {
	color:#0046bb;
	text-decoration:none;
}
a:hover, a:active {
	color:#0046bb;
	text-decoration: underline
}


/*	●汎用クラス  --------------------*/

/* ●clearfix */
/*.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}*/
/* For Except Mac IE \*/
/** html .clearfix { height: 1%;}
.clearfix { display: block;}*/
/* */
/* For Mac IE Only \*//*/
.clearfix { overflow: hidden; }
/* */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*後付け*/

/* ●clear */
.clear {
	clear: both;
}


/* ●float */
.float-l { float: left; }
.float-r { float: right; }




ul{ margin: 0px; padding: 0px;}
li{ list-style:none;}