@charset "UTF-8";


/* ------------- RESET ------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p,
fieldset, input, textarea, p, blockquote, th, td{margin: 0; padding: 0;}
img{border:none;outline: none;-ms-interpolation-mode:bicubic;}
img a{border:none;outline: none;}
a:focus{outline:none;}
a {overflow:hidden; text-decoration:none;}
html{width:100%;height:100%;margin:0px;padding:0px;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
ui,li{margin:0; padding:0;}
fieldset, img{border:0;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}


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



.clearfix {
	float:none;
	clear:both;
}

body{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#191919;
	font-size:12px;
	line-height:1.5em;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
	-webkit-text-size-adjust:100%;
}

#wrapper{
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height:100%;
	width:100%;
}




/* ============================================================ */
/*                           CONTENTS                           */
/* ============================================================ */	

#conetnst{
	width:940px;
	padding:0 25px 70px 25px;
	margin:0 auto;
}


