* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #FFFC90;
	/*font-family: "MS UI Gothic";*/
	font-family: "Comic Sans MS","AR P丸ゴシック体M","MS ゴシック","sans-serif";
	font-size: 90%;
	color: #303030;
	margin:auto;
	width: 765px;
}

img {
	border: none;
}


#contents {
	margin: auto;
	margin-top:10px;
	width:765px;
	background-color: #ffffff;
	/*height: auto;*/
	float: left;
	/*border: 1px solid black;*/
}


#head {
	float:left;
	width: 765px;
	height: 100px;
	background-image: url("/design/back3.gif");	
	background-repeat:no-repeat;
}

#logo {
	display:block;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 25px;
	float: left;
}
h1 {
	color: green;
	/*color: #ff7f00;*/
	float:left;
	text-align: left;
	padding-top: 15px;
	font-size: 110%;
}
#head ul {
	margin-top:10px;
	margin-left:0px;
	padding:0px;
	float:left;
	width:450px;
	height:20px;
}
#head li {
	margin-right:10px;
	padding:0px;
	float:left;
	list-style:none;
}

#head_msg {
	font-weight:bold;
	font-size:90%;
	color:white;
}

h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
	color: #0000ff;
	font-weight: bold;
}

#main {
	/*width: 765px;*/
	margin-left: 30px;
	float: left;
	/*border: 1px solid black;*/
	background-color: white;
	margin-bottom: 30px;
	margin-top: 40px;
	text-aglin: left;
}

#main h2 {
	color: #ff7f00;
}

#main h4 a {
	color: #80aa00;
}


#foot {
	background-image: url("/design/footer_soto.gif");
	width: 765px;
	height: 123px;
	float: left;
}
#foot h2 {
	display:inline;
}

