@charset "UTF-8";

/* 
FileName: layout.css
----------------------------------------------- */
body {
	background:url("../images/bg.jpg") 0 0 repeat;
}
#wrapper{
	margin:0 auto;
	width:1000px;
}

/*
header
----------------------------------------------------*/
#header{
    height:150px;
}
h1{
    float:left;
	width:416px;
    height:137px;
	overflow:hidden;
	background:url("../images/logo.png") 0 0 no-repeat;
    margin:0 0 10px 0;
}
h1 a{
	display:block;
	width:416px;
    height:137px;
	padding:145px 0 0 0;
}
#headerLeaf{
    position:absolute;
    z-index:4;
    top:0;
    margin:0px 0 0 580px;
}

/*
contents
----------------------------------------------------*/

#contents{
	margin:0;
	padding:0;
}
/*----------  メイン  -----------*/

#contents #main{
	float:right;
	padding-bottom:20px;
	width:740px;
}
#flash{
	margin-bottom:0;
}



/*----------  サイド  -----------*/
#contents #side{
	float:left;
	padding-bottom:20px;
	height:100%;
	width:240px;
}
*html #contents #side{
    position:relative;
    
	float:left;
	padding-bottom:20px;
	height:100%;
	width:240px;
}
#scissors{
    position:absolute;
    z-index:2;
    margin:0px 0 0 -220px;
}
#navi{
    position:relative;
    z-index:3;
    top:150px;
	text-align:center;
    line-height:0%;
    zoom:1;
}

#navi ul{
    line-height:0%;
    zoom:1;
}
#navi li{
	float:left;
    line-height:0%;
    zoom:1;
}


/*
footer
----------------------------------------------------*/
#footer{
	padding:0;
}
#copyright{
	padding:0 0 10px 0px ;
	text-align: center;
    font-style:normal;
}

