/*indexの基本デザイン用CSS */

body {
	text-align:center;
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;



}

.background{
	background-image: url(img/back3.jpg);
	margin: auto;
	width: 700px;
	background-repeat: repeat-y;
	margin-top:90px;
}

.contents {

	text-align:left;
	width: 600px;
	margin: auto;

}


h1{
	font-size: 52px;
	color: #0033FF;
	font-style: italic;
	margin: 0px 0px 20px;
	padding-top: 20px;
	text-align: left;
}	


h2 {
	font-style: italic;
	background-image:url(img/ami.gif);
	border: solid 1px #000000;
	padding:7px 0 3px;
	margin: 0;
	/*margin-top: 15px;*/
	width: 95px;
	float: left;
	text-align: center;
	font-size: 18px;
}


h2 a {
	display:block;
	width: 95px;

	color: blue;	
}


h3 {
	margin: 0px;
	margin-top: 100px;

}


p {
	font-size: 14px;
	line-height: 130%;
}


ul {
	margin:0px;
	padding:10px 40px 20px;
	font-size: 12px;
	line-height: 130%;
}


li {
	margin:0;
	margin-bottom:5px;

}


a {

	color: aquamarine;
	color: green;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid;*/
}


address {
	font-size: 80%;
	font-style: normal;
	color: white;
	margin: 0px;
	padding: 10px 0px 10px;

	background-color: black;
	position: relative;
	bottom: 0px;
 
}

address a {
	color: #0033FF;
}

.counter {
margin-bottom: 50px;
}
