@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "default.css"; /* initial setting */
@import "layout.css";/* layout style */

a:link,
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	color:#CC3399;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
p.googleplus a{
	color:#fff;
}