@charset "UTF-8";
body { 
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size: 13px;
	color: #595757;
}
body div {
	text-align: left;
	margin: 0 auto;
	line-height: 1;
}
.left {
	float: left;
	text-align: justify;
	width: auto;
}
.right {
	float: right;
	text-align: justify;
	width: auto;
}
.center { text-align: center; }
.clear { clear:both; }
.break { page-break-after: always; }
.bold { font-weight: bold; }
.fs10 { font-size: 77%; }
.fs11 { font-size: 85%; }
.fs12 { font-size: 93%; }
.fs13 { font-size: 100%; }
.fs14 { font-size: 108%; }
.fs15 { font-size: 116%; }
.fs16 { font-size: 123.1%; }
.fs17 { font-size: 131%; }
.fs18 { font-size: 138.5%; }
.fs19 { font-size: 146.5%; }
.fs20 { font-size: 153.9%; }
.fs21 { font-size: 161.6%; }
.fs22 { font-size: 167%; }
.fs23 { font-size: 174%; }
.fs24 { font-size: 182%; }
.fs25 { font-size: 189%; }
.fs26 { font-size: 197%; }
.strong { font-weight: bold; }
.green{ color: #4c7d2c; }
.black{ color: #000; }
/* 03：Clear Fix Hack (Float Clear Hack) (Float Clear Hack)
 http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=============================================== */

.clearfix:after { /* for New Browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; /* for IE */ }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a {
/*	color: #006699;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline ;
}