@charset "utf-8";



/* -------------------------------------------------------------



   CSS Name: CSS coding contest 01（トップページ用）                              

   Version: 1.0

   Latest update: 2007/04/22                                                 

   Description: For CSS coding contest 01 "Coder's High" participation.

   Author: Yoshiko Utsunoiya                                    

   Theme URI: http://pea-nuts.org/                              



   Checked and valided by W3C(R) Validator.                     

   http://jigsaw.w3.org/css-validator/                          



 -------------------------------------------------------------- */



body {

	background: url(images/bg.jpg) left top repeat-x;

	}



#header {

	height: 260px;

	background: url(images/header1.jpg) left bottom no-repeat;

	}



#header_navi ul {

	height: 54px;

	background: url(images/navi1.gif) left bottom no-repeat;

	margin: 0 0 0 211px;

	padding: 0;

	text-indent: -9999px;

	}



#contents {

	background: url(images/contents_bg.gif) left top no-repeat;

	}


