@charset "UTF-8";

body {
	padding: 0;
	color: #42413C;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-image: url(../images/bgimg.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 {
	text-decoration: none;
	color: #993300;
}
a:visited {
	color: #42413C;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #333333;
}

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

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	height: 480px;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header a #Insert_logo  {
	margin-top: 180px;
	margin-left: 36px;
	float: left;
}
.header1 a #Insert_logo ,.header2 a #Insert_logo ,.header3 a #Insert_logo ,.header4 a #Insert_logo ,.header5 a #Insert_logo ,.header6 a #Insert_logo {
	margin-top: 30px;
	margin-left: 30px;
}
.header p  {
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	width: 900px;
	float: right;
	margin: 1px 0px 20px 30px;
}
.header1 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header2 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header3 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header4 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header5 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop5.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
.header6 {
	background-color: #D5C8C2;
	height: 250px;
	background-image: url(../images/sabtop6.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
}



.content h1 {
	font-size: 20px;
	color: #FFF;
	padding-top: 10px;
	height: 50px;
}
.content h2 {
	font-size: 16px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	color: #630;
}
.content h3 {
	width: 600px;
	font-size: 14px;
	clear: both;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-weight: normal;
	color: #900;
}
.content p {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content  table{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9866;
	width: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.content table th {
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #f5ebe0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9866;
	color: #663300;
}
.content table td {
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9866;
}
.about {
	width: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 240px;
}
.about img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.fromcon {
	width: 630px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 50px;
}
.fromcon img {
	margin-right: 12px;
}
.photai {
	width: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 250px;
}
.photai img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.hashiyap {
	width: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 235px;
}
.hashiyap p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hashiyap p strong {
	font-weight: bold;
	color: #600;
	line-height: 2em;
}
.content img {
}
.sabtop {
	margin-bottom: 20px;
	text-align: center;
}
.hashiyap img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left
}
.map {
	height: 270px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* ~~ レイアウトに使用するカラムです。~~ 

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

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/
.sidebar1 {
	float: left;
	width: 240px;
	padding-bottom: 10px;
	margin-right: 12px;
}
.news {
	height: 190px;
	overflow: auto;
	margin: 6px 0px 0px;
	padding: 0px;
}

.news dl {
	margin: 0px;
	padding: 0px;
}
.news dt {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-top: 1px;
	width: 90px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #960;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.5em;
}
.news dd {
	display: block;
	float: left;
	margin-top: 1px;
	width: 320px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #996600;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.news dd a {
	color: #C60;
	text-decoration: none;
}
.news dd a:hover {
	text-decoration: underline;
}
.main {
	width: 455px;
	float: left;
	padding: 0px;
}

.main {
	width: 455px;
	float: left;
	padding: 0px;
}

.content {
	width: 705px;
	float: left;
	padding: 0px;
	border: 1px solid #CC9866;
	background-image: url(../images/mainber.png);
	background-repeat: no-repeat;
}

.inf {
	margin-bottom: 14px;
}
.sidebar2 {
	float: right;
	width: 240px;
	padding: 0px;
}
.sidebar2 img {
	margin-bottom: 14px;
}

.ul.nav {
	padding: 0px;
	width: 960px;
	clear: both;
	margin-bottom: 0px;
	height: 60px;
	margin-top: 10px;
}

header1.ul.nav1 {
	padding: 0px;
	width: 960px;
	clear: both;
	margin-bottom: 0px;
	height: 60px;
	margin-top: 10px;
}
.sidebar1 img {
	margin-bottom: 10px;
}
.nav li , .header1 .nav1 li , .header2 .nav1 li , .header3 .nav1 li , .header4 .nav1 li , .header5 .nav1 li , .header6 .nav1 li  {
	list-style-type: none;
	float: left;
}

.nav01 a{
	background-image: url(../images/tbtn01.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 60px;
	outline: none;
}
.nav01_on a{
	background-image: url(../images/tbtn01_on.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 60px;
	outline: none;
}
.nav02 a {
	background-image: url(../images/tbtn02.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav02_on a {
	background-image: url(../images/tbtn02_on.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav03 a {
	background-image: url(../images/tbtn03.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav03_on a {
	background-image: url(../images/tbtn03_on.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav04 a {
	background-image: url(../images/tbtn04.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav04_on a {
	background-image: url(../images/tbtn04_on.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav05 a {
	background-image: url(../images/tbtn05.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
.nav05_on a {
	background-image: url(../images/tbtn05_on.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	height: 60px;
	width: 225px;
	outline: none;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	display: block;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FFF;
}


/* ~~ フッタースタイル ~~ */
#footer {
	background-color: #E3C096;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-image: url(../images/footerimg.jpg);
	background-repeat: repeat-x;
	height: 148px;
	padding: 0px;
}
.footerwaku {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footopnav {
	float: right;
	margin-top: -18px;
}
.footerwaku p {
	margin-top: 12px;
	float: left;
	line-height: 1.5em;
}
.footerwaku em {
	float: right;
	font-size: 12px;
	clear: both;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ その他の 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;
}
.accnt {
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 0px;
}
.red {
	color: #C00;
}
.pdfwk {
	border: 1px dotted #999;
	width: 190px;
	height: 100px;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	padding: 8px;
}
.pdfwk p {
	font-size: 12px;
	clear: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.jyusyuwaku {
	float: left;
	width: 390px;
	margin: 0px;
	padding: 0px;
}
.jyusyuwaku a img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.subnavi {
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.subnavi ul {
	float: left;
}
.subnavi li {
	background-color: #CC9866;
	color: #FFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.subnavi li a {
	background-color: #CC9866;
	display: block;
	color: #FFF;
	width: 216px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.subnavi li a:hover {
	background-color: #996633;
	display: block;
	color: #FFF;
	width: 216px;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.footopnav a {
	-webkit-transition: all 5s ease-in-out 1s;
	-moz-transition: all 5s ease-in-out 1s;
	-ms-transition: all 5s ease-in-out 1s;
	-o-transition: all 5s ease-in-out 1s;
	transition: all 5s ease-in-out 1s;
}
.footopnav a:checked {
	top: auto;
}

.blog {
	width: 630px;
	margin-top: 0px;
	margin-bottom: 35px;
	margin-left: 50px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #B25917;
	padding-bottom: 20px;
}
.blog img {
	width: 590px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blog h1 {
	color: #B34D15;
	background: url(../images/blog_h1.png) no-repeat;
	float: left;
	height: 80px;
	width: 630px;
	padding-left: 10px;
	padding-top: 0px;
	font-size: 20px;
	font-weight: normal;
}
.blog h1 img {
	height: 18px;
	width: 32px;
	padding: 0px;
	float: left;
	margin: 5px;
}
.blog p {
	padding: 15px;
	margin: 0px;
	color: #333;
	line-height: 1.5em;
}
.blog h1 em {
	color: #FFF;
	float: right;
	margin-right: 40px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 35px;
}
.blog p a {
	color: #930;
}
.blog p a:hover {
	color: #999;
}
