@charset "euc-jp";


body {
	line-height: 1.2;
	align: center;
	font-size: small;
	width: 745px;
	
/*
	background-image: url(../images/common/header_bg01.gif);
	background-position: 750px;
	background-repeat: repeat-y;
*/
}


/* ------------------------------
contents
------------------------------ */
	#contents_area{width: 745px;
	background:#FFFFFF;
	}

/* ------------------------------
header
------------------------------ */
#head {
	width: 740px;
	background-color: #FFFFFF;
	height: 65px;
	background-image: url(../images/common/header_bg01.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
	padding-left: 5px;

	}
	

/* ------------------------------
footer
------------------------------ */



#foot {
	width: 740px;
	background-color: #FFFFFF;
	height: 31px;
	background-image: url(../images/common/footer_bg001.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
	padding-left: 5px;
	}


/* ------------------------------
textarea
------------------------------ */
#text_area01 {
	padding: 8px;
	width: 400px;
}

