@charset "utf-8";

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/
*html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}

/* End hide from MacIE */

/* iepngfix */

* html .iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}

/* タグを定義 */

html {
	background: #dcfefe url(../images/bg_html.gif) repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	color: #574b45;
	text-align: center;
	background: url(../images/bg_body.gif) no-repeat center top;
	font: 87%/1em "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro","メイリオ","Meiryo", "ＭＳ Ｐゴシック";
	word-break:break-all;
}

h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1em;
}

div, p, table, form {
	text-align: left;
}

p {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 16px;
}

table {
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

img {
	border: 0px;
	vertical-align: top;
}

input {
	padding-top: 2px;
	padding-bottom: 0px;
}

ul, ol {
	line-height: 1.4em;
}

dl {
	line-height: 1.4em;
}

hr {
	display: none;
}

a: {
	outline: 0;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* クラスを定義 */

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.clear {
	clear: both;
}

.check_list {
	color: #37ae86;
	margin-bottom: 16px;
	list-style: none;
	font-size: 86%;
}

.check_list li {
	background: url(../images/mark_check_list.gif) no-repeat 0px 3px;
	padding-left: 16px;
}

.column {
	margin-bottom: 24px;
	position: relative;
}

.column.separate { /* 110824update */
	margin-bottom: 0px;
	position: relative;
}

.notice {
	font-size: 86%;
}

.mark_list {
	list-style: none;
	margin-bottom: 16px;
}

.mark_list li {
	margin-left: 1em;
	text-indent: -1em;
}

.note {
	margin-left: 1em;
	text-indent: -1em;
}

.lock {
	margin-left: 3px;
	vertical-align: baseline;
}

.notice a:link, .notice a:visited {
	color: #ff6600;
	text-decoration: none;
}

.notice a:hover, .notice a:active {
	color: #ff6600;
	text-decoration: underline;
}

/* 全体を定義 */

#container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	height: 104px;
}

#header h1 {
	position: absolute;
	top: 19px;
}

#header #submenu {
	line-height: 1em;
	top: 14px;
	position: absolute;
	left: 197px;
}

#header #submenu li {
	float: left;
	list-style: none;
	margin-right: 3px;
}

#header #menu {
	top: 61px;
	left: 0px;
	position: absolute;
	line-height: 1em;
}

#header #menu_animation {
	width: 866px;
	overflow: hidden;
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
}

#menu_animation li {
	float: left;
	list-style: none;
	display: inline;
}

#menu_animation li.menu1 {
	margin-left: 29px;
}

#menu_animation li.menu2 {
	margin-left: 20px;
}

#menu_animation li.menu3 {
	margin-left: 20px;
}

#menu_animation li.menu4 {
	margin-left: 22px;
}

#menu_animation li.menu5 {
	margin-left: 19px;
}

#menu_animation li.menu6 {
	margin-left: 15px;
}

#menu_animation li.menu7 {
	margin-left: 16px;
}

#menu_animation li.back {
	background: url("../images/bg_menu.gif") no-repeat right 0px;
	width: 9px;
	height: 21px;
	z-index: 8;
	position: absolute;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#menu_animation li.back .left {
	background: url("../images/bg_menu.gif") no-repeat top left;
	height: 21px;
	margin: 0px 9px 0px 0px;
	padding: 0px;
}

#menu_animation li a {
	z-index: 10;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 4px 8px;
}

#contents_header {
	background: url(../images/bg_contents_header.gif) no-repeat;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 15px;
}

#contents {
	background: url(../images/bg_contents.gif) repeat-y;
}

#main {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 12px;
}

#main h3.main_header {
	margin-bottom: 10px;
	background: url(../images/main_header_home.gif) no-repeat;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 4px;
}

#main h3.sub_header {
	margin-bottom: 10px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 4px;
	margin-top: 12px;
}

#bt_pagetop {
	text-align: right;
	padding-right: 6px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footer {
	height: 127px;
	background: url(../images/bg_footer.gif) no-repeat;
	position: relative;
	padding-bottom: 12px;
	font-size: 86%;
	line-height: 1.4em;
}

#footer h3 {
	position: absolute;
	left: 27px;
	top: 24px;
	line-height: 1.4em;
}

#footer h4 {
	font-weight: normal;
	padding-top: 60px;
	padding-left: 30px;
	float: left;
	width: 13em;
	line-height: 1.4em;
}

#footer address {
	font-style: normal;
	padding-top: 60px;
	margin-left: 16.5em;
	text-align: left;
	width: 400px;
}

/* ホームを定義 */

#general.home #main {
	background: url(../images/main_bg_home.jpg) no-repeat;
	padding-top: 12px;
}

#general.home #main_inner {
	background: url(../images/main_inner_home.gif) no-repeat bottom;
	_height: 280px;
	min-height: 280px;
	padding-right: 27px;
	padding-left: 27px;
}

#general.home #contents_footer {
	background: url(../images/bg_contents_footer_home.gif) no-repeat center bottom;
	height: 28px;
}

.home #home_news {
}

#home_kouhoku {
	float: left;
	width: 342px;
	margin-right: 16px;
	margin-left: -6px;
	margin-bottom: 2px;
	position: relative;
}
.home .btn_map {
	position: absolute;
	left: 256px;
	top: 2px;
}

#home_kouhoku .home_news_footer {
	height: 12px;
	background: url(../images/bg_home_kouhoku_footer.png) no-repeat 0px bottom;
	line-height: 1em;
	font-size: 1px;
}

#home_kouhoku dl {
	background: url(../images/bg_home_kouhoku_polish.gif) no-repeat 0px top;
	margin-right: 6px;
	margin-left: 8px;
	min-height: 60px;
	_height: 60px;
}

.home_kouhoku_inner {
	background: url(../images/bg_home_kouhoku.png);
}

#home_ainosato {
	float: left;
	width: 342px;
	margin-bottom: 2px;
	position: relative;
}

#home_ainosato .home_news_footer {
	height: 12px;
	background: url(../images/bg_home_ainosato_footer.png) no-repeat 0px bottom;
	line-height: 1em;
	font-size: 1px;
}

#home_ainosato dl {
	background: url(../images/bg_home_ainosato_polish.gif) no-repeat 0px top;
	margin-right: 6px;
	margin-left: 8px;
	min-height: 60px;
	_height: 60px;
}

.home_ainosato_inner {
	background: url(../images/bg_home_ainosato.png);
}

#home_hanazono {
	float: left;
	width: 342px;
	margin-right: 16px;
	margin-left: -6px;
	margin-bottom: 2px;
	position: relative;
}

#home_hanazono .home_news_footer {
	height: 12px;
	background: url(../images/bg_home_hanazono_footer.png) no-repeat 0px bottom;
	line-height: 1em;
	font-size: 1px;
}

#home_hanazono dl {
	background: url(../images/bg_home_hanazono_polish.gif) no-repeat 0px top;
	margin-right: 6px;
	margin-left: 8px;
	min-height: 60px;
	_height: 60px;
}

.home_hanazono_inner {
	background: url(../images/bg_home_hanazono.png);
}

#home_himawari {
	float: left;
	width: 342px;
	margin-bottom: 2px;
	position: relative;
}

#home_himawari .home_news_footer {
	height: 12px;
	background: url(../images/bg_home_himawari_footer.png) no-repeat 0px bottom;
	line-height: 1em;
	font-size: 1px;
}

#home_himawari dl {
	background: url(../images/bg_home_himawari_polish.gif) 0px top;
	margin-right: 6px;
	margin-left: 8px;
	min-height: 60px;
	_height: 60px;
}

.home_himawari_inner {
	background: url(../images/bg_home_himawari.png);
}

#home_sorairo {
	float: left;
	width: 342px;
	margin-right: 16px;
	margin-left: -6px;
	margin-bottom: 2px;
	position: relative;
}

#home_sorairo .home_news_footer {
	height: 12px;
	background: url(../images/bg_home_sorairo_footer.png) no-repeat 0px bottom;
	line-height: 1em;
	font-size: 1px;
}

#home_sorairo dl {
	background: url(../images/bg_home_sorairo_polish.gif) no-repeat 0px top;
	margin-right: 6px;
	margin-left: 8px;
	min-height: 60px;
	_height: 60px;
}

.home_sorairo_inner {
	background: url(../images/bg_home_sorairo.png);
}

#home_topic {
	background: url(../images/bg_topic.gif) repeat-y;
	width: 808px;
	margin-bottom: 4px;
}

#home_topic h2 {
	background: url(../images/bg_topic_header.gif) no-repeat 0px top;
	padding-top: 13px;
	padding-left: 18px;
}

#home_topic dl {
	background: url(../images/bg_topic_footer.gif) no-repeat 0px bottom;
	margin-top: -18px;
	padding-left: 110px;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-right: 24px;
	padding-bottom: 12px;
}

#home_topic dt {
	width: 9.5em;
	float: left;
	font-weight: normal;
	clear: left;
	_height: 1px;
}

#home_topic dd {
	margin-left: 9.5em;
	_height: 1px;
}

#home_note {
	font-size: 86%;
	margin-bottom: 6px;
}

#home_news dl {
	font-size: 86%;
	line-height: 1.4em;
	padding: 6px 12px 1px;
}

#home_news dt {
	width: 110px;
	float: left;
	font-weight: normal;
	clear: left;
	_height: 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #ff6600;
}

#home_news dd {
	_height: 1px;
	background: url(../images/news_line.gif) no-repeat 0px bottom;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 194px;
	float: left;
	margin-left: -110px;
	padding-left: 110px;
}

#home_news h3, #home_news div {
}

#home_note a:link, #home_note a:visited, #footer a:link, #footer a:visited {
	color: #ff6600;
	text-decoration: none;
}

#home_note a:hover, #home_note a:active, #footer a:hover, #footer a:active {
	color: #ff6600;
	text-decoration: underline;
}

#home_news a:link, #home_news a:visited {
	color: #574b45;
	text-decoration: none;
}

#home_news a:hover, #home_news a:active {
	color: #574b45;
	text-decoration: underline;
}

/* 学園全体を定義 */

#general #main {
	background: url(../images/bg_main_home.gif) repeat-y;
}

#general #contents_footer {
	background: url(../images/bg_contents_footer.gif) no-repeat bottom;
	height: 28px;
}

#general .frame {
	background: #FFFFFF;
	border-right: 3px solid #60d1e6;
	border-left: 3px solid #60d1e6;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}

#general .frame_header {
	margin-right: -3px;
	margin-left: -3px;
	position: relative;
	background: url(../images/frame_header.gif) no-repeat;
	height: 10px;
	overflow: hidden;
}

#general .frame_inner {
	position: relative;
	background: #FFFFFF;
	margin: 20px 30px;
}

#general .frame_footer {
	margin-right: -3px;
	margin-left: -3px;
	position: relative;
	background: url(../images/frame_footer.gif) no-repeat bottom;
	height: 10px;
}

#general .tableset1 {
	width: 436px;
	margin-bottom: 16px;
	line-height: 1.4em;
}

#general .tableset1 th {
	background: #fcd2db;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#general .tableset1 td {
	background: #fcd2db;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}

#general .tableset1 .c1 th {
	background: #fcfdcc;
}

#general .tableset1 .c1 td {
	background: #fcfdcc;
}

#general .tableset1 thead th {
	background: #a2dfee;
	text-align: center;
}

#takecare_table2 td {
	text-align: center;
}

/* 年間行事を定義 */

#general.event .event_box {
	margin-bottom: 30px;
	clear: both;
}

#general.event .event_box h4 {
	float: left;
	width: 156px;
	padding-top: 8px;
}

#general.event .event_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 592px;
}

#general.event .event_box ul li {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

#general.event .other_box {
	background: url(../../event/images/bg_other_box.jpg) no-repeat;
	height: 168px;
	width: 750px;
	clear: both;
	position: relative;
}

#general.event .other_box h4 {
	width: 99px;
	position: absolute;
	left: 18px;
	top: 62px;
}

#general.event .other_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 127px;
	top: 15px;
}

#general.event .other_box ul li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#general.event #illust {
	position: absolute;
	left: 486px;
	top: 148px;
}

#general.event_contents .season_list {
	position: relative;
	height: 124px;
	width: 186px;
	margin-bottom: 8px;
}

#general.event_contents .season_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 102px;
	top: 16px;
}

#general.event_contents .season_list ul li {
	margin-bottom: 6px;
}

#general.event_contents .spring_list ul {
	left: 102px;
	top: 16px;
}

#general.event_contents .summer_list ul {
	left: 102px;
	top: 30px;
}

#general.event_contents .autumn_list ul {
	left: 102px;
	top: 16px;
}

#general.event_contents .winter_list ul {
	left: 102px;
	top: 2px;
}

#general.event_contents .other_list ul {
	left: 102px;
	top: 2px;
}

#general.event_contents .season_list.winter_list ul li, #general.event_contents .season_list.other_list ul li {
	margin-bottom: 3px;
}

#general.event_contents #event_main {
	float: right;
	width: 522px;
}

#general.event_contents #navi_season {
	float: left;
	width: 186px;
}

.annotation {
	color: #ff7e00;
}

#general.event_contents #event_main h4 {
	margin-bottom: 8px;
}

#general.event_contents .event_column {
	width: 518px;
	margin-left: 4px;
	background: url(../../event/images/bg_line.gif) no-repeat bottom;
	padding-top: 1px;
	margin-bottom: 16px;
}

#general.event_contents .event_column h5 {
	height: 20px;
	width: 508px;
	color: #FFFFFF;
	padding-left: 8px;
	margin-bottom: 16px;
	padding-top: 6px;
}

#general.event_contents .spring .event_column h5 {
	background: url(../../event/images/bg_spring.gif) no-repeat;
}

#general.event_contents .summer .event_column h5 {
	background: url(../../event/images/bg_summer.gif) no-repeat;
}

#general.event_contents .autumn .event_column h5 {
	background: url(../../event/images/bg_autumn.gif) no-repeat;
}

#general.event_contents .winter .event_column h5 {
	background: url(../../event/images/bg_winter.gif) no-repeat;
}

#general.event_contents .other .event_column h5 {
	background: url(../../event/images/bg_other.gif) no-repeat;
}

#general.event_contents .event_column p {
	margin-left: 12px;
}

#general.event_contents .event_column p.photo_column {
	float: left;
	clear: none;
	width: 240px;
	display: inline;
}

#general.event_contents .event_column p.text_column {
	float: left;
	width: 266px;
	clear: none;
	margin-left: 0px;
}

#general.event_contents .event_column p.photo_column2 {
	float: left;
	clear: none;
	width: 290px;
	display: inline;
}

#general.event_contents .event_column p.text_column2 {
	float: left;
	width: 216px;
	clear: none;
	margin-left: 0px;
}

#general.event_contents .event_column p .left_photo {
	margin-right: 8px;
}

/* 預かり保育を定義 */

#general.takecare #main h5 {
	margin-bottom: 16px;
}

#general.takecare #main h4 {
	line-height: 1.6em;
	color: #e14897;
	margin-bottom: 24px;
}

#general.takecare .frame_inner {
	background: url(../../takecare/images/bg_illust.gif) no-repeat 538px bottom;
}

/* 未就園児教室を定義 */

#general.unnursery_school .column#a01 {
	background: url(../../unnursery_school/images/bg_illust.gif) no-repeat 470px bottom;
	padding-bottom: 16px;
}

#general.unnursery_school #main h4 {
	line-height: 1.6em;
	color: #e14897;
	margin-bottom: 16px;
}

#general .unnursery_school_box {
	padding: 12px;
	margin-bottom: 12px;
	min-height: 194px;
	_height: 194px;
}

#general .unnursery_school_box h5 {
	margin-bottom: 12px;
}

#general .unnursery_school_box dl {
	margin-left: 180px;
	line-height: 1.6em;
}

#general .unnursery_school_box dt {
	width: 9em;
	float: left;
	font-weight: bold;
	clear: left;
}

#general .unnursery_school_box dd {
	margin-left: 9em;
}

#general.unnursery_school #kouhoku_box {
	background: #cfe7ff url(../../unnursery_school/images/bg_kouhoku.gif) no-repeat 34px 64px;
}

#general.unnursery_school #kouhoku_box dt:first-letter {
	color: #6f88c8;
}

#general.unnursery_school #ainosato_box {
	background: #f9dee3 url(../../unnursery_school/images/bg_ainosato.gif) no-repeat 34px 60px;
}

#general.unnursery_school #ainosato_box dt:first-letter {
	color: #f2777b;
}

#general.unnursery_school #ainosato_box p#addition,
#general.unnursery_school #sorairo_box p#addition {
	color: #E65156;
	margin: 12px 0px 0px 180px;
}

#general.unnursery_school #hanazono_box {
	background: #d1ffee url(../../unnursery_school/images/bg_hanazono.gif) no-repeat 34px 62px;
}

#general.unnursery_school #hanazono_box dt:first-letter {
	color: #00c88e;
}

#general.unnursery_school #himawari_box {
	background: #ffe6cc url(../../unnursery_school/images/bg_himawari.gif) no-repeat 34px 64px;
}

#general.unnursery_school #himawari_box dt:first-letter {
	color: #ff9638;
}

#general.unnursery_school #sorairo_box {
	background: #C8EFF9 url(../../unnursery_school/images/bg_sorairo.gif) no-repeat 34px 64px;
}

#general.unnursery_school #sorairo_box dt:first-letter {
	color: #ff9638;
}

/* 1日の流れを定義 */

#general.flow .frame_inner {
	margin-right: 24px;
	margin-left: 24px;
}

/* 入園のご案内を定義 */

#general.information #main h4 {
	margin-bottom: 16px;
}

#general.information #information_table1 {
	font-size: 86%;
}

#general.information #information_table1.bt-area { /* 110825UPDATE*/
	width: 600px;
}

#general.information #information_table1.bt-area th, #general.information #information_table1.bt-area td { /* 110825UPDATE*/
	vertical-align: middle;
}

#general.information #a06 .box {
	background: url(../../information/images/bg_box.gif) repeat-y;
	margin-bottom: 16px;
}

#general.information #a06 .box_header {
	background: url(../../information/images/bg_box_header.gif) no-repeat left top;
	padding-top: 26px;
	padding-left: 24px;
	padding-bottom: 4px;
}

#general.information #a06 .box_footer {
	background: url(../../information/images/bg_box_footer.gif) no-repeat left bottom;
	height: 20px;
}

#general.information #a06 .box h6 {
	line-height: 1.2;
	margin-bottom: 4px;
	color: #666;
}

#general.information #a06 .box dl {
	font-size: 86%;
	margin-bottom: 18px;
}

#general.information #a06 .box dt {
	line-height: 1.8;
	font-weight: bold;
}

#general.information #a06 .box dt .normal {
	font-weight: normal;
}

#general.information #a06 .box dd {
	line-height: 1.8;
}

#general.information #a06 .box p {
	font-size: 86%;
	line-height: 1.8;
	font-weight: bold;
}

#general.information #a06 .box p .normal {
	font-weight: normal;
}

#general.information #a06 .box .kouhoku {
	float: left;
	width: 338px;
	margin-bottom: 20px;
	padding-right: 6px;
}

#general.information #a06 .box .kouhoku h5 {
	color: #1b75cf;
	margin-bottom: 18px;
	line-height: 1.2;
}

#general.information #a06 .box .kouhoku dt, #general.information #a06 .box .kouhoku p {
	color: #0ea1e6;
}

#general.information #a06 .box .ainosato {
	float: left;
	width: 338px;
	margin-bottom: 20px;
}

#general.information #a06 .box .ainosato h5 {
	color: #ef5f64;
	margin-bottom: 18px;
	line-height: 1.2;
}

#general.information #a06 .box .ainosato dt, #general.information #a06 .box .ainosato p {
	color: #f8598d;
}

#general.information #a06 .box .hanazono {
	float: left;
	width: 338px;
	padding-right: 6px;
}

#general.information #a06 .box .hanazono h5 {
	color: #00ba76;
	margin-bottom: 18px;
	line-height: 1.2;
}

#general.information #a06 .box .hanazono dt, #general.information #a06 .box .hanazono p {
	color: #00cab8;
}

#general.information #a06 .box .himawari {
	float: left;
	width: 338px;
}

#general.information #a06 .box .himawari h5 {
	color: #ff7800;
	margin-bottom: 18px;
	line-height: 1.2;
}

#general.information #a06 .box .himawari dt, #general.information #a06 .box .himawari p {
	color: #ff9c00;
}

/* 学園についてを定義 */

.about #a01 {
	background: url(../../about/images/concept_bg_illust.gif) no-repeat right bottom;
	font-weight: bold;
}

.about #a02 .curriculum_box {
	background: #fff5e7;
}

.about #map {
	float: left;
	width: 500px;
	height: 400px;
}

.about #b01 {
	float: right;
	width: 242px;
}

.about #b01 ul {
	list-style: none;
	margin-bottom: 12px;
}

.about #b01 ul li {
	margin-bottom: 3px;
}

.about #b01 p {
	padding-left: 2px;
	margin-bottom: 0px;
}

.about #a01 h3 {
	text-align: center;
	margin-bottom: 20px;
}

.about #a01 h4 {
	margin-bottom: 12px;
}

.about #a01_1 {
	font-weight: bold;
	color: #878787;
}

.about #a01 .mark_list {
	color: #37ae86;
}

.about #a01_2 {
	font-weight: bold;
	color: #e14897;
}

.about #a02 {
	background: #FFFFFF;
}

.about #a02 h3 {
	color: #e14897;
	margin-bottom: 24px;
	line-height: 1.4em;
}

.about #a02 h4 {
	margin-bottom: 10px;
}

.about #a02_1 {
	font-weight: bold;
	color: #e14897;
	margin-bottom: 0px;
}

.about .curriculum_box {
	margin-right: 24px;
	margin-left: 24px;
	padding: 20px 24px 4px;
	margin-bottom: 24px;
	font-size: 86%;
}

.about #a03 {
	margin-bottom: 0px;
}

.about #a03 h3 {
	margin-bottom: 24px;
}

.about #a03 p {
	margin-left: 0px;
	margin-right: 0px;
}

.about #a03 h4 {
	color: #878787;
	margin-top: 36px;
	margin-bottom: 12px;
}

.about #a03 .experience {
	color: #878787;
	font-size: 86%;
	margin-bottom: 0px;
}

.about #a04 h3 {
	margin-bottom: 24px;
}

.about #a04 dl {
	margin-bottom: 24px;
}

.about #a04 dt {
	background: #fff5e7 url(../../about/images/bg_faq.gif) no-repeat left top;
	padding: 8px 12px 0px 38px;
	margin-bottom: 8px;
	text-decoration: underline;
	color: #e14897;
}

.about #a04 dt.open {
	text-decoration: none;
}

.about #a04 dt.hover {
	cursor: pointer;
	text-decoration: none;
}

.about #a04 dt.hover.open {
	cursor: default;
	text-decoration: none;
}

.about #a04 dt .faq_footer {
	background: url(../../about/images/bg_faq_footer.gif) no-repeat left bottom;
	height: 4px;
	margin-right: -12px;
	margin-left: -38px;
	padding-top: 2px;
}

.about #a04 dd {
	background: url(../../about/images/bg_faq_answer.gif) no-repeat left top;
	padding-left: 38px;
	font-size: 86%;
	margin-bottom: 18px;
}

.about #a04 dd .bt_close {
	text-align: right;
	padding-top: 8px;
}

.about #a04 dd .hover {
	cursor: pointer;
}

.about #a04 dd a:link, .about #a04 dd a:visited {
	color: #e14897;
	text-decoration: underline;
}

.about #a04 dd a:hover, .about #a04 dd a:active {
	color: #e14897;
	text-decoration: none;
}

