body {
	padding: 0px;
	margin: 0px;
}
#wrapper #contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 2px 2px 3px #666666;
	box-shadow: 2px 2px 3px #666666;
}
#wrapper #contents #header {
	width: 960px;
	height: 100px;
	background-image: url(../img/header.jpg);
	position: relative;
}
#contents #header #syokai {
	margin: 0px;
	width: 500px;
	position: absolute;
	top: 10px;
	left: 250px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}

#contents #header #serch_btn {
	width: 180px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 400px;
}

#header #serch_btn .serch_button {
	width: 200px;
	height: 40px;
	bottom: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#contents #header #konyu {
	width: 200px;
	height: 50px;
	position: absolute;
	right: 5px;
	bottom: 25px;
}
#header #konyu a {
	width: 200px;
	height: 50px;
	background-image: url(../img/header_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 48px;
	text-align: left;
	text-indent: 15px;
}
#header #konyu a:hover {
	width: 200px;
	height: 50px;
	background-image: url(../img/header_btn.png);
	background-position: 0px -50px;
	background-repeat: no-repeat;
	display: block;
	color: #FFDD00;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	text-indent: 0px;
}




#wrapper #contents #list {
	margin: 0px;
	padding: 10px;
	width: 940px;
}
#contents #list .list_title {
	width: 940px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 20px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
}
#contents #list #mov_list {
	margin: 0px;
	padding: 0px;
	width: 940px;
	border-collapse: collapse;
}
#list #mov_list tr {
}
#mov_list tr th {
	background-color: #dddddd;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	border: 1px solid #666666;
}
#mov_list tr td {
	padding: 5px;
	border: 1px solid #666666;
	border-collapse: collapse;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}
#contents #list #serch_box {
	display: none;


}
#list #serch_box table {
	border: 1px solid #000000;
	width: 100%;
}
#serch_box table tr td {
	padding: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.small{
	font-size: 80%;
}
