@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
body {
	width: 900px;
	height:550px;

	margin: 0 0 3em 0;
	padding: 0;
	font-size: x-small;
	color: #444444;
	background: #ffffff;
}

#SearchEngine {
	position:absolute;left:380px;
	padding-top: 15px;
	padding-bottom: 0px;
	width: 350px;
	height: 70px; 
	font-size: 14px;
}

/* MAPエージェント */
#side_info{
/*
	float: right; 
	position:relative;
*/
	position:absolute;left:340px;

	width: 555px;
	height:2100px;
	margine: 5px 0px 0px 0px; /* IE6 */

	border-style: dotted;
	border-width: 2px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;

}
#naviover {
	padding-top: 5px;
	margine: 0px 0px 0px 5px; /* IE6 */
	width: 730px;
}
#navi{
	width: 730px;
	height: 30px;
	margin-top: 15px;
	margin-left: 20px;
	border-color: black;
	border-style:solid;
	border-width: 0px 0px 2px 0px;
}
#agentnavi ul,#agentregistnavi ul{
	position: relative;
	margine: 0;
	padding: 0;

}
#agentnavi li,#agentregistnavi li{
	position: absolute;
	display: block;
	list-style: none;
	text-indent: -9999px;
}
ul#agentnavi li#agent{
	width: 170px;
	height: 30px;
	left: 20px;
	background: url(../IMAGES/blogagent1.gif) no-repeat;
}
ul#agentnavi li#agentregist{
	width: 170px;
	height: 30px;
	left: 176px;
	background: url(../IMAGES/blogagentregist2.gif) no-repeat;
}
ul#agentregistnavi li#agent{
	width: 170px;
	height: 30px;
	left: 20px;
	background: url(../IMAGES/blogagent2.gif) no-repeat;
}
ul#agentregistnavi li#agentregist{
	width: 170px;
	height: 30px;
	left: 176px;
	background: url(../IMAGES/blogagentregist1.gif) no-repeat;
}
ul#agentnavi a,ul#agentregistnavi a{
	display: block;
	width: 170px;
	heighy: 30px;
	text-decoration: none;
}

.submessage{
	font-size: 14px;
	color: #000000;
}

#pagebody {
	padding-top: 10px;
	position:absolute;left:10px;
	width: 300px;
	height:550px;
/*	border-style: outset;
	border-width: 4px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
*/
}

/* コンテンツ
---------------------------------------------------- */
#content {
	margin-top: 5px;
	margin-left: 20px;
/*  border-left: 1px solid #a8a8a8; */
	width: 730px;
	font-size: 14px;
}
/*	Google AdSense	*/
#Adsense {
	margin-left: 20px;
	width: 730px;
	height: 90px;
}
#Adsense2{
	padding-top: 10px;
	position:absolute;left:380px;
	margin-top: 10px;
	width: 170px;
}

#content h2{
	font-size: 16px;
	font-weight:bold;

}
#content h3{
	font-size: 12px;
	font-weight:bold;

}
/* MAPサイドインフォメーション */
#side_info h1{
	font-size: 18px;
	padding-top: 10px;
	text-align: center;

}
#side_info img{
	margin-left: 2px;

}
#side_info ul{
	list-style: none;
	font-size:small;
}
/* Agent */
#content .agenthead{
	padding-left: 20px;
	height: 70px;
	color:#ffffff;
	background: #4878c0;
}
#content .agenthead h1{
	width: 250px;
	margin: 0;
	padding: 5px 10px;
	font-size: 22px;
	color: #ffffff;
	background: #88db88;
}
#content .agenthead h3 {
	font-size: 16px;
	font-weight:bold;
	line-height: 1.6;
}
#content .agenthead p {
	font-size: 12px;
}
#content .agentmaphead {
	padding-left: 10px;
}
#content .agentmaphead h1{
	width: 300px;
	margin: 0;
	padding: 5px;
	font-size: 22px;
	color: #ffffff;
	background: #126845;
}

#content .agentmaphead p {
	font-size: 14px;
	line-height: 1.6;
}

#content .search h1 {
	margin-top: 2px;
	padding: 5px 10px;
	font-size: 14px;
	color: #ffffff;
	background: #ff7400;
}
#content .agentsearch {
	padding-left: 10px;
}
#content .agentsearch h1 {
	width: 300px;
	margin: 0;
	padding: 3px;
	font-size: 14px;
	color: #ffffff;
	background: #0074ff;
}

#AgentResult,#AgentResult2 {
	margin: 10px;
	padding: 0.5em 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	font-size: 14px;
}

#RegistResult {
	margin: 0px;
	padding: 0.5em 5px;
	border-style: dashed;
	border-width: 1px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	font-size: 14px;
}

.label {
	clear: left;
	display: block;
	padding-top: 0.8em;
	padding-left: 10px;
	float: left;
	width: 100px;
	font-size: 14px;
/*	font-size: 1.2em; */
	line-height: 2em;
}
.control{
	display: block;
	margin: 0 0 0 50px;
	padding-top: 0.8em;
	line-height: 2em;
	font-size: 14px;
}

.link{
	display: block;
	margin: 0 0 0 10px;
	padding-top: 0.8em;
	line-height: 2em;
	font-size: 14px;
}
input, select, textarea {
	border-style: solid;
	border-width: 2px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	vertical-align: middle;
	color: #696969;
	background: #f1f1ed;
}
input.radio {
	border-style: none;
	color: #000000;
	background: transparent;
}

#AgentCity,#AgentChou{
	width:500px;
	padding: 20px 10px 20px;
	font-size: 16px;

}

/* ボタン */
#AgentCityButton,#AgentChouButton,#Trackback{
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;

}

#AgentCityButton,#AgentChouButton{
	margin: 5px 5px 5px 5px;

}
#AddressResult {
	margin-left: 10px;
	font-size: 14px;

}

/* 入力の幅設定
---------------------------------------------------- */
#address1, #address2, #address3 {
	width: 100px;
}
/* NEWS
---------------------------------------------------- */

#news {
	padding-top: 10px;
	margin-left: 10px;
	width: 740px;
/*
	border-style: dashed;
	border-width: 1px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
*/
}

#news p{
	margin: 10px 0px 7px 5px;
	padding-left: 10px;
	padding-right: 5px;
/*	text-align: left; */
	line-height: 1.0;
	font-size: 16px;
	font-weight: bolder;

	color: #124354;
	background: transparent;

}

#news  h2 {
	
/*  margin:10px 10px 0 0px 5px; */
	padding: 5px 5px 5px 10px;
	font-size: small;
	font-weight: bolder;
	color: #ff3320;
	background: transparent;
}
#news  h3 {
	width:760px;
	margin:5px 5px 0 0px;
	padding-left: 20px;
/*	text-align: center; */
	font-size: small;
	font-weight: bolder;
	color: #ef5520;
	background: transparent;
}

#news li{
	padding-right: 5px;
	font-size: 14px;

}

/* 送信ボタン
---------------------------------------------------- */
#submit input {
	margin-left: 0.5em;
	border-width: 2px;
	border-color: #ffb87c #d26000 #d26000 #ffb87c;
	width: 6em;
	vertical-align: middle;
	color: #ffffff;
	background: #ee7400;
}
#submit {
	margin-top: 1em;
	color: #444444;
	background: url(../IMAGES/bg-submit1.gif) no-repeat;
}
#submit p {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	background: url(../IMAGES/bg-submit2.gif) no-repeat left bottom;
}

/* ヘッダ
----------------------------------------------------*/
#header {
	width: 900px;
	height: 85px;
	background: #ffffff;
	background: url(../IMAGES/toplogo_back900.jpg) no-repeat top left;

}
#headeragent {
	margin-left: 20px;
	width: 730px;
	height: 85px;
	background: #ffffff;
	background: url(../IMAGES/toplogo_back.jpg) no-repeat top left;

}

#header h1 {
  margin: 0;
  width: 100%;	
  color: #000000;
  background: url(../IMAGES/toplogo_back.jpg) no-repeat top left;
}


