@charset "UTF-8";
.basic #head_top_bg {
	background-image: url(../img/about/top_bg_03.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.basic #head_top_con {
	background-image: url(../img/shiryo/top_mv_mi.jpg);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	position: relative;
}
.basic #head_top_mv_bg {
	background-repeat: no-repeat;
	background-image: url(../img/about/top_bg_03.gif);
	background-position: center top;
}
.basic #head_top_con h1 {
	position: absolute;
	left: 12px;
	top: 0px;
}
.basic #head_top_con .english {
	position: absolute;
	left: 862px;
	top: 0px;
}
.basic #head_top_con h2 {
	position: absolute;
	left: 739px;
	top: 77px;
}
.basic .top_mv_bg_01 {
	position: absolute;
	left: 695px;
	top: 48px;
	height: 262px;
	width: 167px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	zoom: 1;
}
.basic #head_top_con ul li {
	float: left;
	height: 39px;
	width: 181px;
	margin-right: 11px;
}
.basic #head_top_con ul {
	padding-top: 200px;
	padding-left: 15px;
	overflow: hidden;
}
.basic #head_top_con ul li a {
	height: 39px;
	width: 181px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/index/top_menu_bg_01.gif);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	zoom: 1;
	background-repeat: no-repeat;
}
.basic #head_top_con ul li a:hover {
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}
.basic #head_top_con h1 a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	zoom: 1;
}
.basic #bg_01 #container #mainContent .top_01 {
	background-image: url(../img/index/top_banner_bg_01.jpg);
	height: 157px;
	width: 700px;
	background-repeat: no-repeat;
	margin-bottom: 22px;
}
.basic #bg_01 #container #mainContent .top_02 {
	background-image: url(../img/index/top_banner_bg_02.jpg);
	height: 261px;
	width: 700px;
	margin-bottom: 22px;
}
.basic #bg_01 #container #mainContent .top_01 h3 {
	padding-top: 10px;
	padding-left: 18px;
}
.basic #bg_01 #container #mainContent .top_01 .txt {
	padding-top: 16px;
	padding-left: 20px;
}
.basic #bg_01 #container #mainContent .top_01 .bt {
	padding-top: 10px;
	padding-left: 21px;
}
.basic #bg_01 #container #mainContent .top_02 .bt {
	padding-top: 97px;
	padding-left: 147px;
}
.basic #bg_01 #container #mainContent .top_03 ul li {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.basic #bg_01 #container #mainContent .top_03 {
	background-image: url(../img/index/top_bg_02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #003F0A;
}
.basic #bg_01 #container #mainContent .top_03 ul {
	background-image: url(../img/index/top_bg_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
}
.basic #bg_01 #container #mainContent .top_03 ul li a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	zoom: 1;
}
.basic #bg_01 #container #mainContent .top_02 .bt a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	zoom: 1;
}
.text {
	line-height: 150%;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 20px;
}
.img {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.bar {
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
h3 {
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-size: 1.1em;
}
/* --- 表全体 --- */
table.example {
	width: 100%; /* 表の幅 */
	border: 1px #c0c0c0 solid; /* 大枠の境界線 */
	border-collapse: collapse;
}

/* --- 表タイトル --- */
table.example caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.example th,
table.example td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.example thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.example tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- 表ボディ --- */
table.example tbody {
background-color: #ffffff; /* ボディの背景色 */
}

/* --- マウスオーバー時 --- */
table.example tbody tr:hover {
background-color: #e5e5e5; /* 行の背景色 */
}
