@charset "UTF-8";
/**
 * reset
 */
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}

#site-box {/*サイト全体のボックス*/
	width : 1042px;
	border: 1px solid #009966;
	margin-right: auto;
	margin-left : auto;
}

#a-box {/*サイトのタイトルボックス*/
	width :1042px;
//	border: 1px solid #009966;
	margin-right: auto;
	margin-left : auto;
//	border-bottom: 1px solid #009966;
}

#b-box {/*メニューボタンのボックス*/
	float: left;
	width: 200px;
}

#c-box {/*コンテンツのボックス*/
	float: right;
	width: 780px;
	padding: 30px;
}

#d-box {/*協会情報のボックス*/
	clear: both;
	background-color: #eeeeee;
	padding: 20px 40px 10px 240px;
}

#e-box {/*CUDBAS関連記事用ボックス１*/
	margin-left: auto;
	margin-right: auto;
	width: 862px;
	padding: 20px;
}

#f-box {/*CUDBAS関連記事用ボックス２*/
	margin-left: auto;
	margin-right: auto;
	width: 652px;
	padding: 20px;
}

#g-box {/*CUDBAS関連記事用ボックス３*/
	margin-left: auto;
	margin-right: auto;
	width: 902px;
	padding: 20px;
}

#h-box {/*CUDBAS関連記事用ボックス４*/
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	padding: 20px;
}

#i-box {/*CUDBAS関連記事用ボックス５*/
	margin-left: auto;
	margin-right: auto;
	width: 642px;
	padding: 20px;
}

#j-box {/*サイトマップのボックス*/
	clear: both;
	background-color: #e5f7ff;
	padding: 40px 20px 40px 20px;
}

/*トップ背景と文字*/
.top {
	background-color:#e0ffe0;
}

.top p {
	margin:10px;
	padding:0;
	text-align: center;
	color: #316745;
	font-weight: bold;
	font-size: 20px;
}

/*トップ画像*/
//.top {
//	position: relative;/*相対配置*/
//}
//.top p {
//	position: absolute;/*絶対配置*/
//	top: 50%;
//	left: 50%;
//	-ms-transform: translate(-50%,-50%);
//	-webkit-transform: translate(-50%,-50%);
//	transform: translate(-50%,-50%);
//	margin:0;
//	padding:0;
//	text-align: center;
//	color: #316745;
//	font-weight: bold;
//	font-size: 2em;
//	font-size: 20px;
//  }
//.top img {
//	max-width: 100%;
//  }

table.shui {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.seminar {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.seminartop {
	font-family:"メイリオ",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #808080;
}

table.project {
	font-family:"MSゴシック",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.calendar {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.list {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.sitemap {
	font-family:"メイリオ",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: none;
}

table.kakomi {
	font-family:"メイリオ",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #1111cc;
}

table.topic {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.backnumber {
	font-family:"Meiryo UI",sans-serif;
	font-size: 14px;
	border-collapse: collapse;
	border: solid 2px #000;
}

table.fukidasi {
	font-family:"MS ゴシック",sans-serif;
	font-size: 16px;
	border-collapse: collapse;
	border: solid 1px #000;
	width: 85%;
	text-align: justify;
}

//tr td:nth-of-type(1) {
//	text-align: center;
//	width: 100px;/*無効化*/
//	background: #ffc;
//}

.shui tr td:nth-of-type(1) {
	text-align: center;
//	width: 100px;/*無効化*/
	background: #ffc;
}

.seminar tr td:nth-of-type(1) {
	text-align: center;
//	width: 100px;/*無効化*/
	background: #ffc;
}

.seminartop tr td:nth-of-type(1) {
//	text-align: center;
//	width: 100px;/*無効化*/
	background: #ffc;
}

.calendar tr td:nth-of-type(1) {
	text-align: center;
//	width: 100px;/*無効化*/
	background: #ffc;
}

.calendar tr td:nth-of-type(2) {
	text-align: center;
//	width: 100px;/*無効化*/
}

.calendar tr td:nth-of-type(3) {
	text-align: center;
//	width: 100px;/*無効化*/
}

.calendar tr td:nth-of-type(4) {
	text-align: center;
//	width: 100px;/*無効化*/
}

.calendar tr td:nth-of-type(5) {
	text-align: center;
//	width: 100px;/*無効化*/
}

.list tr td:nth-of-type(1) {
	text-align: center;
	width: 80px;
	background: #ffc;
}

.backnumber tr td:nth-of-type(1) {
	text-align: center;
//	width: 100px;/*無効化*/
	background: #ffc;
}

.project tr td:nth-of-type(1) {
	text-align: center;
	width: 200px;
	background: #ffc;
}

.project tr td:nth-of-type(2) {
	text-align: left;
	width: 280px;
}

.project tr td:nth-of-type(3) {
	text-align: left;
	width: 240px;
}

.project tr td:nth-of-type(4) {
	text-align: center;
	width: 60px;
}

.seminar th{
	background: #eee;
	border: solid 1px #000;
}

.project th{
	background: #eee;
	border: solid 1px #000;
}

.calendar th{
	background: #eee;
	border: solid 1px #000;
}

.list th{
	background: #eee;
}

.backnumber th{
	background: #eee;
	border: solid 1px #000;
}

.shui td{
	border: solid 1px #000;
}

.seminar td{
	border: solid 1px #000;
}

.project td{
	border: solid 1px #000;
}

.calendar td{
	border: solid 1px #000;
}

.sitemap td{
	border-left-style: dashed;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	padding: 0px 20px 0px 20px;
	vertical-align: top;
}

.topic td{
	text-align: center;
	border: solid 1px #000;
}

table td{
  padding: 10px;/*上下左右10pxずつ*/
}

.square_btn {/*青ボタン*/
	position: relative;
	display: block;
	font-size: 16px;
	padding: 0.3em 0.6em;
	text-decoration: none;
	background: #668ad8;
	border-left: solid 6px #ff7c5c;/*左線*/
	color: #FFF;
	transition: .4s;
}

.square_btn2 {/*グレーボタン*/
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.6em;
	text-decoration: none;
	background: #696969;
	color: #fff;
	transition: .4s;
}

.square_btn:hover {/*青反転*/
	color: #668ad8;
	background: #e1f3ff;
}

.square_btn2:hover {/*グレー反転*/
	color: #2f4f4f;
	background: #dcdcdc;
}

.square {/*リンク無し濃いグレーボタン*/
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.6em;
	text-decoration: none;
	background: #696969;
	color: #fff;
	transition: .4s;
}

.square2 {/*リンク無し青ボタン*/
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.6em;
	text-decoration: none;
	color: #668ad8;
	background: #e1f3ff;
	border-left: solid 6px #ff7c5c;/*左線*/
	transition: .4s;
}

.square3 {/*リンク無し薄いグレーボタン*/
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0.3em 0.6em;
	text-decoration: none;
	color: #2f4f4f;
	background: #dcdcdc;
	transition: .4s;
}

img{
	display:inline-block;
	vertical-align: bottom;
}

h1 {
	color: #000;
//	padding: 0.2em 0;
	padding: 10px 10px 10px 10px;
	font-size:18px ;
	font-weight: normal;/*太字をなくす*/
	border-bottom: solid 2px #668ad8;
}

h2 {
	background: #d2f4fa;
	padding: 0.5em;
	font-size:16px ;
	color: #666;
	border-radius: 0.5em;/*角の丸み*/
}

h3 {
	font-size: 12px;
}

ul {
	margin: 10px 0px 10px 10px;/*上 右 下 左*/
	padding: 0px 10px 0px 10px;
}

li {
	margin: 0px 0px 10px 10px;/*上 右 下 左*/
	padding: 0px 10px 10px 10px;
}

ol {
	margin: 0px 0px 10px 8px;/*上 右 下 左*/
	padding: 0px 0px 0px 0px;
}

ol.list_parentheses {
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 0px;
}

ol.list_parentheses li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.list_parentheses li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

link1 {
	margin-right: .4em;
	position: absolute;
	left: -1.2em;
}

a {
//	text-decoration: none;
	color: #1111cc;
}

a:hover{
	color: 8A2BE2;
}

p {
	margin:0;
	padding:0;
	text-align: center;
	font-size: 16px;
	color: #316745;
	font-weight: bold;
}

p .migi {
	float: right;
	margin-left: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p .hidari {
	float: left;
	margin-right: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

body {
	font-size: 16px;
	font-family:"MS ゴシック",sans-serif;
	color: #4f2f2f;
	text-align: justify;
}

b {
	font-weight:bold;

}