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

/* ~~ エレメント / タグセレクター ~~ */
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 をネストして使用することもできます。 */
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #B03741;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 1000px;
	max-width: 1000px;/* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	min-width: 1000px;/* レイアウトが狭くなりすぎないように、最小幅を指定することをお勧めします。これにより、サイドカラムで読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
	background-color: #FFF;
	margin: 0 auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #6F7D94;
}

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

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

*/
.content {
	padding: 10px 0;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0;
	margin: auto;
}

/* ~~ フッター ~~ */
.footer {
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 139px;
	width: 1000px;
	padding: 0px;
}

/* ~~ その他の 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;
}.img_header_logo {
	float: left;
}
.container .content h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-style: normal;
	color: #B03741;
	float: none;
	height: 40px;
	width: 442px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 510px;
	background-image: url(images/h1_bg1.gif);
	background-repeat: no-repeat;
	letter-spacing: 2px;
}
#apDiv1 {
	position: absolute;
	left: 150px;
	top: 444px;
	width: 52px;
	height: 37px;
	z-index: 1;
}
#apDiv2 {
	position: absolute;
	left: auto;
	top: 150px;
	width: 1000px;
	height: 530px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	right: auto;
}
#apDiv3 {
	position: absolute;
	left: 238px;
	top: 427px;
	width: 77px;
	height: 53px;
	z-index: 3;
}
#apDiv4 {
	position: absolute;
	left: 367px;
	top: 428px;
	width: 39px;
	height: 67px;
	z-index: 3;
}
#apDiv5 {
	position: absolute;
	left: 456px;
	top: 416px;
	width: 25px;
	height: 45px;
	z-index: 3;
}
#apDiv6 {
	position: absolute;
	left: 226px;
	top: 62px;
	width: 545px;
	height: 300px;
	z-index: 3;
}
.content_left {
	float: left;
	width: 380px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #B03642;
}
.content_left_top {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.container .content .content_left .content_left_top {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D6D6D6;
}
.p_normal {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #70777A;
	text-align: left;
}
.p_red {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B03741;
	line-height: normal;
}
.p_red {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B03741;
}
.content_left_middle {
	width: 340px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.news {
	height: 260px;
	width: 330px;
	border: 1px solid #666;
	left: auto;
	right: auto;
	overflow: scroll;
}
.content_right {
	padding: 0px;
	height: auto;
	width: 618px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: auto;
}
.main_menubd {
	padding: 0px;
	height: auto;
	width: 570px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.main_menu_left {
	background-image: url(images/main_menu1_bg1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100px;
	width: 280px;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main_menu_right {
	background-image: url(images/main_menu1_bg2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	height: 100px;
	width: 280px;
	margin-left: auto;
}
.main_menu_left2 {
	background-image: url(images/main_menu1_bg3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	float: left;
	height: 100px;
	width: 280px;
}
.main_menu_right2 {
	background-image: url(images/main_menu1_bg4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px;
	height: 100px;
	width: 280px;
	margin-right: auto;
	margin-left: 290px;
}
.main_menu_bottom {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #675532;
	margin-top: 55px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 75px;
	position: absolute;
}
.main_menu_top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 75px;
	position: absolute;
}
.main_menubd_bottom {
	background-image: url(images/jizou_board.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 170px;
	width: 570px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.main_menu_top2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 195px;
	color: #333;
	position: absolute;
}
.main_menu_bottom2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 52px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 196px;
	position: absolute;
	color: #70777A;
	width: 340px;
}
.main_menu_link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 146px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 442px;
	position: absolute;
	color: #675532;
}
.content_bottom {
	clear: both;
	height: auto;
	width: 970px;
	border-top-width: 1px;
	border-top-style: dashed;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #B03642;
	text-align: center;
}
.content_info1 {
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.content_info2 {
	height: 265px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 15px;
	float: left;
	position: absolute;
}
.content_info3 {
	height: 265px;
	width: 355px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 630px;
	margin-right: auto;
}
.main_menu_bottom3 {
	width: 3px;
}
.main_menu_bottom3 {
	width: 340px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 97px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 196px;
	color: #B03741;
	position: absolute;
}
.sub_head {
	background-image: url(images/sub_topbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 134px;
	width: 1000px;
}
.pl_bd {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	height: 22px;
	width: auto;
	position: absolute;
}
.sub_titlebd {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	height: 35px;
	width: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 120px;
	color: #AF3841;
	position: absolute;
}
.sub_cont1 {
	height: auto;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: small;
}
.sub_maintitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.sub_mainlstbd {
	background-image: url(images/sub_bg1.gif);
	background-repeat: no-repeat;
	width: 886px;
	height: 431px;
}
.sub_mainlist1 {
	list-style-position: inside;
	list-style-image: url(images/list_img.gif);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #AF3841;
	height: auto;
	width: 746px;
	margin-top: 17px;
	margin-right: auto;
	margin-left: 70px;
}
.sub_mainlist1 li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #AF3841;
	margin-top: 40px;
	margin-left: 30px;
}
.sub_mainlist_text {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-left: 55px;
	width: 690px;
}
.sub_list_textarea {
	height: auto;
	width: 635px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.sub_cont2 {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.kuyoubox1 {
	float: left;
	height: auto;
	width: 280px;
	margin-right: auto;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	font-size: 14px;
}
.sub_text18_green {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #685533;
}
.kuyoutitletext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.kuyoubox2 {
	height: auto;
	width: 590px;
	margin-left: 310px;
	margin-top: 0px;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
.kuyoubox3 {
	height: auto;
	width: 790px;
	margin-left: 110px;
	clear: both;
	text-align: right;
	border: 0px solid #999;
	margin-bottom: 60px;
}
.red_18 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	line-height: normal;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: 7px;
}
.sub_cont3 {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.text_21 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
}
.text_top {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/h1_bg1.gif);
	background-repeat: no-repeat;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 510px;
	height: 40px;
	width: 442px;
}
.photogallery_img {
	text-align: center;
	height: 240px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.font_photogallery {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #C15C11;
}
.photogallery_text {
	text-align: left;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.forntext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.formtext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.formcont {
	background-color: #FFC;
	height: auto;
	width: 630px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
