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

/*-------------------------------------------------------------------

	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;
}
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;
}
/*-------------------------------------------------------------------

	DEFAULT SETTING

-------------------------------------------------------------------*/
*>html, *>body, *>#wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	margin:0
	background-color:#fff;
	_font-size:66.66%;
	font: 13px/150% "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
a{
	text-decoration:none;
	outline:none;
	color: #333333;
}
a:hover{
	text-decoration:none;
}
.clr{clear:both;}

.blk{display:block;}

strong{font-weight:bold;}

img {
	vertical-align: bottom;
}

.bold{font-weight:bold;}

.hid{
	visibility:hidden;
	}

.left{
	float:left;
}
.right{
	float:right;
}
.imgR {
	float: right;
}

.alignC{
	text-align: center;
}
.alignR{
	text-align: right;
}
.txtS{
	font-size: 12px;
}

/*----------------------------------------------------------
	clearfix
----------------------------------------------------------*/
.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
	overflow:auto;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
