﻿@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	background-color: #FFF;	
	background: url(../images/bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

iframe {
 width: 100%;
 } 

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0f4895;
	text-decoration: underline;

}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 0px 8px #999;			/*同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	padding: 0px 10px;		/*上下、左右の余白*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;
	height: 80px;
	position: relative;
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;
	color: #FFF;
	background-color: #0f4895;
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
/*電話番号画像の設定*/
header address {
	position: absolute;
	top: 45px;			/*ヘッダーブロックに対して上から58pxの位置に配置*/
	right: 5px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*右上ボタンの設定*/

section#button ul {
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 30px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}

/*メニュー１個ごとの設定*/
section#button ul li {
	float: left;
	width: 115px;
}

/*メニューブロックの設定*/


nav#menu ul {
	//position: absolute;
	//left: 0px;
	//bottom: 0px;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	overflow: hidden;
	//letter-spacing: 0.1em;
	//-webkit-transition: 0.5s;
	//transition: 0.5s;
	width: 245px;
	height: 45px;
	text-indent: -9999px;
}

nav#menu ul li a{
	float: left;
	display: block; 
	overflow:hidden;
	//letter-spacing: 0.1em;
	//-webkit-transition: 0.5s;
	//transition: 0.5s;
	width: 245px;
	height: 45px;
	padding-top:0px;
  	background-image: url('../images/navi.gif');
}

.navi01 { background-position: 0 top;}
.current01 { background-position: 0 bottom;}
.navi02 { background-position: 735px top;}
.current02 { background-position: 735px bottom;}
.navi03 { background-position: 490px top;}
.current03 { background-position: 490px bottom;}
.navi04 {  background-position: 245px top;}
.current04 { background-position: 245px bottom;}
.navi01:hover { background-position: 0 bottom;}
.navi02:hover { background-position: 735px bottom;}
.navi03:hover { background-position: 490px bottom;}
.navi04:hover { background-position: 245px bottom;}

/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}

nav {
  background: url(img/nav-bg.png) repeat-x;
}
nav ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
nav ul li {
  float: left;
}
@media only screen and (max-width: 600px) {
  nav {
    background: none;
  }
  nav ul {
    width: 100%;
    border-top: solid 1px #bbb;
  }
  nav li {
    float: none;
    width: 50%;
  }
  nav ul li img {
    display: none;
  }
  nav li a {
    display: block;
    background: #eee;
    border-bottom: solid 1px #bbb;
    padding: 6px;
    text-decoration: none;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav li:nth-child(odd) a {
    border-right: solid 1px #bbb;
  }
  nav li a:before {
    content: attr(data-label);
  }
}

/*トップページのMarquee
---------------------------------------------------------------------------*/
.inlinetext_box {
	width:600px;
	text-align:left;
	height:120px;
	display:block;
	margin:0;
	position:absolute;
	left: 200px;
	top: 100px;
}

.inlinetext_box iframe{
	border:none;
	overflow:hidden;
	display:block;
	width:540px;
	height:40px;
	margin:0px auto;
	position:absolute;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ(右メニューあり）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/

/*mainコンテンツのh3タグの設定*/

/*mainコンテンツのh4タグの設定*/

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*メインコンテンツ(右メニューなし）
---------------------------------------------------------------------------*/
#main2 {
	float: left;	/*左側に回り込み*/
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*main2コンテンツのh2タグの設定*/


/*main2コンテンツのh3タグの設定*/

/*main2コンテンツのh4タグの設定*/

/*main2コンテンツの段落タグ設定*/
#main2 p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}


/* 旧サイトからの継承部分*/

#main2 p.frame {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px #b4d8ff inset;
    -moz-box-shadow: 0 0 20px #b4d8ff inset;
    -webkit-box-shadow: 0 0 15px #b4d8ff inset;
}

section.frame{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px #b4d8ff inset;
    -moz-box-shadow: 0 0 20px #b4d8ff inset;
    -webkit-box-shadow: 0 0 20px #b4d8ff inset;
}

.frame {
    	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px #b4d8ff inset;
	-moz-box-shadow: 0 0 20px #b4d8ff inset;
	-webkit-box-shadow: 0 0 20px #b4d8ff inset;
}

.table_border02{
	border:#333333 1px solid;
	padding:3px;	
	margin:10px auto 10px auto;
	width:600px;
}

.table_border02 table th{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	border-bottom:1px solid #457cb8;
	width:200px;
	background-color:#a2c9f4;
}

.table_border02 table td{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	border-bottom:1px solid #457cb8;
	border-left:1px solid #457cb8;
	width:360px;
	background-color:#ddeeff;
}

.table_border02 table th.noline{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	width:200px;
	background-color:#a2c9f4;
}

.table_border02 table td.noline_bottom{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	border-left:1px solid #457cb8;
	width:360px;
	background-color:#ddeeff;
}

.table_border02 table td a{
	color:#0e4490;
}

.table_border02 table td a:hover{
	color:#FFFFFF;
	background:#042275;
}

.table_border03{
	border:#aaabac 1px solid;
	padding:3px;	
	margin:8px auto;
	width:800px;
}

.table_border03 em{
	font-style:normal;
	color:#FF0000;
}

.table_border03 table th{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	border:1px solid #aaabac;
	width:200px;
	background-color:#d4d5d5;
	color:#333333;
}

.table_border03 table td{
	font-size:12px;
	height:20px;
	line-height:15px;
	padding:8px;
	text-align:left;
	border:1px solid #aaabac;
	border-left:1px solid #aaabac;
	width:580px;
	background-color:#FFFFFF;
}

.linkcolor {
	color: black;
}

.linkcolor a { 
	color: blue;
}

.linkcolor a:link { 
	color: blue;
}

.linkcolor a:hover { 
	background-color: blue;
	color: white;
}

.page_top02{ 
	margin: 10px 10px 15px;
	text-align:right;
	font-size:11px;
	clear:both;
	height:20px;
	padding:10px 0 0 0 ;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 210px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	border: 1px solid #001f91;	/*枠線の幅、線種、色*/
	background-color: #69b1ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0f4895), to(#0029c2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#69b1ff, #002fdc 49%, #0029c1 50%);	/*同上*/
	background-image: linear-gradient(#69b1ff, #002fdc 49%, #0029c1 50%);			/*同上*/
	color: #FFF;	/*文字色*/
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下の順の設定。*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;			/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	text-decoration: none;
	display: block;
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-image:none;
	background-color: #0f4895;	/*背景色*/
	color: #FFF;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	-webkit-box-shadow: 0px 0px 1px #FFF inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*同上*/
}
/*box1内のh2タグ*/
#sub .box1 h2 {
	color:white;
	padding: 2px 0px;
	border-radius: 0px;
	color:#15488e;
	border-color: #CCC;
	background: linear-gradient(#69b1ff, #b4d8FF);
}

#sub .box1 h2:hover {
	padding: 2px 0px;
	border-radius: 0px;
	color:#15488e;
	border-color: blue;
	background: linear-gradient(#69b1ff, #b4d8FF);
}
#sub .box1 a{
	text-decoration: none;
	color:#15488e;
}

#sub .box1 a:link{
	color:#15488e;
}

#sub .box1 a:visited {
	color:#15488e;
}

#sub .box1 a:hover{
	color:#FFF;
}

/*バナー設定
---------------------------------------------------------------------------*/

banner {
	padding: 10px 0px;
	margin: auto;
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;				/*文字色*/
	background-color: #0f4895;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	/*overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	/height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}
#new dd.noline{
	border-bottom: none;	/*下線なし*/
}
/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #f6f1b2;	/*背景色*/
	color: #333;				/*文字色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 220px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #000;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #000;	/*文字色*/
}
/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #0f4895;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 860px;
	margin: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側*/
.ta1 th{
	width:280px;
	padding: 10px;
	text-align: left;
	background-color: #a2c9f4;	/*背景色*/
}

/*テーブル内の右側*/
.ta1 td{
	width:580px;
	padding: 10px;
	background-color:#ddeeff;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #A2C9F4;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#A2C9F4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #A2C9F4);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #A2C9F4);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.ta1 td a{
	color:#0e4490;
}

.ta1 td a:hover{
	color:#FFFFFF;
	background:#042275;
	text-decoration: none;
}

.ta2 {
	width: 800px;
	margin: auto;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側*/
.ta2 th{
	width:20%;
	padding: 10px;
	text-align: left;
	background-color: #a2c9f4;	/*背景色*/
}

/*テーブル内の右側*/
.ta2 td{
	width:30%;
	padding: 10px;
}

/*テーブル（3列パターン）*/

.ta3 {
	width: 800px;
	margin: auto;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}


/*テーブル内の左側*/
.ta3 th{
	width:20%;
	padding: 10px;
	text-align: left;
	background-color: #a2c9f4;	/*背景色*/
}

/*テーブル内の右側*/
.ta3 td{
	width:30%;
	padding: 10px;
}

/*テーブルのキャプション設定*/
.ta3 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.ta4 {
	width: 860px;
	margin: auto;
}
.ta4, .ta4 td, .ta4 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

/*テーブル内の左側*/
.ta4 th{
	width:280px;
	padding: 10px;
	text-align: left;
	background-color: #a2c9f4;	/*背景色*/
}

/*テーブル内の右側*/
.ta4 td{
	width:580px;
	padding: 10px;
	background-color:#ddeeff;
}

/*テーブル１行目に入った見出し部分*/
.ta4 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background-color: #A2C9F4;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#A2C9F4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #A2C9F4);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #A2C9F4);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta4 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.ta4 td a{
	color:#0e4490;
}

.ta4 td a:hover{
	color:#FFFFFF;
	background:#042275;
	text-decoration: none;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #0f4895;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*旧コンテンツからの継承
---------------------------------------------------------------------------*/

.headline01_top{
	margin-top:15px;
	margin-bottom:5px;
	background:url(../images/decoration/headline01_720.gif) no-repeat left top;
	background-size:100%;
	height:39px;
	padding:5px 5px 0px 30px;
	color:#15488e;
	font-size: 100%;
	font-weight:bold;
}

.headline01{
	margin-top:15px;
	margin-bottom:5px;
	background:url(../images/decoration/headline01.gif) no-repeat left top;
	background-size:100%;
	height:39px;
	padding:5px 5px 0px 30px;
	color:#15488e;
	font-size: 100%;
	font-weight:bold;
}

.headline02{
	margin-top:15px;
	margin-bottom:5px;
	padding:5px 5px 0px 25px;
	margin:0 5px 5px 5px;
	background:url(../images/decoration/headline02.gif) no-repeat left top;
	border-bottom:dotted #15488e 1px;
	font-size: 100%;
	font-weight:bold;
	color:#4C4C4C;
}

.headline02_list{
	margin:0px 50px;

}

.headline02_list p{
	margin:5px 0px;
}

.headline03{
	margin:5px;
	background:#15488e;
	color:#FFFFFF;
	padding:3px 3px;
	font-size:100%;
}

.listicon ul{
	margin:0;
	padding:0;
}  


.listicon li {
	margin-left:30px;
	margin-bottom:2px;
	list-style:none;  
	background:url(../images/decoration/listicon01.gif) no-repeat left;
	padding:5px 2px 0 30px;
	text-align:left;
}

.textarea01{
	height:100%;
	padding:10px;
	margin:10px 85px;
	background:#ddeeff;
	clear:both;
}

.textarea01 p{
	margin-bottom:15px;
	text-indent:12px;
}

.textarea01 img{
	padding:80px 30px 15px 10px;
	float:right;
}

.textarea01 a { 
	color: black;
	text-decoration:none;
}

.textarea01 a:link { 
	color: black;
}

.textarea01 a:hover { 
	background-color: blue;
	color: white;
}

.textarea02{
	height:100%;
	padding:10px;
	margin:10px 85px;
	background:#ddeeff;
	clear:both;
}

.textarea02 p{
	margin-bottom:15px;
	text-indent:12px;
}

.textarea02 img{
	padding:80px 30px 15px 10px;
	float:right;
}

textarea02 a { 
	color: red;
	text-decoration:none;
}

.textarea02 a:link { 
	color: red;
	text-decoration:none;
}

.textarea02 a:hover {
	text-decoration:none;
	background-color: blue;
	color: white;
}

.box01 {
	float:left;
    	width:45%;
	height:100%;
	margin:5px 0px 5px 45px;
}

.box02 {
	float:left;
    	width:45%;
	height:100%;
	margin:5px 10px;
}

.box03 {
	float:left;
    	width:45%;
	height:100%;
	margin:5px 0px 5px 45px;
}

.box04 {
	float:left;
    	width:45%;
	height:100%;
	margin:5px 10px;
}

.clear_float{
	clear:both;
}

.greeting_text {
	float:left;
    	width:70%;
	height:100%;
}

.greeting_img {
	float:right;
     	width:auto;
	height:100%;
}

.name_right {
	float:right;
    	width:auto;
	height:100%;
	text-align:right;
}

.map{
	width:550px;
	height:500px;
	clear:both;
	padding:5px 0;
	margin:10px auto;
	text-align:center;
}

.map iframe {
	width: 520px;
	height: 500px;
}

.mapsize {
	width: 550px; 
	height: 500px;
}

.support_text1 {
	float:left;
    	width:84%;
	height:100%;
}

.support_img1 {
	float:right;
     	width:auto;
	height:100%;
}

.support_img2 {
	float:left;
    	width:auto;
	height:100%;
}

.support_text2 {
	float:right;
     	width:83%;
	height:100%;
}

.support_text3 {
	float:left;
    	width:60%;
	height:100%;
}

.support_img3 {
	float:right;
     	width:30%;
	height:100%;
}

.mini_navi {
	text-align:center;
}	

.mini_navi a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.btn{
	width:auto;
	float:right;
	margin:-220px auto 0px auto;
}


.table_score2, .table_score2 td, .table_score2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

.table_score2{
	border:#15488e 1px solid;
	padding:3px;	
	margin:10px auto 0px auto;
	width:800px;
}

.table_score2 table{
	width:790px;
	margin:auto;
	background:#fffbdd;
	border:#15488e 1px solid;
}

.header_color tr{
	background-color: #ddeeff;
}

.table_score2 th{
	font-size:12px;
	font-weight:normal;
	padding:8px;
	vertical-align:middle;
	text-align:left;
	border:1px solid #15488e;

}

.table_score2 td{
	font-size:12px;
	padding:8px;
	text-align:center;
	border:1px solid #15488e;
}

.softball_gallery{
	width:800px;
	margin:auto;
	padding:0px;
	height:100%;
	text-align:center;
}

.softball_gallery img{
	border:#cccccc 1px solid; 
	padding:2px;
	margin:5px;
	background:#FFFFFF;
	width: 180px;
}


.softball_gallery li{
	margin:10px
	padding:10px;
	height:100%;
	float:left;
}

.camera_gallery{
	width:680px;
	height:490px;
	margin:auto;
	padding:0px;
	height:100%;
	text-align:center;
}

.camera_gallery img{
	border:#cccccc 1px solid; 
	padding:2px;
	margin:5px;
	background:#FFFFFF;
}

.golf_score{
	border:#15488e 1px solid;
	padding:3px;	
	margin:10px auto 0px auto;
	width:800px;
}

.golf_score, .golf_score td, .golf_score th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

.golf_score table{
	width:790px;
	margin:auto;
	background:#fffbdd;
	border:#15488e 1px solid;
}

.golf_score th{
	font-size:12px;
	font-weight:normal;
	padding:8px;
	vertical-align:middle;
	text-align:left;
	border:1px solid #15488e;

}

.golf_score td{
	font-size:12px;
	padding:8px;
	text-align:center;
	border:1px solid #15488e;
}

.igo_table1 {
	width:850px;
	margin:15px auto;
	padding:0;

}

.igo_table1, .igo_table1 td, .igo_table1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

.igo_table1 table{
	width:850px;
	margin:auto;
	background:#fffbdd;
	//border:#15488e 1px solid;
}

.igo_table1 th{
	width:80px;
	margin:0;
	padding:5px;
	font-weight:normal;
	text-align:left;
}

.igo_table1 td{
	width:60%;
	margin:auto;
	padding:2px 10px;
	text-align:left;
}

.igo_table2 {
	width:900px;
	margin:15px auto;
	padding:0;

}

.igo_table2, .igo_table2 td, .igo_table2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

.igo_table2 table{
	width:900px;
	margin:auto;
	background:#fffbdd;
	//border:#15488e 1px solid;
}

.igo_table2 th{
	width:120px;
	margin:0;
	padding:5px;
	font-weight:normal;

}

.igo_table2 td{
	width:60%;
	margin:auto;
	padding:2px 10px;
	text-align:center;

}

.igo_table3 {
	width:900px;
	margin:15px auto;
	padding:0;

}

.igo_table3, .igo_table3 td, .igo_table3 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}

.igo_table3 table{
	width:900px;
	margin:auto;
	background:#fffbdd;
	//border:#15488e 1px solid;
}

.igo_table3 th{
	width:120px;
	margin:0;
	padding:5px;
	font-weight:normal;

}

.igo_table3 td{
	width:auto;
	margin:auto;
	padding:2px 10px;
	text-align:center;
	background:#fffbdd;
}

.member_btn{
	display:none;
}


/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #1424f6;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}

.not_pc {
	display: none;
}

@media (min-width:801px) and (max-width:9999px){

nav#menu2 {
	display: none;
}

}


