@charset "UTF-8";

/**************************************/
/* 外部CSSの読み込み                  */
/**************************************/
@import "./css/common_header_navi.css";
@import "./css/common_header.css";

/**************************************/
/* 全体                               */
/**************************************/

* { margin:0; padding:0; }

html { text-align: center; }

body {
	position: relative;
	width: 1024px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	top: 0px;
	/* background-image: url(../images-j/common/background.gif); */
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
	font-size: 13px;
	line-height: 22px;
}

/**************************************/
/* 団体カラー		              */
/**************************************/
.color_jfir {
	color: #bd006d;
}
.color_ceac {
	color: #008B69;
}
.color_gfj {
	color: #0067b0;
}

/**************************************/
/* ベーシックタグ                     */
/**************************************/
a {
margin: 0;
padding: 0;
outline: 0 none;
overflow: hidden;
text-decoration: none;
}
a:link {
color: #006666;
text-decoration: none;
}
a:hover {
color: #900;
text-decoration: none;
}
a:visited {
color: #006666;
text-decoration: none;
}
a img {
border-width: 0;
outline: 0; 
}

ul, li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	outline: 0;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	font-family: meiryo,"メイリオ",'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro","ms pgothic",sans-serif;
}

hr, table, from, fieldset, del { position: margin: 0; padding: 0; outline: 0; font-style: normal; font-weight: normal; }

h1 {
	font-size: 18px;
	height: 23px;
	margin-bottom: 20px;
	color: #FFF;
	text-align: left;
/*	background-color: #006666; */
/*	width: 250px;		*/
/*	padding-top: 2px;	*/
/*	padding-left: 5px;	*/
}

h1 span {
	background-color: #006666;
	padding: 5px 50px 5px 50px;
	font-weight: lighter;
}

h2 {
	font-size: 18px;
	height: 22px;
	margin-bottom: 30px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #006666;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h5 {
	font-size: 16px;
	height: 38px;
}
h6 {
	font-size: 13px;
	height: 38px;
}

/* tableはCSSサンプル。必ず個別に作成する */
table {
	width : auto;
	border-collapse : collapse ;
	border-width : 0px 0px 0px 0px ;
	border-style : solid ;
}

table td.data1 {
	width : auto;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color : #999999;
}

table tr th a{
	font-weight: normal;
}

/**************************************/
/* ベーシッククラス                   */
/**************************************/

.bold{
	font-weight: bolder;
}


/**************************************/
/* 汎用class                          */
/**************************************/
/*----------------------------------------------*/
/* アンダーライン				*/
/* class="underline">				*/
/*----------------------------------------------*/
.underline {
text-decoration:underline;
}
/*----------------------------------------------*/
/* アンダーラインリンク				*/
/* 						*/
/*----------------------------------------------*/
a .underline {
text-decoration:underline;
}
a:link.underline {
text-decoration:underline;
}
a:hove.underline {
text-decoration:underline;
}
a:visited.underline {
text-decoration:underline;
}
/*----------------------------------------------*/
/* 「...more」リンク				*/
/* class="more　　				*/
/*----------------------------------------------*/
.more {
color: #006666;
}
.more a {
color: #006666;
text-decoration: none;
}

.more a:link {
color: #006666;
text-decoration: none;
}

.more a:visited {
color: #006666;
text-decoration: none;
}

.more a:hover {
color: #FF0000;
text-decoration: underline;
}
/*----------------------------------------------*/
/* 「こちらへ」リンク				*/
/* class="kochira"　　　　			*/
/*----------------------------------------------*/
.kochira a {
color: #000000;
height: 17px;
border-bottom-style: solid;
border-bottom-color: #006666;
border-bottom-width: 1px;
text-decoration: none;
}

kochira a:link {
color: #000000;
height: 17px;
border-bottom-style: solid;
border-bottom-color: #006666;
border-bottom-width: 1px;
text-decoration: none;
}

.kochira a:visited {
color: #000000;
height: 17px;
border-bottom-style: solid;
border-bottom-color: #006666;
border-bottom-width: 1px;
text-decoration: none;
}

.kochira a:hover {
color: #006666;
height: 17px;
border-bottom-style: solid;
border-bottom-color: #006666;
border-bottom-width: 1px;
text-decoration: none;
}

/*----------------------------------------------*/
/* マージン（インデント）			*/
/* 			　　　			*/
/*----------------------------------------------*/
p.i10 {		/* p インデント */
	margin-left: 10px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}
p.i20 {		/* p インデント */
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}
p.i30 {		/* p インデント */
	margin-left: 30px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}
p.i40 {		/* p インデント */
	margin-left: 40px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}
p.i50 {		/* p インデント */
	margin-left: 50px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}
p.i60 {		/* p インデント */
	margin-left: 60px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 50px;
}


/*----------------------------------------------*/
/* ナビゲーションバーなしデザイン			*/
/* 			　　　			*/
/*----------------------------------------------*/
header#header2 {
padding-bottom: 20px; /* ヘッダのアンダースペース調整値 */
}

/****************************************/
/*    1st option(会議資料ボタン等)　	*/
/****************************************/
.firstoption a{
	display:block;
	float:left;
	width:70px; 
	height:21px; 
	margin-right: 5px;
	text-align:center;
	background-color: #5aac3d; 
	color: #FFF; 
	padding-left:2px; 
	padding-right:2px; 
	border-radius: 3px;
	text-decoration:none;
}
.firstoption a:hover{
	background-color: #43af3d;
}

/****************************************/
/* 　　　　　  2nd option　	　　		*/
/****************************************/

.secondoption a{
	display:block;
	float:left;
	width:70px; 
	height:21px; 
	margin-right: 5px;
	text-align:center;
	background-color:#3db351;
	color: #FFF; 
	padding-left:2px; 
	padding-right:2px; 
	border-radius: 3px;
	text-decoration:none;
}
.secondoption a:hover{
	background-color:#3db66c;
}

/****************************************/
/* 　　　　　  3rd option　	　　		*/
/****************************************/

.thirdoption a{
	display:block;
	float:left;
	width:70px; 
	height:21px; 
	margin-right: 5px;
	text-align:center;
	background-color:#3dba88;
	color: #FFF; 
	padding-left:2px; 
	padding-right:2px; 
	border-radius: 3px;
	text-decoration:none;
}
.thirdoption a:visited{
	color: #FFF;
}
.thirdoption a:hover{
	background-color:#3dbea5;
}