@charset "utf-8";
/* CSS Document */

/* common css start */
html:\66irst-child { font-size: 90%;}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:80%;
	line-height:normal;
	color:#715043;

}
.d-no {
	display:none;
}
.v-no {
	visibility:hidden;
}
hr {
	display:none;
}
form, div, p, h1, h2, h3, h4, input, img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* common css end */

/* link css start */
a{
	color:#0060B6;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* link css end */

/* text css start */
.def-red{
	color:#E63769;
}
.sml{
	font-size:85%;
	line-height:120%;
}
/* text css end */

/* paragraph css end */
p.text{
	line-height:160%;
	margin: 0px 0px 5px 0px;
}
p.text-end{
	line-height:160%;
	margin: 0px 0px 15px 0px;
}
p.img{
	text-align:center;
	margin: 0px 0px 5px 0px;
}
p.img-end{
	text-align:center;
	margin: 0px 0px 15px 0px;
}
/* paragraph css end */