a	{
	cursor : default;
}
a:link	{
	color : #FF0000;
	text-decoration : none;
}
a:visited	{
	color : #FF8080;
	text-decoration : none;
}
a:active	{
	color : #FFD2D2;
	text-decoration : none;
}
a:hover	{
	color : #FF0000;
	text-decoration : none;
	background-color : #FFFF80;
}
body	{
	color : #800000;
	font-family : あずきフォント;
	font-size : 14px;
	cursor : default;
	background-color : #FFFFFF;
	text-align: center;
}
.layout_index #header {
	width:80%;
	margin: 0 auto;
	background:#FFB5B5;
	text-align:left;
	padding: 15 -5;
}
.layout_index #container { 
	width: 80%;
	margin: 0 auto;
	padding: 20 0;
	background: #F4EAEA; 
	text-align: left;
}
.layout_index #container h2{
	text-align: center;
}
