@charset "UTF-8";
/* CSS Document */
html {
    height:100%;
	margin:0;
	padding:0;
	scrollbar-track-color: black;
    scrollbar-face-color: #0B3E8C;
    scrollbar-shadow-color: #CACACA;
    scrollbar-darkshadow-color: black;
    scrollbar-highlight-color: #CACACA;
    scrollbar-3dlight-color: black;
    scrollbar-arrow-color: #CACACA;
}
body {
	height: auto;
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" "serif";
}
a {
	color: #0066FF;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin-left: 18px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #393939;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CACACA;
	background-color: #000000;
	border-left-color: #393939;
	height: auto;
	min-height: 4950px;
}
#tag {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393939;
	float: right;
	width: 100%;
}
#bt_contact {
	height: 72px;
	width: 365px;
	left: 661px;
	top: 0px;
	float: right;
}
#title {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 88px;
	width: 435px;
	background-position: left center;
	float: left;
}
#menu {
	text-align: left;
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 850px;
}
#menu ul {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height:normal;

}
#menu li {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height:normal;
}
#menu a {
	text-decoration:none;
	line-height:normal;
	display: block;
	text-align: left;
	float: left;
}
#header {
	text-indent: -9999px;
	height: 220px;
	width: 850px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
#contents {
	clear: both;
	float: left;
	margin-left: 14px;
	height: auto;
	min-height: 100%;
}
#footer {
	clear: both;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393939;
	width: 100%;
	text-align: center;
}
.media_date {
	display: block;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	height: 200px;
	width: 500px;
	overflow: scroll;
	border: 1px solid #333333;
	line-height: 18px;
	font-size: 14px;
}
.date_title {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0B3E8C;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B3E8C;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0px 10px;
	padding-bottom: 3px;
	display: block;
}
.spacer35 {
	clear: both;
	height: 35px;
}
/*テキスト*/
.text14 {
	font-size: 14px;
	line-height: 16px;
}
.link_top {
	text-decoration: underline;
	display: block;
	float: right;
	margin-right: 15px;
	font-size: 14px;
	margin-top: 25px;
}

.caption{
	font-size:0.7em;	
}

/* movies.html
------------------------------------------------------------ */
#movies{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #393939;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CACACA;
	background-color: #000000;
	border-left-color: #393939;
	height: auto;
}
#left{
	float:left;	
	width:425px;
}
#right{
	float:right;	
	width:410px;	
}
.video{
	padding:10px 10px 10px 10px;	
/*	border:1px solid #393939;*/
}
#movies h1{
	/*margin-top:20px;*/	
	padding-left:15px;
}
#movies img{
	border:none;	
}