@charset "shift_jis";

/* -------------------------------------------------------------
レイアウト指定 */

#primary {
	float: left;
	width:280px;
	padding-left: 10px;
	margin-top: 15px;
}

#secondary {
	float: right;
	width:580px;
}

#submenu {
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

#submenu li{
	background-image: url(../img/etc/logo_linkmark.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

#submenu li.here {
	color: #AAA;
}

#submenu li a, #submenu li a:link, #submenu li a:visited{
	color:#333;
}

#submenu li a:hover {
	color: #00BB3D;
	text-decoration:underline;
	cursor: pointer;
}

/* -------------------------------------------------------------
テキスト指定 */
h2 {
	color: #00BB3D;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.66;

}

h3 {
	color: #333;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	padding-left: 7px;
	padding-top: 3px;
	margin-bottom: 15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00BB3D;
}

h4 {
	color: #333;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
}


/*------------------------------------------------
段落*/

p {
	font-size: 70%;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideografh;
	margin-bottom: 20px;
}

p.last {
	margin-bottom: 40px;
}
