@charset "utf-8";

/* CSS information ///////////////////////////////////////////////////

 クリア、太文字、インデント、フォーム
 
////////////////////////////////////////////////////////////////////*/
/*リセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
	zoom: 1;
	}
input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif; vertical-align: middle;}
/* 空div用clear（float解除用に空divを使う際に使用してください） */
.clear{
	height: 0px;
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	zoom: 0;
}

.caution{
	margin-left:1em;
	text-indent:-1em;
	font-size:85%;
}
