body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #68699b;
	#background: #1e90ff;
	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 をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
a {
font-weight:bold;
text-decoration:none;
}

a:link {
font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
font-weight:bold;
color:#c0c0c0;
}

a:visited {
color:#d7cf3a;
}

a:hover {
color:#ffec47;
text-decoration:underline;
}

a:active {
	color:#ff0000;
}
/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 950px;
	background: #ffffff;
	margin: 10px auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

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

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

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

*/

.content {
	padding: 10px 0;
	background: #ffffff;
	height:1740px;
	color: #00F;
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #ffffff;
	widows:900px;
	height:60px;
}

/* ~~ その他の 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;
}
.text_line_c {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight:bold;
	color:#fff;
	text-height:auto;
	background-color:#2f4f4f;
	float: left;
	width: 900px;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	hanging-punctuation: none;
	text-decoration: none;
}
.left_text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight:bold;
	color: #333;
	display: inline;
	background-image: url(http://maki-ken.com/image/800_sen.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.left_text1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	color: #333;
	display: inline;
	background-image: url(http://maki-ken.com/image/800_sen.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 800px;
	height: auto;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#apDiv1 {
	position:absolute;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	top: 31px;
	left: 43px;
}
#apDiv3 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 261px;
	top: 30px;
}
#apDiv4 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 144px;
	top: 30px;
}
#apDiv5 {
	position:absolute;
	width:950px;
	height:1px;
	z-index:3;
	left: -1px;
	top: 161px;
	background-color: #1e90ff;
	color: #1e90ff;
}
#apDiv6 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:1;
	left: 74px;
	top: 5px;
}
#apDiv7 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	text-align: center;
	width:950px;
	height:auto;
	z-index:2;
	left: -1px;
	top: 135px;
}
#apDiv8 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 684px;
	top: 42px;
}
#apDiv9 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	position:absolute;
	font-size:24px;
	width:220px;
	height:auto;
	z-index:2;
	left: 688px;
	top: 92px;
}
#apDiv10 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000000;
	width:auto;
	height:auto;
	z-index:2;
	left: 626px;
	top: 162px;
}
#apDiv11 {
	position:absolute;
	z-index:2;
}
#apDiv12 {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #006400;
	text-align: left;
	font-weight:bold;
	line-height: 25px;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width: 900px;
	height: 240px;
	position: absolute;
	left: 26px;
	top: 390px;
	z-index:1;
	vertical-align: middle;
}
#apDiv13 {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #006400;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width: 900px;
	height:820px;
	position: absolute;
	font-weight:bold;
	z-index:3;
	left: 26px;
	top: 893px;
	z-index:1;
	vertical-align: middle;
}
#apDiv14 {
	position:absolute;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width:900px;
	height:267px;
	z-index:3;
	left: 23px;
	top: 22px;
	background-color: #99CCFF;
	text-align: center;
}
#apDiv15 {
	position:absolute;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width:430px;
	height:225px;
	z-index:3;
	left: 26px;
	top: 648px;
	background-color: #99CCFF;
}
#apDiv16 {
	position:absolute;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #000;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width:430px;
	height:225px;
	z-index:3;
	left: 497px;
	top: 650px;
	background-color: #99CCFF;
}
#apDiv17 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:3;
	left: 343px;
	top: 306px;
}
#apDiv18 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:3;
	z-index:3;
	left: 24px;
	top: 306px;
}
#apDiv19 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:3;
	z-index:3;
	left: 665px;
	top: 306px;
}
#apDiv20 {
	position:absolute;
	width:280px;
	height:30px;
	z-index:3;
	left: 689px;
	top: -103px;
	font-weight: bold;
	font-size:19px;
}
#apDiv21 {
	position:absolute;
	z-index:3;
}
#apDiv22 {
	position:absolute;
	width:950px;
	height:auto;
	text-align: center;
	z-index:1;
	left: 0px;
	top: 36px;
}
#apDiv23 {
	position:absolute;
	width:950px;
	height:auto;
	z-index:4;
	left: 0px;
	top: -1px;
}
#apDiv24 {
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #006400;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 14px;
	padding-top: 0px;
	width: 0px;
	height:0px;
	position: absolute;
	z-index:3;
	left: 23px;
	top: 301px;
	z-index:1;
	vertical-align: middle;
}
#apDiv25 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:500px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 923px;
}
#apDiv26 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
		color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:400px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 953px;
}
#apDiv27 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
		color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:400px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 981px;
}
#apDiv28 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
		color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:400px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 1010px;
}
#apDiv29 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
		color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:400px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 1039px;
}
#apDiv30 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
		color:#000;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:400px;
	height:auto;
	z-index:4;
	left: 183px;
	top: 1067px;
}
#apDiv31 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:bold;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:800px;
	height:auto;
	z-index:4;
	left: 39px;
	top: 1104px;
}
#apDiv32 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:bold;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	textmargin: 0px;
	padding-top: 0px;
	width:800px;
	height:auto;
	z-index:4;
	left: 40px;
	top: 1129px;
}
#apDiv33 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	text-align: center;
	font-weight:bold;
	color: #000000;
	display: inline;
	width:307px;
	height:35px;
	z-index:4;
	left: 641px;
	top: 1719px;
}
#apDiv34 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	text-align: center;
	font-weight:bold;	
	color: #ffffff;
	display: inline;
	width:200px;
	height:auto;
	z-index:4;
	left: 52px;
	top: 322px;
}
#apDiv35 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	text-align: center;
	font-weight:bold;
	color: #ffffff;
	display: inline;
	width:200px;
	height:auto;
	z-index:4;
	left: 695px;
	top: 321px;
}
#apDiv36 {
	position:absolute;
	width:300px;
	height:auto;
	z-index:4;
	left: 356px;
	top: 144px;
}
#apDiv37 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:4;
	left: 754px;
	top: 1055px;
}
#apDiv38 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:4;
	left: 755px;
	top: 1241px;
}
#apDiv39 {
	position:absolute;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	font-weight:bold;
	color: #000;
	width:300px;
	height:auto;
	z-index:4;
	left: 22px;
	top: -9px;
}
