@charset "utf-8";

/*===============================================
	reset
===============================================*/
* {
	margin:0;
	padding:0;
	} 
h1,h2,h3,h4,h5,h6,p,address,
ul,ol,li,dl,dt,dd,
table,caption,th,td,img,form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 1.4;
	list-style-type: none;
	color: #333;
	}

textarea {font-size: 100%;}
img {vertical-align: bottom;}
hr {display: none;}

.clear {clear:both;}

/*===============================================
	base
===============================================*/
body {font-size: 75%;}
html>/**/body {font-size: 12px;}

html,
body {height: 100%;}

#wrap {
	margin: 0px 0px -110px 0px;/*フッターの高さと同値*/
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

#foot {
	width: 100%;
	height: 110px;/*フッターの高さと同値*/
	}

#wrap2 {
	padding: 0px 0px 110px 0px;/*フッターの高さと同値*/
	width: 100%;
	}

#foot,
#wrap2 {min-width: 994px;}

#footIn,
#wrap2In {
	margin: 0px auto;
	width: 994px;
	}

#wrap2In {overflow: hidden;}

/*===============================================
	cFix
===============================================*/
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
	}

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

/* IE-mac */
* html .cFix {height: 1%;}
.cFix {display: block;}
/* IE-mac */
