@charset "utf-8";
/* CSS Document */


/*===============================================
共通部分
===============================================*/





/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
#header{
	overflow:hidden;
}
#header h1{
	width:235px;
	height:auto;
	float:left;
}




/* language */
.language{
	width:50%;
	height:auto;
	margin:0px 0px 8px 0px;
	padding:20px 0px 0px 0px;
	color:#fff;
	overflow:hidden;
	position:relative;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	float:right;
}
	.language p{
		display:block;
		color:#fff;
		text-align:right;
	}
	.language .formLang{
		width:200px;
		height:auto;
		margin-left:12px;
		float:right;
	}
	.language .formLang select{
		width:100%;	
	}



#container{
	width:100%;
	height:auto;
	background:url(../../../top/images/main.jpg) center top no-repeat;
}

#containerIn{
	width:100%;
	height:auto;
	background:url(../images/sky_world_bg.jpg) center top no-repeat fixed;
}

	
	
	/* Header
	------------------------------------------------ */
	#headerSp{
		display:none;
	}
	
	#header{
		width:980px;
		height:auto;
		margin:0px auto;
	}
		#header h1{
			display:block;
			width:392px;
			float:left;
		}
		
		#header p.pan{
			display:block;
			width:580px;
			padding:20px 0px 0px 0px;
			text-align:right;
			float:right;
			color:#fff;
			font-size:11px;
		}
		
			#header p.pan a{
				color:#fff;
			}
		

				
			/* 中ページ */
			#mainIn{
				width:1036px;
				height:272px;
				margin:0px auto;
				background:none;
				padding:20px 0px 20px 0px;
			}
			

			
			#mainSp{
				display:none;
			}
			
			#mainSpIn{
				display:none;
			}



	/* gnavi
	------------------------------------------------- */
	#gnavi{
		width:980px;
		height:43px;
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		background:url(../images/gnavi_bg.jpg) repeat-x;
		
		border-radius:5px;		/* CSS3草案 */
		-webkit-border-radius:5px;	/* Safari,Google Chrome用 */
		-moz-border-radius:5px;	/* Firefox用 */
		
	}
	
		#gnavi ul{
			display:block;
			width:980px;
			height:auto;
			margin:0px;
			padding:0px 0px 10px;
		}
		
			#gnavi ul li{
				display:block;
				width:16.6666%;
				height:43px;
				float:left;
				background:url(../images/gnavi_hr.jpg) right top no-repeat;
			}
			
			#gnavi ul li a{
				display:block;
				height:33px;
				padding:10px 0px 0px 0px;
				color:#fff;
				text-align:center;
				
			}
			
			#gnavi ul li.noHr{
				background:none;
			}
	
	#gnavi ul li:nth-of-type(6){
		background:none;
	}
	#gnavi ul li:last-child{
		display:none;
	}
	

				
				
				
	/* Contents
	------------------------------------------------ */
	#contents{
		width:942px;
		margin:0px auto;
		padding:0px 0px 25px 0px;
	}
	
		#contents p.pan{
			padding:7px 0px 7px 0px;
			text-align:right;
		}
		
		#contents h3{
			width:930px;
			height:33px;
			padding:10px 0px 0px 12px;
			color:#fff;
			font-weight:bold;
			font-size:16px;
			margin:0px 0px 13px;
			background:url(../images/bg_h3.jpg);
			
			border:1px solid #fff;
			
			border-radius:5px;
			-webkit-border-radius:5px;	
			-moz-border-radius:5px;	
		}
		
		#contents .section{
			width:942px;
			height:auto;
			margin:0px auto 20px 0px;
			padding:0px 0px 0px 0px;
			background:#fff;
			border:1px solid #fff;
		}
		
			.section h4{
				width:930px;
				height:auto;
				padding:6px 0px 6px 12px;
				background:#467387;
				color:#fff;
				font-size:16px;
				text-align:center;
				font-weight:bold;
			}
		
			.section .sectionBody{
				background:#fff;
				padding:15px;
			}
			
			.section .sectionBody p.read{
				padding:0px 0px 15px 0px;
			}
			
			.section .sectionBody p.readMaintenance{
				padding:0px 0px 15px 0px;
				border-bottom:1px dotted #ccc;
				margin:0px 0px 15px 0px;
			}
			
			.section .sectionBody p.read span{
				display:block;
				padding:10px 0px 0px 0px;
				font-weight:bold;
				font-size:14px;
				text-decoration:underline;
				
			}
			
			.section .sectionBody .tableBox{
					padding:0px 0px 15px 0px
			}
			
			.section .sectionBody .tableBox td{
					padding:6px;
					border-right:2px solid #ccc;
					border-top:2px solid #ccc;
				}
				
			.section .sectionBody .tableBox table{
				border-left:2px solid #ccc;
				border-bottom:2px solid #ccc;
			}
	
	/* Footer
	------------------------------------------------ */
	
	#footerCover{
		width:100%;
		height:auto;
		margin:0px 0px 0px 0px;
		padding:122px 0px 0px 0px;
		background:url(../images/footer_photo.jpg) center top repeat-x;
	}
		

		
		#footerCover #footerLink{
			text-align:center;
			padding:15px 0px 10px 0px;
			background:#fff;
		}
			#footerCover #footerLink img{
				margin:0px 12px;
			}
			
		#footerCover #footer{
			width:100%;
			padding:30px 0px;
			background:#242424;
			color:#fff;
			text-align:center;
		}
			
}





