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

	DEFAULT CSS RESET

-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	table-layout:fixed;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
figure {
	margin:0;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
html{
	font-size:62.5%;
	/*filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
}
body{
	color:#333;
	font-size:18px;
	line-height:1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a{
	color:#9b0000;
	text-decoration:underline;
	outline:none;
}
a:hover{
	text-decoration:none;
	color:#BE50A3;
}
.clr{clear:both;}
.clrL{clear:left;}
.clrR{clear:right;}
.blk{display:block;}
p{margin-bottom:1em;}
p.lst{margin:0;}
strong{font-weight:bold;}
.pagetop{
	margin-bottom:20px;
	text-align:right;
	clear:both;
}
.bold{font-weight:bold;}

.hid{
	visibility:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftImg{
	float:left;
	margin:0 10px 6px 0;
}
.rightImg{
	float:right;
	margin:0 0 6px 10px;
}
.txtCenter {
	text-align:center;
}
.txtRight {
	text-align:right;
}
.leadTx {
	font-size:1.13em;
	line-height:1.7;
}
/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix::after {
	display:block;
	content: "";
	clear:both;
}