@charset 'UTF-8'; 
@import '_base.css';


 
/* index.css */ 
 
html 
{
	color: #000;
	background-color: #FFF;
}
 
div#body 
{
	padding: 2em 0;

	text-align: center;
	font-size: small;

	background-image: url('../images/bg_bubble.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
	 
div#body h1 
{
	padding: 4em 0 3em;
}
 
div#body p 
{
	padding: 1em 0;

	line-height: 1.4em;
}
 
div#body ul 
{
	padding: 1em 0;

	line-height: 2em;
}
  
div#foot 
{
	padding: 2em 1em;

	text-align: left;
	font-size: x-small;
}
	 
div#foot p 
{
	padding: .5em 0;

	line-height: 1.4em;
}
  	
