@charset "utf-8";

/*
 ------------------------------

 main CSS
 creation date: 08/1/15
 last update: 08/1/29

 ----------------------------- */



/* ブラウザスタイル初期化
 -------------------------------------------- */
*,
* * {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 10px 0;
	scrollbar-arrow-color: #c0a070;
    scrollbar-face-color: #ffffff;
    scrollbar-3dlight-color: #c0a070;
    scrollbar-darkshadow-color: #c0a070;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
	/*background: #fdd3a4 url(../images/back1.jpg) top repeat-y;*/
    background: #ffffff url(../images/bg2.jpg) left top repeat-x;
}

/* フォント*/
body {
	color: #282828;
	font-family: "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 85%;
	font-variant: inherit;
}
html>body {
	font-size: 86%;
}
h1, h2, h6, p {
	margin: 0;
	padding: 0;
	/*font-size: 1em;*/
	line-height: 1.5;
}
h3, h4, h5 {
	margin: 0;
	padding: 0;
	/*font-size: 1em;*/
	line-height: 1.1;
}
ol, ul, dl, dt, dd {
	margin-top: 0;
	margin-bottom: 0;
}
form, input {
	font-family: "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3";
}

img { vertical-align: bottom; }

table {
	border-collapse: collapse;
	border-width:1px;
	botder-color:#cccccc;
}

/* リンク　*/
a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ff0033;
	text-decoration: underline;
}
a img {
	border: 0;
	text-decoration: none;
}

/* コンテナ
 -------------------------------------------- */
#container {
	width:760px;
	margin:0 auto;
	padding:0;
	/*border-right:1px;
	border-color:999999;*/
	}

/* ヘッダ
 -------------------------------------------- */
#HEADER {
	position: relative;
	width: 760px;
	height: 121px;
}
#HEADER h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 93px;
	background: url(../images/siteid.gif) no-repeat;
	text-indent: -9999px;
}
#HEADER .inqttl {
	position: absolute;
	left: 420px;
	top: 0px;
	width: 340px;
	height: 93px;
	background: url(../images/siteid_1.gif) no-repeat;
	text-indent: -9999px;
}
#HEADER .nav {
	position: absolute;
	left: 0px;
	top: 93px;
	list-style: none;
	width: 760px;
	height: 28px;
	margin: 0;
	padding: 0;
}
#HEADER .nav li {
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
}
#HEADER .nav li a {
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#HEADER .nav .nav01 a {
	width: 128px;
	background: url(../images/nav.gif) 0 0 no-repeat;
}
#HEADER .nav .nav01 a:hover {
	background: url(../images/nav.gif) 0 -28px no-repeat;
}
#HEADER .nav .nav02 a {
	width: 126px;
	background: url(../images/nav.gif) -128px 0 no-repeat;
}
#HEADER .nav .nav02 a:hover {
	background: url(../images/nav.gif) -128px -28px no-repeat;
}
#HEADER .nav .nav03 a {
	width: 126px;
	background: url(../images/nav.gif) -254px 0 no-repeat;
}
#HEADER .nav .nav03 a:hover {
	background: url(../images/nav.gif) -254px -28px no-repeat;
}
#HEADER .nav .nav04 a {
	width: 126px;
	background: url(../images/nav.gif) -380px 0 no-repeat;
}
#HEADER .nav .nav04 a:hover {
	background: url(../images/nav.gif) -380px -28px no-repeat;
}
#HEADER .nav .nav05 a {
	width: 126px;
	background: url(../images/nav.gif) -506px 0 no-repeat;
}
#HEADER .nav .nav05 a:hover {
	background: url(../images/nav.gif) -506px -28px no-repeat;
}
#HEADER .nav .nav06 a {
	width: 128px;
	background: url(../images/nav.gif) -632px 0 no-repeat;
}
#HEADER .nav .nav06 a:hover {
	background: url(../images/nav.gif) -632px -28px no-repeat;
}

/* コンテンツ
 -------------------------------------------- */
#contents {
	float: left;
	width: 760px;
	margin: 10px 0 0;
	padding: 0;
	background: url(../images/body.gif) repeat-y;
}

/* メイン
 -------------------------------------------- */
#main {
	float: left;
	width: 563px;
	margin: 0 0 10px 13px;
	padding: 0;
}
#cheader {
	width: 563px;
    margin: 0;
	padding: 0;
}

/* サイドバー
 -------------------------------------------- */
#sidebar {
	float: left;
	width: 184px;
	margin: 0;
	padding-bottom: 10px;
}
/* サービスナビ */
#SNAV {
	list-style: none;
	width: 184px;
	margin: 0;
	padding: 0 0 10px;
	padding-bottom: 10px;
	background: transparent url(../images/snavbtm.gif) left bottom no-repeat;
}
#SNAV dt {
	width: 184px;
	height: 22px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
	background: url(../images/snavhd.gif) no-repeat;
	text-indent: -9999px;
}
#SNAV dd {
	width: 184px;
	height: 45px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}
#SNAV dd a {
	display: block;
	width: 184px;
	height: 45px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#SNAV .snav01 a { background: url(../images/snav01.gif) 0 0 no-repeat; }
#SNAV .snav01 a:hover { background: url(../images/snav01.gif) 0 -45px no-repeat; }
#SNAV .snav02 a { background: url(../images/snav02.gif) 0 0 no-repeat; }
#SNAV .snav02 a:hover { background: url(../images/snav02.gif) 0 -45px no-repeat; }
#SNAV .snav03 a { background: url(../images/snav03.gif) 0 0 no-repeat; }
#SNAV .snav03 a:hover { background: url(../images/snav03.gif) 0 -45px no-repeat; }
#SNAV .snav04 a { background: url(../images/snav04.gif) 0 0 no-repeat; }
#SNAV .snav04 a:hover { background: url(../images/snav04.gif) 0 -45px no-repeat; }
#SNAV .snav05 a { background: url(../images/snav05.gif) 0 0 no-repeat; }
#SNAV .snav05 a:hover { background: url(../images/snav05.gif) 0 -45px no-repeat; }
#SNAV .snav06 a { background: url(../images/snav06.gif) 0 0 no-repeat; }
#SNAV .snav06 a:hover { background: url(../images/snav06.gif) 0 -45px no-repeat; }
#SNAV .snav07 a { background: url(../images/snav07.gif) 0 0 no-repeat; }
#SNAV .snav07 a:hover { background: url(../images/snav07.gif) 0 -45px no-repeat; }
#SNAV .snav08 a { background: url(../images/snav08.gif) 0 0 no-repeat; }
#SNAV .snav08 a:hover { background: url(../images/snav08.gif) 0 -45px no-repeat; }
#SNAV .snav09 a { background: url(../images/snav09.gif) 0 0 no-repeat; }
#SNAV .snav09 a:hover { background: url(../images/snav09.gif) 0 -45px no-repeat; }

/* バナー*/
#BANNER {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}
#BANNER li {
	margin: 0 0 4px;
	padding: 0;
}
/* フッター
 -------------------------------------------- */
#footer {
	clear: both;
	padding-top:3px;
	padding-bottom:5px;
	width: 760px;
	/*height: auto;*/
	background:#8EDAF8;
	color:#000000;
	background: url(../images/copy.gif) top no-repeat;
	text-align: center;
}
#footer .nav {
	margin:0;
	padding-top:0px;
	}
#footer .nav a {
	text-decoration:none;
	}
#footer .nav a:link,
#footer .nav a:visited,
#footer .nav a:active {
	color:#660000;
	}
#footer .nav a:hover {
	border-bottom:1px solid #660000;
	color:#993300;
	}
#bottom {
	clear: both;
	padding:10px 0px 10px 0px;
	width: 760px;
	}
#copy {
	clear: both;
	width: 760px;
	text-indent: -9999px;
}

/* 汎用スタイル
 -------------------------------------------- */
.floatL  { float: left; }
.floatR { float: right; }
.clr { clear: both; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.alignR { text-align: right; }
.col_w352 { width: 352px; }
.col_w318 { width: 318px; }
.col_w333 { width: 333px; }
.col_w520 { width: 520px; }
.col_w150 { width: 150px; }


.totop {
	clear: both;
	margin-top: 10px;
	margin-right: 12px;
	text-align: right;
	/*font-size:small;*/
}
#breadcrumb {
	margin:2px 0px 8px 22px;
	padding:0px;
	color:#8c8c8c;
	font-size:x-small;
	text-align:left;
}

/* セクション
 -------------------------------------------- */
.section {
	clear: both;
}
.section dl, .section p, .section table, .section li {
	line-height: 1.4;
}
.section strong {
	color: red;
}
.section caption {
	text-align: left;
}

/* トップページ */
#topsection {
}
#topsection .news {
	float: left;
	width: 228px;
	padding: 0 0 0 10px;
}
#topsection .news h2 {
	width: 228px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/news.gif) no-repeat;
	text-indent: -9999px;
}
#topsection .news ul {
	overflow:auto;
	width:218px;
	height: 230px;
	padding: 0;
	background: #FFFEEE;
}
#topsection .news li {
	/*height: 18px;*/
	background: url(../images/news_icon.gif) 0 center no-repeat;
	padding: 5px 5px 5px 20px;
	line-height:1.5;
}
#topsection .act {
	float: right;
	width: 310px;
	padding: 0px;
	margin: 0 6px 0 0;
}
#topsection .act h2 {
	width: 310px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/active.gif) no-repeat;
	text-indent: -9999px;
}
#topsection .act dl {
	overflow:auto;
	width:310px;
	height: 230px;
	padding: 0;
	background: #FFFEEE;
}
#topsection .act td {
	/*height: 24px;*/
	/*background: url(../images/news_icon.gif) 0 center no-repeat;*/
	padding: 5px;
	text-indent: 1em;
}

/* 各種お知らせ */
#about  {
    width: 530px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin:5px 0px 5px 20px;
	padding: 0px;
}
#about h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#about h3 {
	color: #cc6600;
	padding: 1px 0px 1px 1px;
}
#about h5 {
	color: #666666;
	padding: 4px 0px 4px 5px;
}
#about p {
	margin-bottom: 10px;
}
#about .ban {
    width: 509px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #ffcc66;
	margin-bottom: 8px;
}
#about table {
	margin-left: 2px;
}
#about th {
	white-space: nowrap;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	/*border-color: #cccc33 #cccccc #999999 #cc9933;*/
	background: #F8E019;
	vertical-align: top;
	color: #666666;
}
#about td {
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	background: #E6E6E6;
	color: #666666;
}
/* センターとは */
#pdf   {
    /*clear: both;*/
	width: 520px;
	border:solid 0px #cccccc;
	font-size:x-small;
}
#pdf p img  {
    float: left;
	text-align:left;
	margin:10px;
	margin-right:10px;
}
#pdf table {
	width: 520px;
	/*margin-left: 2px;*/
}
#pdf td {
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #ccc;*/
	background: #FAF9F9;
	color: #666666;
}

/* センターとは */

#about .ban1 {
    background:#fef2e3;
    padding: 10px;
	margin: 10px;
    border:solid 2px #fc6;
	margin-bottom: 10px;
}
/* 入会案内 */
#nyukai {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 20px;
}
#nyukai h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#nyukai h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#nyukai p {
	text-indent: 1em;
    margin-bottom: 8px;
}
#nyukai .ban {
    background:#fef2e3;
    padding: 10px;
	margin: 10px;
    border:dotted 2px #fc6;
	margin-bottom: 5px;
}
#nyukai .ban1 {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
/*{
    background:#fff;
    padding:0 5px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	}*/

/* センターのしくみ */
#sikumi {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
}
#sikumi h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#sikumi h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#sikumi p {
	text-indent: 1em;
    margin-bottom: 10px;
}
#sikumi .ban {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
#sikumi .ban1{
    background:#fef2e3;
    padding: 10px;
	margin: 10px;
    border:dotted 2px #fc6;
	margin-bottom: 10px;
}
/* 仕事 */
#works {
	width: 515px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
}
#works  h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#works  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#works  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 4px 2px 2px 4px;
}
#works table {
	margin-left: 2px;
}
#works th {
	white-space: nowrap;
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #F2FCCE;
	vertical-align: top;
	color: #666666;
}
#works td {
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #FAF9F9;
	color: #666666;
}
#works  p {
	text-indent: 1em;
    margin-bottom: 5px;
}
#works .ban {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
#works .ban1 {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
/* 独自事業 */
#jigyou {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin:5px 0px 5px 20px;
	padding: 0px;
	background: url(../images/b_jigyou.jpg) no-repeat;
}
#jigyou  h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#jigyou  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#jigyou  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 4px 2px 2px 4px;
}
#jigyou  p {
	text-indent: 1em;
    margin-bottom: 10px;
}
#jigyou  .ban {
    width: 509px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #FDC689;
	margin-bottom: 5px;
}
/* 互助会 */
#gojyokai {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
	/*background: url(../images/b_gojyokai.gif) no-repeat;*/
}
#gojyokai  h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#gojyokai  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#gojyokai  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 4px 2px 2px 4px;
}
#gojyokai  p {
	text-indent: 1em;
    margin-bottom: 10px;
}
#gojyokai .ban {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
#gojyokai .ban1 {
    background:#fef2e3;
    padding: 10px;
	margin: 10px;
    border:dotted 2px #fc6;
	margin-bottom: 10px;
}
/* 機関紙 */
#himuka {
	width:505px;
	height: 350px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
	background: url(../images/b_himuka.gif) no-repeat;
}
#himuka  h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#himuka  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#himuka  p {
	text-indent: 1em;
    margin-bottom: 10px;
}
#himuka .ban {
    width: 270px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}

/* TvEv */
#gaiyo, #enkaku {
	width: 505px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0 24px 0 19px;
}
#gaiyo h2, #enkaku h2 {
	margin-bottom: 10px;
}

#gaiyo table, #enkaku table {
	width: 505px;
}
#gaiyo th, #enkaku th {
	white-space: nowrap;
	width: 10em;
	padding: 5px 5px;
	border-bottom: 1px solid #ffffff;
	background: #74a9d6;
	text-align: left;
	vertical-align: top;
}
#gaiyo td, #enkaku td {
	padding: 5px 5px;
	border-bottom: 1px solid #ffffff;
	background: #e8edf2;
}

/* アクセスマップ */
#access {
	width: 505px;
	padding: 0 10px 10px 20px;
	margin: 0px 10px 10px 0px;
	
}
#access .fig {
	margin-bottom: 10px;
}

/* リンク集 */
#links {
	width:505px;
	height: 350px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
	background: url(../images/b_links.gif) no-repeat;
}
#links  h2 {
	color: #cc6600;
	margin-bottom: 3px;
}
#links  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#links  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 2px 1px 1px 2px;
}
#links  p {
	text-indent: 1em;
    margin-bottom: 1px;
}
#links .ban {
    width: 300px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 3px;
}
/* 社会活動　*/
#syakai {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px 10px 10px 10px;
}
#syakai .ban {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
#syakai h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#syakai h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#syakai table {
	margin-left: 2px;
}
#syakai th {
	white-space: nowrap;
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #F2FCCE;
	vertical-align: top;
	color: #666666;
}
#syakai td {
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #FAF9F9;
	color: #666666;
}
/*#syakai p {
	clear: both;
}*/

/* 情報公開 */
#jyouhou {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
	background: url(../images/b_koukai.gif) no-repeat;
}
#jyouhou  h2 {
	color: #cc6600;
	margin-bottom: 3px;
}
#jyouhou  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#jyouhou  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 4px 2px 2px 4px;
}
#jyouhou  p {
	text-indent: 1em;
    margin-bottom: 3px;
}
#jyouhou .ban {
    width: 300px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 3px;
}

/* 個人情報保護 */
#privacy {
	width: 505px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 24px 0 19px;
}
#privacy  h2 {
	color: #cc6600;
	margin-bottom: 10px;
}
#privacy  h3 {
	color: #cc6600;
	padding: 1px 0px 1px 2px;
}
#privacy  h4 {
	margin: 0px 20px;
	color: #ffcc99;
	padding: 4px 2px 2px 4px;
}
#privacy table {
	margin-left: 2px;
}
#privacy th {
	white-space: nowrap;
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #F2FCCE;
	vertical-align: top;
	color: #666666;
}
#privacy td {
	padding: 4px 2px 2px 4px;
	border: 1px solid #ccc;
	background: #FAF9F9;
	color: #666666;
}
#privacy  p {
	text-indent: 1em;
    margin-bottom: 5px;
}
#privacy .ban {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}
#privacy .ban1 {
    width: 490px;
	background:#FAF9F9;
    padding:1px;
    font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #fc6;
	margin-bottom: 5px;
}

/* お問い合わせ */
#INQFORM {
	width: 505px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
#INQFORM table {
	width: 500px;
}
#INQFORM th {
	width: 100px;
	padding: 2px;
	background: #ffcc99;
	text-align: center;
	font-weight: normal;
}
#INQFORM td {
	padding: 2px;
	background: #eaeaea;
}
#INQFORM .button {
	padding: 2px;
	background: #ffffff;
	border-top: 1px solid #666666;
	text-align: center;
}
#INQFORM p {
	text-indent: 1em;
    margin-bottom: 2px;
}
