@charset "UTF-8"; 

* {
	margin: 0;
	padding: 0;
}

/** Basic Elements **/

body {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background-color: #f0daae;
	background-image: url(images/bg1.gif);
	background-position: center;
	background-repeat: repeat-y;
}

h1 {
	font-weight: bold;
	margin: 0;
}

h2 {
	font-weight: bolder;
}

h3 {
	font-weight: bolder;
	margin: 1em 0;
}

p {
	margin: 1em 0;
	line-height: 1.5;
}

a:link {
	color: #06f;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #36f;
	text-decoration: none;
}
a img {
	border: 0 #fff;
	text-decoration: none;
}

blockquote {
    background-color: #e9e9e9;
    padding: 5px 20px;
    margin: 1em 0;
}


em, strong {
	font-weight: bold;
	font-style: normal;
}

q, cite {
	color: #888;
	font-weight: bolder;
}

/** Page Layout **/

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#main {
/*	padding: 0 20px;*/
	padding: 0;
	clear: both;
}

#content {
	width: 460px;
	float: left;
	margin-left: 20px;
}
#side {
	width: 240px;
	float: right;
	margin-right: 20px;
}



/** Header **/

div#header div#header-main {
	padding: 10px 20px 20px;
}
div#top-header div#header-main {
	float: left;
	width: 500px;
	padding: 20px;
}
img#top-image{
	float: right;
	width: 195px;
	text-align: right;
}
div#header div#head-link {
	background-image: url(images/logo_en.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div#head-link ul {
  margin-top: 20px;
  overflow: hidden; 
} 
div#head-link ul li { 
  display:inline;
}

/** Content **/

div#top-lead {
	background-image: url(images/top_dog.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#top-lead p {
	font-size: 12px;
}

div#content-inner ul {
	margin-left: 2em;
	margin-bottom: 1em;	
	margin-top: 1em;
}
div#content-inner ul li {
	margin-bottom: 8px;
	list-style-type: disc;
}
div#content-inner dl {
	margin-bottom: 1em;	
}
div#content-inner dl dt {
	font-weight: bold;
	margin-bottom: 5px;	
	padding-left: 5px;
	border-left: solid 5px #bcd1c3;
}
div#content-inner dl dd {
	margin-bottom: 5px;	
	margin-left: 2em;	
}

/** FlatPage **/

div#flatpage {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}


/** sidebar **/
div#side-inner {
	background-color: #f2f2f2;
	border: solid 1px #f90;
	padding: 5px;
}
div#side h2 {
	font-weight: bolder;
	font-size:14px;
}

div.info {
	font-size: 12px;
	line-height: 1.5;
	padding: 8px;
}
div.info img {
	text-align: center;
}
div.info ul {
	margin-left: 1em;
	list-style-image: url(images/icon2.gif);
}
div.info ul li{
	padding-left: 2px;
	margin-bottom: 5px;
}
span.phone {
	font-weight: bolder;
	color: #ff7a45;
}

/** Footer **/

div#footer {
	clear: both;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 20px 10px;
}
div#footer a {
	text-decoration: none;
}
p#copy {
	text-align: right;
	font-size: 12px;
	color: #999;
	margin-bottom: 3em;
}
address {
	margin: 1em 0;
	font-style: normal;
	padding-top: 1em;
	border-top: solid 1px #f90;
}


/** Custom Classes **/

.clr_b {
	clear: both;
}
.entry_notice {
	color: #f00;
	font-size: 85%;
}
.notice {
	color: #f00;
}
.center {
	text-align: center;
}
.catch {
	font-weight: bold;
	color: #FF7A45;
	line-height: 1.5;
}
#ac-map {
/*	float: left;*/
}
#access{
	padding: 2em 0 2em 2em;
	line-height: 1.5;
}

#top-image {
	text-align: center;
	padding: 5px;
}
#input_table {
  border-collapse: collapse;
  border: 2px solid #444422;
  width: 500px;
}
#input_table th {
	font-size: 87.5%;
  background-color: #f5f5dc;
  color: #555533;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
  width: 150px;
}
#input_table td {
	font-size: 87.5%;
  background-color: #f8f8ff;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
}

#info-table {
  border-collapse: collapse;
	width: 500px;
	float: left;
}
#info-table th {
	font-size: 87.5%;
  background-color: #f5f5dc;
  font-weight: bold;
  text-align: left;
	line-height: 1.5;
	vertical-align: top;
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 140px;
}
#info-table td {
	font-size: 87.5%;
	line-height: 1.5;
  padding: 5px;
  border-top: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#info-photo {
	float: right;
}


