@charset "utf-8";
/* CSS Document */

<!--

html {
	overflow-y: scroll;
	scrollbar-base-color: #00FFCC;
	background-color: #00FFCC;
	background-image: url(../img/html_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/* --- linkcolor --- */

html a:link {
	color: #0033CC;
	text-decoration: underline;
}

html a:visited {
	color: #0033CC;
	text-decoration: underline;
}

html a:hover, a:focus {
	color: #99FFFF;
	text-decoration: underline;
}

html a:active {
	color: #FF9999;
	text-decoration: underline;
}

/*----- main -----*/

#flc #headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	background-image: url(../img/hed_bg.jpg);
	background-repeat:repeat-x;
	border-bottom: 2px solid #006666;
	text-align: center;
}

#flc #headerArea img {
	margin: 5px 0;
}

#flc #footerArea {
	position: fixed !important;
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #009999;
	font-size: 11px;
	color: #DDDDDD;
	line-height: 20px;
	padding: 0px;
	border-top: 1px solid #006666;
	text-align: center;
}

#flc #container { 
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../img/page_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 92px 0 21px 0;
	text-align: left;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
}

#flc #container_group { 
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../img/house5.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 92px 0 21px 0;
	text-align: left;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
}

#flc #container_parsonal { 
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../img/house4.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 92px 0 21px 0;
	text-align: left;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
}

#flc #container_sub { 
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(../img/house5.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	padding: 92px 0 21px 0;
	text-align: left;
	border-left: 1px solid #009999;
	border-right: 1px solid #009999;
}

#flc #mainContent {
	width: 860px;
	margin: 0 20px;
	text-align: left;
}

/*
#flc #mainContent p {
	text-indent: 1.1em;
	margin: 0;
	padding: 0;
}
*/

#inner {
	width: 800px;
	margin: 0 30px;
	text-align: left;
}

/*----- 全ページ -----*/

.page_title {
	text-align: left;
	margin: 20px 0 15px 0;
	vertical-align: text-bottom;
}

#popout {
	float: right;
	width: 600px;
	margin-top: -50px;
	font-size: 24px;
	color: #000000;
}

/*----- ↓ ヘッダリンクボタン ボーダー入り -----*/

#top_menu {
	width: 900px;
	padding:0;
	margin:0;
	list-style-type: none;
	text-align: center;
}

#top_menu li {
	width:112.5px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}

#top_menu li a {
	width:auto;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 0px #333, 0 1px 0px #555;
	padding:8px 0; /*-----  ボタン縦 -----*/
	text-decoration:none;
	display:block;
	background:#666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	border-left:1px solid #444;
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset,  -1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li:first-child a {
	border-left:0px;
	border-radius:5px 0 0 5px;
	border-left:0;
	box-shadow:-1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li:last-child a {
	border-radius:0 5px 5px 0;
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0.3) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}

#top_menu li a:hover {
	background:#555;
	background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
	box-shadow: 1px 0px 0px rgba(225, 225, 225, 0) inset,  -1px 0px 0px rgba(225, 225, 225, 0) inset,  0px 1px 1px rgba(0, 0, 0, 0.1) inset,  0px -1px 1px rgba(0, 0, 0, 0.3) inset,  0px 1px 3px #666;
}


/*----- ↑ ヘッダリンクボタン ボーダー入り -----*/

.top_line {
	border: 1px solid #3CF;
}

.mid_line {
		border-top: 1px solid #3CF;
		width: 90%;
		text-align: center;
		
}

	

/*----- ページトップスクロールボタン -----*/

#page-top {
	position: fixed;
	bottom: 41px;
	right: 20px;
}

#page-top a {
	width: 84px;
	height: 91px;
	background-image:url(../img/top_icn01.png);
	background-repeat:no-repeat;
	display: block;
}

#page-top a:hover {
	background-image: url(../img/top_icn02.png);
	background-repeat:no-repeat;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/*----- line img -----*/

.line_img {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}


/*----- 主な活動 -----*/

.act_news li {
	margin-left: 40px;
	list-style-image: url(../img/list_g.png);
}

.act_sub_title {
	margin-bottom: 10px;
	line-height: 21px;
}

.pic_box {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
	vertical-align: middle;
}

.pic_box img{
	padding: 0 50px;
}


ul.pic li {
  display: inline-block;
  vertical-align: middle;
}

/*----- 活動記事 -----*/

.kiji_title {
	height: 82px;
	margin-bottom: 15px;
	vertical-align: middle;
	text-decoration: none;
}

.kiji_title img {
	margin: 0 10px;
	text-align: left;
}

.box {
	text-align:left;
}

#art_sub_title {
	float: right;
	width: 670px;
	margin-top: -60px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#font_bg {
	background-color:#FFFFFF;
}

#art_sub_title img {
	margin-bottom: -10px;
}

/*----- 活動報告 ----*/

#report .inner {
	border-bottom: #3CF 1px solid;
	margin: 10px 30px;
	padding: 10px 0 25px 1.1em;
}

#report .frame {
	float: right;
	margin: 5px;
}

#report .frame img {
	margin: 0 5px;
}

#report .date {
	font-weight:bold;
	margin-left: -1.1em;
	margin-bottom: 0.5em;
} 

#report .date:first-letter {
	color: #3CF;
}

.exp {
	margin-right: 30px;
	text-align: right;
	font-size: 90%;
}

.anchor {
	display: block;
    padding-top: 110px;
    margin-top: -110px;
}


#archive {
	width: 150px;
	float: right;
	margin-top: 100px;
	margin-right: 0px;
}

/*-- div 横並び --*/

.flex{
    display: flex;
	/*
    border: 1px solid #333;
	*/
}

/*
.flex div{
    border: 1px solid #333;
    background: #CCC;
}
*/

.right{
    width: 200px;
}

.left{

    /*コレ追加*/
    width: calc(100% - 200px);
}



/*----- 機関誌 -----*/

#org_title {
	float: right;
	width: 650px;
	margin-top: -50px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

#torimu_title {
	float: right;
	width: 650px;
	margin-top: -50px;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

#torimu_title img {
	margin-bottom: -3px;
}

#torimu_hyou {
	width:860px;
}

#torimu_hyou td {
	width: 172px;
	text-align: center;
	padding-bottom: 20px;
	font-size:14px;
}

/*----- お知らせ -----*/

#inf_sub_title {
	float: right;
	width: 660px;
	margin-top: -62px;
	font-size: 16px;
	color: #000000;
}

#popout {
	width: 40px;
	height: 40px;
	text-align:left;
	/*
	margin-top: 85px;
	*/
	float: right;
}

#confe_sub_title {
	float: right;
	width: 660px;
	margin-top: -50px;
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}

.txt_box {
	padding-left: 2em;
}

.info_item {
	text-indent: 1em;
}



/*----- info -----*/

#info li {
	margin-left: 40px;
	list-style-image: url(../img/list_dg.png);
	line-height: 250%;
	font-size: 16px;
}

#info .line {
	margin-top: -0.6em;
}




/*----- text サイズ -----*/

.txt14b {
	font-size: 14px;
}

.txt14r {
	font-size: 14px;
	color: #FF0000;
}

.txt12 {
	font-size: 12px;
}

.txt_lin {
	text-decoration: line-through;
}

.txt_bol {
	font-weight: bold;
}

/*-- フロートクリヤ --*/

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
}


/*--- 解析用 ---*/

#Layer3 {
	position:absolute;
	left:0px;
	top:-100px;
	width:100px;
	height:20px;
	z-index:3;
	visibility: hidden;
}


-->

.p {text-indent: