body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h4  {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}
#all {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/css_bg/header_bg02.png);
	background-repeat: repeat;
}
#wrap {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2E2C7;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 800px;
	max-width: 800px;
	min-width: 430px; /* レイアウトが大型モニターで広がりすぎないように、最大幅を指定することをお勧めします。これにより、読みやすい行の長さを保つことができます。IE6 ではこの宣言は無視されます。 */
/* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content_wrap {
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #3FF;
}

*/
.content {
	width: 85%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content {
	position: relative;
	width: 720px;
	padding: 15px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
.content_voice {
	position: relative;
	width: 720px;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	background-color: #FFF2D9;
}
.content_photos {
	position: relative;
	width: 720px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	background-color: #FFF0C1;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content_voice p img {
	margin-right: 15px;
	margin-bottom: 10px;
}

.header {
	position: relative;
	width: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	background-repeat: repeat;
	background-image: url(../images/css_bg/header_bg02.png);
	background-position: center;
}
.footer {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	padding-top: 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/css_bg/header_bg02.png);
	background-repeat: repeat;
}
.footer_honbun {
	position: relative;
	width: 800px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 15px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	padding-bottom: 15px;
}
.header_honbun {
	position: relative;
	width: 800px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: auto;
	padding-top: 2px;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat;
	padding-bottom: 2px;
}
.midashi {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	clear: both;
}




/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ その他の 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;
}
.clearfloat_dankan {
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.85em;
	/* [disabled]margin: 0px; */
	padding: 0px;
}
.red {
	color: #F00;
}
.blue {
	color: #06C;
}
.olive {
	color: #093;
}
.orange {
	color: #C90;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	color: #FFF;
	height: 50px;
	width: 95%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	background-color: #F93;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/css_bg/bg_01.png);
	text-align: center;
	letter-spacing: 0.4em;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	color: #FFF;
	height: 35px;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	position: relative;
	background-color: #CC3300;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
}
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #FFF;
	height: 35px;
	width: 680px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	position: relative;
	background-color: #FF9900;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #99CC00;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-width: 35px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-top: 10px;
	letter-spacing: 0.1em;
	position: relative;
	padding-bottom: 8px;
	margin-left: -10px;
	margin-right: -10px;
}

h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFF;
	background-color: #88B500;
	height: 25px;
	width: auto;
	margin-bottom: 6px;
	padding-left: 6px;
	padding-top: 3px;
	margin-right: 0px;
	border-right-width: 30px;
	border-right-style: solid;
	border-right-color: #090;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}


.nagare_content {
	width: 700px;
	height: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.traf_content {
	width: 690px;
	height: auto;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.annai_content {
	width: 710px;
	height: auto;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 35px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}

.jiko_left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 320px;
	position: relative;
	height: auto;
	float: left;
	margin-right: 15px;
}
.jiko_q {
	background-color: #9F3;
	float: left;
}
#all .container .content .traf_content div img {
	height: 250px;
	position: relative;
}
.content p img {
	margin-right: 15px;
	position: relative;
	margin-bottom: 25px;
}
.container .traf_content p img {
	margin-bottom: 25px;
	position: relative;
	margin-right: 15px;
}
img {
    border-radius: 5px;
}.staff_left {
	float: left;
	width: 200px;
	position: relative;
	text-align: left;
	margin: 0px;
	height: auto;
}
.staff_right {
	float: right;
	width: 490px;
	position: relative;
	height: auto;
}
.container .content .staff_right table tr td{
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
}
.container .content p {
	line-height: 1.85em;
}
.kodawari_left {
	float: left;
	height: auto;
	width: 240px;
	margin-right: 20px;
	position: relative;
}
.brown {
	color: #C30;
}
.container .content_photos img {
	margin-right: 10px;
}
.container .header img {
border-radius: 0px;}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
	height: 15px;
	width: auto;
	text-align: center;
	position: relative;
}
#social_botan_group

 {
	width: 780px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 10px;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #093;
	margin-top: 10px;
}
#social_botan_group_2018 {
	width: 780px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	margin-bottom: 20px;
	height: 1180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#facebook_bottan_space {
	float: left;
	height:500px;
	width: 380px;
	position: relative;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C0EFEF;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 12px;
}
#news_space {
	height: 300px;
	width: 335px;
	position: relative;
	padding-right: 5px;
	line-height: 1.85em;
	color: #900;
	background-color: #FFFFCC;
	text-align: left;
	border: 3px double #CC6;
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 3px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow: scroll;
}
#news {
	height: 280px;
	width: 360px;
	position: relative;
	padding-right: 10px;
	line-height: 1.85em;
	color: #900;
	background-color: #FFFFCC;
	text-align: left;
	border: 3px double #CC6;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: scroll;
}
#news_space_wrap {
	height: 1150px;
	width: 365px;
	position: relative;
	padding-right: 3px;
	line-height: 1.85em;
	color: #900;
	text-align: left;
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 2px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	background-color: #CCC;
}
#news_space img {
	margin-top: 5px;
	margin-bottom: 2px;
}
#news_space p {
	margin-right: 10px;
	margin-left: 10px;
}
.top_menu {
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	clear: both;
	background-color: #900;
	background-image: url(../images/css_bg/menu_bg01.png);
	background-repeat: repeat-y;
}
.top_menu_big {
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	clear: both;
	background-color: #960;
	background-repeat: repeat-x;
	background-image: url(../images/css_bg/menu_bg03.png);
	margin-top: 10px;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
#all .footer a {
	text-align: center;
}
#sns_fbpage_auto {
	width: 390px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 1150px;
	background-color: #CFF;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#sns_facebook_2018 {
	height: 820px;
	width: 390px;
	position: relative;
	padding-left: 0px;
}
#news p img {
	margin-right: 10px;
	position: relative;
}
