@charset "shift_jis";


body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #9b9b9b;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}
a:hover {
	color: #731d2a;	/*マウスオン時の文字色*/
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;	/*コンテナー幅*/
/*	margin:0px auto;*/
	margin-right: auto;
	margin-left: auto;
}

/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
/*	font-size: 9px;			/*文字サイズ*/
/*	text-align: right;		/*右寄せ*/
/*	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字のままがいいならこの１行削除。*/
/*	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの１行削除。*/
	color: #ffffff;			/*文字色*/
}
h1 a {
	text-decoration: none;
	color: #ffffff;	/*文字色*/
}

/*ヘッダー（ロゴが入っている最上段ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background: url(../2013topimg/header_bg.gif) no-repeat;	/*ヘッダー背景画像の読み込み*/
	margin-bottom: 10px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 30px;	/*ヘッダーブロックに対して上から30pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
/*	padding-left: 2px;*/
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul#menu li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding:0px;
}
ul#menu li.last {
	margin-right: 0px;
}
ul#menu img {
/*	vertical-align: bottom;*/
	border:0px;
}

/*コンテンツ（左右のブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding: 10px 0px;	/*左から、上下、左右への余白*/
}
/*1カラムで使用時のメインブロック設定*/
#c1 #main {
	float: none;
	width: 100%;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 660px;
	line-height: 50px;
	height: 50px;
	background: url(../2013topimg/001.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 20px;
	overflow: hidden;
}
/*1カラムで使用時のh2タグ設定*/
#c1 #main h2 {
	width: 930px;
	background: url(../2013topimg/001.gif) no-repeat;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 20px 1em;	/*左から、上、左右、下への余白*/
}

/*メインコンテンツ内box1設定。worksページにて使用。
---------------------------------------------------------------------------*/
#main .box1 {
	width: 623px;
	background: #FFF url(../2013topimg/bg2.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆下部に配置*/
	padding: 10px;	/*ボックス内余白。ここを変更する場合、上のwidthの値も合わせて変える。*/
	overflow: hidden;
	margin: 0px auto 0.7em;	/*左から、上、左右、下にあけるスペース。autoというのは左右均等にという事。*/
	border-top: 1px solid #a4a4a4;		/*上の線の幅、線種、色*/
	border-right: 1px solid #a4a4a4;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #a4a4a4;	/*下の線の幅、線種、色*/
	border-left: 4px solid #c00500;		/*左の線の幅、線種、色*/
	color: #333;
}
#main .box1 a {
	color: #333;
}
/*1カラムで使用時のbox1設定*/
#c1 #main .box1 {
	width: 893px;
}
/*h3見出しタグ設定*/
#main .box1 h3 {
	margin-left: 210px;
	color: #c00500;
}
/*h3見出しタグにリンク設定した場合の設定*/
#main .box1 h3 a {
	color: #c00500;
}
/*段落タグ設定*/
#main .box1 p {
	padding: 0px;
	margin-left: 210px;
}
/*画像(段落タグ)設定*/
#main .box1 p.img {
	float: left;
	margin-left: 0px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 16px 0px 10px 5px;	/*左から、上、右、下、左への余白*/
}
/*1カラムで使用時のサブブロック設定*/
#c1 #sub {
	display: none;	/*非表示にする設定*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;	/*文字色*/
	background: #2A2A2A url(../2013topimg/002.gif) no-repeat center top;	/*背景色、背景画像の読み込み、リピートしない＆上部に配置*/
	padding: 10px 10px 10px 20px;	/*h3内の余白。左から、上、右、下、左。*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px;	/*左から、上下、左右への余白*/
}

/*サブコンテンツ内box1設定。
---------------------------------------------------------------------------*/
#sub .box1 {
	background: url(../images/bg1.gif);	/*背景画像の読み込み*/
	padding: 5px !important;
	color: #FFF;	/*文字色*/
}

/*サブコンテンツ内box2設定。
---------------------------------------------------------------------------*/
#sub .box2 {
	background: #FFF;	/*背景色*/
	padding: 5px !important;
	border: 1px solid #a4a4a4;	/*枠線の幅、線種、色*/
	color: #333;		/*文字色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニュー全体のブロック設定*/
#sub ul.submenu {
	background: url(../2013topimg/bg1.gif) repeat-x center bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
}
/*サブメニュー１個あたりの設定*/
#sub ul.submenu li a {
	display: block;
	width: 210px;
	text-decoration: none;
	color: #FFFFFF;		/*文字色*/
	padding: 2px 5px 2px 15px;	/*左から、上、右、下、左への余白*/
	background: #202020 url(../2013topimg/arrow1.gif) no-repeat 5px center;	/*背景色、矢印画像の読み込み＆リピートしない＆左から5pxの位置＆上下中央に配置*/
}
#sub ul.submenu li {
	margin-bottom: 5px;	/*メニュー間のスペース*/
}
#sub ul.submenu li.last {
	margin-bottom: 0px;	/*メニュー間のスペース。最後の１個は空けないようにする設定。*/
}
#sub ul.submenu li a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色*/
	background: #731d2a url(../2013topimg/arrow1.gif) no-repeat 6px center;	/*マウスオン時の背景色と矢印画像。画像は位置をちょっとずらす。*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させておきたいならこの１行と下のheightを削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 640px;
	padding-left: 20px;
}
#c1 #main .new {
	width: 910px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #999;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#c1 #main .new dl {
	width: 890px;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#c1 #main .new dd {
	width: 790px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;		/*センタリング*/
	padding-top: 24px;
	clear: both;
	width: 100%;
	background: url(../2013topimg/003.gif) no-repeat;	/*背景画像の読み込み*/
	height: 60px;
	line-height: 1.6em;
	color: #FFF;	/*文字色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 648px;	/*テーブル幅*/
	margin-right: auto;
	margin-left: auto;
	background: #000;	/*テーブル内の色*/
}
/*1カラムで使用時のテーブル１設定*/
#c1 .ta1 {
	width: 918px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 405px;
	padding: 10px;
	vertical-align: top;
}
/*1カラムで使用時のtdタグ設定*/
#c1 .ta1 td{
	width: 675px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;			/*文字色*/
	background: #470200;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #333333;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #c00500;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
img.fl {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
img.fr {
	float: right;
	padding-left: 10px;
	padding-bottom: 1em;
}

/* =-=-=-=-=-= garelly.html =-=-=-=-=-= */
#pgare{
	width:100%;
	max-width:950px;
	margin:0px auto;
}
#pgare h2{
	font-size:240%;
	padding-bottom:30px;
	color:#731d2a;
	position:relative;
	z-index:1;
}
#pgare h3{
	font-size:240%;
	position:absolute;
	width:100%;
	margin:0px auto;
	top:1px;
	left:2px;
	z-index:0;
}
#pgare ul{
	list-style:none;
	width:90%;
	max-width:950px;
	margin:0 auto;
	overflow:hidden;
}
#pgare li{
	display:block;
	float:left;
	width:116px;
	height:48px;
	font-size:150%;
	line-height:2.5em;
	margin:8px;
	padding:0px;
	background-color:#cccccc;
	color:#c60069;
	text-align:center;
}
#pgare li a{
	display:block;
	width:116px;
	height:48px;
}
#pgare li:hover{
	background-color:#ff99cc;
}
#pfooter{
	clear:both;
	text-align:center;
	padding-top:50px;
	font-size:180%;
	font-weight:bold;
}

/* 2017.11.22 */
ul li {
  position:relative;
}
#pgare li.anchor_link {
/*  cursor:pointer;*/
  color:#fff;
/*  text-decoration:underline;*/
}
#pgare li.anchor_link div.dialog_box {
  position:absolute;
  display:none;
  width:150px;
  height:auto;
  padding:10px;
  font-size:14px;
  font-weight:normal;
  text-align:left;
  line-height:1.4em;
  background-color:#fff;
  z-index:9;
  color:#333;
  border-radius:8px;
  margin:8px 0 0 8px;
  box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
#pgare li.anchor_link.active div.dialog_box {
  display:block;
}
.dialog_box:before {
  content:"";
  display:block;
  position:absolute;
  width:20px;
  height:20px;
  transform:rotate(45deg);
  z-index:-1;
  background-color:#fff;
  top:-8px;
  left:25px;
}
.arcText_title {
  color:#309;
  border-bottom:6px solid #309;
  line-height:1em;
  display:inline-block;
  margin:2em auto 1em auto;
}
.arcText_large {
  font-size:2.5em;
  padding-right:0.2em;
}
.arcTable {
  width:90%;
  max-width:1000px;
  margin:0 auto;
}
.arcTable th,
.arcTable td {
  min-height:40px;
  line-heignt:40px;
  font-weight:bold;
  font-size:1.5em;
  color:#009;
  border:1px solid #333;
}
.arcTable th {
  text-align:right;
  padding-right:8px;
  min-width:140px;
}
.arcTable .arcTable_body {
  padding-left:8px;
  min-width:500px;
}
.arcTable .arcTable_place {
  padding-left:8px;
  min-width:180px;
}
.part_footer {
  color:#6f0d1b;
  font-weight:bold;
  font-size:1.5em;
  text-align:left;
}
.bgcolorfff {
  background-color:#fff;
  color:#333;
}
.bgcolorfff a {
  color:#333;
}
.textcolor333 {
  color:#333;
}
.margincenter {
  margin:0 auto;
}
.bgcolor000 {
  background-color:#000;
  color:#fff;
}
.bgcolorffe8ff {
  background-color:#ffe8ff;
  color:#333;
  text-align: left;
  font: 100% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.bgcolorffe8ff a {
  color:#333;
}
.bgcolorffe8ff .part_footer {
  font-size:18px;
}
