	#header h2#title {
		position: absolute;
		right: 20px;
		top: 30px;
		color: #ffffff; 
	}
#container #header_nav {
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 0;
	width: 600px;
	height: 30px;
	text-align: right;
	z-index: 2;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#header_nav ul {
		list-style-type: none;
		width: 600px;
		margin: 0;
		padding: 0;
	}
		#header_nav ul li {
			width: 120px;
			height: 30px;
			margin: 0;
			padding: 0;
			float: left;
			background: url(../images/header_nav.png) repeat-x top #000000;
			font-size: 100%;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-shadow: -1px -1px 1px #000000;
			line-height: 30px;
			display: block;
		}
			#header_nav ul li a {
				text-decoration: none;
				color: #ffffff;
				display: block;
			}
			#header_nav ul li a:hover,#header_nav ul li a:focus {
				text-decoration: none;
				color: #ffffff;
				background: url(../images/header_nav.png) repeat-x bottom #000000;
			}
			#header_nav ul li a.current {
				text-decoration: none;
				color: #ffffff;
				background: url(../images/header_nav.png) repeat-x bottom #000000;
			}
		#header_nav h1 {
			font-size: 120%;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
			text-shadow: -1px -1px 1px #000000;
			line-height: 50px;
			display: block;
		}

#logo {
	position: absolute;
	left: 10px;
	bottom: 75px;
	border: 0;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
#container #lang {
	position: absolute;
	top:4px;
	right: 10px;
}
	#container #lang a {
		color: #ffffff;
		text-decoration: none;
	}
#container #title {
	position: absolute;
	bottom:150px;
	left: 30px;
	color: #ffffff;
	font-size: 120%;
	text-shadow: -1px -1px 1px #000000;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
#message_area {
	position: absolute;
	bottom: 190px;
	right: 0px;
	width: 600px;
	height: 180px;
	background-color: #000000;
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}	
	#message_area #content_area {
		width: 95% !important;
		max-height: 90%;
		margin: 8px auto;
		overflow: auto;
		color: #ffffff;
	}
	#content_area h1 {
		text-align:center;
		font-weight: bold;
		margin: 10px;
	}
	#content_area p {
		text-align: left;
		text-indent: 1em;
	}
.jspContainer { overflow:hidden; position:relative; }

/* スクロールバーを除いたエリア */
.jspPane { position:absolute; }

/* 縦スクロールバー */
.jspVerticalBar { position:absolute; top:0; right:0; width:10px; height:100%; }

/* 横スクロールバー */
.jspHorizontalBar { position:absolute; bottom:0; left:0; width:100%; height:10px; }

/* 背景 */
.jspTrack { background:#111; position:relative; }

/* ノブ */
.jspDrag { background:#888; position:relative; top:0; left:0; cursor:pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:100%; }


/* Showdown Box */

#showdown{
	margin: 0;
	padding: 0;
	position: fixed;
	top: 80px;
	left:-400px;
	height:auto;
	min-height: 150px;
	width:420px;
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	-webkit-transition-property: left;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-property: left;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in;

	border-radius: 5px 5px 5px 5px;
	border: 1px solid #ffffff;
	background: url(../images/side_label_j.png) no-repeat right top;
	box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=145, Strength=10);
	behavior: url(/js/PIE.htc);
	user-select: none; 		/* CSS3 */
	-moz-user-select: none; 	/* Firefox */
	-webkit-user-select: none; 	/* Safari、Chromeなど */
	-ms-user-select: none; 		/* IE10かららしい */
}
	#showdown:after {
		content: "";
		clear: both;
	}
	#showdown.down{
		left:-5px;
	}
	#showdown #content {
		width: 380px;
		min-height: 150px;
		height: 100%;
		margin-left: 40px;
		padding: 10px 0;
		color: #000000;
		text-align: left;
	}
	#showdown h2 {
		text-align: left;
		margin: 0;
		padding: 0;
		line-height: 1.5;
		font-size: 100%;
		font-weight: bold;
	}
	#showdown ul {
		list-style-type: circle;
		width: 90%;
		font-size: 90%;
		color: #000000;
	}
	#showdown ul li p {
		font-size: 90%;
		line-height: 1.5;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	#showdown ul li p.emergency span {
		color: #ff4500 !important;
	}
	#showdown ul li a {
		text-decoration: none;
		color: #0000cd;
		font-weight: bold;
	}
	#showdown ul li a:hover {
		text-decoration: none;
		color: #0000cd;
	}
	#showdown ul li p span {
		font-weight: bold;
	}
	#showdown ul li h2 {
		font-weight: bold;
		font-size: 90%;
	}
	#showdown ul li p.inner {
		margin-left: 20px;
	}


/* Media Query */

@media only screen and (max-width: 600px){
	#container #header_nav {
		width: 100%;
		position: absolute;
		top: -280px;
		right: 0px;
	}
		#header_nav ul {
			list-style-type: none;
			width: 100%;
			margin: 0;
			padding: 0;
		}
		#header_nav ul li {
			width: 20%;
		}
		#container #title {
			position: absolute;
			top: -310px;
			left:10px;
			color: #ffffff;
			font-size: 120%;
			text-shadow: -1px -1px 1px #000000;
		}
		#container #lang {
			position: absolute;
			top: -240px;
			right: 10px;
			margin-right: 10px;
		}
	#message_area {
		width: 95%;
		height: auto;
		position: relative;
		margin: 400px auto 20px auto;
	}
	#message_area #content_area {
		max-height: none;
		height: auto;
		width: 90% !important;
		max-height: 90%;
		margin: 10px 10px 10px auto;
	}
	#container #logo {
		position: absolute;
		top: -370px;
		left: 10px;
		width: 210px;
		height: auto;
	}
	#showdown{
		left:-300px;
		height:auto;
		width:320px;
		top: auto;
		bottom: 0px;
	}
	#showdown #content {
		width: 280px;
	}
}

/* Mediq Query */

@media only screen and (max-width: 960px){
	#container {
		width: 100%;
		margin: 0; 
		padding: 0;
	}
}
@media only screen and (max-width: 600px){
	#showdown {
		bottom: 40px;
	}
	#footer {
		position: absolute;
		bottom: 390px;
		left: 10px;
	}
		#footer_nav ul li {
			font-size: 70%;
		}
}
@media only screen and (max-width: 480px){
		body {
			background-color: #3C5979;
		}
}
@media only screen and (max-height: 450px) and (max-height: 480px){
		#container #lang {
			top: 40px;
		}
		#container #header_nav {
			top: 0px;
		}
		#message_area {
			display: none;
		}
}