/*- 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/1.gif);
}
#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 {
	background-image: url(../product/image/h.png);
	background-repeat: repeat;
	padding-bottom: 20px;
}
#container #header h1 {
	text-align: center;
}
#container #header p {
	text-indent: 20px;
	line-height: 30px;
}
#container #summary {
	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;
	list-style-position: inside;
	background-color: #F4FCFF;
	padding: 10px;
}
#container #summary li {
	text-indent: 30px;
}
#container #honbun {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 75%;
}
#container #honbun p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 15px;
	line-height: 25px;
}
#container #honbun h2 {
	background-repeat: repeat;
	text-indent: 10px;
	height: auto;
	line-height: 40px;
	border-top-width: thick;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #59ACFF;
	border-bottom-color: #59ACFF;
}
#container #honbun h3 {
	text-indent: 10px;
	height: auto;
	line-height: 35px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #0066FF;
}

#footer {
	background-color: #9DC5FF;
	padding-right: 0px;
	padding-left: 0px;
	clear:both;
	width:100%;
	text-align: center;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #linkmenu {
	width:24%;
	float: right;
	background-color: #FFFFA6;
}
#container #linkmenu ul {
	margin-top: 24px;
	margin-left: 0px;
	padding-left: 0px;
	border-top: 1px solid #FFFFFF;
	list-style-type: none;
}
#container #linkmenu a{
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #linkmenu a:hover {
	color: #FFFFCC;
	background-color: #FF3737;
}
#container #sitemenu {
	width:24%;
	float: right;
	background-color: #d0e8ff;
}
#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 #detail_menu {
	clear:both;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
}
#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:#ACD6FF;
}

#container #honbun li {
	list-style-position: inside;
	margin-left: 20px;
	line-height: 30px;
}

#container #honbun table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}
#container #honbun td {
	padding: 5px;
}
#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;
	text-indent: 15px;
}

#container #honbun  dd {
	border: 1px solid #CCCCCC;
	margin-left: 40px;
	padding: 10px;
	width: auto;
	height: auto;
	margin-right: 20px;
	line-height: 25px;
}
#container #menu_header {
	font-size: small;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
