/* CSS Document */

form {
	margin: 0px;
}

h3 {
  margin-top : 5px;
  font-weight : 100;
  font-size : 16px;
  margin-bottom : 2px;
  font-weight: bold; 
  line-height:2;
}

.body {
	margin: 0px;
}

.top_1 {
	background-image: url(img/top_1.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 297px;
}

.top_2 {
	background-image: url(img/top_2.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 252px;
}

.body {
	background-image: url(img/body.jpg);
	width: 814px;
	height: auto;
	text-align: left;
}

.copy {
	background-image: url(img/copy.jpg);
	background-repeat: no-repeat;
	width: 814px;
	height: 27px;
}


/* テキスト */

.text_1 {
	font-size: 75%;
	line-height: 130%;
	letter-spacing: 1px;
}

.text_1 table {
	font-size: 100%;
	line-height: 130%;
	letter-spacing: 1px;
}

#menu {
	font-size: 75%;
	line-height: 130%;
	letter-spacing: 1px;
}

#menu a:link {
	color: #0033CC;
	text-decoration: none;
}
#menu a:visited {
	color: #660033;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
	text-decoration: underline;
}
#menu a:active {
	color: #660033;
	text-decoration: none;
}

.copyright {
	font-size: 70%;
	line-height: 130%;
	letter-spacing: 1px;
	color: #999999;
	text-align: left;
	padding-top: 20px;
	padding-left: 8px;
	padding-bottom: 15px;
}


/* リスト */

ul.ul_gazo {
  margin:0px 0 0 15px;
  padding:0;
  width:100%;
  list-style-image:url(./title.jpg);
}

ul.ul_gazo li {
  margin:0 0 15px 0; padding:0;
}
