@charset "UTF-8";


/* グローバルメニュー */
.global-nav {
	margin-left:auto;
	margin-right:auto;
	font-size: 30px;
	width: 80%;
	background-color: #bbddff;
}
	
.nav-list {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
.nav-item {
	display: inline-block;
	color: black;
	padding: 13px 15px;
}

body {
 text-align:center;
}

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

#boxA {
	line-height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}


#boxB {
	width:1020px;
	float:left; 
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
}

#boxC {
	width:300px;
	float:right;
	text-align: center;
	font-size:20px;
	color:blue;
}

#boxD {
	clear:both;
	width:1320px;
	text-align:center;
	line-height: 20px;
	margin-top: 0px;
}
	
.jpn {
	font-family: ’MS Pゴシック’;
	font-size:20px;
	color:blue;
	text-align:center;
	line-heinght:1px;
}

.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:20px;
	color:blue;
	text-align:left;
}

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

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

.chn_L {
	font-family: SimHei,SimSun;
	font-size:20px;
	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;
}

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

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