@charset "UTF-8";
/* main style 
---------------------------------------*/
h2{
	color:#F90;
}
h3{
	text-indent:1em;
}
strong{
	color:#F90;
}
p{
	text-indent:2em;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#00F;
}
