/* CSS Document 

*{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "lroSVbN";
}*/

h1,h2,h3,h4,h5,h6,dl,dt,dd,p,body,hr,ol,ul,li{
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

img{
	border:0;
}

body{
	font-size:12px;
	line-height:1.6;
	color:#444;
}

.inputLength{
	width:100px;
}

.pagetop{
	text-align:right;
	font-size:10px;
}

.pagetop a{
	background-image:url(../img/ic_arrow_top.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:14px;
}

#footer{
	background-image:url(../img/footer_bg.gif);
	background-repeat:no-repeat;
	height:79px;	
}

#footer table td{
	padding:6px 0 0 6px;
}

#footer span{
	visibility:hidden;
}

em{
	color:#B6354C;
	font-weight:normal;
	font-style:normal;
}

/* ---------- 2009.02.06 ’Ç‰Á ---------- */

/* clearfix */
.c-fix2:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
*html>body .c-fix{
	display: inline-block; 
	width: 100%;
	}
*html .c-fix{
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.c-fix2{
  	zoom: 1;
	}

/* neo-clearfix */	
.c-both{
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
	}
