html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

body {
 background-color: #ffc1ff;
 font-size: 14px;
 line-height: 1.6;
}

#container {
  width: 100%;}

article{
 padding: 1px;
}

h2 {
 font-size: 14px;
 text-align: center;
 color: #006400;
 float: none;
 clear: both;
 padding: 15px 0 10px 0;
}

h3 {
 font-size: 14px;
 text-align: center;
 float: none;
 clear: both;
 padding: 15px 0 10px 0;
}



p {
 margin: 15px;
}

footer{
 width: 100%;
 clear: both;
}

.header-bg {
 width: 100%;
 line-height: 25px;
 background-color: #ff00ff;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF95FF), to(#FF00FF));
}

.header-text {
 margin: 0;
 color: #ffffff;
 font-size: 14px;
 text-align: center;
 text-shadow: 1px 1px 3px #333333;
}

.introduction {
  width: 100%;
  float: none;
  clear: both;}

.koukoku_ryouiki{
  width: 100%;
  float: none;
  clear: both;}

.koukoku {
  width: 305px;
  float: left;
  text-align: center;
  margin: 0 15px 15px;}

.koukoku2 {
  text-align: center;
}

.setsumei{
  width: 85%;
  margin: auto;
  float: none;
  clear: both;}

.text-box {
 margin: 10px 10px;
 padding: 5px 10px;
 background-color: #ffffff;
 font-size: 12px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.footer-bg {
 line-height: 30px;
 background-color: #FA400F;
 font-size: 12px;
 text-align: center;
}

/*////////////////////////////// PAN ///
	パンくずリスト
///////////////////////////////////*/
.pan{
  background-color: #eeffcc;
  margin: 0;
  padding: 5px;
  font-size: 90%;
  width: 100%;
  clear: both;
}

.pan a {
  display: inline;
}

/*
#pank li {
	list-style: none;
	float: left;
	line-height:14px;
	padding-left: 10px;
	font-size: 90%;
	text-align: center;
}
#pank li a {
	color: #333;
}
#pank ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
*/


/*---------- ナビ ----------*/

.nav {
 width: 100%;
 text-decoration: none;
 background-color: #ffffff;
}

.nav h3 {
 padding: 5px 0;
 font-size: 14px;
 text-align: center;
 border-bottom: solid 1px;
 border-bottom-color: #cccccc;
 background-color: #eeeeee;
}

.nav ul {
 margin: 0;
 padding: 0;
 border-top: solid 1px;
 border-top-color: #cccccc;
}

.nav li {
 list-style: none;
 text-align: center;
 float: left;
}

.nav li a {
 padding: 5px 0;
 display: block;
 width: 158px;
 color: #ee827c;
 font-weight: bold;
 text-decoration: none;
 background-color: #ffffff;
 border-right: solid 1px #cccccc;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
}

.nav li a:hover {
 color: #ec6d71;
 display: block;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
 background-color: #333333;
}


.amazon {
 margin: auto;
 clear: left;}



/*---------- ナビ２ ----------*/

.nav2 {
 width: 100%;
 text-decoration: none;
 background-color: #fff9f4;
}

.nav2 h3 {
 padding: 5px 0;
 font-size: 14px;
 text-align: center;
 border-bottom: solid 1px;
 border-bottom-color: #cccccc;
 background-color: #eeeeee;
}

.nav2 ul {
 width: 100%;
 border-top: solid 1px;
 border-top-color: #cccccc;
}

.nav2 li {
 width: 100%;
 list-style: none;
 text-align: center;
}

.nav2 li a {
 padding: 10px;
 display: block;
 color: #ee827c;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
}

.nav2 li a:hover {
 color: #ec6d71;
 display: block;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px;
 border-bottom-color: #cccccc;
 background-color: #333333;
}

/*---------- ナビ３ ----------*/

.nav3 {
 background-color: #ffe4e1;
 margin-left: 4px;
 margin-right: 4px;
 border: solid 1px #aaaaaa;
 border-radius: 10px;
}

.nav3 ul {
 width: 100%;
 list-style-type: square;
 text-align: left;
}

.nav3 li{
 padding-left: 20px;
 line-height: 2;
}
