@charset "utf-8";
body {
	margin:0;
	padding:0;
	background-color:#000;
	font-family:"Meiryo UI", "メイリオ";
	font-size:110%;
}
#body{
	width:100%;
	text-align:center;	
	color:#fff;
}
#title{
	width:1000px;
	margin:50px auto 0 auto;	
}
#titleimg{
	text-align:center;	
}
#titletext{
	text-align:right;	
}
#topbt{
	margin-top:30px;	
}
#topbt a:nth-child(2){
	margin-left:44px;
	margin-right:44px;
}
#bt1,#bt2,#bt3,#bt4{
	background-repeat:no-repeat;
	background-position:top left;
	background-position:0 0;
	width:300px;
	height:100px;
}

#bt1{
	background-image:url(button1.png);
}
#bt2{
	background-image:url(button2.png);
}
#bt3{
	background-image:url(button3.png);
}
#bt4{
	background-image:url(button4.png);
	margin-top:30px;
}
#bt1:hover,#bt2:hover,#bt3:hover,#bt4:hover{
	background-position:0 -100px;	
}
h3{
	padding:50px 50px 0 50px;
	font-weight:normal;	
}
.contents{
	margin:800px auto;
	padding-top:50px;
	width:1000px;
	text-align:left;
}
.contents p{
	line-height:200%;
	letter-spacing:2pt;
}
.contents table{
	width:900px;
	margin:auto;	
}
.contents table td{
	padding:10px 20px;
	vertical-align:top;	
}
.contents table td:first-child{
	width:500px;
	
}
table.column3 td {
	padding:0 10px;
}
#contents2 table.column3 td:first-child{
	width:400px;
}
.contents table.column3 td:nth-child(2){
	width:250px;
}
.contents table.column3 td:nth-child(3){
	width:150px;
}
p.caption {
	line-height:150%;
	font-size:80%;
	margin:0 0 50px 0;
}
.goto_contents{
	text-align:center;
	margin:50px 0;
}
.goto_contents a:nth-child(2){
	margin-left:100px;	
}
.noimg{
	width:800px;
	margin:auto;	
}
#prev_contents1{
	background-image:url(prev_contents1.png);
	
}
#next_contents2{
	background-image:url(next_contents2.png);
	
}
#prev_contents2{
	background-image:url(prev_contents2.png);
	
}
#next_contents3{
	background-image:url(next_contents3.png);
	
}
#prev_contents3{
	background-image:url(prev_contents3.png);
	
}
#next_contents4{
	background-image:url(next_contents4.png);
	
}
#prev_contents1,#next_contents2,#prev_contents2,#next_contents3,,#next_contents4{
	background-repeat:no-repeat;
	background-position:top left;
	background-position: 0 0;
	width:401px;
	height:91px;
}
#prev_contents1:hover,#next_contents2:hover,#prev_contents2:hover,#next_contents3:hover,#prev_contents3:hover,#next_contents4:hover{
	background-position:0 -91px;	
}
table.nenpyo{
	width:1000px;
	margin:auto;	
	border-collapse:collapse;
	border-spacing:0;
	font-size:90%;
}
table.nenpyo td{
	padding:10px 5px;
	line-height:150%;
}
table.nenpyo tr:first-child td{
	text-align:center;	
	border-bottom:5px solid #000;
}
table.nenpyo td:first-child{
	width:15%;
	border-right:5px solid #000;
}
table.nenpyo td:not(:first-child):not(:last-child){
	border-right:1px solid #000;	
}
table.nenpyo tr:not(:first-child) td:first-child{
	text-align:right;
	font-size:230%;
	line-height:100%;
	width:10%;
	padding-right:20px;
}
table.nenpyo tr:not(:first-child) td{
	border-bottom:1px solid #000;	
}
table.nenpyo td:first-child span{
	font-size:40%;
	display:block;	
}
table.nenpyo tr{
	background-image:url(nenpyo_bar.png);
	background-repeat:repeat-y;	
}
ul.contents4_ul{
	width:800px;
	margin:auto;	
}
ul.contents4_ul li{
	margin:20px 0;	
}
ul a{
	color:#fff;	
}
ul a:hover{
	text-decoration:none;	
}
.contents4_document{
	display:none;
	width:800px;
	margin:auto;
	background-color:#333;
	padding:10px 20px;
}
.contents4_document a.shut{
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:5px 20px;
	background-color:#000;
}
.contents4_document a.shut:hover{
	display:block;
	color:#666;
	text-decoration:none;
	background-color:#222;
}
#return{
	clear:both;
	display:none;
	position:fixed;
	text-indent:-9999px;
	opacity:0.8;
}
#return a{
	display:block;
	width:100px;
	height:100px;
	background-image:url(return.png);
	background-repeat:no-repeat;
	background-position:left top;
	opacity:0.8;	
}
#footer{
	text-align:center;
	color:#fff;
	padding:30px 0;	
}
.right{
	text-align:right;	
}