<!--

/* ---------------------------------------- [1]全体のリンク指定 */

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

img {
    border-style:none;
    margin: 0px 0px 0px 0px;
}

.fulltext {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	width: 700px;
}
* 回りこみ指定解除 */
.clearboth {
	clear: both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.center{
	margin-left: auto;
	margin-right:auto;
}

.margin{
	margin-top:30px;
}

.smalltext{
	margin-left:15px;
	font-size:12px;
	line-height: 1.5em;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0px;
  padding: 0px;
}

#content {
  background: transparent;
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align:left;
  width: 800px;
  line-height: 1.5em;
}

/* ヘッダ */
#head {
	margin-bottom: 30px;
}

#head h1{
	font-size:10px;
	float: left;
}

#head ul {
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
}

#head ul li {
	display:inline;
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#footbanner {
	margin-left: 50px;
}
#footline {
	margin-left:20px;
}

#footer{
	text-align: center;
	text-color: #222222;
}

.menu {
	float: left;
}

-->