@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body { color: #666;	/*全体の文字色*/
	margin: 0 auto; padding: 0;/*文字サイズ・行間・フォント設定*/
	background: #fff;	/*背景色*/
	height: 100%; font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; font-size: 14px; line-height: 1.4em; width: 1264px; }
/*↑HIS Net一行追加*/
	
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;
}
img.center { display: block; margin-right: auto; margin-left: auto; border: none; }
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #57bff0;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 { font-size: 10px;		/*文字サイズ*/
	color: #fff;			/*文字色*/
	background: #1f44b2;	/*背景色*/
	text-align: right;		/*右寄せ*/
	width: 100%;
}
body > h1 a, body > h1 a:hover { color: #fff; text-decoration: none; width: 100%; }

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container { background-color: #fff; min-height: 100%; height: auto !important; height: 100%; position: relative; width: 997px; margin-right: auto; margin-left: auto; }

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ブロックの幅*/
}
/*h1ロゴの設定*/
header h1 { width: 100%; padding: 20px 0 5px 10px;	/*上、右、下、左側へあける余白*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#navigation {
	width:997px;
	height:50px;
}

nav#navigation ul { width:997px; }

nav#navigation ul li { border-left:1px solid rgba(0, 0, 0, 0);
	border-bottom:1px solid rgba(0, 0, 0, 0);
	width:165px; height:50px; float:left; list-style:none; position:relative;edium none;;; }

nav#navigation ul li:first-child { border-left:medium none; }

nav#navigation ul li a { display:block; height:50px; background-color:#fff; text-align:center; line-height:15px; color:#039; text-decoration:none; padding-top: 11px; border-right: 2px solid white; border-bottom: 2px solid #1f44b2; -webkit-transition:background-color 0.1s ease-in, color 0.1s ease-in; -moz-transition:background-color 0.1s ease-in, color 0.1s ease-in; -ms-transition:background-color 0.1s ease-in, color 0.1s ease-in; -o-transition:background-color 0.1s ease-in, color 0.1s ease-in; transition:background-color 0.1s ease-in, color 0.1s ease-in; }

nav#navigation ul li a:hover { background-color:#e9e9e2; color:#0051ff; padding-top: 11px; }

/*英語表記の設定*/
nav#navigation ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準にする設定*/
	color: #999;	/*文字色*/
}

nav#navigation ul li ul {
	width:165px;
	position:absolute;
	top:51px;
	left:0;
	visibility:hidden;
	opacity:0;
	-webkit-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	-moz-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	-ms-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	-o-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index:9999;
}

nav#navigation ul li:hover ul {
	visibility:visible;
	opacity:1;
}

nav#navigation ul li ul li { margin:-5px 0 0; border-left:medium none; float:none; -webkit-transition:margin 0.1s ease-in; -moz-transition:margin 0.1s ease-in; -ms-transition:margin 0.1s ease-in; -o-transition:margin 0.1s ease-in; transition:margin 0.1s ease-in; }

nav#navigation ul li:hover ul li {
	margin-top:0;
}

nav#navigation ul li ul li ul {
	top:0;
	left:167px;
}

nav#navigation ul li ul li ul.dd-left {
	top:0;
	left:-167px;
}

nav#navigation ul li:hover ul li ul {
	visibility:hidden;
	opacity:0;
}

nav#navigation ul li:hover ul li:hover ul {
	visibility:visible;
	opacity:1;
}

nav#navigation ul li:hover ul li ul li {
	margin-left:-10px;
}

nav#navigation ul li:hover ul li ul.dd-left li {
	margin-left:10px;
}

nav#navigation ul li:hover ul li:hover ul li {
	margin-left:0;
}



.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;
}

/*\*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/**/

/*コンテンツ（main,sub,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents { clear: left; width: 100%; margin-top: 40px; }

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 785px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に回り込み*/
	width: 770px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*2カラム時*/
body.c2 #main {
	width: 782px;	/*メインコンテンツ幅*/
}
/*mainコンテンツのh2タグ設定*/
#main h2 { -webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 0px 7px #999;			/*同上*/
	font-size: 115%; color: #4169e1;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	clear: both; margin-bottom: 20px; border-bottom: 4px ridge #4169e1; }
/*mainコンテンツのh3タグ設定*/
#main h3 { font-size: 108%; background-color: #ececec;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ececec));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #ececec);	/*同上*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ececec));	/*線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 3px 10px 3px 7px;	/*上、右、下、左への余白*/
	color: #4169e1; margin-top: 25px; margin-bottom: 10px; border-color: #cfcfcf #cfcfcf #cfcfcf #4169e1; border-style: solid; border-width: 1px 1px 1px 3px;		/*左の線の幅、線種、色*/
}
/*mainコンテンツのh3タグ設定*/
#main h4 { font-size: 104%; padding: 3px 10px 3px 7px;	/*上、右、下、左への余白*/
	color: #4169e1; margin-bottom: 10px; font-weight: bold;		/*左の線の幅、線種、色*/
}

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

.p_left01{ text-align: right; padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

.h2_text {font-size: 85%; color: #4169e1;	/*文字色*/
	padding: 5px 10px;	/*左から、上下、左右への余白*/
	clear: both; margin-bottom: 20px; }


/*mainサイトマップ用*/
#sitemap {
	float: left;
	margin: 0 0 20px 10px;
	padding-left: 6px;
	width: 304px;
	line-height: 1.4em;
}

#main dt { font-size: 105%; font-weight: bold; margin-bottom:5px; margin-left: 20px; border-bottom: thin dotted #999; }

#main dd { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding:0; margin:0 0 0.5em 25px; padding:3px; }

#news { width: 720px;	/*サブコンテンツ幅*/
	margin: 10px auto; border: solid thin #0d4ea2; }
	
#column { line-height: 140%; width: 720px;	/*サブコンテンツ幅*/
	margin: 10px auto; padding: 20px; border: solid thin #bebfc0; }	


/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 200px;
	padding-bottom: 30pxt;
	line-height: 2.5em;
}
/*↑HIS Net一行追加*/

/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 { font-size: 100%; background-color: #fff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f2f2f2, #FFF);	/*同上*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#FFF));			/*同上*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 3px 0 3px 7px;	/*上下、左右への余白*/
	color: #1f44b2; border-color: #cfcfcf #cfcfcf #1f44b2; border-style: solid; border-width: 1px 1px 3px;	/*文字色*/
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	background-color: #eeeeee;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f9f9f9, #eeeeee);	/*同上*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eeeeee));			/*同上*/
	text-align: center;
	border: solid 1px #cfcfcf;	/*枠線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 0px 1px #FFF inset;	/*内側への影。右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #FFF inset;			/*同上*/
	padding: 9px 5px 3px;	/*ボックス内の余白*/
	margin-bottom: 1em;	/*ボックスの下にあけるスペース*/
	line-height: 1.41em;
}
/*↑HIS Net一行追加*/


/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}


/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 1em;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background: #FFF;	/*背景色*/
}
/*マウスオン時の設定*/
#sub ul li a:hover,
#side ul li a:hover {
	background-color: #1f44b2;	/*背景色*/
	color: #fff;	/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #fff;	/*文字色*/
	background: #1f44b2;	/*背景色*/
	bottom: 0;
width:100%;
margin-right: auto; margin-left: auto;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 997px;
	height: 396px;
	position: relative;
	margin-bottom: 25px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article { background-color: #fff; margin-right: 8px; border: solid 1px #98d1dc;	/*枠線の幅、線種、色*/
	border-radius: 2px;		/*角丸のサイズ*/
	margin-bottom: 20px;		/*ボックス間のスペース*/
	margin-left: 8px; -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 { text-decoration: none; display: block; overflow: hidden; padding-left: 45px; -webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.list article a:hover {
	background-color: #FFF;	/*マウスオン時のボックス色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p { margin-right: 10px; padding: 10px; margin-left: 10px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img { float: right;			/*画像を左へ回り込み*/
	background-color: #fff;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	margin-top: 5px; margin-right: 10px; padding: 5px;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 { background: #98d1dc; -webkit-box-shadow: none; box-shadow: none; padding: 5px 0 5px 10px;	/*上、右、下、左側への余白*/
	font-size: 110%; margin-bottom: 0.5em; color: #000;	/*文字色*/
}

/*ボックス内のdlタグ設定*/
#main section.list dl { width: 500px; }


/*ボックス内のdtタグ設定*/
#main section.list dt { font-size: 100%; font-weight: normal; width: 100px; float:left; clear:left; padding-top: 5px; border-bottom-color: white; border-bottom-style: solid; }

/*ボックス内のddタグ設定*/
#main section.list dd { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 400px; margin-left: 120px; padding-top: 5px; }

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{ overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px; padding-left: 10px; }
/*日付設定*/
#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;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.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;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 200px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #57bff0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#75c9f0), to(#57bff0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#75c9f0, #57bff0);	/*同上*/
	background-image: linear-gradient(#75c9f0, #57bff0);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #75c9f0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#57bff0), to(#75c9f0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#57bff0, #75c9f0);	/*同上*/
	background-image: linear-gradient(#57bff0, #75c9f0);			/*同上*/
}

/*resetボタンの設定*/
input[type="reset"],
input[type="button"] {
	width: 200px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #57bff0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#75c9f0), to(#57bff0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#75c9f0, #57bff0);	/*同上*/
	background-image: linear-gradient(#75c9f0, #57bff0);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #75c9f0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#57bff0), to(#75c9f0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#57bff0, #75c9f0);	/*同上*/
	background-image: linear-gradient(#57bff0, #75c9f0);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #fff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #1f44b2;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
	line-height: 2em;
}
.mb08em {
	margin-bottom:0.1em;
	line-height: 1em;
}/
*↑HIS Net一行追加*/


.mb05em {
	margin-bottom: 0.5em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0 25px 0.6em;
	list-style: disc;
}
ul.upper-roman {
	padding: 0em 25px 1em;
	list-style-type: upper-roman; 
}
ul.decimal {
	margin-left: 20px;
	list-style-type: decimal;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 1em;
	padding-left: 25px;
	line-height: 1.6em;
}
/*↑HIS Net一行追加*/


.color1 {
	color: #f61468;
}
.color2 {
	color: #ff0303;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}

.wm {
	width: 85%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center;
}
.release01 { font-size: 80%; }

.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2{ line-height: 160%; width: 95%; margin-top: 30px; margin-bottom: 30px; margin-left: 15px; border-collapse: separate; border-spacing: 0px; border-top: 1px solid #ccc; }
.ta2 th{ width:35%; padding:6px 7% 6px 10px; text-align: right; vertical-align: top; color: #444; border-top: 1px solid #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.ta2 td{ width:65%; padding:6px 4px 6px 10px; background-color: #fafafa; border-bottom: 1px solid #ccc; }


/*テーブル21 HISNet
---------------------------------------------------------------------------*/
.ta21{ line-height: 140%; width: 95%; margin-top: 30px; margin-bottom: 30px; margin-left: 15px; border-collapse: separate; border-spacing: 0px; border-top: 1px solid #ccc; }
.ta21 th{ width:13%; padding:6px 2% 6px 10px; text-align: right; vertical-align: top; color: #444; border-top: 1px solid #fff; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.ta21 td{ width:87%; padding:6px 4px 6px 10px; background-color: #fafafa; border-bottom: 1px solid #ccc; }


/*テーブル3
---------------------------------------------------------------------------*/
.ta3{ width: 98%; margin-top: 30px; margin-bottom: 30px; margin-left: 10px; border-collapse: collapse; }
.ta3 th{ font-weight: normal; width: 18%; padding: 6px; text-align: left; vertical-align: center; height: 50px; border: solid 1px #b9b9b9; }
.ta3 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}



/*テーブル31 HISNet
---------------------------------------------------------------------------*/
.ta31{ width: 98%; margin-top: 30px; margin-bottom: 30px; margin-left: 10px; border-collapse: collapse; }
.ta31 th{ font-weight: normal; width: 13%; padding: 6px; text-align: left; vertical-align: center; height: 50px; border: solid 1px #b9b9b9; }
.ta31 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}


/*テーブル4
---------------------------------------------------------------------------*/
.ta4{ width: 95%; margin-top: 30px; margin-bottom: 30px; margin-left: 15px; border-collapse: separate; border-spacing: 0px; border-top: 1px solid #ccc; }
.ta4 th{ width:40%; padding:4px 4px 4px 10px; text-align: left; vertical-align: top; color: #444; border-top: 1px solid #fff; border-bottom: 1px solid #ccc; }
.ta4 td{ width:60%; padding:4px 4px 4px 10px; background-color: #fafafa; border-bottom: 1px solid #ccc; }


/*テーブル5
---------------------------------------------------------------------------*/
.ta5{ width: 95%; margin-top: 30px; margin-bottom: 30px; margin-left: 20px; border-collapse: collapse; }
.ta5 th{
width: 35%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: solid 1px #b9b9b9;
}
.ta5 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.ta5 caption{
	padding: 10px;
	border-top: 1px solid #ccc;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #caf3fa;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
}


/*テーブル6
---------------------------------------------------------------------------*/
.ta6{ width: 98%; margin-top: 30px; margin-bottom: 30px; margin-left: 10px; border-collapse: collapse; }
.ta6 th{ font-weight: normal; padding: 6px; text-align: center; vertical-align: center; width: 40%; height: 50px; border: solid 1px #b9b9b9; }
.ta6 td{ background-color: #fff; vertical-align: middle; border: solid 1px #b9b9b9; }

/*テーブル7
---------------------------------------------------------------------------*/
.ta7{ width: 98%; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; border-collapse: collapse; }
.ta7 th{ font-weight: normal; padding: 6px; text-align: center; vertical-align: center; width: 20%; border: solid 1px #b9b9b9; }
.ta7 td{ background-color: #fff; vertical-align: middle; border: solid 1px #b9b9b9; }

/*テーブル8
---------------------------------------------------------------------------*/
.ta8{ width: 60%; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; border-collapse: collapse; }
.ta8 th{ font-weight: normal; padding: 6px; text-align: center; vertical-align: center; width: 60%; border: solid 1px #b9b9b9; }
.ta8 td{ background-color: #fff; text-align: center; vertical-align: middle; width: 40%; border: solid 1px #b9b9b9; }

/*テーブル9
---------------------------------------------------------------------------*/
.ta9{ width: 98%; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; border-collapse: collapse; }
.ta9 th{  padding: 6px; background-color: #fff; vertical-align: middle; width: 50%; border: solid 1px #b9b9b9; }
.ta9 td{ padding: 6px; background-color: #fff; vertical-align: middle; width: 50%; border: solid 1px #b9b9b9; }

/*テーブル10
---------------------------------------------------------------------------*/
.ta10{ width: 60%; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; border-collapse: collapse; }
.ta10 th{ font-weight: normal; padding: 6px; text-align: center; vertical-align: center; width: 33%; border: solid 1px #b9b9b9; }
.ta10 td{ background-color: #fff; text-align: center; vertical-align: middle; width: 33%; border: solid 1px #b9b9b9; }


/*テーブル11
---------------------------------------------------------------------------*/
.ta11{ width: 95%; margin-top: 30px; margin-bottom: 30px; margin-left: 20px; border-collapse: collapse; }
.ta11 th{ font-weight: normal; width: 30%; padding: 6px; text-align: left; vertical-align: top; border: solid 1px #b9b9b9; }
.ta11 td{ font-weight: normal; padding: 6px; background-color: #fff; border: solid 1px #b9b9b9; }
.ta11 caption{
	padding: 10px;
	border-top: 1px solid #ccc;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
	text-align: left;
	padding: 6px;
	background-color: #dae2e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
}



/**************************
/* グリッド
**************************/
.gridWrapper{ padding-bottom:20px; overflow: hidden; }

* html .gridWrapper{height:1%;}
	
.grid{ width: 250px; float:left; }

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
color:#fff;
background:#900;
}

.box p.readmore a:hover{background:#e64141;}


/*インフォメーション　インフォメーション表示
---------------------------------------------------------------------------*/
#information h2 {
   padding:3px;
   background:#ddd;
}

#information ul {
   margin:0;
   padding:0;
   list-style:none;
}

#information li {
   padding:15px 0 15px 7em;
   text-indent: -7em;
   border-bottom:1px solid #ddd;
}

#information li span {
   display:inline-block;
   width:7em;
   text-indent:0;
}

#information li a {
   text-decoration:none;
   color:#000;
}

#information li a:hover {
   text-decoration:underline;
   color:#4169e1;

}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg { clear: both; width: 700px;	/*幅*/
	position: relative; margin-right: auto; margin-bottom: 20px; margin-left: auto;	/*画像の下の余白*/
}
#mainimg .slide_file {
	display: none;
}

/*インフォメーション　タイトルエリア
---------------------------------------------------------------------------*/
.topics-title { position: relative; height: 36px; clear: both; margin-bottom: 20px; }

/*インフォメーション　一覧ボタン
---------------------------------------------------------------------------*/
.archive {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  float: right;
  top: 12px;
  right: 50px;
}
