html {
  height:100%;
  padding:0px;
  margin:0px;
}

body {
  background-color: #ffffff;
  font-family: arial, verdana, sans-serif;
  font-size: 13px;
  color:#000000;
  line-height: 15px;
  text-align: center;
  vertical-align:middle;
  margin: 0px auto;
}

#container {
  position: relative;
  width: 821px;
  margin: 0px auto;
  margin-top: 6%;
}

#head {
  width: 821px;
  top: 0px;
  left:0px;
}

#main-navi {
  position: relative;
  top: 0px;
  padding: 10px 0px 10px 231px;
}

#side-navi {
  position: relative;
  width: 236px;
  height: 214px;
  margin: 10px 0px 0px 0px;
  float: left;
  text-align: left;
}

#agentur-list {
  list-style: none;
  margin: 49px 0px 0px 140px;
  font-weight: bold;
}

p#tp {
  position: absolute;
  bottom: 10px;
  left: 36px;
}

#navi-list {
  list-style: none;
}

li.subpoint-first{
  margin-top: 3px;
}

li.subpoint-last{
  margin-bottom: 3px;
}

#content {
  width: 538px;
  min-height: 214px;
  text-align: left;
  float: left;
  padding: 7px 0px 15px 2px;
}

#foot {
  width: 821px;
  height: 30px;
  clear: both;
  margin: 0px auto;
}


p {
	margin: 15px auto;
	padding: 0px 0px 0px 5px;
}

.big {
	color: #000;
	font-size: 16px;
	font-weight: BOLD;
}


#portrait {
  margin: 0px 0px 0px 0px;
  float: right;
  border: 1px solid #ed008c;
}


.small {
	font-size: 11px;	
}

img {
	border: 0px;
}

a {
	outline: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ed008c;
	text-decoration: none;
}

a.start {
  font-size:14px;
  text-decoration: none;
}


