/*DEFAULT STYLE*/
body {
  background-color:#fff
  font-size:0.8em;
  line-height:1.2em;
  font-weight:normal;
  text-align:left;
  margin:0;
  padding:0;
}

h1 {
  color:#666;
  font-size:0.8em;
  line-height:1.5em;
  font-weight: bold;
  margin:0;
  padding:0 ;
  border:none;
}
h2 {
  color:#666;
  font-size:0.6em;
  line-height:1.2em;
  font-weight:bold;
  margin:0;
  padding:0 ;
  border:none;
}
h3 {
  color:#666;
  font-size:0.8em;
  line-height:1.5em;
  font-weight:normal;
  margin:0;
  padding:0 ;
  border:none;
}
h4 {
  color:#666;
  font-size:0.8em;
  line-height:1.5em;
  font-weight:normal;
  margin:0;
  padding:0 ;
  border:none;
}


a:link {
  text-decoration:none;
  color:#999;
}
a:visited {
  text-decoration:none;
  color:#666;
}
a:active {
  text-decoration:none;
  color:#666;
}
a:hover {
  text-decoration: none;
  background-color: #fff;
}

.l {
  text-align:left;
}
.c {
  text-align:center;
}
.r {
  text-align:right;
}
.j {
  text-align:justify;
}
.t {
  vertical-align:top;
}
.m {
  vertical-align:middle;
}
.b {
  vertical-align:bottom;
}


/*FONT*/
th {
  color:#666;
  font-size:0.8em;
  line-height:1.2em;
}
td {
  color:#666;
  font-size:0.6em;
  line-height:1.4em;
}
.profile {
  color:#666;
  font-size:0.6em;
  line-height:1.4em;
}


/*images*/
img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}


/*layout main*/
div#contents {
  width:900px;
  margin:auto;
  padding:0;
  border:0;
}

/*layout top*/
div#main {
  width:850px;
  margin:auto;
  padding:0;
  border:0;
}

/*layout map*/
div#main_map {
  float:left;
  width:600px;
  padding:0;
  border:0;
}

div#shoulder {
  float:right;
  background-color:#fff;
  width:240px;
  padding:5px;
}

/*layout footer*/
div#footer_top {
  width:850px;
  margin:auto;
  padding:0px;
}

/*layout footer*/
div#footer {
  clear:both;
  width:850px;
  margin:auto;
  padding:0px;
}