@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;

text-decoration: none;

}



h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	color: #6a8eb2;
	/* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	
}
a:visited {
	color: #6E6C64;
	
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

.container {
	width: 1024px;
	background-color: #FFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	overflow: hidden;
}

.container header {
	background-color: #6a8eb2;
	height: 120px;
	background-image: url(img/cotaloge1.fw.png);
	background-position: top;
	background-repeat: repeat-x;
	width: 1024px;
}


.container header ul.nav {
	list-style: none; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
	margin-left: 75px;
	margin-top: 55px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
}

.container header ul.nav li a{
	float: left;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 90%;
	padding-right: 40px;
}


.container header ul.nav li a:hover{
	float: left;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
	}
.container #inqiry h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #003;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6a8eb2;
	width: 700px;
}
.container #inqiry h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #6a8eb2;
	margin-top: 30px;
	width: 700px;
	text-align: center;
}
.container #inqiry .fnav22 .sig {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6a8eb2;
	margin-top: 50px;
}
.container #inqiry p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 14px;
	width: 700px;

text-decoration: none;
}
.container #inqiry ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	color: #0033FF;
}
.container #inqiry .inq22 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	width: 180px;
	background-color: #f3f3f3;
	line-height: inherit;
	margin-top: -5px;
	margin-left: 10px;
}
.container #inqiry .entrysheet tr .b {
	background-color: #f3f3f3;
	color: #6a8eb2;
	border: thin solid #6a8eb2;
}

.container #inqiry .entrysheet {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border-top-color: #6a8eb2;
	border-right-color: #6a8eb2;
	border-bottom-color: #6a8eb2;
	border-left-color: #6a8eb2;
	width: 700px;
	
}
.container #inqiry .entrysheet tr .a {
	background-color: #6a8eb2;
	color: #FFF;
	font-weight: bolder;
}
.container #inqiry {
	margin-left: 133px;
}
.container #inqiry #panel_1 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 53px;
	color: #6a8eb2;
	width: 700px;
}
.container #inqiry #panel_1 p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #6A8EB2;
	width: 700px;

text-decoration: none;
}
.container #inqiry #panel_1 #entryForm ul {
	margin-left: -10px;
}
.container footer {
	background-color: #6a8eb2;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	height: 150px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 1024px;
}
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
	margin-top: -4px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.container footer .footnav {
	font-size: 85%;
	margin-top: 0px;
	padding-top: 10px;
	list-style: none;
	padding-right: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container footer .footnav .fltrt a {
	font-size: 85%;
	color: #FFF;
	margin-right: 10px;
	width: 120px;
	list-style-type: none;
	text-decoration: none;
}
.container footer .footnav .fltrt a:hover {
	font-size: 85%;
	color: #000;
	margin-right: 10px;
	width: 120px;
	list-style-type: none;
	text-decoration: none;
}
.container footer address {
	font-size: 65%;
	color: #FFF;
	width: 370px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	display: block;
	position: relative;
	left: 650px;
	top: 110px;
}
