/*- themeid=amedia;
--------------------------------*/
/*
   Copyright  (C) Amedia All Rights Reserved.
   http://www.amedia.co.jp/*/
/*-------------------- element type --------------------*/
*{
  margin:0;
  padding:0;
}
body{
	text-align: center;
	background-image: url(../image2/wallppr.png);
}
#container{
  width:90%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #FFFFFF;
  clear: both;
  padding: 5px;
  border: thin solid #3366FF;
}
#container #header p {
	text-indent: 20px;
	line-height: 30px;
}
#container #summary {
	font-weight: normal;
	background-color: #DFF4FF;
	line-height: 30px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #0080C0;
	border-bottom-color: #0080C0;
	padding: 10px;
}
#container #honbun {
	background-color: #FFFFFF;
}
#container #honbun p {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	line-height: 25px;
	margin: 10px;
}
#container #honbun h2 {
  text-indent: 15px;
  height: auto;
  line-height: 40px;
  border-top-width: medium;
  border-bottom-width: thin;
  border-top-style: solid;
  border-bottom-style: dotted;
  border-top-color: #59ACFF;
  border-bottom-color: #333333;
}
#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: #0066FF;
	text-indent: 15px;
}
#footer {
    background-color: #B3D9FF;
	padding-right: 0px;
	padding-left: 0px;
	clear:both;
	width:100%;
	text-align: center;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #sitemenu {
	float: right;
	background-color: #d0e8ff;
	width: 100%;
}
#container #sitemenu ul {
  margin-top: 24px;
  margin-left: 0px;
  padding-left: 0px;
  border-top: 1px solid #FFFFFF;
  list-style-type: none;
}
#container #sitemenu a{
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: block;
  padding: 8px 6px 10px 20px;
  border-bottom: 1px solid #FFFFFF;
}
#container #sitemenu a:hover {
  color: #FFFFCC;
  background-color: #0055AA;
}
#container #header {
	background-image: url(../index/h.png);
	background-repeat: repeat-x;
	height: auto;
}
#container #header h1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
#container #detail_menu {
	clear:both;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #009966;
	border-bottom-color: #009966;
}
#container #detail_menu ul {
  margin-top: 24px;
  margin-left: 0px;
  padding-left: 0px;
}
#container #detail_menu a{
  line-height: 16px;
  text-decoration: none;
  letter-spacing: 0.1em;
  display: block;
  padding: 8px 6px 10px 20px;
}
#container #detail_menu a:hover {
  background-color: #9DC5FF;
}
#container #honbun li {
	list-style-position: inside;
	line-height: 25px;
	margin: 10px;
}
#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: 20px;
}

#container #honbun  dd {
	z-index:1;
	line-height: 1.2em;
	border: 1px solid #CCCCCC;
	margin-left: 40px;
	padding: 10px;
	width: auto;
	height: auto;
	margin-right: 20px;
}
