@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, *>#wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}

html{
	font-size:100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
	margin:0
	background-color:#e9e8df;
	_font-size: 66.66%;
	min-width: 1066px;
	background: #FCFCF3 url(/cmn_img/bg.png) repeat-x left top;
	color: #463E35;
	font: 12px/150% "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
a{
	text-decoration: underline;
	outline: none;
	color: #463E35;
}
a:hover{
	text-decoration:underline;
}
.clr{clear:both;}

.blk{display:block;}

strong{font-weight:bold;}
.small {font-size:11px;}
.pagetop{
	text-align: right;
	/*height: 22px;*/
	clear: both;
	/*padding-right: 30px;*/
	width: 100%;
	margin:0;
	margin-bottom: 33px;
}

.bold{font-weight:bold;}

.hid{
	visibility:hidden;
	}

.left{
	float:left;
}

.right{
	float:right;
}
.alignC {
	text-align: center;
}
.imgL {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	float: left;
}

.alignR {
	text-align: right;
}



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