@charset "shift_jis";
/*  共通設定 */
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	test-decoration: none;
}
a:hover {
	color FF6600;
	text-decoration: none;
}
ul, ol {
  margin-left: 30px;;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;
}
body {
	color: #333333;
	font-size: small;
	font-family: "MS P ゴシック","ヒラギノ角ゴ Pro W3", "Osaka";
	line-height: 1.6;
}
.clear {
	clear:both;
}
/* 共通終わり */

#wrap {
  width: 849px;
  margin-left: auto;
  margin-right: auto;
}
#head {
  height: 135px;
  width: 801px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-color: #ccccFF;
}
#head h1 {
  width: 270px;
  margin-left: 264px;
  font-weight: bold;
  text-align: center;
  color: #115511;
  margin-top: 10px;
  font-size: xxx-large;
  float: none;
  height: 38px;
}
#head h2 {
  margin-left: 102px;
  width: 620px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  float: left;
  margin-top: 10px;
  font-size: medium;
  height: 38px;
}
#head ul.menu {
  width: auto;
  margin-top: 20px;
  float: right;
}
#head ul.menu li {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	float: left;
}
#head ul.menu li a {
	color: #666666;
}
#cont .world {
	margin-top: 20px;
	height: 180px;
	background-color: #FFcccc;
	padding: 20px;
	width: 238px;
	float: left;
}

#cont h1{
	font-size: x-large;
}
#cont h2 {
	font-size: large;
	font-weight: bold;
}
#cont h3 {
	margin-top: 1em;
	font-size: medium;
}
#foot {
	width:849;
	height:60;

}
#foot_left {
	font-weight:bold;
	margin-top:10px;
	float:left;
	width:320px;
	padding-left:20px;
	height:40px;
	padding-top:1em;
	background-color:#9ACD32;

}
#foot_right {
	font-weight:bold;
	margin-top:10px;
	width:489;
	padding-right:20px;
	height:40px;
	padding-top:1em;
	text-align:right;
	background-color:#9ACD32;
}
