﻿@charset "utf-8";


/*PC・タブレット・スマホ共通設定
-------------------------------------------------------------------*/

/*全体設定
---------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 30px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background:#fff  url(../images/bg.png);
}
h1,h2,h3,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
	
h4{
	float: right;
	width: 73%;	/*コンテンツ幅*/
	padding-bottom: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
        vertical-align: bottom;
}
input,textarea,select {
	font-size: 14px;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*コンテナー（HPを囲むブロック）
-------------------------------------------------*/
#container {
	background: #fff;
	width: 990px;
	margin: 30px auto 0px;
	border: 1px solid #ccc;
	padding: 30px;
	border-radius: 20px;
	box-shadow: #ccc 0px 0px 10px;
}
/*上部のメインメニュー
---------------------------------------------------*/
/*メニューブロックの設定*/
#mainmenu {
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの場所に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの場所に配置*/
	width: 70%;		/*幅。上のロゴ画像のwidth（16%）とpadding（4%）を合計した数字が100%を超えないように。*/
	border-left: 1px solid #ccc;	/*左側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#mainmenu li,
#mainmenu-s li {
	float: left;
	width: 24.9%;			/*メニュー幅。４個なので25%でいいのですが、古いブラウザで段落ちするので念のため24.9にしました。*/
}
#mainmenu li a,
#mainmenu-s li a {
	text-decoration: none;
	display: block;
	text-align: center;	/*文字をセンタリング*/
	font-weight: bold;		/*太字にする設定。標準がいいならこの行削除。*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
	border-right: 1px solid #ccc;	/*右側の線の幅、線種、色*/
	border-bottom: 3px solid transparent;	/*下線の幅、線種、色。transparentは透明の事。*/
}
/*マウスオン時と、現在表示中(current)メニューの設定*/
#mainmenu li a:hover,
#mainmenu li.current a {
	border-bottom: 3px solid #006400;	/*下線の幅、線種、色*/
}
/*英語表記の設定*/
#mainmenu a span,
#mainmenu-s a span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	font-weight: normal;/*太字を標準に戻す設定。*/
	color: #999;		/*文字色*/
}
/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#mainmenu-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#mainmenu_hdr {
	display: none;
}

/*コンテンツ（内容）
------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 30px;
}
#contents h2 {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 4px solid #CCC;
	border-left: 1px soild #CCC;
	font-size: 100%;
	padding: 5px 20px; 
	background-image: linear-gradient(#fff,#e5e5e5);
}
#contents p {
	padding: 10px 20px 15px;
}
/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に流し込み*/
	width: 720px;	/*コンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	background: #006400 url(../images/mark1.png) no-repeat 10px center;	/*背景色、背景画像の読み込み*/
	padding: 5px 5px 5px 35px;	/*上、右、下、左への余白*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #ebebeb);	/*グラデーション*/
	background: linear-gradient(#FFF, #ebebeb);			/*同上*/
	padding: 4px 15px;		/*上下、左右への余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。標準がいいならこの行削除。*/
}
#main h4{
	padding-right: 30px;		/*右への余白*/
	width: 73%;	/*コンテンツ幅*/
	padding-bottom: 30px;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}
/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 23%;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	padding-bottom: 10px;		/*下への余白*/
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid 	#006400;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub ul.submenu li a:hover {
	background: #006400;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #e4e4e4;	/*背景色*/
	border: solid 1px #d1d1d1;	/*線の線種、幅、色*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
/*メイン画像
-------------------------------------------------*/
aside#mainimg img{
	width:100%;
	height:100%;
	z-index:1;
}
/*テーブル１
--------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #f0f0f0;	/*背景色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}

/*.ta1 {
	width:100%;
}
.ta1, .ta1 th, .ta1 td {
	border: 1px solid #CCC;
}
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #ececed;
}
.ta1 td{
	padding: 10px;
}*/
/*list1ボックス
----------------------------------------------------*/
#contents section.list1 {
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 15px;
	background: linear-gradient(#FFF, #e3e3e3);
	box-shadow: 0px 2px 5px #CCC;
	overflow: hidden;
}
#contents section.list1 h3{
	padding: 2px 0px 2px 10px;
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #000;
	margin-bottom: 20px;
}
#contents section.list1 figure img {
	float: height;
	background: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	width: 98%;
	height: auto;
}
#contents section.list1 p {
	padding: 0xp;
	margin 0%;
}
/*トップページ内「更新情報・お知らせ」ブロック
-------------------------------------------------*/
#new dl{
	margin: 0px 20px 0px;
}
#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd {
	border-bottom: 1px solid #ccc;
	padding-left: 8em;
}
/*ヘッダー
---------------------------------------------------*/
header {
	position: relative;
	margin-bottom: 30px;
	
}
#logo img {
	/*background: #006400;*/
	width: 25%;
	padding: 25px 2% 15px;
	border-radius: 20px
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #006400;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
/*フッター設定
-------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0px auto;
	clear: both;
	text-align: center;
	background: #006400;	/*背景色*/
	color: #fff;			/*文字色*/
	border-radius: 20px
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;			/*文字色*/
}
/*その他
----------------------------------------------------*/
.mb15 {
	margin-bottom: 15px;
}
.text-big {
	font-size: 30px;
}

.sample01 ul li ul{
	display: none;
}
.sample01 ul li:hover ul{
	display: block;
}

/* Submenu */
 
ul li ul{
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 2;
}
ul li ul li{
	display: block;
}
ul li ul li a{
	background-color: #efefef;
	color: #444;
}
ul li ul li a:hover{
	background-color: #ddd;

tr
	{mso-height-source:auto;
	mso-ruby-visibility:none;}
col
	{mso-width-source:auto;
	mso-ruby-visibility:none;}
br
	{mso-data-placement:same-cell;}
ruby
	{ruby-align:left;}
.style0
	{mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:游ゴシック, monospace;
	mso-font-charset:128;
	border:none;
	mso-protection:locked visible;
	mso-style-name:標準;
	mso-style-id:0;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:black;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:游ゴシック, monospace;
	mso-font-charset:128;
	mso-number-format:General;
	text-align:general;
	vertical-align:middle;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl65
	{mso-style-parent:style0;
	text-align:center;}
.xl66
	{mso-style-parent:style0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:1.0pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl67
	{mso-style-parent:style0;
	border-top:1.0pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:1.0pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl68
	{mso-style-parent:style0;
	text-align:center;
	border-top:1.0pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl69
	{mso-style-parent:style0;
	text-align:center;
	border-top:1.0pt solid windowtext;
	border-right:1.0pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl70
	{mso-style-parent:style0;
	font-size:8.0pt;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:1.0pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl71
	{mso-style-parent:style0;
	text-align:center;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl72
	{mso-style-parent:style0;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl73
	{mso-style-parent:style0;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:1.0pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl74
	{mso-style-parent:style0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:1.0pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl75
	{mso-style-parent:style0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:1.0pt solid windowtext;
	border-bottom:1.0pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl76
	{mso-style-parent:style0;
	font-size:8.0pt;
	text-align:center;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl77
	{mso-style-parent:style0;
	font-size:8.0pt;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:1.0pt solid windowtext;
	border-left:1.0pt solid windowtext;
	background:white;
	mso-pattern:black none;}
.xl78
	{mso-style-parent:style0;
	font-size:8.0pt;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:1.0pt solid windowtext;
	border-left:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;}



}