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

/* for IE6 */
*html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

*html body {
	width: 100%;
	height: 100%;
}

/* リンク */

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/* 基本レイアウト */
html {
    margin-bottom:1px;
	overflow: auto;
}

body {
	line-height: 0;
	background-color: #FFF;	
	text-align: center;
	min-width: 1000px;
	position: relative;
	color: #333;
	overflow-x : hidden;
}

#wrapper {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

body > #wrapper {
　height: auto;
}

/* headerレイアウト */
div#header {
	background-color: #646473;	
	color: #FFF;
	width: 100%;
	height: 120px;
	margin: 0 -500%;
	padding: 0 500%;
}

div#header a {
	text-decoration: none;
}

/* header左側 */
div#mainHed {
	float: left;
	width: 400px;
	height: 120px;
	background-color: #646473;
}

/* header左側のロゴ */
div#mainHed p#logo {
	padding: 10px 0;
}

/* header右側 */
div#subHed {
	float: right;
	width: 600px;
	height: 120px;
	text-align: right;
	background-color: #646473;	
}

/* header右側のテキストナビゲーション */
div#subHed ul#tNav {
	padding-top: 10px;
}

div#subHed ul#tNav li{
	display: inline;
	background-image: url(../img/icon_menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 85%;
}

div#subHed ul#tNav li a {
	color: #FFF;
	text-decoration: none;
}

div#subHed ul#tNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#subHed ul#tNav li a:visited {
	color: #FFF;
	text-decoration: none;
}

div#subHed ul#linkBanner{
	padding-top: 30px;
	
}

div#subHed ul#linkBanner li{
	display: inline;
	padding-left: 20px;
}
	
	
/* グローバルナビゲーションレイアウト */

ul#gNav {
	clear: both;
	background-color: #333;
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

ul#gNav li {
	width: 120px;
	display: inline;
	font-size:1%;
	line-height:0.1;
}

/*li横並び*/
ul.lineList {
	width: 1015px;
	overflow: hidden;
}

ul.lineList li{
	width: 150px;
	list-style-type: none;
	padding-right: 15px;
	padding-bottom: 15px;
	display: inline;
}

/* contentsレイアウト */
div#contents {
	line-height: 1.7;
	width: 100%;
	background-color: #FFF;
	padding: 10px 0 30px 0;
	overflow: hidden;
}

div#contents h1 {
	color: #300;
	font-weight: bold;
	background-image: url(../img/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	border-bottom: 2px #333 solid;
	margin-bottom: 15px;
}

div#contents a {
	color: #600;
	text-decoration: none;
}

div#contents a:hover {
	color: #600;
	text-decoration: underline;
}

div#contents a:visited {
	color: #600;
	text-decoration: none;
}


/* footerレイアウト */
div#footer {
	line-height: 1.7;
	clear: both;
	background-color: #646473;	
	text-align: center;
	color: #FFF;
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}

div#footer a:link {
	color: #FFF;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

.memo {
	font-size: 77%;
}

.pageTop {
	text-align: right;
	font-size: 85%;
	padding: 10px 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.impact {
	font-weight: bold;
	color: #900;
}

#boxContent {
	display: none;
	color: #FFF;
}

/* ページトップへ戻る部分レイアウト */

#pageTop a{
	line-height: 1.7;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #646473;
	border: 2px #FFF solid;
	padding: 10px;
	width: 90px;
	height: 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";	
}

*html #pageTop {
	position: absolute;
	right: 20px;
}

#pageTop a:link{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#pageTop a:hover{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
	opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

#pageTop a:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

p#language {
	position: absolute;
	top: 0;
	left: 55%;
}

.update {
	color: #900;
}

.forSp {
	display: none;
}