@charset "euc-jp";

#style6 h1{
	margin-top:20px;
	font-size: 140%;
	color: #111;
	padding-left:15px;
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: normal;	
  position: relative;
}

#style6 h1:before {
  content: "";
  position: absolute;
  background: #f28254;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#style6 h1:after {
  content: "";
  position: absolute;
  background:#0083b3;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

#style6 h2{
	font-size:120%;
	font-weight: normal;
	margin-top:30px;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:5px;
	height: 30px;
	border-left-style: solid;
	border-left-width: 12px;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#style6 h3{
	font-size:100%;
	font-weight: bold;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-left: 20px;
	color: #333;
}


#style6 ul{
	font-size:90%;;
	margin-left:20px;
}
#style6 ul li{
	margin-bottom:10px;
}


#style6 p{
	margin:0 20px;
	font-size:80%;
}






