@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #FFFFFF;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 100%;
	background: #FFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEEEEE;
	background-image: url(../images/shikkui02.jpg);
	background-repeat: repeat;
}
.content .content_in {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat;
}
.content2 {
	width: 100%;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
}
.content2 #contents2_in {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 170px;
}
.content2 #contents2_in #header_nav {
}
#contents2_in #header_nav ul {
	margin-left: 200px;
	padding-left: 0px;
	list-style-type: none;
	overflow: hidden;
	padding-top: 120px;
}
#contents2_in #header_nav ul li {
	float: left;
}
#contents2_in #header_nav ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
}
#contents2_in #header_nav ul li a:hover {
	color: #D4BFBE;
}
#contents2_in #tel {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-right: 30px;
}
.content3 {
	width: 100%;
	background-image: url(../images/shikkui02.jpg);
	background-repeat: repeat;
}
.content3 #contents3_in {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/background4.png);
	background-repeat: repeat;
}
#contents3_in #main-copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #241053;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents3_in #topic {
	margin-bottom: 30px;
	border: thin solid #999;
	margin-right: 50px;
	margin-left: 50px;
}
#contents3_in #topic img {
	height: 314px;
	width: 575px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#contents3_in #topic #tex01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: 370px;
	float: right;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 15px;
}
#contents3_in #fb_postion .fb-page {
	height: 750px;
	width: 500px;
	margin-bottom: 30px;
	margin-left: 50px;
	float: left;
}
#contents3_in #attn {
	width: 425px;
	float: right;
	margin-right: 50px;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	background-image: url(../images/tittle04.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
}
#contents3_in #attn2 {
	width: 425px;
	border: 1px solid #999;
	float: right;
	margin-right: 50px;
	padding-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/tittle03.gif);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
}
#contents3_in #attn3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #241056;
	float: right;
	width: 425px;
	margin-right: 80px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-bottom: 30px;
	line-height: 30px;
}
#contents3_in #map {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-image: url(../images/map_eng.png);
	background-repeat: no-repeat;
	display: block;
	height: 700px;
	width: 1100px;
}
#contents3_in #map #map_txt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	width: 550px;
	padding-top: 80px;
	padding-left: 80px;
}
#contents3_in #google_map {
	margin-bottom: 50px;
	margin-left: 100px;
	height: 400px;
	width: 900px;
	border: 1px solid #999;
}
#contents3_in #menu_tittle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #241056;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents3_in #menu1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #240F4F;
	text-align: center;
	padding-bottom: 30px;
}
#contents3_in #menu2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}
#contents3_in #menu3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}
#contents3_in #menu4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}
#contents3_in #denner_attn {
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

/* ~~ フッター ~~ */
.footer {
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../images/background3.jpg);
	background-repeat: repeat;
}
.footer #footer_in {
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat;
}
#footer_in #footer_nav {
	margin-left: 30px;
}
#footer_in #footer_nav ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	list-style-type: none;
	overflow: hidden;
}
#footer_in #footer_nav ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#footer_in #footer_nav ul li a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 120px;
}
#footer_in #footer_nav ul li a:hover {
	color: #D4BFBE;
}
#footer_in #copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
	float: right;
	margin-right: 15px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
