@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background: url(../img-layout/bg_body.jpg) repeat-y center top;
	color: #666666;
	background-color: #FFF3EE;
}

#WRAP {
	width:760px;
	margin:0 auto;
	color:  #666666;
	background-color: #FFFFFF;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 160%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.gry {
	color: #999999;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
.bg-grn {
	background-color: #F8FEEE;
	border: 1px solid #5B8913;
	margin: 0;
	padding: 0;
}
.bg-ora {
	background-color: #FEBD85;
	margin: 0;
	padding: 0;
}

/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #999999;
	background-color: #FFFFFF;
	font-weight: normal;
	margin:0;
	padding: 2px 10px 2px 10px;
	text-align: right;
}
#TOP {
	width: 760px;
	height: 64px;
	background: url(../img-layout/bg_top.jpg) no-repeat;
	position: relative;
}
#TOP2 {
	width: 760px;
	height: 64px;
	background: url(../img-layout/bg_top2.jpg) no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
}
#MENU {
	width: 760px;
	height: 30px;
	float:left;
	padding: 3px 0;
}
.menu {
	float: left;
	margin: 0;
}
#MAIN-IMG {
	width: 760px;
	height: 200px;
	float:left;
	background: url(../img-layout/main_img3.jpg) no-repeat center -27px;
	position: relative;
}
#WRAP > #MAIN-IMG {
	min-height: 200px;
	height: auto;
}
#MAIN-IMG2 {
	width: 760px;
	height: 200px;
	float:left;
	background: url(../img-layout/main_img3.jpg) no-repeat center bottom;
	position: relative;
}
#MAIN-BT {
	position: absolute;
	left: 150px;
	top: 163px;
}
#MAIN-IMG p {
	padding: 82px 190px 0 145px;
	color: #333;
	line-height: 1.4em;
	font-size: 14px;
}

/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 12px 20px 12px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #333333;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #FBBC86;
	margin: 10px 0 0 0;
	padding: 8px 0 8px 32px;
}
#CONTENTS h2 a {
	color: #333333;
	text-decoration: underline;
}
#CONTENTS h2 a:visited {
	color: #333333;
	text-decoration: underline;
}
#CONTENTS h2 a:hover,
#CONTENTS h2 a:active, 		/* for IE (Keyboard) */
#CONTENTS h2 a:focus {		/* for Netscape (Keyboard) */
	color: #333333;
	text-decoration: none;
}
#CONTENTS h3 {
	font-size:14px;
	color: #447400;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5B8913;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B8913;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 6px 0 6px;
	padding: 6px 0 6px 10px;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【CONTENTS】追加設計 ___________ */
.blog_list li {
	background: url(../img-layout/pt.gif) no-repeat left center;
	padding: 3px 0 3px 15px;
	font-size: 13px;
}
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(../img-layout/ico_check01.gif) no-repeat left 6px;
	padding: 4px 0 4px 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 375px;
	float:right;
	background-color: #FCFCFC;
	border: 1px solid #999999;
}
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;;
	line-height: 120%;
	padding: 2px 0;
}
#MAG2 {
	border: 1px solid #999999;
	background: url(../img/bg_mag2.jpg) no-repeat center top;
	padding-top: 120px;
	margin: 10px 5px 5px 5px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
.bute {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #0066CC;
	border: 1px solid #CCCCCC;
}
.double {
	padding: 10px;
	margin-top: 10px;
}
.double-l {
	width:250px;
	float:left;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
.double-r {
	width: 250px;
	float:right;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
/*___________ 【CONTENTS】index.html ___________ */
#user_banner {
	margin:0 0 15px 0;
	background:url(../img-layout/user_back1.gif) no-repeat top left;
	clear:both;
	}
#user_banner_inner {
	padding:10px 0 10px 10px;
	background:url(../img-layout/user_back2.gif) no-repeat bottom left;
	zoom:1;
	}
#user_banner_inner h2 {
	background: none;
	font-size:10px;
	line-height:18px;
	color: #0066CC;
	margin:0;
	font-weight:normal;
	padding:0 0 5px 140px;
	letter-spacing:0.1em;
	}
#user_banner_inner ul {
	margin:0;
	list-style:none;
	}
#user_banner_inner ul {
	padding:0;
	list-style:none;
	}
#user_banner_inner li {
	width:170px;
	margin:0 5px 0 0;
	display:block;
	float:left;
	font-size:x-small;
	line-height:160%;
	}
.use_text {
	margin:0 10px 0 10px;
	}
.use_text a {
	text-decoration: none;
	color: #663300;
	}
.use_text a:hover,
.use_text a:active,
.use_text a:focus {
	text-decoration: underline;
	}
#user_banner_inner h2#voice_link a {
	text-decoration: underline;
	color: #0066CC;
	}
#user_banner_inner h2#voice_link a:hover,
#user_banner_inner h2#voice_link a:active,
#user_banner_inner h2#voice_link a:focus {
	color: #FF0000;
	}
#user_banner_inner h2#voice_link a:visited {
	text-decoration: underline;
	}

/*___________ 【CONTENTS】choice.html ___________ */
.tabbg {
	background: url(../img/tab-bg.gif) no-repeat center bottom;
	margin: 0;
	padding: 0 0 10px 0;
}
.plan1tab1 {
	width: 540px;
	height: 36px;
	background: url(../img/plan1tab1.gif) no-repeat;
	position: relative;
}
.plan1tab1bt1 {
	position: absolute;
	left: 182px;
	top: 0px;
}
.plan1tab1bt2 {
	position: absolute;
	left: 360px;
	top: 0px;
}
.plan2tab1 {
	width: 540px;
	height: 36px;
	background: url(../img/plan2tab1.gif) no-repeat;
	position: relative;
}
.plan2tab1bt1 {
	position: absolute;
	left: 182px;
	top: 0px;
}
.plan2tab1bt2 {
	position: absolute;
	left: 360px;
	top: 0px;
}
/*___________ 【CONTENTS】乳幼児医療費助成制度 ___________ */
#medical_menu {
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	border-top: 3px solid #663333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(../img-layout/li_arrow01.gif) #E0CEA8 no-repeat 8px center;
}
#medical_menu a {
	color: #663333;
	font-weight: normal;
	text-decoration: none;
}
#medical_menu a:visited {
	color: #663333;
	text-decoration: none;
}
#medical_menu a:hover,
#medical_menu a:active, 		/* for IE (Keyboard) */
#medical_menu a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: underline;
}
#medical dl {
	clear: both;
	padding: 5px 20px;
}
#medical dt {
	float: left;
	width: 100px;
	padding: 0;
	margin: 0;
}
#medical dd {
	float: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#medical_page {
	font-size: 12px;
}
#medical_page table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
#medical_page table tr,
#medical_page table th,
#medical_page table td {
	padding: 8px;
}
#medical_page table th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}
#medical_page table td {
	background-color: #F8FEEE;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #FFFFFF;
	background-color: #006699;
	font-weight: normal;
}
.main-table td {
	background-color: #EEFBFF;
	text-align: left;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:12px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #D6B986;
	background-image: url(../img-layout/side-h.jpg);
	background-repeat: no-repeat;
}
#SIDE #serch_box input{
	width: 128px;
padding: 10px 0;
}
#SIDE #serch_box #btn_sub {
width: 40px;
margin: 10px 0;
padding: 0;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 2px 8px 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
}
.cat01 li a {
	color: #663333;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #663333;
	background-color: #E6D1AC;
	margin: 0;
	background-position: 4px center;
}
#PRESENT {
	background: url(../img/bg_present.gif) no-repeat center top;
	background-color: #FFEFCA;
	padding-top: 180px;
	width:180px;
}
#PRESENT2 {
	background-color: #FFEFCA;
	width:180px;
}
#PRESENT form {
	margin: 0 10px 10px 10px;
	font-size: 12px;
}
#PRESENT p {
	margin: 0;
	padding: 0 0 10px 0;
}
#PRESENT #linktxt {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	background-color: #FFFFFF;
}
#PRESENT #linktxt a {
	text-decoration: underline;
}

/*___________ 【SIDE】カレンダー設計 ___________ */
.calendar1 {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img-layout/side-f.jpg) no-repeat center top;
	position: relative;
}
.calendar2 {
	width: 180px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	position: relative;
}
.calendar1 p {
	font-size: 11px;
}
.calendar2 p {
	font-size: 11px;
}
.cal_wrapper {
	padding: 0;
	margin: 0 6px 0 6px;
}
.cal_ui {
	width: 90px;
	position: absolute;
	left: 84px;
	top: 4px;
}
.cal_ui li {
	float: left;
	width: 45px;
	height: 18px;
	list-style: none;
}
.cal_prev {
	background-image: url(../calendar/cal-prev.gif);
}
.cal_next {
	background-image: url(../calendar/cal-next.gif);
}
.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #CCCCCC;
}
.cal_main {
	padding: 0;
	margin: 0;
}
.cal_main li {
	font-size: 12px;
	line-height: 160%;
	width: 24px;
	text-align: center;
	list-style: none;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
.Today {
	background-color: #FFFFFF;
}
.holyday {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
.Sun {
	color: #FF0000;
}
.Sat {
	color: #0000FF;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #FFDF91;
}
#F-MENU p {
	font-size: 11px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#F-MENU a {
	color: #663333;
	text-decoration: none;
}
#F-MENU a:hover,
#F-MENU a:active, 		/* for IE (Keyboard) */
#F-MENU a:focus {		/* for Netscape (Keyboard) */
	color: #663333;
	text-decoration: underline;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #de8c42;
}
#FOOTER p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.pa10 {
	margin: 0;
	padding: 10px;
}
.ma0 {
	margin: 0;
	padding: 0;
}
.ma10 {
	margin: 10px;
}
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
.ml40 {
	margin-left: 40px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
