@charset "utf-8";
/* CSS Document */

#pankuzu {
	background-color: #F1F1F1;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  position: relative;
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  margin-right: 0.8em;
}
.breadcrumb .rink:after {/*三角の部分*/
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-left-color: #FFF;
	width: 0;
	height: 0;
	border-top-width: 14px;
	border-right-width: 12px;
	border-bottom-width: 14px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.breadcrumb .rink a {
	display: inline-block;
	padding: 0 3px 0 7px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #747772;/*背景色*/
	font-size: 13px;
	background-color: #FFF;
}
.breadcrumb .here:after {/*三角の部分*/
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	border-left-color: #CECECE;
	width: 0;
	height: 0;
	border-top-width: 14px;
	border-right-width: 12px;
	border-bottom-width: 14px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.breadcrumb .here a {
	display: inline-block;
	padding: 0 3px 0 7px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #FFFFFF;/*背景色*/
	font-size: 13px;
	background-color: #CECECE;
}

.breadcrumb li a:hover {
  color: #747772;
}

h2{
	color: #FFF;
	background-color: #09F;
	font-size: 170%;
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main #baiyaku li{
	font-size: 170%;
	font-weight: bold;
	color: #66CC33;
	margin-bottom: 10px;
}
 h3{
	font-size: 170%;
	font-weight: bold;
	color: #FF9933;
}
.border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
p{
	font-size: 170%;
}
.three_l{
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	box-shadow: 2px 2px 2px #CCC;
	width: 33%;
	font-size: 140%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 2px;
}
.three_c{
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	box-shadow: 2px 2px 2px #CCC;
	width: 34%;
	font-size: 140%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.three_r{
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
	box-shadow: 2px 2px 2px #CCC;
	width: 33%;
	font-size: 140%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}
