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

/*               */
/*  キャンセル   */
/*               */

#hoikushi_guide h2, p, h3{
	margin-top: 0px;
	padding-top: 0px;
	line-height: 100%;
}

/*                */
/*  保育士ガイド  */
/*                */

/*  インデックスページ  */

#hoikushi_guide_index a{
	color: #7493AA;
	}
#hoikushi_guide_index #hoikushi_guide_wrap {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 50px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	padding-right: 5px;
	padding-left: 5px;
}
#hoikushi_guide_wrap .hoikushi_guide_h2 {
	background-image: url(images/h2_bg_omg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 690px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 40px;
	color: #FFF;
	padding-top: 25px;
	padding-left: 20px;
}

#hoikushi_guide_wrap .guide_list {
	border: 3px solid #A6BC35;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	margin-bottom: 15px;
	background-color: #A6BC35;
	margin-right: 10px;
	margin-left: 10px;
}
#hoikushi_guide_wrap .guide_list .guide_list_h3 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	background-color: #EDF2D7;
	color: #666666;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 35px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A6BC35;
	padding-top: 18px;
	background-image: url(images/guide_h3.gif);
}

#hoikushi_guide_wrap .guide_list ul {
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
#hoikushi_guide_wrap .guide_list ul li{
	font-size: 16px;
	font-weight: normal;
	padding-left: 35px;
	height: 35px;
	padding-bottom: 0px;
	line-height: 2.5em;
	}
#hoikushi_guide_wrap .guide_list ul .shiro {
	background-image: url(images/td_shiro_img.gif);
	background-repeat: no-repeat;
}

#hoikushi_guide_wrap .guide_list ul .cha {
	background-color: #F4F0EB;
	background-image: url(images/td_cha_img.gif);
	background-repeat: no-repeat;
}
#hoikushi_guide_wrap .guide_top_text {
	font-size: 12px;
	line-height: 2em;
	padding-bottom: 10px;
	padding-left: 15px;
}

/*  サブページ  */

#hoikushi_guide_sub a{
	color: #7493AA;
}
#hoikushi_guide_sub_wrap {
	background-color: #FFF;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom:80px;
	padding-left: 5px;
}
#hoikushi_guide_sub_wrap #guide_sub_top {
	background-image: url(images/h2_bg_omg.gif);
	background-repeat: no-repeat;
	height:115px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}


#hoikushi_guide_sub .hoikushi_guide_sub_h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	font-size: 40px;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;

}
#guide_sub_top .guide_top_p {
	color: #FFF;
	padding-left: 22px;
	padding-top: 10px;
}

#hoikushi_guide_sub_wrap h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #A6BC35;
	border-bottom-color: #A6BC35;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/sub_h2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#hoikushi_guide_sub_wrap .guide_sub_box {
	background-color: #F4F0EB;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */

}

#hoikushi_guide_sub_wrap .guide_sub_box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #144770;
	background-repeat: no-repeat;
	background-image: url(images/sub_h3.gif);
	padding-left: 25px;
}
.guide_sub_box p {
	font-size: 14px;
	padding-left: 25px;
	line-height: 1.5em;
	padding-top: 5px;
}
#hoikushi_guide_sub_wrap .sub_modoru_btn {
	float: right;
	margin-right: 10px;
}
