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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10.5pt;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
a { text-decoration: none; 
} 

body {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.4;
	font-size:0.9em;
	margin: 0 auto;
}
div#wrapper {
	margin: 0 auto;
	width: 800px;
}


/* 文字のリンク色設定 */
body a:link { color: #000066; }
body a:visited { color: #000066; }
body a:active {
	color: #000066;
}


ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p.migi
{	text-align: right;
}
p.naka
{	text-align: center;
}
p.hidari {
	text-align: left
}
p.naka12 {
	text-align: center;
	padding-top: 10px;
	font-size: 12pt;
	font-weight: 400;
}
p.naka14 {
	text-align: center;
	padding-top: 10px;
	font-size: 14pt;
	font-weight: 600;
}
p.naka16 {
	text-align: center;
	padding-top: 10px;
	font-size: 16pt;
	font-weight: 600;
}

p.l1 {
	padding-left: 1em;
}
p.l2 {
	padding-left: 2em;
}
p.l3 {
	padding-left: 3em;
}
p.l4 {
	padding-left: 4em;
}
p.jisage1 {  /* 左端０、字下げ１ */
	text-indent: -1em;
	padding-left: 1em;
}
p.jisage1-l3 {　　/* 左端２、字下げ１ */
	text-indent: -1em;
	padding-left: 3em;
}
p.jisage2 {　　/* 左端０、字下げ２ */
	text-indent: -2em;
	padding-left: 2em;
}
p.jisage1-l2 {　　/* 左端１、字下げ１ */
	text-indent: -1em;
	padding-left: 2em;
}


p.midori {
	 background-color:#cccc99;
	 border:solid 3px #cccc99;
	 width:auto;
	 height:auto;
	 padding:5px;
	 margin:0px;
}
p.renga {
	 background-color:#b22222;
	 width:auto;
	 height:auto;
	 padding:10px 0px 6px 0px;
	 margin:0px;
}
span.aka {
	color: #FF0000;
}
span.ao {
	color: #00F;
}

.aka {
	color: #FF0000;
}
.ao {
	color: #00F;
}
.bold {
	font-weight: 600;
	font-size: 12pt;
}
.osirase-jisage2 {
	margin: 0px;
	text-indent: -2em;
	padding-left: 2em;
}
.osirase-jisage1 {
	margin: 0px;
	text-indent: -1em;
	padding-left: 1em;
}

p.setumei {
	color: #003333;
	font-size: 11pt;
	line-height: 150%;
	border: dotted 2px #009999;
	background-color: #f0fff0;
	width: auto;
	margin: 5px 0px;
	padding: 10px;
}
p.shomei {
	font-style: italic;
	text-align: right;
}

/* 賛助会員申し込みボタン */

p.sanjo-moshikomi a {
	float:left;
    width: 108px;
    height: 25px;
    background:url(../images/sanjokaiin-moshikomi.gif) no-repeat;
    display: block;
	margin:3px;
	color: #600;
	font-size:13pt;
	font-weight: 600;
	text-indent: 10px;
}
p.sanjo-moshikomi a:hover {
    background-position: 0 -25px;
}


hr.honbun {
	border-top: #F93 dotted 3px;
	border-bottom: none;
	padding: 0px;
	margin: 0px 10px;
	color: #ffffff;
	height: 3px;
}
hr.honbun20 {
	border-top: #F93 dotted 3px;
	border-bottom: none;
	padding: 0px;
	margin: 0px 20px;
	color: #ffffff;
	height: 3px;
}

/* 関連団体の研修会目次 */
.kyosai {
	background-color: #ffffff;
	background-image: url(../images/kyosai.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: auto;
	padding: 5px 40px 5px 40px;
	text-indent: -2em;
	border-bottom: 1px dotted #808000;
}
p.koen {
	background-color: #ffffff;
	background-image: url(../images/koen.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: auto;
	padding: 5px 40px 5px 40px;
	text-indent: -2em;
	border-bottom: 1px dotted #808000;
}
p.kyosan {
	background-color: #ffffff;
	background-image: url(../images/kyosan.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: auto;
	padding: 5px 40px 5px 40px;
	text-indent: -2em;
	border-bottom: 1px dotted #808000;
}


/* 表-一般 */

#midori_t table {
	margin-left: 12px;
	table-layout: fixed;
	border:solid 1px #009999;
	margin-bottom: 20px;
}
#midori_t th {
	background-color: #009999;
	color: #ffffff;
	border: solid 1px #ffffff;
	padding-top: 5px;
	text-align: center
}
#midori_t td {
	border: solid 1px #009999;
	text-align: right;
	padding: 5px 5px 0px 0px;
}

td.mizu {
	background-color: #f0ffff;


	border-top: solid
# 2px;
	border-top: solid #cccccc 2px;
	padding: 5px;
}
tr.kugiri {
	border-top: dotted 1px #999999;
}



/* リスト */
#honbun ul.pdf a{
	background-image: url(../images/pdf_b.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 40px;
}
#honbun ul.link a {
	background-image: url(../images/b_sikaku.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

/* New! */
.new {
	color: #F00;
	font-size: 12px;
	font-weight: 600;
}
.b {
	font-weight: 600;
}

/* 申込書ダウンロード右寄せ */
.moshikomi_b {
	width: 150px;
	height: 20px;

}


#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
}

/* トップページヘッダー(トップページ専用） */

#header-top {
	width: auto;
	height: 250px;
	margin: 0;
	background-image: url(../images/header_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

#header-top address{
	float: left;
	font-style:normal;
	font-size: 10.5pt;
	color: #666;
	text-decoration: none;
	line-height: 1.2em;
	padding-left: 30px;
}
#header-top h1 {
	color: #ffffff;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
#header-namazu {
	background-color:#ffffff;
	font-size:9pt;
	color:#666666;
	width:360px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#header-right {
	padding-left:440px;
	margin:0px 5px;
}
#header-right_counter {
	padding-left:250px;
}

/* 入会案内ボタン（新） */

#nyukai_annai {
	float: left;
	margin: 0px;
}

#nyukai_annai a.nyukai_b {
	background-image:url(../images/nyukai_b.gif);
	display: block;
	width: 150px;
	height: 75px;
	margin: 0px;
	background-position: top right;
	text-indent: -5000px;
}	
#nyukai_annai a.nyukai_b:hover {
	background-position: bottom left;
}
#nyukai_annai a.nyukai_b2 {
	background-image:url(../images/nyukai_b.gif);
	display: block;
	width: 150px;
	height: 75px;
	margin: 0px;
	background-position: bottom left;
	text-indent: -5000px;
	margin-left: 19px;

}

/* 会員ページボタン（新） */

#kaiinpage {
	float: left;
	margin-left: 10px;
}

#kaiinpage a.kaiinpage_b {
	background-image:url(../images/kaiinpage.gif);
	display: block;
	width: 150px;
	height: 75px;
	margin: 0px;
	background-position: top right;
	text-indent: -5000px;
}	
#kaiinpage a.kaiinpage_b:hover {
	background-position: bottom left;
}
#kaiinpage a.kaiinpage_b2 {
	background-image:url(../images/kaiinpage.gif);
	display: block;
	width: 150px;
	height: 75px;
	margin: 0px;
	background-position: bottom left;
	text-indent: -5000px;
	margin-left: 19px;
}





/* ヘッダー(トップページ以外） */
#header {
	width: 800px;
	height: 100px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#header img { vertical-align: text-top;
}
#header h1 {
	color: #ffffff;
	font-size: 1px;
	text-align: right;
}




/* トップメニューバー */

#top-menu {
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0;
}
#top-menu img { vertical-align: text-bottom; }
#top-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#top-menu li {
	font-size: 10pt;
	line-height: 1.2em;
	float: left;
	margin: 0px; 
	padding: 0px;
}
#top-menu a.menu_home {
	background-image: url(../images/home.gif);
	display: block;
	width: 140px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_home:hover {
	background-position: top right;
}
#top-menu a.menu_osusume {
	background-image: url(../images/osusume.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_osusume:hover {
	background-position: top right;
}
#top-menu a.menu_katudou {
	background-image: url(../images/katudou.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_katudou:hover {
	background-position: top right;
}
#top-menu a.menu_seminar {
	background-image: url(../images/seminar.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_seminar:hover {
	background-position: top right;
}
#top-menu a.menu_care {
	background-image: url(../images/care.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_care:hover {
	background-position: top right;
}
#top-menu a.menu_shikaku {
	background-image: url(../images/shikaku.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_shikaku:hover {
	background-position: top right;
}
#top-menu a.menu_sisetu-kigyo {
	background-image: url(../images/sisetu-kigyo.gif);
	display: block;
	width: 110px;
	height: 85px;
	text-indent: -5000px;
}
#top-menu a.menu_sisetu-kigyo:hover {
	background-position: top right;
}

/* パンくずリスト */
#navigation_list {
	background-color: #ffcc66;
	color: #666;
	font-size: 10.5pt;
	width: auto;
	height: 20px;
	text-align: left;
	clear: both;
	margin: 0px;
	padding-left: 8px;
}

/* 本文枠 */

#page_body {
	background-color: #ffffcc;
	border: #ffcc66 solid 1px;
	width: auto;
	height: auto;
	padding: 5px 0px;
}
#content_right {
	background-color: #ffffcc;
	width: 628px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px 5px;
}
#honbun { /* 本文基本 */
	background-color: #ffffff;
	border: #ffcc66 solid 1px;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}
#honbun.ffc { /* 背景色黄色 */
	background-color:#FFC;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}
#honbun.katudou {
	background-color: #ffffff;
	border: #ffcc66 solid 1px;
	width: 308px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding-bottom: 10px;
	overflow: auto;
}
#honbun.katudou p {
	margin-left:15px;
	padding-bottom:10px;
}
#honbun.mokuji {
	background-color: #ffffff;
	border: #ffcc66 solid 1px;
	width: 308px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: auto;
}
#honbun.kiyaku h3 {
	margin:30px 0px 0px 220px;
}
#honbun.kiyaku p {
	padding-left:1em;
	text-indent:-1em;
	margin:10px 0px 0px 20px
}

#honbun p.osirase {
	margin: 0px;
	padding: 3px;
	height: 20px;
	background-color: #FFF;
	color: #009;
	border: 3px solid #F93;
}
#honbun iframe.top_osirase {
	padding: 5px;
	width: 615px;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}




/* 最新ニュース スクロール枠 */
div#news {
	width: 600px;
	height: 120px;
	overflow: auto;
	margin: 10px;
	padding: 3px;
	font-weight: 400;
	text-align: left;
	background-color: #ffffff;
	border: outset 1px #e4e4e6;
}
div#news a {
	color: #036;
}
div#news a:hover {
	color: #ff6600;
}
div#news th {
	color: #069;
	width: 80px;
	font-size: 9pt;
}
div#news td {
	width: 520px;
	font-size: 10pt;
	padding-bottom: 3px;
}
div#news table {
	border: 0px;
	border-collapse: collapse;
}


	

/* 本文ｐと頭揃え */ 

#honbun p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#honbun p.shomei {
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}
#honbun p.naka {
	text-align: center;
}
#honbun p.migi {
	text-align: right;
}
#honbun p.title {
	text-align: center;
	font-size: 14pt;
	font-weight: 500;
}
#honbun p.l1 {
	padding-left: 1em;
}
#honbun p.l2 {
	padding-left: 2em;
}
#honbun p.l3 {
	padding-left: 3em;
}
#honbun p.l4 {
	padding-left: 4em;
}
#honbun p.jisage1 {
	text-indent: -1em;
	padding-left: 1em;
}
#honbun p.jisage2 {
	text-indent: -2em;
	padding-left: 2em;
}
#honbun p.jisage1-l2 {
	text-indent: -1em;
	padding-left: 2em;
}
#honbun p.jisage2-l2 {
	text-indent: -2em;
	padding-left: 2em;
}
#honbun p.jisage1-l3 {
	text-indent: -1em;
	padding-left: 3em;
}

#honbun p.indent1 {
	padding-left: 1em;
}
#honbun p.indent2 {
	padding-left: 2em;
}
#honbun p.link_site {
	padding-left:20px;
	margin-left: 20px;
	font-size: 12pt;
	color: #039;
	background-image: url(../images/mokuji-hisigata.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#honbun p.kakomikiji {
	border: #F93 dotted 3px;
	padding: 15px;
	margin: 10px 20px;
}

/* 本文見出し */

#honbun h2 {
	padding: 0px 0px 0px 22px;
	margin: 10px;
	color: ffcc66;
	font-size: 14pt;
	font-weight: 600;
	background-image: url(../images/hakari24_2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: #F93 dotted 3px;
}



#honbun h3 {
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	color: ffcc66;
	font-size: 12pt;
	font-weight: 600;
	margin-top: 0px;
}
#honbun h3.point {
	background-image: url(../images/b_sikaku.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 13pt;
}
#honbun h3.orangewaku {
	background-color:#FFCC66;
	padding: 5px;
	margin: 10px 100px 10px 100px;
	color: ffcc66;
	font-size: 12pt;
	font-weight: 600;
	text-align:center;
}
	


#honbun.katudou h3 a {
	padding: 2px 5px 2px 10px;
	color: ffcc66;
	font-size: 11.5pt;
	font-weight: 400;
	border-left: #F93 solid 3px;
}
#honbun.katudou h3 a:hover {
	margin-left: 3px;
	background-color: #FF9;
	border-left: #F93 solid 3px;
}

#honbun h4 {
	padding-left: 10px;
	margin: 10px;
	color: ffcc66;
	font-size: 11pt;
	font-weight: 600;
}
#honbun h3.shogai {
	background-color: #D43F00;
	color: #ffffff;
	font-size: 12pt;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 2px 5px;
}
#honbun h3.sports {
	background-color:#C36;
	color: #ffffff;
	font-size: 12pt;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 2px 5px;
}

	

/* ■こんな所にも働く栄養士さん■見出し */
#hataraku {
	background-image: url(../images/hataraku-eiyoushi.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 620px;
	margin: 0 auto;
}
#hataraku h3 {
	font-size: 14pt;
	font-weight: 800;
	color: #003399;
	text-align: right;
	line-height: 16pt;
	margin: 0px;
	padding-top: 90px;
	padding-right: 220px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#hataraku p {
	font-size: 11pt;
	color: #000033;
	line-height: 18pt;
	margin: 0px 10px;
	padding: 0px;
}
#hataraku p.name {
	font-size: 11pt;
	color: #003399;
	font-weight: 800;
	text-align:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 150px;
}
.a{
	font-size: 140%;
	font-weight: 600;
	color: #3366ff
}
#hataraku img {
	margin: 10px
}



/* ■愛知県栄養士会の活動■見出し */
#aiei-katudou {
	background-image: url(../images/aiei-katudou-i.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 620px;
	height:146px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#aiei-katudou h2 {
	font-size: 1px;
	text-align: right;
	margin:0px;
	padding:0px;
	color: #ffffff;
	border: 0px;
	background-image:none;
}

/* ■愛知県栄養士会の活動／会員の活動報告■見出し */
#aiei-katudou-kaiin {
	background-image: url(../images/aiei-katudou-kaiin.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 620px;
	height:73px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#aiei-katudou-kaiin h2 {
	font-size: 1px;
	text-align: right;
	margin:0px;
	padding:0px;
	color: #ffffff;
	border: 0px;
	background-image:none;
}

/* ■愛知県栄養士会の活動／働く栄養士さん■見出し */
#aiei-katudou-hataraku {
	background-image: url(../images/aiei-katudou-hataraku.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 620px;
	height:73px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#aiei-katudou-hataraku h2 {
	font-size: 1px;
	text-align: right;
	margin:0px;
	padding:0px;
	color: #ffffff;
	border: 0px;
	background-image:none;
}



/* 戻る */
.modoru {
	border-bottom: solid 1px #009999;
	color: #003366;
	font-size: 10.5pt;
	font-weight: 600;
	margin: 10px 5px;
	padding: 0px;
	text-align: right;
}
.modoru a:hover {
	color: #ffffff;
	background-color:#ff9900;
}


/* 外部へリンク */
#gaibu a {
	text-decoration: underline;
}

/* 目次 */
#mokuji {
	background-color: #ffffff;
	border: #ffcc66 solid 3px;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 50px 10px 10px 10px;
	background-image: url(../images/contents.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;

}

#mokuji li {
	text-decoration: none;
	background-color: #ffffff;
	display: block;

	height: auto;
	border-bottom: dotted 2px #ff9933;
	padding: 7px 0px;
	font-size: 11pt;
	line-height: 14pt;
}


/* 本文右見出し３背景色 */

#honbun h3.mokuji {
	line-height: 12px;
	pdding-left: 10px;
}
#honbun h3.ao {
	background-color: #4682b4;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;
}
#honbun h3.renga {
	background-color: #b22222;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;	
}
#honbun h3.choco {
	background-color: #d2691e;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;	
}
#honbun h3.midori {
	background-color: #2e8b57;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;
}
#honbun h3.olive {
	background-color: #808000;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;
}
#honbun h3.teal {
	background-color: #008080;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;
}
#honbun h3.nasu {
	background-color: #800080;
	color: #ffffff;
	padding: 8px 5px 6px 22px;
	font-size: 13pt;
	font-weight: 600;
	line-height: 23px;
	text-indent: -1em;
}
#honbun h3.hakari {
	font-size: 14pt;
	font-weight: 800;
	background-image: url(../images/hakari24_1.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 24px;
	margin: 10px;
}
#honbun h4 {
	font-weight: 600;
	font-size: 12pt;
	margin-left: 10px;
	padding: 0px;
}

/* 活動月別目次_表 */

#honbun.mokuji table {
	float: left;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 3px;
	padding-left: 4px;
	background-color: #FC6;
}
#honbun.mokuji table a {
	display:block;
	width: 45px;
	height: 33px;
	background-color: #FF9;
	text-align: center;
	padding-top: 10px;
}
#honbun.mokuji table a:hover {
	background-color: #ffff66;
	color: #F60;
}
#honbun.mokuji td {
	width: 50px;
	height: 30px;
}


/* 活動月別 */
/* 月名 */
#month {
	background-color: #F90;
	width: 100px;
	height: 20px;
	color: #ffffff;
	font-size: 11pt;
	font-weight: 900;
	padding: 2px 0px 0px 5px;
	margin: 15px 0px 5px 0px;
}
/* 行事枠 */
#honbun h3.event {
	background-color: #ffdead;
	font-size: 12pt;
	padding-bottom: 3px;
	border-bottom: dotted #FF9900 3px;
}
/* 行事枠＿事業報告 */
#honbun h3.event_hokoku {
	background-color: #eeffd8;
	color: #000033;
	font-size: 12pt;
	padding-bottom: 3px;
	border-bottom: dotted #006666 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -1em;
	padding-left: 20px;
}
#honbun h4.event_hokoku {
	margin: 0px;
	padding: 5px;
	font-weight: 400;
	font-size: 11pt;
	text-align: right;
	background-color: #f0fff0;
	color: #000066
}








/* 求人 */
#sagasiteimasu {
	background-color: #ffffff;
	border: #ffcc66 solid 1px;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: auto;
}
#sagasiteimasu table {
	width: 776px;
	margin: 5px;
}
#sagasiteimasu caption {
	background-color: #FFF;
	border-bottom: #06F solid 3px;
	text-align: right;
	color: #999;
}
#sagasiteimasu caption.old {
	background-color: #FFF;
	border-bottom: #6C9 solid 3px;
	text-align: right;
	color: #999;
}
#sagasiteimasu th {
	text-align: left;
	padding: 2px 5px;
	background-color: #CFF;
	color: #333;
}
#sagasiteimasu th.old {
	text-align: left;
	padding: 2px 5px;
	background-color: #CFC;
	color: #333;
}

#sagasiteimasu td {
	padding: 2px 5px;
	background-color: #FFF;
	color: #333;
	width: 520px;
	text-align: left;
}
#honbun a.link {
	padding: 2px;
	background-color:#CFC;
	border-bottom: #33F solid 1px;
}
#honbun a:hover.link {
	background-color: #CFF;
}
#honbun a.link_list {
	font-weight: 600;
	font-size: 120%;
	padding: 10px;
	margin: 10px;
	background-color:#CFF;
	border: #33F solid 1px;
}
#honbun a:hover.link_list {
	background-color: #CFC;
}
#honbun h3.shoku {
	font-weight: 600;
	font-size: 14pt;
	text-align: center;
	width: 40px;
	margin: 20px 10px;
	padding: 3px 10px;
	border: #36F groove 2px;
	background-color: #fff;
}
#honbun .shoku-meiji {
	width: auto;
	margin: 10px 20px;
	padding: 20px;
	border: #36F solid 1px;
	background-color: #fff;
}
#honbun .shoku-meiji p {
	font-size: 90%;
}


/* ■生涯教育基本研修会 実施報告 目次■ */
div#shogai_news {
	width: 600px;
	height: 105px;
	overflow: auto;
	margin: 10px;
	padding: 3px;
	font-weight: 400;
	text-align: left;
	background-color: #ffffff;
	border: outset 1px #e4e4e6;
}
div#shogai_news a {
	padding-left: 20px;
	color: #036;
}
div#shogai_news a:hover {
	color: #ff6600;
}
div#shogai_news td {
	background-image: url(../images/b_sikaku.png);
	background-repeat: no-repeat;
	background-position: left;
	width:auto;
	font-size: 11pt;
	font-weight: 800;
	padding: 3px;
}

/* ■生涯教育研修会について■ */

a.shogai_about {
	background-image: url(../images/shogai_about.png);
	display: block;
	width: 280px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}	
a.shogai_about:hover {
	background-image: url(../images/shogai_about.png);
	display: block;
	width: 280px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}

/* ■生涯教育研修会申込み手順■ */
a.shogai_tejun {
	background-image: url(../images/shogai-moshikomi_tejun.png);
	display: block;
	width: 280px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}	
a.shogai_tejun:hover {
	background-image: url(../images/shogai-moshikomi_tejun.png);
	display: block;
	width: 280px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}

/* ■生涯教育研修会申込み用紙（会員）■ */
a.shogai_moshikomi-kaiin {
	background-image: url(../images/shogai-moshikomi_youshi.png);
	display: block;
	width: 340px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}	
a.shogai_moshikomi-kaiin:hover {
	background-image: url(../images/shogai-moshikomi_youshi.png);
	display: block;
	width: 340px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/* ■生涯教育研修会申込み用紙（一般）■ */
a.shogai_moshikomi-ippan {
	background-image: url(../images/shogai-moshikomi_ippan.png);
	display: block;
	width: 340px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 15px 10px;
}	
a.shogai_moshikomi-ippan:hover {
	background-image: url(../images/shogai-moshikomi_ippan.png);
	display: block;
	width: 340px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
}



/* ■ケアステーションニュース目次■ */
div#carenews {
	width: 600px;
	height: auto;
	overflow: auto;
	margin: 10px;
	padding: 3px;
	font-weight: 400;
	text-align: left;
	background-color: #ffffff;
	border: outset 1px #e4e4e6;
}
div#carenews a {
	color: #036;
}
div#carenews a:hover {
	color: #ff6600;
}
div#carenews th {
	color: #069;
	width: 150px;
	font-size: 9pt;
}
div#carenews td {
	width: 520px;
	font-size: 10pt;
	padding-bottom: 3px;
}

/* ■栄養ケア・ステーション　料金表■ */
a.care-ryokin {
	background-image: url(../images/care-ryokin.gif);
	display: block;
	width: 450px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 10px 0px;
}	
a.care-ryokin:hover {
	background-image: url(../images/care-ryokin.gif);
	display: block;
	width: 450px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ■依頼書様式はこちらから■ */
a.care-iraisyo {
	background-image: url(../images/iraisyo-yosiki.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 10px 0px;
}	
a.care-iraisyo:hover {
	background-image: url(../images/iraisyo-yosiki.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a.care-eiyou-shokuji_sidou-irai {
	background-image: url(../images/eiyou-shokuji_sidou-irai.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin: 5px 5px 10px 0px;
}	
a.care-eiyou-shokuji_sidou-irai:hover {
	background-image: url(../images/eiyou-shokuji_sidou-irai.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a.care-gyoumu-irai {
	background-image: url(../images/gyoumu-irai.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin: 5px 5px 10px 0px;
}	
a.care-gyoumu-irai:hover {
	background-image: url(../images/gyoumu-irai.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* ■登録フォームはこちらから■ */
a.care-toroku {
	background-image: url(../images/care-toroku.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: bottom left;
	text-indent: -5000px;
	margin: 5px 5px 10px 0px;
}	
a.care-toroku:hover {
	background-image: url(../images/care-toroku.gif);
	display: block;
	width: 290px;
	height: 40px;
	background-position: top right;
	text-indent: -5000px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ■委員会の紹介ボタン■ */
a.care-link {
	background-color:#fff;
	border: #ff0099 solid 2px;
	border-radius: 5px;
	display: block;
	width: 260px;
	height: 40px;
	margin: 10px;
	font-size:14pt;
	font-weight: 600;
	line-height:250%;
	text-align:center;
}	
a.care-link:hover {
	background-color:#ffeeff;
	display: block;
}



/* 賛助企業～footer */
#footer-banner {
	clear: both;
	background-color: #ffffcc;
	border-top : #F93 dotted 3px;
	padding-top: 5px;
	text-align: center;
}
#footer-banner img {
	margin: 3px;
}
#footer {
	font-size: 10.5pt;
	color: #000066;
	background-color: #ffcc66;
	padding: 0px 5px;
	text-align: center;
}

/* トップページ下のカレンダーリンク */

#honbun a.calendar_side2 {
	float: left;
	background-image: url(../images/calendar_side.gif);
	display: block;
	width: 150px;
	height: 50px;
	margin: 10px;
	background-position: top left;
	text-indent: -5000px;
}

/* 研修会カレンダー上の研修会受講料入金口座へのリンクボタン */

#seminer-calendar a.nyukin-jukoryo {
	background-image:url(../images/nyukin-jukoryo.gif);
	display: block;
	width: 300px;
	height: 60px;
	margin: 0px;
	background-position: top right;
	text-indent: -5000px;
}	
#seminer-calendar a.nyukin-jukoryo:hover {
	background-position: bottom left;
}
