@charset "utf-8";
/*----------------------------------------
Name: layout.css

Last Updated:2009/02/28 [s.Nakamura]
----------------------------------------*/
html{overflow-y:scroll;}
body{
	background:#FFBD13;
	color:#444;
}

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

 見出し要素

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

* html h1{
	behavior: expression(IEPNGFIX.fix(this));
} 
h1{
	position:absolute;
	top:21px;
	left:7px;
	background:url(../img/logo.png) no-repeat 0 0;
}
h1 a{
	display:block;
	width:290px;
	height:91px;
	text-indent:-9999px;
}
h3{
	_letter-spacing:0.45em;
}
p{
	padding:0 0 10px 0;
}


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

 レイアウト要素

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


#wrapper{
}
#mainWrapper{
	position:relative;
	margin:0 0 0 10px;
	padding:6px 0 0 0;
	width:896px;
}
#leftColumn{
	float:left;
	padding:107px 0 0 0;
	width:221px;
}
#top #mainColumn{
	padding:0 0 0 0;
	width:665px;
	float:left;
}

#mainColumn{
	padding:120px 0 0 0;
	width:665px;
	float:left;
	background:url(../img/main_bg.png) no-repeat 0 0;
}

#main_contents{
	margin:0 5px;
	padding:0 30px;
	background:#FFF;
}
#main_contents h2{
	padding:0 0 20px 0;
}
.edit_area{
	padding:0 0 20px 0;
	background:url(../img/dot.gif) repeat-x 0 bottom;
}
#footer{
	margin:0 0 0 10px;
	width:886px;
}
.foot_box{
	padding:0 0 40px 220px;
}
.copyrignt{
	padding:20px 0 0 0;
	text-align:center;
}

/* clearfix
------------------------------------------------*/

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */



.edit_area:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.edit_area { display: inline-block; }
/* \*/
* html .edit_area { height: 1%; }
.edit_area { display: block; }
/* */





