@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  共通のスタイル指定
=================================================================== */
/* body and base setting
---------------------------------*/



html {
	background: url(../../img/body_bg.gif) top center;
}


body {
	background: url(../../img/contents01_bg.gif) top center repeat-y;
}


#white_bg01 {
	background: url(../../img/contents01_bg.gif) top center repeat-y;
	width: 100%;
}


#grade_bg01 {
	background: url(../../img/grade_bg.gif) top center repeat-x;
	width: 100%;
}

#white_grade_bg01 {
	background: url(../../img/white_grade_bg.gif) top center no-repeat;
	width: 100%;
}




