@charset "UTF-8";

/* ------------------------------
 Home
------------------------------ */


/*	Common Style
--------------------------------------*/
body{
		font-size:72%;
		*font-size:80%;
	line-height:1.4;
	background:#FFF url(../../img/home/texture_01.jpg) repeat-x;
}

/*	Hypertext
--------------------------------------*/
#wrapper  {
		margin:0 auto;
		width:960px;
	}  
	
/*	layout
--------------------------------------*/
div#navigation {
	width:220px;
	float:left;
	display:inline;
}

div#header {
}

div#content {
	width:710px;
	float:right;
	display:inline;
	
}


/*	div#container
--------------------------------------*/
#container{
	font-size:93%;
	*font-size:100%;
		background:url(../../img/texture_03.gif);

} 

#container #mainvisual{
		margin:0 auto;
		text-align:center
}
	
#container #content .section{
	margin:5px 0 5px 25px;
}

#container #content .fig{
	margin:0 auto;
	padding:0;
}

#container #content .section h3{
	margin:10px 0 3px 0;
	}
	
#container #content #section-01 .inner-section,
#container #content #section-01 .inner-section,
#container #content #section-03 .inner-section{
	padding:0 25px;
}
	
#container #content .section-header{
	height:15px;
	background:url(../../img/home/texture_02-01.gif) no-repeat;
}
	
#container #content .section-footer{
	height:15px;
	background:url(../../img/home/texture_02-02.gif) no-repeat bottom;
}
	
#container #content #section-01,
#container #content #section-02,
#container #content #section-03{
	width:655px;
	background:url(../../img/home/texture_02-03.gif) repeat-y;
}
	
	
#container #content .section .fig{
	text-align:center;
	margin:5px 0 0 0;
}
	
#container #content .banner{
	margin:3px 0 0 25px;
}
	
#container img.first_child{
	margin-bottom:5px;
}
	




