﻿@charset "utf-8";
 
body,div,ul,li {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;

}

form{
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}


table,th,td {
	margin: 0;
	padding: 0;
}
 
html {
	background: #fff;
	color: #000000;
}
 
body {
	font:small  "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
		background: #fff;
	}
* html body {
	font-size: small;
}
*:first-child+html body {
	font-size: small;
}
 
img {
	border: 0;
	vertical-align: bottom;
}
 
h1,h2,h3,h4{
	clear: both;
	font-size: 100%;
	font-weight: normal;
}

ul,ol{
	margin:0px;
	padding:0px;
	text-indent: 0;
	list-style-type:none;
	clear:both;
}

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

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input,* html textarea,* html select {
	font-size: 100%;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {
	font-size: 100%;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th,td {
	text-align: left;
	vertical-align: top;
}

input,select,textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	}


/*------回り込み解除-------------*/
.clearbox:after,
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix { display: inline-table; }

/*IE6用*/

* html .clearfix {
	height: 1%;
}
/*IE7用*/
*+html .clearfix {
	height: 1%;
}

.right {
	float: right;
}
strong {
	font-weight: bold;
}
