@charset "UTF-8";

h1 {
	font-size: 0.688em;
	color: #555;
	font-weight: normal;
	padding: 10px 0 0 12px;
	margin: 0;
}

h2 {
	font-size:  1.0em;
	color: #0033FF;
	background: url(../goo/bg_entLink.gif) no-repeat left top;
	border-bottom: 4px dotted #5eb7e8;
	padding: 0 0 0 24px;
	margin-bottom: 0;
	margin-left: 12px;
	margin-right: 20px;
}

p {
	margin-left: 12px;
	margin-right: 12px;
	font-size: 0.875em;
	line-height: 140%;
}

p.topinfo {
	font-size: 0.875em;
	line-height: 140%;
}

p.logo {
	padding: 0 0 0 12px;
	margin:0;
}


.blue {
	color: #1b87c2;
	font-size: 0.75em;
}

/* リンク */
a {
	text-decoration: none;
}

a:link { 
	color: #339900;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #CC000E;
}

a:active {
	color: #996600;
}

