/* ■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: 150%;
	margin: 0;
	padding: 0;
	background-image: url(image/BG_Body.png);
}
/* ■Header■ */
#Top {
	width: cal(100%-1px);
	height: 110px;
	margin: 0; 
	padding: 1px;
	background-image: url(image/BG_Top_Line.png);
	background-size: 100% 72px;
}
.Top_Container {
	width:1000px;
	height: 57px;
	margin: 8px auto 0; 
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
}
.Top_Navi_Logo {
	float: left;
	margin: -7px 0px 0px 5px;
}

.Top_Navi_TEL {
	float: right;
	font-family: 'Istok Web', sans-serif;
	margin: -18px 15px 0px 0px;
	font-size: 160%;
	color: #364e96;
}
.Top_Hours {
	font-size: 85%;
	color: #364e96;
	float: right;
	margin-right:120px;
	text-align: right;
	font-weight: bold;
}	

.Navi_Menu {
	margin: 0 auto 0; 
	width: 100%;
	background-image:url(image/BG_Top_Navi.png);
	background-size: 100% 100%;
	background- position_ center top;
}

/* ■DropDownMenu■ */
.DropMenu{
	width: 1000px;
	height: 45px;
	background-image: url(image/BG_Top_Navi.png);
	background-size: 1000px 100%;
	background- position_ center top;
	*zoom: 1;
	list-style-type: none;
	margin: 0px auto 0px;
	padding: 0;
}
.DropMenu:before, .DropMenu:after{
	content: "";
	display: table;
}
.DropMenu:after{
	clear: both;
}
.DropMenu li{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0 15px 0;
	text-align: center;
	display: block;
}
.DropMenu li a {
	display: block;
	margin: 0;
	padding: 15px 20px 11px;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	font-size:110%;
	font-weight: bold;
	text-shadow: 1px 1px 3px #555;	
}
.DropMenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.DropMenu li ul li{
	width: 100%;
}
.DropMenu li ul li a{
	background: #c4d8f7;
	text-align: left;
}
.DropMenu li a:hover{
	background: #9bb3eb;
	color: #ffcc33;
}
#fade-in li ul{
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
}
#fade-in li:hover ul{
	top: 100%;
	visibility: visible;
	opacity: 1;
}


/* ■コンテナ■ */
.Container {
	width:970px;
	margin:  46px auto 0; 
	padding: 15px;
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
}
.Container_Column {
	width: 752px;
	margin:32px auto 0px; 
	color: #111111;
	text-align: left;
}
.clear {
	clear: both;
}

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

.Top_Greeting {
	width: 752px;
	margin:32px auto 0px; 
	color: #111111;
}

.Top_Button {
	width: 752px;
	margin:5px auto 0;
}
.Top_Button li {
	margin: 0px auto 0;
	text-align: center; 
	padding-top: 4px;
	float: left;
	line-height: 60px;
	letter-spacing:2px;
}
.Top_Button li a {
	width: 188px;
	height: 64px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	display: block;
	background-image: url(image/BG_Top_Button.png);
	background-position: middle center;
	background-repeat: no-repeat;
	text-shadow: 1px 1px 3px #555;	
}
.Top_Button li a:hover {
	color: #ff9900;
	background-image: url(image/BG_Top_Button_over.png);
	background-position: middle center;
	background-repeat: no-repeat;
	text-decoration: none;
	text-shadow: 1px 1px 3px #fff;	

}


/* ■Aタグ■ */
a {
	color: #014a96;
	text-decoration: none;
}
a:hover {
	color: #ffcc66;
	text-decoration: underline;
}
a:visited {
	color: #014a96;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/* ■フッタ■ */

#Footer {
	background-color: #003eaa;
	background-image: url("image/BG_Footer_Blue.png");
	background-repeat: repeat-x;
	background-position : left top;
	width: 100%;
	text-align: left;
	color: #fff;
	margin-top: 30px;
}
.Footer_Inner {
	margin: 0px auto 0px;
	padding: 35px 0 0px;
	width: 1000px;
	height: 100%;
}
.Footer_left {
	float: left;
}

.Footer_Contact {
	letter-spacing:3px;
	width: 284px;
	float: left;
	text-align: center;
	margin: 15px 0px 10px 30px;
	line-height: 42px;
}
.Footer_Contact a {
	display:block;
	width: 100%;
	background-color: #4580c7;
	border: 2px #fff solid;
	height: 42px;
}
.Footer_Contact a:hover {
	color: #ff8800;
	background-color: #9cc0ea;
	border: 2px #ff9900 solid;
}
.Footer_Button_Home {
	float: left;
	margin-top: 14px;
	margin-left: 14px;
}
.Footer_Title_DropShadow {
	font-size:120%;
	font-weight: bold;
	text-shadow: 1px 1px 3px #333;	
}
.Footer_left01 {
	float: left;
	margin: 0px;
	margin: 0px 0px 0px -5px;
	padding: 0px 10px 3px 10px;;
}
.Footer_left02 {
	float: left;
	width: 465px;
	margin: 0px 0px 10px 10px;
	padding: 0px 10px 0px 10px;;
	border-left: 1px solid #fff;
	font-size: 95%;
	line-height: 150%;
	display: block;
}
.Footer_left02 img {
	margin: 10px 0px 0px;
}
.Footer_Inner a {
	font-size:100%;
	color: #ffffff;
	text-decoration: none;
}
.Footer_Inner a:hover{
	color: #ff8800;
}
.Footer_Map_Image {
	float: right;
	text-align: center;
	margin-top: -35px;
}

/* ■Hタグ■ */
h1 {
	font-size: 180%;
	color: #002daf;
	text-shadow: 2px 2px 2px #ccc;
	margin: 30px auto 70px;
	width: 100%;
	text-align: center;
}
h2 {
	font-size: 150%;
	color: #364e96;
	position: relative;
	text-shadow: 1 1 3px #cccccc;
	z-index: 2;
	text-align: left;
	margin: 20px 0px 30px 0px;
}
.Profile h2 {
	margin-left: 0px;
}

h3 {
	border-left: solid 5px #364e96;
	border-bottom: solid 1px #364e96;
	color: #364e96;
	font-weight: bold;
	margin: 10px 0px 5px -4px;
	padding-left: 6px;
	font-size: 110%;
}
.Profile h3 {
	width: 450px;
	font-size: 100%;
}
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;
	text-align: center;
}
.Column_Navi li {
	border: 1px solid;
	display: inline-block;
	width: 25px;
	text-align: center;
}
.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: 100%;
	padding: 6px;
	margin-left: 40px;
	font-weight: bold;
}
.OfficeGallelyR {
	float: right;
	text-align: center;
	font-size:  100%;
	padding: 6px;
	margin-right: 40px;
	font-weight: bold;
}
.Contact_Form01 {
	float: left;
	width: 340px;
	margin-left: 15px;
}
.Contact_Form01 li {
	text-align: left;
	width: 340px;
	margin-top:8px;
	color: #3300cc;
	font-weight: bold;
}
.Contact_Form01 DD {
	text-align: left;
}
.Contact_Form02 {
	float: right;
	width: 350px;
}
.Contact_Form02 li {
	text-align: left;
	margin-top:8px;
	color: #3300cc;
	font-weight: bold;
}
input {
	property: value;
	width: 340px;
	height: 30px;
	border: 1px #cccccc solid;
	font-size: 100%;
}
textarea {
	width: 350px;
	height: 480px;
	line-height: 1.5em;
	border: 1px #cccccc solid;
	font-size: 95%;
}
.RadioButton {
	width: 20px;
	margin: 0px 0px 0px 20px;
	vertical-align: bottom;
}
.RadioLabel {
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 5px;
}
.submit_button {
	padding: 12px 30px;
	font-size: 1.2em;
	background-color: #4580c7;
	color: #ffffff;
	border-style: none;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.Fees {
	width: 680px;
	margin: 10px auto 100px;
}
.Contact {
	width: 750px;
	margin: 10px auto 100px;
}
.Profile, .Access, .Consultation, .For_Corporations, .For_Individuals {
	width: 800px;
	margin: 10px auto 100px;
}
.Profile table {
	width: 100%;
}
.explain {
	width: 100%;
	text-align: center;
	margin: -20px auto 50px;
}
.red {
	color: #ff0000;
}
.size90 {
	font-size: 90%;
}
.size80 {
	font-size: 80%;
}
.Contact_Form01ul li p label {
    margin-right: 2em;
    display: block;
    float: left;
	white-space: nowrap;
}
.required {
	color: #ff0000;
	font-size: 80%;
	font-weight: normal;
}
.Button_Open_GoogleMap {
	float: left;
	width: 275px;
	height: 66px:
}
.Button_Open_GoogleMap p {
	text-align: center;
	line-height: 450%;
}
.Button_Open_GoogleMap a {
	background-image: url("./image/BG_Icon_GoogleMap.png");
	background-size:275px 66px;
	background-repeat: no-repeat;;
	display:block;
	color: #ffffff;
}
.Button_Open_GoogleMap a:hover {
	background-image: url("./image/BG_Icon_GoogleMap_over.png");
	background-size:275px 66px;
	background-repeat: no-repeat;;
	display:block;
	color: #ff8800;
}
