/*-------------------*/
/*        基本       */
/*-------------------*/

body {
	margin-left:      0px;
	margin-right:     0px;
	margin-top:       0px;
	margin-bottom:    0px;
	font-size:        12px;
	line-height:      16px;
	background: url(img/bk_img02.gif);
	/*2008/10/3追加↓*/
	padding:0 0 100px 0;	
}

/*
html,body{
	height:100%;
}
div{
	height:100%;
}*/

.bk_img {
	width:      100%;
	background: url(img/bk_img01.gif) repeat-x;
}

#area01 { width: 360px; }

/*-------------------*/
/*       COLOR       */
/*-------------------*/

.white01 {
	color:            #ffffff;
}

.white02 {
	background-color:            #ffffff;
}

.gray01 {
	background-color: #737373;
}

