@charset "shift_jis";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #6ba192;
	background-image: url(img/bk02.gif);
	background-repeat: repeat-x;
}

/* ~~ エレメント / タグセレクター ~~ */
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;
}

/* ~~ この固定幅コンテナが他のすべてのエレメントを囲みます。~~ */
.container {
	width: 980px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(img/bk_main.jpg);
	height: 640px;
	background-repeat: no-repeat;
	background-color: #e1e0e0;

}

.container-b {
	width: 980px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(img/bk_main_b.jpg);
	height: 640px;
	background-repeat: no-repeat;
	background-color: #e1e0e0;

}

.container-c {
	width: 980px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(img/bk_main_c.jpg);
	height: 640px;
	background-repeat: no-repeat;
	background-color: #e1e0e0;

}


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

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

*/
.content {
	padding-top: 10px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}
.content .setumei001 {
	padding-top: 80px;
	padding-left: 60px;
	font-size: 20px;
}


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


.setumei001 a#link2010 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-top: 8px;
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2010.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2010:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.setumei001 a#link2011 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2011.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2011:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
.setumei001 a#link2012 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2012.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2012:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.setumei001 a#link2012_2 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2012_2.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2012_2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.setumei001 a#link2013 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2013.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2013:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.setumei001 a#link2014 {
	display: block;
	width: 350px; /* 画像1枚分の横幅 */
	height: 53px; /* 画像1枚分の高さ */
	margin-bottom: 8px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_2014.gif"); /* 画像ファイル名 */
}

.setumei001 a#link2014:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}


.content .vtr {
	margin-top: 10px;
	padding-bottom: 0px;
	position: absolute;
	margin-left: 500px;
}
.container_2010_01 .content #next01 {
	float: right;
	margin-top: 150px;
	margin-right: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

#linkbt {
	margin-top: 400px;
	margin-left: 10px;
	padding-top: 0px;
	position: absolute;
}


a.susumu {
	display: block;
	width: 110px; /* 画像1枚分の横幅 */
	height: 40px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_susumu.gif");
	margin-left: 20px;
	margin-top: 575px;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
}
a.susumu:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.susumu2 {
	display: block;
	margin-left: 20px;
	margin-top: 575px;
	position: absolute;
}


a.modoru {
	display: block;
	width: 110px; /* 画像1枚分の横幅 */
	height: 40px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_modoru.gif");
	margin-left: 780px;
	margin-top: 575px;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
}
a.modoru:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a.toppage {
	display: block;
	width: 110px; /* 画像1枚分の横幅 */
	height: 40px;
	text-indent: -1000px; /* 文字を見えなくする */
	background-image: url("img/bt_toppage.gif");
	margin-left: 20px;
	margin-top: 575px;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: absolute;
}
a.toppage:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

.content #jian {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}
.content #setumon {
	position: absolute;
	margin-top: 40px;
	margin-left: 110px;
}

.content #setumon-2013 {
	position: absolute;
	margin-top: 40px;
	margin-left: 90px;
}

form #Q1 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 120px;
	position: absolute;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}
.content #attention01 {
	font-size: 15px;
	margin-top: 530px;
	margin-left: 180px;
	position: absolute;
	width: 569px;
	line-height: 20px;
}

form #Q2 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 360px;
	position: absolute;
	font-weight: bold;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}
form #Q3 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 610px;
	position: absolute;
	font-weight: bold;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}

form #Q1-2013 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 140px;
	position: absolute;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}


form #Q2-2013 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 370px;
	position: absolute;
	font-weight: bold;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}
form #Q3-2013 {
	font-size: 16px;
	width: 220px;
	margin-top: 445px;
	margin-left: 620px;
	position: absolute;
	font-weight: bold;
	color: #000;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #969;
}


#appare {
	position: absolute;
	margin-top: 20px;
	margin-left: 750px;
}
#tikaratarazu {
	position: absolute;
	margin-top: 20px;
	margin-left: 750px;
}

#kaitou {
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
	border: 1px solid #963;
}
#kaisetu {
	background-color: #FFF;
	filter:alpha(opacity=75);
	opacity:0.75;
	overflow:scroll;
	height: 480px;
	width: 670px;
	margin-top: 20px;
	margin-left: 100px;
	position: absolute;
	font-size: 15px;
	color: #000;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 40px;
	line-height: 25px;
}
#by {
	width: 980px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 3px;
	font-size: 15px;
	color: #000000;
	text-align: right;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
}
