﻿@charset "utf-8";
/* ■■■ css style v1 2014.06.20 ■■■ */

/* ■■■ header style ■■■ */
#header {
	margin: 0;
	width: 100%;
	height: 100px;
	background-image: url('../images/title_support.png');
	background-repeat: repeat-x;
	background-position: right top;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header a:active {
	position: relative;
	top: 0;
	left: 1px;
}
/* ■■■ header_menu style ■■■ */
#header_menu {
	margin: 0;
	width: 100%;
	height: 2.5em;
	color: #ffffff;
	background-color: #386cb0;
}
#header_menu ul {
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
	list-style-position: outside;
}
#header_menu li {
	padding-left: 1em;
	float: left;
	font-size: 0.9em;
}
#header_menu li a {
	padding: 0.75em 0;
	display: block;
}
/* ■■■ container common style ■■■ */
#container {
	margin: 0;
	padding: 0 2em;
}
#container .strike {
	text-decoration: line-through;
}
#container .bgc {
	background-color: #cee0f0;
}
/* ■■■ container style ■■■ */
#container h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: HGP明朝E,"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;
	text-align: center;
}
#container h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-left: 2.7em;
	height: 1.6em;
	background-image: url('../images/h3back_2.png');
	background-repeat: repeat-x;
	background-position: left center;
	font-family: HGP明朝E,"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
}
#container h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-left: 2.4em;
	height: 1.5em;
	background-image: url('../images/h4back_2.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-size: 1.2em;
}
#container section {
	padding-left: 2em;
}
#container ul {
	padding-top: 0.3em;
	padding-left: 1em;
	list-style-type: none;
	list-style-image: url('../images/arrow_2.png');
	list-style-position: outside;
}
#container ol {
	padding-top: 0.3em;
	padding-left: 1.5em;
	list-style-type: decimal;
	list-style-position: outside;
}
#container li {
	padding-top: 0.3em;
	font-size: 1em;
}
#container p {
	padding-top: 0.5em;
	font-size: 1em;
}
#container p.topMov {
	font-size: 0.8em;
	text-align: right;
}
#container .tcenter {
	text-align: center;
}
#container blockquote {
	margin: 1em 0 0.5em 0.2em;
	padding-left: 1em;
	border-left: solid 8px #999999;
	font-size: 0.9em;
}
/* ■■■ container photo style ■■■ */
section.fig img {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	float: left;
}
/* ■■■ footer style ■■■ */
#footer {
	margin-top: 1.5em;
	width: 100%;
	height: 2.5em;
	color: #333333;
	background-color: #cee0f0;
}
#footer p {
	padding-top: 0.8em;
	font-size: 0.9em;
	text-align: center;
}
/* ■■■ CSS class style ■■■ */
.youtube {
	margin-top: 0.5em;
	padding: 1em 0;
	border: 1px solid #cccccc;
	width: 100%;
	/*background-color: #1a1a1a;*/;
	text-align: center;
}
/* ■■■ print ruled line style ■■■ */
.table_style2 {
	margin: 1em auto;
	border-collapse: collapse;
	border: 1px solid #666666;
	width: 100%;
	font-size: 0.9em;
}
.table_style2 tr {
	background-color: #ffffff;
}
.table_style2 td {
	padding: 0.3em;
	border: 1px solid #666666;
	text-align: center;
}
/* ■■■ link style ■■■ */
#header_menu a:link {
	color: #ffffff;
	text-decoration: none;
}
#header_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#header_menu a:hover {
	color: #ffffff;
	background-color: #305c96;
	text-decoration: underline;
}
#header_menu a:active {
	position: relative;
	top: 1px;
	left: 1px;
	color: #d9d9d9;
	text-decoration: underline;
}