* {
	margin: 0;
	padding: 0;
}
body {
	font: 10pt "ＭＳ Ｐゴシック",Osaka,sans-serif;
}
a:link		{ color: #0000ff; }
a:visited	{ color: #800080; }
a:hover		{ color: #ff0000; }
a:active	{ color: #ff0000; }

h1 {
	font-size: 20pt;
	margin: 0 0 0 10px;
}
h2 {
	font-size: 11pt;
	margin: 5px;
}
strong {
	color: #990000;
}
em {
	color: #000099;
	font-weight: bold;
	font-style: normal;
}

#box {
	width: 740px;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}
/*** ヘッダー ***/
#header {
	padding: 10px;
	border-bottom: 1px #000000 solid;
	background: #94DD67;
}
#desc {
	text-align: right;
	margin: 5px 10px 0 0;
}
/*** メインコンテンツ ***/
#content {
	width: 100%
}
#main {
	width: 450px;
	border-left: 1px #000000 solid;
	float: right;
}
#mainbox {
	padding: 0 15px 10px 15px;
}
#totop {
	text-align: right;
}
.text {
	font-size: 10pt;
	line-height: 130%;
	margin: 0 0 1em 0;
}

/***  ***/
#navi {
	width: 288px;
	float: left;
}
#navi ul {
	line-height: 20pt;
	list-style: none;
	margin: 30px 0 0 10px;
}
#navi li {
	background: url("y.gif") no-repeat 0;
}
#navi a {
	text-decoration: none;
}
#navi a span {
	text-decoration: underline;
	margin: 0 0 0 20px;
}
/*** フッター ***/
#footer {
	font-size: 8pt;
	text-align: center;
	line-height: 11pt;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background: #94DD67;
	clear: both;
}
#pr {
	margin: 2px 0 0 0;
}
#pr a {
	color: #000000;
	text-decoration: none;
}
#pr a.line {
	text-decoration: underline;
}
#pr a:hover {
	color: #ffffff;
	background: #000000;
}
#copy {
	margin: 0 0 2px 0;
}