@charset "utf-8";

.inner {
	padding-bottom:20px;
}

.imgl {
	float: left;
	padding: 0px 20px 20px 0px;
}

.listbox {
	width: 40%;
	float: left;
	padding: 0px 70px 10px 0;
	position: relative;
}

.listbox img {
	width: 100%;
	height: auto;
}
.listbox ul {
	padding-top: 10px;
}

.hpbtn1 a, .hpbtn2 a, .hpbtn3 a {
	display: block;
	font-size: 87.5%;
	padding: 2px 7px;
	color: #fff;
	background-color: #ff9999;
	border-radius: 4px;
	text-decoration: none;
	position: absolute;
}
.hpbtn1 a:hover, .hpbtn2 a:hover, .hpbtn3 a:hover {
	color:#fff;
	background-color: #ffc2c2;
}

.hpbtn1 a {
	top: 10px;
	left: 320px;
}

.hpbtn2 a {
	top: 10px;
	right: 70px;
}
.hpbtn3 a {
	top: -50px;
	left: 370px;
}

ul.linkbnr2 {
margin: 5px 5px 25px 0px;
text-align:right;
}

ul.linkbnr2 li {
margin-right:10px;
display:inline;


}

ul.linkbnr2 li a {
	padding: 2px 7px;
	font-size: 87.5%;
	border-radius: 4px;
	border-bottom: none;
	color: #444444;
}

ul.linkbnr2 li.green a {
	background-color: #c0e9cf;
}

ul.linkbnr2 li.pink a {
	background-color: #FF9999;
}


ul.linkbnr2 li a:after {
	content: "\25B6";
	padding-left: 4px;
}


ul.linkbnr2 li a:hover {
	border-radius: 4px;
	background-color: #ccc;
	border-bottom: none;
	color: #fff;
}

