/* ■CSS リセット■ */
/* Reethttp://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h3, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ■Body■ */
body {
	text-align: center;
	font-family: Arial, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;	
	font-size: 16px;
	line-height: 160%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
}

/* ■Header■ */
#Header {
	width:100%;
	background-image: url("./image/BlueLine.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 4px ;
	height: 37px;
	text-align: left;
}
#Top-Navigation {
	width: 100%;
	height: 56px;
	padding: 0px;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 4;
}
#Top-Navigation ul{
	width: 950px;
	margin: 0px auto;
}
#Top-Navigation li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.navi_line {
	color: #666666;
	font-size: 90%;
}
#Top {
	background: #ffffff;
	background-image: url("./image/BG_Top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 600px;
	width : 100%; 
	text-align: left;
}
#BG_Fix {
	background-image: url("./image/BG_Fix.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 600px;
	width : 100%; 
	text-align: left;
	z-index: -2;
}
.container {
	width:780px;
	margin: 0 auto; 
	text-align: left;
}

.clear {
	clear: both;
	height: 15px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ■Hタグ■ */

h1 {
	color: #0000a7;
	text-align: center;
	margin-top: 40px;
	font-size: 130%;
	letter-spacing: 3px;
	font-weight: bold;
}

h2 {
	text-align: center;
	color: #0000a7;
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 2px;
}

h3 {
	text-align: left;
	font-weight: bold;
	color: #0000a7;
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: 110%;
}

a {
	color: #014a96;
	text-decoration: none;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}
a:visited {
	color: #014a96;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* ■フッタ■ */

#Footer_Silhouette {
	background-image: url("./image/BG_Footer.gif");
	background-position: right bottom;
	background-repeat: x-repeat;
	height: 162px;
	width: 100%;
}
#Footer {
	background-color: #000000;
	width: 100%;
	text-align: left;
	color: #ffffff;
}
.Footer-Inner {
	margin: 0px auto 0px;
	width: 950px;
}
.Footer_left {
	float: left;
	margin: 0px 10px;
}
.Footer_right {
	float: right;
	margin: 0px 10px;
	padding: 0px 10px 3px 10px;;
	border-left: 1px solid #ffffff;
	font-size: 95%;
}

/* ■Hタグ■ */
h1 {
	font-size: 180%;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000;
	margin: 30px auto 70px;
}
h2 {
	font-size: 150%;
	color: #364e96;
	position: relative;
	text-shadow: 1 1 3px #cccccc;
	z-index: 2;
	text-align: left;
}
h2:before {
	content: "";
	position: absolute;
	background-color: rgba(209, 232, 252, 0.8);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: -18px;
	left: -15px;
	z-index: -1;
}
.member {
	font-size: 150%;
	line-height: 100%;
	color: #364e96;
	position: relative;
	text-shadow: 1 1 3px #cccccc;
	z-index: 2;
	text-align: left;
	margin-top: -10px;
}

.Column_Navi {
	margin: 50px auto 60px;
}
.Column_Navi li {
	border: 1px solid;
	display: inline-block;
	width: 25px;
}
.Column_Navi a {
}

.column_text {
	line-height: 170%;
	margin: 30px 0 20px 0
}

.C_text {
	line-height: 170%;
	margin: 30px 0 20px 0
}



.PrivacyPolicy {
	line-height: 130%;
	margin-bottom: 50px;
}

.OfficeGallelyL {
	float: left;
	text-align: center;
	font-size: 80%;
	padding: 10px;
	margin-left: 50px;
	font-weight: bold;
}
.OfficeGallelyR {
	float: right;
	text-align: center;
	font-size: 80%;
	padding: 10px;
	margin-right: 50px;
	font-weight: bold;
}
.Contact_Form01 {
	float: left;
	width: 300px;
	margin-left: 15px;
}
.Contact_Form01 dt {
	text-align: left;
	width: 300px;
	margin-top:8px;
	color: #3300cc;
	font-weight: bold;
}
.Contact_Form01 DD {
	text-align: left;
}
.Contact_Form02 {
	float: right;
	width: 350px;
}
.Contact_Form02 dt {
	text-align: left;
	margin-top:8px;
	color: #3300cc;
	font-weight: bold;
}
input {
	property: value;
	width: 300px;
	height: 30px;
	border: 1px #cccccc solid;
	font-size: 100%;
}
textarea {
	width: 350px;
	height: 460px;
	line-height: 1.5em;
	border: 1px #cccccc solid;
	font-size: 95%;
}

.submit_button {
	padding: 12px 30px;
	font-size: 1.2em;
	background-color: #5b49cc;
	color: #ffffff;
	border-style: none;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

