@charset "UTF-8";



/* 新グローバルメニュー */

nav{
	text-align: center;
	font-family: ’MS Pゴシック’;
	width: 1330px;
}

nav ul{
	margin: 0;
	padding: 0;
	font-size: 0;
}

nav ul li{
	list-style: none;
	display: inline-block;
	width: 25%;
	background-color: #d3d3d3;
}

nav ul li a{
	text-decoration: none;
}

nav li:hover{
	background-color: #A9A9A9;
}



body {
 text-align:center;
}

#container {
	 width: 1330px;
	 margin-top: 0px;
	 margin-left:auto;
	 margin-right:auto;
}

#boxA {
}

#boxB {
 width:1100px;
 font-size:20px;
 text-align: left;
 float:left;
}

#boxC {
 width:230px;
 float:right;
 text-align: left;
}

#boxD {
 	width:1330px;
 	clear:left;
 	text-align:center;
}
	
.jpn {
	font-family: ’MS Pゴシック’;
	font-size:20px;
	color:blue;
	text-align:center;
	line-height:4px;
}

.jpn_r {
	font-family: ’MS Pゴシック’;
	font-size:20px;
	color:red;
	text-align:center;
	margin-left: 0px;
}

.jpn_L {
	font-family: ’MS Pゴシック’;
	font-size:16px;
	color:blue;
	text-align:left;
}

.jpn_note {
	font-family: ’MS Pゴシック’;
	font-size:14px;
	color:black;
	text-align:left;
	line-height:16px;
	margin-left:400px;
}

.chn {
	font-family: SimHei,SimSun;
	font-size:20px;
	color:green;
	text-align: center;
	line-height:3px;
}

.chn_L {
	font-family: SimHei,SimSun;
	font-size:16px;
	color:green;
	text-align: left;
}

a:link {
	font-size:20pt;
	color: red;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover {
	color: blue;
}

.h1 {
	font-family: ’MS Pゴシック’;
	font-size: 20px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.h2 {
	font-family: ’MS Pゴシック’;
	font-size: 20px;
	color: red;
	text-align: center;
	margin-left: 0px;
}

.kosin {
	margin-left: 300px;
	color: black;
	text-align: left;
	font-size: 15px;
}

.foot {
	font-family: ’MS Pゴシック’;
	font-size:20px;
	color:red;
	text-align:center;
	margin-left: 0px;
}

.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
	@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
	@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}