@charset "shift_jis";

/*****************動画表示main画面CSS***********************/

/** 画面分割　**/
#wrap { width:960; text-align:left; margin:0 auto; }  
#inner { margin:0 5px; }  
#mainWrap { width:520px; float:left; text-align:center; }  
#sideWrap { width:400px; float:right; }  
.clear { clear:both; }  
.clear hr { display:none; }
.header{ 
	font-size: 30px;
	color: #990000;
	height: auto;
	width: auto;
	padding-top: 27px;
	padding-left: 30px;
	text-align:center; 
 }
.footer { 
	border-top: 5px solid #990000;
	text-align:center;  
	border-bottom: 5px solid #990000;
	} 
/** 画面分割　終了**/

#record	{
	width:960; 
	text-align: left;
	}

body{
	background-color: #FFFFFF;
	font-size: 100%;
	line-height: 130%;
	padding-top: 10px;
	padding-left: 10px;
}
.button a {
	color: #000000;
	text-decoration: none;
}

#main {
	background-image: url(../img/self_bg.gif);
	background-repeat: no-repeat;
	height: 650px;
	width: 900px;
}
.title {
	font-size: 23px;
	color: #FCF9D6;
	height: auto;
	width: auto;
	padding-top: 27px;
	padding-left: 30px;
}

th[colspan="2"] 
	{
	background-color:#66cc33;
	}






.subtitle {
	text-align: center;
	text-color: #90ff00;
	font-size: 130%;
	font-weight: 800;
	padding-top: 60px;
}
.subtitle p{
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	padding-top: 10px;
	text-align: left;
}

/*ボタン*/

.btn {
	margin-top: 23px;
	background-repeat: no-repeat;
	height: 43px;
	width: 385px;
	background-image: url(../img/self_button.gif); 
	margin-right: auto;
	margin-left: auto;
	font-size: 17px;
	font-weight: 900;
	text-indent: 35px;
	}
.button {
	display: block;
	background-repeat: no-repeat;
	height: 43px;
	width: 385px;
	background-image: url(../img/self_button.gif); 
/*	font-size: 17px;
	font-weight: 900;
	text-indent: 35px;*/
	}
.button p {
	text-decoration: none;
	padding: 14px;
}

a.button:hover {
	background-image: url(../img/self_button_over.gif);
	color: #FFFFFF;
}
.tx	{
	margin-top: 10px;
	margin-left: 14px;
	}




/*閉じる*/
.close {
	background-repeat: no-repeat;
	height: 31px;
	width: 107px;
	background-image: url(../img/self_close.gif);
	text-align: right;
	margin-top: 45px;
	margin-right: 50px;
	margin-bottom: auto;
	margin-left: auto;
	}
	
.close a {
	display: block;
	background-repeat: no-repeat;
	height: 31px;
	width: 107px;
	background-image: url(../img/self_close.gif);
/*	text-align: right;*/
	}

.close a:hover {
	background-image: url(../img/self_close_over.gif);
}

.close span { visibility: hidden; }