@charset "iso-8859-1";


/* initial setting
-----------------------------------------------*/
*{
margin:0;
padding:0;
}

img{
border:0;
}

/* link
-----------------------------------------------*/
a:link,
a:visited		{
	color: #71AE20;
}
a:hover,
a:active	{
	color: #d847d9;
}


ul, li	{
	margin:0;
	padding:0;
	list-style-type: none;
}



/* html & body
-----------------------------------------------*/
html{

}

th, td{
font-size:75%;
line-height:1.4;
font-family:"Arial", Arial ;
color:#333331;
}

body{
	margin:0 auto;
	text-align:center;
	background-image: url(../images/common_bg03.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
}