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

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h2 {
	padding-top: 0px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
}
h3 {
	color: #333333;
	border-bottom: 1px dotted #333333;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 100%;
	border-top: 1px dotted #333333;
	padding-top: 3px;
	border-left: 3px solid #333333;
	padding-left: 5px;
}
h4 {
	color: #000000;
}
#container {
	width: 900px;
	margin: 50px auto auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.8;
}
#header ul {
	float: right;
}
#header  li  {
	list-style: none;
	font-size: 70%;
	color: #333333;
	display: inline;
	margin-right: 10px;
}
#header a {
	color: #666666;
}
#gnavi {
	background-color: #FFFFFF;
	width: 900px;
	height: 50px;
	text-align: left;
}
#gnavi a {
	text-decoration: none;
	color: #333333;
}
#gnavi  a:hover  {
	color: #993366;
	text-decoration: underline;
}
#gnavi ul {
	display: inline;
}
#gnavi li {
	list-style: none;
	font-size: 75%;
	color: #333333;
	display: inline;
	border-right: 1px solid #333333;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	clear: both;
	height: 50px;
	font-size: 75%;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	margin-top: 0px;
}
#footer a {
	color: #333333;
}
#footer ul {
	list-style: none;
	padding-top: 5px;
}
#footer li {
	display: inline;
	margin-right: 10px;
}
#content {
}
.Gototop {
	text-align: right;
	color: #333333;
	text-decoration: none;
	font-size: 70%;
}
.Gototop a {
	color: #333333;
	text-decoration: underline;
}
.strong {
	color: #333333;
	border-left: 2px solid #333333;
	padding-left: 5px;
	margin-bottom: 5px;
}
.morestrong {
	color: #993399;
	border-top: 1px dotted #993399;
	border-right: none #993399;
	border-bottom: 1px dotted #993399;
	border-left: none #993399;
}
.FontColor {
	color: #993399;
}
.imgnolin {
	border-style: none;
}
.leftimge {
	float: left;
}
.rightimge {
	float: right;
}
.Seo-siromoji {
	color: #FFFFFF;
}