@charset "UTF-8";
/* CSS Document */


body {
	font-family: sans-serif, Helvetica, Verdana, Arial;
}

/*------------------------------------------------------
H E A D I N G S
------------------------------------------------------*/

h1,h2,h3,h4	{
	padding:0; margin:0;
}

h1 {
	color: #ff9900;
	line-height: 2;
}
h2 {
	color: #ff0066;
}
	
h3 {
	color: #009933;
}
h4 {
	font-size: 10px;
	color: #009933;
}

/*------------------------------------------------------
T E X T
------------------------------------------------------*/

a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
li {
	margin-right: 10px;
	list-style-type: none;
}
.jptext {
	font-family: "Hiragino Kaku Gothic Pro";
}


