@charset "UTF-8";

@import "reset.css";

html, body {
	background: #ff5400;
	}

.site_box {
	width: 100%;
	background: #ffffff;
	color: #333333;
	text-align: center;
	}

.header {
	width: 100%;
	height: 50px;
	background: #ff5400;
	border-bottom: 2px solid #000000;
	}

.contents {
	width: 800px;
	background: #ffffff;
	padding: 20px 0;
	margin: 0 auto;
	text-align: left;
	}

.contents p {
	margin: 5px;
	}

.footer {
	width: 100%;
	height: 30px;
	background: #ff5400;
	color: #ffffff;
	border-top: 2px solid #000000;
	}

.category {
	margin-bottom: 10px;
	}

.category .zuiji {
	display: inline-block;
	width: 70px;
	height: 0;
	padding-top: 20px;
	margin-right: 10px;
	background : url(../images/zuiji.png) 0 0 no-repeat;
	overflow: hidden;
	}
.category .mates {
	display: inline-block;
	width: 90px;
	height: 0;
	padding-top: 20px;
	margin-right: 10px;
	background : url(../images/mates.png) 0 0 no-repeat;
	overflow: hidden;
	}
.category .support {
	display: inline-block;
	width: 140px;
	height: 0;
	padding-top: 20px;
	margin-right: 10px;
	background : url(../images/support.png) 0 0 no-repeat;
	overflow: hidden;
	}

h2 {
	display: block;
	width: 800px;
	height: 0;
	padding-top: 100px;
	margin-bottom: 10px;
	background : url(../images/top.png) 0 0 no-repeat;
	overflow: hidden;
	}

.rec_wrap {
	overflow: auto;
	margin-top: 20px;
	}

.rec_wrap .cast {
	display: block;
	width: 390px;
	margin-right: 20px;
	float: left;
	}

.rec_wrap .cast h3 {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 30px;
	background : url(../images/cast.png) 0 0 no-repeat;
	overflow: hidden;
	border-bottom: 1px dashed #ff5400;
	margin-bottom: 5px;
	}

.rec_wrap .staff {
	display: block;
	width: 390px;
	float: left;
	}

.rec_wrap .staff h3 {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 30px;
	background : url(../images/staff.png) 0 0 no-repeat;
	overflow: hidden;
	border-bottom: 1px dashed #ff5400;
	margin-bottom: 5px;
	}

.rec_wrap .cast li,
.rec_wrap .staff li {
	list-style-type: circle;
	margin-left: 20px;
	}

.contact {
	margin-top: 10px;
	clear: both;
	border: 1px solid #ff5400;
	padding: 10px;
	}
