@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: "ＭＳ　Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	line-height: 1.6;
}
/*回り込み解除　HTMLでは<div class="clear><hr /></dev>と書く。*/
.clear{
	clear: both;
	}
.clear hr {
	display: none;
	}
/* 共通終わり */

#wrap {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#tit-left {
  height: 180px;
  width: 391px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 5px;
  background-color: #ccccFF;
  float: left;
}
#tit-left h1 {
  width: 380px;
  margin-left: 10px;
  font-weight: bold;
  text-align: left;
  color: #115511;
  margin-top: 10px;
  font-size: xxx-large;
  float: none;
  height: 38px;
}
#tit-left h2 {
  margin-left: 10px;
  width: 380px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  float: none;
  margin-top: 15px;
  font-size: medium;
  height: 38px;
}

#tit-right {
  height: 180px;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  background-color: #ccccFF;
  float: left;
}
#tit-right h1 {
	margin-left: 3em;
	text-align: left;
	font-size: x-large;
	font-weight: bold;
	}
#tit-right.motto {
  margin-left: 10px;
  width: 300px;
  text-align: left;
  color: #333333;
  margin-top: 10px;
  font-size: medium;
  height: 38px;
  clear: both;
}

#ret-menu {
	width: 850px;
	margin: 10px 10px 10px 10px;
	padding-left: 3em;
	padding-top: 0.5em;
	background-color: #ddbbff;
	height: 2em;
	font-weight: bold;
}
#prj {
	width: 840;
	margin-top: 20px;
}
.box {
	width: 250px;
	float:left;
	margin-left: 10px;
	background-color: #ccffdd;
	padding: 20px;
}

#prj h1{
	font-size: large;
	font-weight: bold;
}
#prj h2 {
	font-size: small;
	font-weight: bold;
}
#prj h3 {
	margin-top: 1em;
	font-size: medium;
}

