@charset "utf-8";

/* ************************************************************

	common / ページ共通
	
************************************************************ */
html {
	height: 100%;
	overflow: auto;	/* Opera 9.51 */
	overflow-y: scroll;
}
body {
	background: #FFF;
	height: 100%;
	color: #333;
	line-height: 140%;
}
#wrapper { 
	width: 100%;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/*************************************************************

	contents_main / メインコンテンツ
	
************************************************************ */
#contents_main {
	min-width: 750px;
}

/* ************************************************************

	footer / フッター
	
************************************************************ */
#forfooter {
	width: 100%;
	min-height: 100%;
	margin: 0 auto -35px;
	height: auto !important;
	height: 100%;
}
#footerfix {
  height: 35px;
}
#footer {
	clear: both;
	width: 100%;
	height: 35px;
}
#footer .copyright {
	margin: 0 20px 0 0;
	text-align: right;
}
#footer .copyright address {
	font-size: 93%; /* 12px */
	line-height: 1;
	font-style: normal;
	font-family: Verdana, Helvetica, sans-serif;
}