@charset "utf-8";

#historyTvBox {
	width: 260px;
}

#infoBox {
	width: 620px;
	padding-left: 30px;
	background-image: url(images/category4_mark_bg.png);
	background-repeat: no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	background-position: 0px 70px;
}
#infoBox p {
	width: 320px;
	text-align: justify;
	padding-left: 10px;
	padding-top: 20px;
}

#category4Page #threeBtn {
	height: 30px;
	width: 660px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#category4Page #threeBtn ul {
	list-style-type: none;
	height: 30px;
	width: 670px;
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
}
#category4Page #threeBtn ul li {
	float: left;
}
#category4Page #threeBtn ul li a {
	height: 30px;
	width: 220px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}


/*THREE BOTTUN----------------------*/
#category4Page #threeBtn ul li#enkaku a {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#category4Page #threeBtn ul li#enkaku a:hover {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#category4Page #threeBtn ul li#gaiyou a {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}
#category4Page #threeBtn ul li#gaiyou a:hover {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: -220px -30px;
}

#category4Page #threeBtn ul li#press a {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: -440px 0px;
}
#category4Page #threeBtn ul li#press a:hover {
	background-image: url(images/three_btn_bg.png);
	background-repeat: no-repeat;
	background-position: -440px -30px;
}
ul#careInfoBox {
	display: block;
	width: 460px;
	list-style-type: disc;
	list-style-position: inside;
	border: 1px solid #CC333A;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	/*エッジの丸み指定*/
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	border-radius:0px 5px 5px 5px;
}
ul#careInfoBox li {
	padding-top: 3px;
	padding-bottom: 3px;
}

