/*- themeid=amedia;
--------------------------------*/
/*
   Copyright  (C) Amedia All Rights Reserved.
   http://www.amedia.co.jp/*/
/*-------------------- element type --------------------*/
*{
  margin:0;
  padding:0;
}
body{
	width:98%;
	text-align: center;
	background-color: #FF9900;
}
#container{
	width:880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	padding: 5px;
	border: thin solid #669900;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 100%;
}
#container #header {
	width: auto;
	height: auto;
	background-image: url(image/h1.gif);
}
#container #header h1 {
	text-align: center;
	line-height: 120px;
}
#container #header h2 {
	text-align: center;
}
#container #header p {
	text-indent: 20px;
	line-height: 80px;
}
#container #summary {
	font-weight: normal;
	width: auto;
	background-color: #FFFFDF;
	line-height: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container #summary li {
	margin-left: 10px;
	list-style-position: inside;
}
#container #honbun {
	float: left;
	background-color: #FFFFFF;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 10px;
}
#container #honbun p {
	line-height: 25px;
	padding: 10px;
	margin: 0px;
}
#container #honbun h2 {
  text-indent: 15px;
  height: auto;
  line-height: 40px;
  border-top-width: thick;
  border-bottom-width: thin;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #FF6600;
  border-bottom-color: #FF6600;
}
#container #honbun h3 {
	line-height: 35px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
#container #honbun li {
	list-style-position: inside;
	margin-left: 10px;
	line-height: 25px;
}
#container #honbun table {
	margin-right: auto;
	margin-left: auto;
}
#container #honbun dt {
	font-style: normal;
	font-weight:bold;
	line-height: 25px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #honbun dd {
	z-index:1;
	line-height: 25px;
	border: 1px solid #CCCCCC;
	margin-left: 40px;
	padding: 10px;
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 5px;
}
#container #honbun dd h3 {
	background-color: #FEFFEC;
	padding-left: 10px;
}
#container #honbun td {
	padding: 5px;
}
#footer {
  background-color: #FF9900;
  clear:both;
  width:100%;
  text-align: center;
  font-size: small;
  padding-top: 3px;
  padding-bottom: 3px;
  bottom: 0;
}
#container #linkmenu {
  width:24%;
  float: right;
  background-color: #FFFF80;
}
#container #sampleFooter{
	font-size: small;
	line-height: 25px;
	list-style-position: inside;
	padding: 10px;
	margin: 5px;
}
#container #sampleFooter a{
	letter-spacing: 0.1em;
	display: block;
	background-position: center;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
#container #sampleFooter a:hover {
  color: #FFFFCC;
  background-color: #5C743D;
}
#container #sampleFooter li {
	background-color: #FFFFCC;
	border: 1px solid #FF6600;
	list-style-type: none;
	float: left;
	margin: 5px;

