@charset "UTF-8";



/* *****************************************************
general.css
***************************************************** */

*
	{
	margin: 0;
	padding: 0;
	color: #333;
	background-color: transparent;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%; /* 16px */
	text-decoration: none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

body
	{
	color: #555;
	}

a[name]:link,
a[name]:visited,
a[name]:hover,
a[name]:active
	{
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	}


/* reader */

.PageReader
	{
	display:none;
	}

#LayerBody .PageReader
	{
	display:none;
	}

#LayerBase
	{
	margin: 0px auto 25px auto;
	background: url(i/body_base.gif) repeat-y;
	}


/* *****************************************************
header.css
***************************************************** */

#AreaGnavi
	{
	display:none;
	}

#LayerHeader,
#AreaGnaviTop,
#AreaGnaviTopMain
	{
	margin: 0;
	padding: 0;
	}

#AreaGnaviTop #AreaGnaviTopLinks,
#AreaGnaviTop #AreaGnaviTopImages
	{
	display:none;
	}

#AreaHeaderLeft
	{
	float: left;
	margin-bottom: 15px;
	width: 300px;
	}

#AreaHeaderRight
	{
	float: left;
	margin: 10px 0 15px 50px;
	width: 300px;
	}

#AreaFontsizeSearch
	{
	display:none;
	}

#IdAccess
	{
	display:none;
	}

#IdNumber
	{
	font-size: 90%; /* 13px */
	color: #da8a90;
	font-weight: bold;
	margin-bottom: 6px;
	}

#IdAddress
	{
	font-size: 75%; /* 12px */
	color: #666;
	}

/* nursing */

#nursing #IdNumber
	{
	color: #d59b5e;
	}

#nursing #AreaGnaviTopNursingNavi
	{
	width: 860px;
	margin-top: 15px;
	}

#nursing #AreaGnaviTopNursingNavi li
	{
	float: left;
	list-style: none;
	margin-right: 12px;
	margin-bottom: 15px;
	}

#nursing #LayerContentsTop
	{
	clear: both;
	width: 860px;
	margin-top: 25px;
	}

#nursing #LayerContentsTop:after
	{
	clear: both;
	margin: 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

#nursing #LayerContentsTop li
	{
	float: left;
	list-style: none;
	padding-right: 20px;
	padding-bottom: 18px;
	}

#nursing #LayerContentsTopBottom
	{
	display:none;
	}


/* *****************************************************
snavi.css
***************************************************** */

#LayerSnavi
	{
	display:none;
	}

/* top */

#AreaContentsInfo #AreaInformationTop
	{
	width: 190px;
	background-color: #F7F4F4;
	padding-bottom: 5px;
	}

#AreaContentsInfo #AreaInformationTop h2
	{
	font-size: 100%; /* 16px */
	margin: 0 0 13px 0;
	padding: 7px 6px 6px 15px;
	}

#AreaInformationTop h3
	{
	font-size: 90%; /* 14px */
	line-height: 135%; /* 18px */
	color: #356307;
	background: none;
	border-left: 5px solid #afd377;
	border-bottom: none;
	margin: 0 0 10px 21px;
	padding: 1px 0 0 9px;
	}

#AreaInformationTop p
	{
	font-size: 90%; /* 14px */
	line-height: 135%; /* 18px */
	color: #333;
	text-indent: -1em;
	margin: 0 15px 0 32px;
	}

#AreaInformationTop p.note
	{
	font-size: 75%; /* 12px */
	color: #333;
	text-indent: 0;
	margin: 0 15px 13px 19px;
	}

#AreaInformationTop p.time
	{
	color: #356307;
	}

#AreaInformationTop p.select
	{
	text-indent: 0;
	margin: 0 0 9px 12px;
	}

#AreaInformationTop p select
	{
	width: 166px;
	background-color: #fff;
	border: 1px solid #A3A3A3;
	}

#AreaInformationTop hr
	{
	clear: both;
	height: auto;
	height: 0px;
	border-style: solid;
	border-color: #b5c49e;
	width: 166px;
	margin: 12px 0 12px 12px;
	}

* html #AreaInformationTop hr /* IE 6 */
	{
	margin-top: 0;
	}

*+html #AreaInformationTop hr /* IE 7 */
	{
	margin-top: 0;
	}

#AreaContentsInfo #AreaInformationMobile
	{
	width: 190px;
	background-color: #f6f6f3;
	margin: 20px 0 0;
	padding-bottom: 5px;
	}

#AreaContentsInfo #AreaInformationMobile h2
	{
	font-size: 100%; /* 16px */
	margin: 0 0 13px 0;
	padding: 7px 6px 6px 15px;
	}

#AreaContentsInfo #AreaInformationMobile p
	{
	font-size: 80%; /* 13px */
	color: #333;
	margin: 0 13px 10px;
	}

#AreaContentsInfo #AreaInformationMobile p a
	{
	color: #3d4e23;
	background: url(i/arrow_code.gif) no-repeat 0 3px;
	}


/* *****************************************************
content.css
***************************************************** */

/* *****************************************************
LayerBody
***************************************************** */
#LayerBody
	{
	position: relative;
	clear: both;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	}

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

* html #LayerBody /* IE 6 */
	{
	margin: 12px 0 0 0;
	}


/* *****************************************************
LayerContents
***************************************************** */
#LayerContents
	{
	font-size: 90%; /* 14px */
	line-height: 150%; /* 18px */
	color: #555;
	width: 655px;
	min-height: 500px;
	margin: 0 33px 0 0;
	}

* html #LayerContents /* IE 6 */
	{
	height: 500px;
	display: inline;
	}

/* a */

a,
a:link,
a:visited
	{
	color: #6aa40f;
	background-color: inherit;
	text-decoration: underline;
	}

a:hover,
a:active
	{
	color: #b7da80;
	background-color: inherit;
	}


.table_index a,
.table_index a:link,
.table_index a:visited,
ul.contents_menu a,
ul.contents_menu a:link,
ul.contents_menu a:visited
	{
	color: #555;
	text-decoration: none;
	}

.table_index a:hover,
ul.contents_menu a:hover
	{
	color: #6aa40f;
	text-decoration: underline;
	}

.tnavi a,
.tnavi a:link,
.tnavi a:visited,
.rnavi a,
.rnavi a:link,
.rnavi a:visited,
.pnavi a,
.pnavi a:link,
.pnavi a:visited,
.fnavi a,
.fnavi a:link,
.fnavi a:visited,
#fnavi a,
#fnavi a:link,
#fnavi a:visited
	{
	color: #555;
	text-decoration: underline;
	}

#nursing .tnavi a,
#nursing .tnavi a:link,
#nursing .tnavi a:visited,
#nursing .rnavi a,
#nursing .rnavi a:link,
#nursing .rnavi a:visited,
#nursing .pnavi a,
#nursing .pnavi a:link,
#nursing .pnavi a:visited,
#nursing .fnavi a,
#nursing .fnavi a:link,
#nursing .fnavi a:visited,
#nursing #fnavi a,
#nursing #fnavi a:link,
#nursing #fnavi a:visited
	{
	color: #333;
	}

.tnavi a:hover,
.rnavi a:hover,
.pnavi a:hover,
.fnavi a:hover,
#fnavi a:hover,
#nursing .tnavi a:hover,
#nursing .rnavi a:hover,
#nursing .fnavi a:hover,
#nursing #fnavi a:hover
	{
	color: #afafaf;
	}

.right_link a,
.right_link a:link,
.right_link a:visited
	{
	color: #687046;
	text-decoration: none;
	}

.right_link a:hover
	{
	color: #687046;
	}

/* =====================================================
Heading
===================================================== */
h1
	{
	margin-bottom: 20px;
	}

h2
	{
	font-size: 110%; /* 16px */
	font-weight: bold;
	background: url(i/h2_base.gif) repeat-y left top;
	border-left: 7px solid #97b96e;
	margin: 25px 0 21px 0;
	padding: 5px 6px 4px 10px;
	letter-spacing: 0.1em; /* 3px */
	}

.left h2,
.right h2
	{
	background: url(i/h2_base_half.gif) repeat-y left top;
	}

#AreaCornerTop .left h2,
#AreaCornerTop .right h2
	{
	margin-bottom: 2px;
	}

#health #AreaCornerTop .left h2,
#health #AreaCornerTop .right h2
	{
	margin-top: 5px;
	}

.AreaTabContents h2
	{
	background: url(i/h2_base_tab.gif) repeat-y left top;
	}

h2.h2-h5
	{
	color: #738064;
	background: none;
	letter-spacing: 0.1em; /* 3px */
	border-left: 5px solid #7c9361;
	margin: 20px 15px 5px 15px;
	padding: 0 0 0 10px;
	font-size: 100%; /* 14px */
	}

.AreaTabContents h2.h2-h5
	{
	margin-left: 10px;
	margin-right: 10px;
	}

.h2_index
	{
	position: relative;
	height: auto;
	}

#LayerContents .h2_index p
	{
	position: absolute;
	top: 5px;
	text-align: right;
	width: 640px;
	margin: 0;
	}

h3
	{
	font-size: 110%; /* 16px */
	color: #6fa432;
	font-weight: bold;
	border-bottom: 1px solid #97b96e;
	border-left: 5px solid #97b96e;
	margin: 15px 15px 15px 15px;
	padding: 0 0 0 10px;
	}

.AreaTabContents h3
	{
	margin: 15px 10px 15px 10px;
	}


.left h3
	{
	margin-top: 0;
	}


.AreaTabContents .left h3,
.AreaTabContents .right h3
	{
	margin-top: 0;
	margin-right: 0;
	}

h4
	{
	font-size: 105%; /* 15px */
	color: #7c9361;
	font-weight: bold;
	background-color: inherit;
	border-left: 5px solid #7c9361;
	margin: 0 15px 5px 15px;
	padding: 0 0 0 10px;
	}

.AreaTabContents h4
	{
	margin-left: 10px;
	margin-right: 10px;
	}

h5
	{
	color: #738064;
	font-weight: bold;
	background-color: inherit;
	margin: 0 15px 5px 15px;
	letter-spacing: 0.1em; /* 3px */
	}

.AreaTabContents h5
	{
	margin-left: 10px;
	margin-right: 10px;
	}

/* AreaSearchResult */
#AreaSearchResult h2
	{
	color: #555;
	background: none;
	margin: 15px 0 10px 15px;
	padding: 0;
	}

#AreaSearchResult h2 a
	{
	font-weight: bold;
	}

#AreaSearchResult h3
	{
	font-size: 105%; /* 15px */
	color: #7c9361;
	font-weight: bold;
	border: none;
	margin: 25px 15px 10px 15px;
	padding: 0 0 0 13px;
	}

#AreaSearchResult h4
	{
	font-size: 100%; /* 14px */
	color: #738064;
	font-weight: bold;
	background: none;
	background-color: inherit;
	margin: 20px 15px 7px 15px;
	padding: 0;
	letter-spacing: 0.1em; /* 3px */
	}

#LayerContents #AreaSearchResult p
	{
	margin-bottom: 7px;
	}

#LayerContents #AreaSearchResult p.p_uri
	{
	margin-bottom: 40px;
	}






/* =====================================================
Contents
===================================================== */
#LayerContents p
	{
	width: auto;
	margin: 0 15px 11px 15px;
	letter-spacing: 0.1em;
	}

#LayerContents .AreaTabContents p
	{
	margin-left: 10px;
	margin-right: 10px;
	}

#LayerContents #googleMap p
	{
	width: 600px;
	border: 1px solid #999;
	margin: 0 0 0 25px;
	padding: 0;
	}


#LayerContents p.lead
	{
	margin-left: 3px;
	}

#LayerContents #AreaCornerTop p.lead
	{
	margin-top: 10px;
	margin-left: 25px;
	}


#LayerContents p.link_pdf,
#LayerContents p.link_word,
#LayerContents p.link_excel,
#LayerContents p.link_pop,
#LayerContents p.link_blank
	{
	margin-bottom: 15px;
	}

#LayerContents p.link_pdf a,
#LayerContents p.link_word a,
#LayerContents p.link_excel a,
#LayerContents p.link_pop a,
#LayerContents p.link_blank a
	{
	color: #555;
	}

#LayerContents p.link_pdf a:hover,
#LayerContents p.link_word a:hover,
#LayerContents p.link_excel a:hover,
#LayerContents p.link_pop a:hover,
#LayerContents p.link_blank a:hover
	{
	color: #64931c;
	}



#LayerContents .indent_01,
#LayerContents p.indent_01
	{
	text-indent: -1.3em;
	margin-left: 32px;
	}

#LayerContents .indent_02,
#LayerContents p.indent_02
	{
	text-indent: -1.6em;
	margin-left: 38px;
	}

#LayerContents .AreaTabContents .indent_01,
#LayerContents .AreaTabContents p.indent_01
	{
	margin-left: 27px;
	}

#LayerContents .m-0,
#LayerContents p.m-0
	{
	margin-bottom: 0;
	}



#LayerContents .caption
	{
	font-size: 90%; /* 13px */
	line-height: 100%; /* 15px */
	color: #666;
	background-color: inherit;
	margin-top: -7px;
	padding-left: 7px;
	}

#LayerContents strong
	{
	color: #9c3328;
	background-color: inherit;
	}

#LayerContents em
	{
	color: #4b6f25;
	background-color: inherit;
	}

form p.error,
form p .error,
form .error
	{
	color: #c74f05 ;
	}


.set_left
	{
	text-align: left;
	}

.set_center
	{
	text-align: center;
	}

.set_right
	{
	text-align: right;
	}

hr
	{
	clear: both;
	height: 0px;
	border-top: 1px dotted #999;
	margin: 8px 15px 25px 15px;
	}

* html hr /* IE 6 */
	{
	margin: -4px 15px 17px 15px;
	}

*+html hr /* IE 7 */
	{
	margin: -5px 15px 14px 15px;
	}

.AreaTabContents hr
	{
	margin: 8px 10px 25px 10px;
	}

* html .AreaTabContents hr /* IE 6 */
	{
	margin: -4px 10px 17px 10px;
	}

*+html .AreaTabContents hr /* IE 7 */
	{
	margin: -5px 10px 14px 10px;
	}

#medical #AreaCornerTop hr
	{
	margin: 3px 10px 17px 10px;
	}

* html #medical #AreaCornerTop hr /* IE 6 */
	{
	margin: -9px 10px 9px 10px;
	}

*+html #medical #AreaCornerTop hr /* IE 7 */
	{
	margin: -10px 10px 6px 10px;
	}


/* -----------------------------------------------------
table
----------------------------------------------------- */
table
	{
	width: 625px;
	margin: 0 0 22px 15px;
	padding: 0;
	border-collapse: collapse;
	border-right: 1px solid #cbd2bd;
	}

.AreaTabContents table
	{
	width: 583px;
	margin-left:10px;
	}

th,
td
	{
	border: 1px solid #cbd2bd;
	border-right: none;
	padding: 7px 10px 5px;
	text-align: left;
	vertical-align: top;
	}

th.border_l_no,
td.border_l_no
	{
	border-left: none;
	}

th
	{
	color: #48552b;
	background-color: #E4EADC;
	}

td.th
	{
	background-color: #F8FAF5;
	}


/* table_index */

.table_index,
#nursing .table_index
	{
	width: 625px;
	margin: 0 0 10px 15px;
	padding: 0;
	border-collapse: collapse;
	border: none;
	}

.table_index th,
.table_index td,
#nursing .table_index th,
#nursing .table_index td
	{
	vertical-align: top;
	border-bottom: 1px dotted #999;
	border-top: none;
	border-left: none;
	border-right: none;
	background: none;
	padding-top: 12px;
	padding-bottom: 3px;
	}

* html .table_index th, /* IE 6 */
* html .table_index td,
* html #nursing .table_index th,
* html #nursing .table_index td
	{
	padding-top: 10px;
	}

*+html .table_index th, /* IE 7 */
*+html .table_index td,
*+html #nursing .table_index th,
*+html #nursing .table_index td
	{
	padding-top: 10px;
	}

.table_index th.bottom,
.table_index td.bottom,
#nursing .table_index th.bottom,
#nursing .table_index td.bottom
	{
	border: none;
	}

.table_index th,
#nursing .table_index th
	{
	width: 120px;
	text-align: left;
	background: url(i/arrow_list.gif) no-repeat 11px 18px;
	padding-left: 30px;
	}

#nursing .table_index th
	{
	background: url(i/arrow_list_nursing.gif) no-repeat 11px 18px;
	}

.table_index td.icon
	{
	width: 92px;
	padding: 14px 0 7px 0;
	}

* html .table_index td.icon /* IE 6 */
	{
	padding: 13px 0 8px 0;
	}

*+html .table_index td.icon /* IE 7 */
	{
	padding: 13px 0 8px 0;
	}

/* -----------------------------------------------------
ul,ol,dl
----------------------------------------------------- */

#LayerContents ul
	{
	margin: 0 15px 22px 30px;
	letter-spacing: 0.1em;
	}

#LayerContents .AreaTabContents ul
	{
	margin-left: 25px;
	margin-right: 10px;
	}

#LayerContents ol
	{
	margin: 0 15px 22px 22px;
	padding-left: 1em;
	letter-spacing: 0.1em;
	}

#LayerContents .AreaTabContents ol
	{
	margin-left: 17px;
	margin-right: 10px;
	}

#LayerContents ul li,
#LayerContents ol ul li
	{
	list-style: none url(i/icon_ul.gif);
	}

#LayerContents ul ul li,
#LayerContents ol ul li
	{
	list-style: none url(i/icon_ul2.gif);
	}

#LayerContents ol li
	{
	list-style: decimal;
	margin: 0;
	padding: 0;
	}

#LayerContents ol ol,
#LayerContents ol ul,
#LayerContents ul ol,
#LayerContents ul ul
	{
	margin-bottom: 3px;
	}

#LayerContents ol ol li
	{
	list-style: lower-alpha;
	}


#LayerContents ul.contents_menu
	{
	_zoom: 1;
	overflow: hidden;
	margin: 0 0 0 16px;
	}


#LayerContents ul.contents_menu li
	{
	width: 267px;
	list-style: none;
	border-top: 1px dotted #999;
	background: url(i/arrow_list.gif) no-repeat 7px 13px;
	margin-top: -1px;
	padding: 7px 0 3px 22px;
	}

/* dl */

#LayerContents dl.dl_q,
#LayerContents dl.dl_a
	{
	clear: both;
	width: 583px;
	height: auto;
	margin: 10px 15px 10px 15px;
	letter-spacing: 0.1em;
	}

#LayerContents .AreaTabContents dl.dl_q,
#LayerContents .AreaTabContents dl.dl_a
	{
	margin-left:10px;
	margin-right:10px;
	}

#LayerContents dl.dl_q:after,
#LayerContents dl.dl_a:after
	{
	clear: both;
	margin: 0 0 0 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

#LayerContents dl.dl_q dt,
#LayerContents dl.dl_q dd,
#LayerContents dl.dl_a dt,
#LayerContents dl.dl_a dd
	{
	float: left;
	margin-bottom: 11px;
	}

#LayerContents dl.dl_q dt,
#LayerContents dl.dl_a dt
	{
	width: 34px;
	}

#LayerContents dl.dl_q dd,
#LayerContents dl.dl_a dd
	{
	width: 549px;
	}

#LayerContents dl.dl_q dt,
#LayerContents dl.dl_q dd
	{
	font-size: 105%; /* 15px */
	color: #6fa432;
	}

#LayerContents dl.dl_a dt
	{
	color: #698746;
	}

#LayerContents dl.dl_q dd a
	{
	font-size: 90%; /* 14px */
	color: #555;
	}

#LayerContents dl.dl_q dd a:hover
	{
	color: #6fa432;
	}

#LayerContents dl.dl_a
	{
	margin-top: -10px;
	}









/* =====================================================
button, shortcut
===================================================== */
#LayerContents p.shortcut_patient,
#LayerContents p.shortcut_rtc,
#LayerContents p.shortcut_getwell,
#LayerContents p.shortcut_payment
	{
	margin: 0 0 5px 0;
	}

.shortcut_patient a,
.shortcut_rtc a,
.shortcut_getwell a,
.shortcut_payment a
	{
	display: block;
	width: 152px;
	height: 40px;
	overflow: hidden;
	/* */overflow: hidden;/* */ /* Mac */
	}

.shortcut_inquiry a
	{
	display: block;
	width: 135px;
	height: 31px;
	overflow: hidden;
	/* */overflow: hidden;/* */ /* Mac */
	}

.shortcut_inquiry a:link,
.shortcut_inquiry a:visited
	{
	background: url(i/button_inquiry_counter.gif) 0 0 no-repeat;
	}

.shortcut_inquiry a:hover,
.shortcut_inquiry a:active
	{
	background: url(i/button_inquiry_counter.gif) 0 -31px no-repeat;
	}

.shortcut_patient a:link,
.shortcut_patient a:visited
	{
	background: url(i/shortcut_patient.gif) 0 0 no-repeat;
	}

.shortcut_patient a:hover,
.shortcut_patient a:active
	{
	background: url(i/shortcut_patient.gif) 0 -40px no-repeat;
	}

.shortcut_rtc a:link,
.shortcut_rtc a:visited
	{
	background: url(i/shortcut_rtc.gif) 0 0 no-repeat;
	}

.shortcut_rtc a:hover,
.shortcut_rtc a:active
	{
	background: url(i/shortcut_rtc.gif) 0 -40px no-repeat;
	}

.shortcut_getwell a:link,
.shortcut_getwell a:visited
	{
	background: url(i/shortcut_getwell.gif) 0 0 no-repeat;
	}

.shortcut_getwell a:hover,
.shortcut_getwell a:active
	{
	background: url(i/shortcut_getwell.gif) 0 -40px no-repeat;
	}

.shortcut_payment a:link,
.shortcut_payment a:visited
	{
	background: url(i/shortcut_payment.gif) 0 0 no-repeat;
	}

.shortcut_payment a:hover,
.shortcut_payment a:active
	{
	background: url(i/shortcut_payment.gif) 0 -40px no-repeat;
	}

/* =====================================================
other link
===================================================== */

/* link_banner */

.link_banner a,
.link_banner a:link,
.link_banner a:visited
	{
	display: block;
	color: #6aa40f;
	text-decoration: none;
	width: 161px;
	background: url(i/arrow_m.gif) no-repeat 10px 11px;
	border: 1px solid #abce67;
	margin-bottom: 21px;
	padding: 5px 0 3px 24px;
	}

.link_banner a:hover
	{
	color: #b7da80;
	border: 1px solid #c1cdad;
	text-decoration: underline;
	}

#LayerContents form p.link_banner
	{
	margin-right: 10px;
	}

/* link_l */

.link_l a,
.link_l a:link,
.link_l a:visited
	{
	display: block;
	font-size: 105%; /* 15px */
	letter-spacing: 0;
	color: #555;
	width: 20em;
	background: url(i/arrow_l.gif) no-repeat 0 4px;
	padding: 0 0 0 22px;
	}

.link_l a:hover
	{
	color: #6aa40f;
	text-decoration: underline;
	}

#AreaCornerTop .link_l a
	{
	text-decoration: none;
	}

#AreaCornerTop .link_l a:hover
	{
	text-decoration: underline;
	}

/* link_m */

.link_m a,
.link_m a:link,
.link_m a:visited
	{
	display: block;
	color: #555;
	width: 20em;
	background: url(i/arrow_m.gif) no-repeat 13px 5px;
	padding: 0 0 0 28px;
	}

.link_m a:hover
	{
	color: #6aa40f;
	text-decoration: underline;
	}

#AreaCornerTop .link_m a
	{
	text-decoration: none;
	}

#AreaCornerTop .link_m a:hover
	{
	text-decoration: underline;
	}




.clear .link_l a,
.clear .link_l a:link,
.clear .link_l a:visited,
.clear .link_m a,
.clear .link_m a:link,
.clear .link_m a:visited
	{
	width: auto;
	}




/* =====================================================
tnavi
===================================================== */
#LayerContents .tnavi
	{
	display:none;
	}

/* =====================================================
.right_link
===================================================== */
#LayerContents p.right_link
	{
	width: 640px;
	height: auto;
	background: url(i/right_link_base.gif) repeat-y right top;
	margin-top: 12px;
	padding: 6px 0 3px 0;
	}

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

#LayerContents .right_link a
	{
	display: block;
	float: right;
	min-height: 15px;
	text-indent: 25px;
	background: url(i/icon_right_link.gif) 0 1px no-repeat;
	margin-right: 14px;
	}

* html #LayerContents p.right_link /* IE 6 */
	{
	width: 625px;
	}

/* =====================================================
.rnavi
===================================================== */
.rnavi
	{
	width: auto;
	}

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

* html .rnavi /* IE 6 */
	{
	height: 1px;
	}

*+html .rnavi /* IE 7 */
	{
	display:inline-block;
	}

#LayerContents .rnavi a
	{
	display: block;
	float: right;
	min-height: 15px;
	text-indent: 18px;
	font-size: 90%; /* 13px */
	background: url(i/icon_rnavi.gif) no-repeat 0 4px;
	}


/* =====================================================
.pnavi
===================================================== */
.pnavi
	{
	display:none;
	}


/* =====================================================
.fnavi
===================================================== */
.fnavi
	{
	display:none;
	}

/* =====================================================
#fnavi
===================================================== */
#fnavi
	{
	display:none;
	}

/* *****************************************************
AreaPickup
***************************************************** */
.AreaPickup
	{
	width: 359px;
	border: 2px solid #bfd3a6;
	background-color: #f7f9f2;
	margin: 0 0 25px 148px;
	padding-top: 11px;
	}

.AreaPickup h3
	{
	font-size: 105%; /* 15px */
	color: #7c9361;
	font-weight: bold;
	background-color: inherit;
	background: url(i/h4_base.gif) no-repeat 1px 4px;
	border: none;
	margin: 0 15px 5px 15px;
	padding: 0 0 0 13px;
	}

/* *****************************************************
tab
***************************************************** */
#LayerContents .AreaTabNavi ul
	{
	width: 654px;
	border-left: 1px solid #A5CE66;
	background: url(i/tab_border.gif) no-repeat left bottom;
	margin: 0;
	letter-spacing: 0;
	}

#LayerContents .AreaTabNavi ul:after
	{
	clear: both;
	margin: 0 0 0 0;
	height: 0;
	content: ".";
	display: block;
	visibility: hidden;
	}

#LayerContents .AreaTabNavi li
	{
	float: left;
	list-style: none;
	}

#LayerContents .AreaTabNavi li.active a
	{
	color: #64931c;
	border-bottom: 1px solid #fff;
	background: url(i/tab_base.gif) no-repeat 0 0;
	}

#LayerContents .AreaTabNavi li a
	{
	display: block;
	color: #8b8f8c;
	text-decoration: none;
	border: 1px solid #A5CE66;
	border-left: none;
	background: url(i/tab_base.gif) no-repeat -300px 0;
	padding: 8px 10px 5px;
	}

#LayerContents .AreaTabNavi li a:hover
	{
	color: #64931c;
	background: url(i/tab_base.gif) no-repeat 0 0;
	}

* html #LayerContents .AreaTabNavi li.active, /* IE 6 */
* html #LayerContents .AreaTabNavi li.active a,
* html #LayerContents .AreaTabNavi li a:hover
	{
	background: url(i/tab_base.gif) no-repeat 0 1px;
	}

*+html #LayerContents .AreaTabNavi li.active, /* IE 7 */
*+html #LayerContents .AreaTabNavi li.active a,
*+html #LayerContents .AreaTabNavi li a:hover
	{
	background: url(i/tab_base.gif) no-repeat 0 1px;
	}

* html #LayerContents .AreaTabNavi li a /* IE 6 */
	{
	background: url(i/tab_base.gif) no-repeat -300px 1px;
	}

*+html #LayerContents .AreaTabNavi li a /* IE 7 */
	{
	background: url(i/tab_base.gif) no-repeat -300px 1px;
	}




.AreaTabContents
	{
	width: 603px;
	min-height: 200px;
	border: 1px solid #A5CE66;
	border-top: none;
	margin-bottom: 20px;
	padding: 3px 25px 25px 25px;
	}




#LayerContents .AreaTabContents p.lead
	{
	margin-top: 22px;
	}



/* *****************************************************
form
***************************************************** */
#LayerContents form table p
	{
	margin-left: 0;
	}

form input,
form select,
form textarea
	{
	width: 90%;
	border: 1px solid #cbd2bd;
	padding: 3px 3px 1px 3px;
	}

form textarea
	{
	height: 125px;
	line-height: 150%; /* 18px */
	}

form select
	{
	width: 90%;
	background-color: #fff;
	}


/* *****************************************************
popup
***************************************************** */
/* general */
#popup
	{
	background-color: #eeeeee;
	}


#popup #LayerBase
	{
	width: 711px;
	background: none;
	}


/* header */
#popup #LayerHeader
	{
	width: 711px;
	background: none;
	}

#popup #AreaHeader
	{
	width: 655px;
	margin-left: 28px;
	}

#popup #AreaHeaderLeft
	{
	width: 273px;
	padding: 17px 0 0 7px;
	}

#popup #AreaHeaderRight
	{
	width: 193px;
	padding-right: 0;
	}

#popup #IdFontsize
	{
	margin-top: 28px;
	margin-right: 8px;
	}


/* footer */
#popup #LayerFooter
	{
	width: 711px;
	background: none;
	padding-bottom: 5px;
	}

#popup #AreaFooter
	{
	width: 655px;
	margin-left: 28px;
	padding-top: 4px;
	}


/* content */
#popup #LayerBase
	{
	margin: 0px auto 0 auto;
	width: 711px;
	background: none;
	background-color: #fff;
	}

#popup #LayerBody
	{
	width: 655px;
	margin-left: 28px;
	}

#popup #LayerContents
	{
	float: none;
	}

#popup h1
	{
	margin-bottom: 11px;
	}

#popup h2
	{
	margin-top: 25px;
	margin-bottom: 10px;
	}

#popup h3
	{
	margin-bottom: 9px;
	}

#popup h4
	{
	margin-bottom: 11px;
	}

#popup #fnavi
	{
	width: 625px;
	float: none;
	margin: 15px;
	letter-spacing: 0.1em; /* 3px */
	}

#popup .close
	{
	display:none;
	}


#popup #LayerContents table.t_schedule th,
#popup #LayerContents table.t_schedule td
	{
	text-align: center;
	vertical-align: middle;
	}


#popup #LayerContents table.t_schedule td.th
	{
	text-align: left;
	}



/* *****************************************************
nursing
***************************************************** */

#nursing a,
#nursing a:link,
#nursing a:visited
	{
	color: #e47e88;
	}

#nursing a:hover,
#nursing a:active
	{
	color: #efb2b8;
	}

#nursing h2
	{
	border-left: 7px solid #d67c8a;
	}

#nursing h3
	{
	color: #d67c8a;
	border-bottom: 1px solid #eec3c6;
	border-left: 5px solid #eec3c6;
	}

#nursing h4
	{
	color: #b46d74;
	border-left: 5px solid #eec3c6;
	}

#nursing h5
	{
	color: #906165;
	}

#nursing #LayerContents p.link_pop
	{
	background: url(i/icon_pop_nursing.gif) no-repeat 1px 3px;
	}

#nursing #LayerContents a.link_pop
	{
	background: url(i/icon_pop_nursing.gif) no-repeat right top;
	}

#nursing #LayerContents p.link_blank
	{
	background: url(i/icon_blank_nursing.gif) no-repeat 1px 3px;
	}

#nursing #LayerContents a.link_blank
	{
	background: url(i/icon_blank_nursing.gif) no-repeat right top;
	}

#nursing #LayerContents p.link_pdf a,
#nursing #LayerContents p.link_pop a,
#nursing #LayerContents p.link_blank a
	{
	color: #333;
	}

#nursing #LayerContents p.link_pdf a:hover,
#nursing #LayerContents p.link_pop a:hover,
#nursing #LayerContents p.link_blank a:hover
	{
	color: #ed9d57;
	}

#nursing #LayerContents strong
	{
	color: #9c3328;
	}

#nursing #LayerContents em
	{
	color: #9a4902;
	}

/* table */

#nursing table
	{
	border-right: 1px solid #d9c5c6;
	}

#nursing th,
#nursing td
	{
	border: 1px solid #d9c5c6;
	}

#nursing th
	{
	color: #833c43;
	background-color: #f5e4e5;
	}

#nursing td.th
	{
	color: #794b4d;
	background-color: #faf5f6;
	}

/* ul,ol,dl */

#nursing #LayerContents ul li,
#nursing #LayerContents ol ul li
	{
	list-style: none url(i/icon_ul_nursing.gif);
	}

#nursing #LayerContents ul ul li,
#nursing #LayerContents ol ul li
	{
	list-style: none url(i/icon_ul2_nursing.gif);
	}

#nursing #LayerContents dl.dl_q dt,
#nursing #LayerContents dl.dl_q dd
	{
	color: #e47e88;
	}

#nursing #LayerContents dl.dl_a dt
	{
	color: #e5a46b;
	}

#nursing #LayerContents dl.dl_q dd a
	{
	color: #555;
	}

#nursing #LayerContents dl.dl_q dd a:hover
	{
	color: #ed9d57;
	}

/* link_banner */

#nursing .link_banner a,
#nursing .link_banner a:link,
#nursing .link_banner a:visited
	{
	color: #e47e88;
	background: url(i/arrow_m_nursing.gif) no-repeat 10px 11px;
	border: 1px solid #f19da2;
	}

#nursing .link_banner a:hover
	{
	color: #efb2b8;
	background: url(i/arrow_m_on_nursing.gif) no-repeat 10px 11px;
	border: 1px solid #efb17b;
	}

/* link_l */

#nursing .link_l a
	{
	color: #333;
	background: url(i/arrow_l_nursing.gif) no-repeat 0 4px;
	}

#nursing .link_l a:hover
	{
	color: #ed9d57;
	background: url(i/arrow_l_on_nursing.gif) no-repeat 0 4px;
	}

/* link_m */

#nursing .link_m a
	{
	color: #333;
	background: url(i/arrow_m_nursing.gif) no-repeat 13px 5px;
	}

#nursing .link_m a:hover
	{
	color: #ed9d57;
	background: url(i/arrow_m_on_nursing.gif) no-repeat 13px 5px;
	}



#nursing .AreaNewProgram h3
	{
	margin: 0 0 15px 15px;
	padding: 0;
	background: none;
	border: none;
	}



/* *****************************************************
top
***************************************************** */
#LayerContentsTop
	{
	width: 670px;
	margin: 4px 0 10px 0;
	}

* html #LayerContentsTop /* IE 6 */
	{
	display: inline;
	}


/* AreaContentsTop */

#AreaContentsTop
	{
	float: right;
	width: 465px;
	margin: 0;
	}

#AreaContentsTop .h2_index
	{
	position: relative;
	_position: static;
	height: auto;
	}

#AreaContentsTop .h2_index h2
	{
	font-size: 100%; /* 16px */
	width: 413px;
	padding: 7px 6px 7px 10px;
	margin: 0;
	}

#AreaContentsTop  .h2_index p
	{
	position: absolute;
	top: 5px;
	_top: 20px;
	text-align: right;
	width: 443px;
	margin: 0;
	}

#AreaContentsTop .table_index
	{
	background-color: #f7f9f2;
	border: none;
	width: 412px;
	margin: 0 0 25px 0;
	padding: 7px 20px 12px 18px;
	}

#AreaContentsTop .table_index table
	{
	border-collapse: collapse;
	border: none;
	width: 412px;
	margin: 0;
	padding: 0;
	}

#AreaContentsTop .table_index th,
#AreaContentsTop .table_index td
	{
	font-size: 90%; /* 14px */
	vertical-align: top;
	background: none;
	border: none;
	border-bottom: 1px dotted #999;
	padding: 10px 0 6px 6px;
	}

#AreaContentsTop .table_index th.bottom,
#AreaContentsTop .table_index td.bottom
	{
	border: none;
	}

#AreaContentsTop .table_index td
	{
	color: #333;
	padding: 7px 0 9px 6px;
	}

#AreaContentsTop .table_index th
	{
	width: 79px;
	}

#AreaContentsTop .table_index td
	{
	padding-left: 11px;
	}

#AreaContentsTop .table_index td .date
	{
	color: #5e9703;
	padding-bottom: 4px;
	}

#AreaContentsTop .table_index td a:hover
	{
	color: #333;
	text-decoration: underline;
	}


/* AreaTopPickup */

#AreaContentsTop #AreaTopPickup
	{
	padding: 0;
	margin: 15px 0 0 10px;
	}

#AreaContentsTop #AreaTopPickup h2
	{
	font-size: 90%; /* 14px */
	line-height: 175%; /* 24px */
	color: #666;
	font-weight: normal;
	background: url(i/arrow_top_pink.gif) no-repeat 0 4px;
	width: auto;
	margin: 3px 0 4px 0;
	padding: 0;
	padding-left: 10px;
	}

#AreaContentsTop #AreaTopPickup h2 a,
#AreaContentsTop #AreaTopPickup h2 a:link
	{
	color: #666;
	text-decoration: none;
	}

#AreaContentsTop #AreaTopPickup h2 a:hover
	{
	text-decoration: underline;
	}

#AreaContentsTop #AreaTopPickup p
	{
	font-size: 90%; /* 14px */
	line-height: 160%; /* 22px */
	color: #333;
	width: auto;
	margin: 0;
	padding: 0;
	}

#AreaContentsTop #AreaTopPickup hr
	{
	clear: both;
	height: 0px;
	margin: 12px 0;
	width: 439px;
	}

* html #AreaContentsTop #AreaTopPickup hr /* IE 6 */
	{
	margin: 5px 12px 5px -3px;
	}

*+html #AreaContentsTop #AreaTopPickup hr /* IE 7 */
	{
	margin: 5px 12px 5px -3px;
	}


/* AreaContentsInfo */

#AreaContentsInfo
	{
	float: left;
	width: 190px;
	margin: 0;
	}

#AreaContentsInfo h2
	{
	margin: 0;
	padding: 0;
	}

#AreaContentsInfo #AreaInformationTop h2,
#AreaContentsInfo #AreaInformationMobile h2
	{
	color: #333;
	}


/* LayerContentsBanner */

#LayerContentsBanner
	{
	clear: both;
	}

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

#LayerContentsBanner p
	{
	float: left;
	margin: 5px 25px 5px 0;
	}

#LayerContentsBanner p.banner_m_t,
#LayerContentsBanner p.banner_m
	{
	margin-top: 5px;
	}


/* *****************************************************
footer.css
***************************************************** */

#LayerFooter
	{
	display:none;
	}


/* *****************************************************
box.css
***************************************************** */



.clear
	{
	clear: both;
	padding: 0;
	margin: 0;
	}

* html .clear /* IE 6 */
	{
	height: 1px;
	}

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

.clear /* IE 7  FF3 */
	{
	display:inline-block;
	}

.left
	{
	float: left;
	}

.right
	{
	float: right;
	}

* html .left, /* IE 6 */
* html .right
	{
	display: inline;
	}

*+html .left, /* IE 7 */
*+html .right
	{
	display: inline;
	}

#LayerContents .left p,
#LayerContents .left h3,
#LayerContents .left h4,
#LayerContents .left h5
	{
	margin-right: 0;
	}

/* *****************************************************
table
***************************************************** */
table th.m-c,
table td.m-c
	{
	text-align: center;
	vertical-align: middle;
	}

table th.m-l,
table td.m-l
	{
	text-align: left;
	vertical-align: middle;
	}


/* *****************************************************
width
***************************************************** */

.w30
	{
	width: 30px;
	}

.w35
	{
	width: 35px;
	}

.w40
	{
	width: 40px;
	}

.w45
	{
	width: 45px;
	}

.w50
	{
	width: 50px;
	}

.w55
	{
	width: 55px;
	}

.w60
	{
	width: 60px;
	}

.w65
	{
	width: 65px;
	}

.w70
	{
	width: 70px;
	}

.w75
	{
	width: 75px;
	}

.w76
	{
	width: 76px;
	}

.w80
	{
	width: 80px;
	}

.w85
	{
	width: 85px;
	}

.w90
	{
	width: 90px;
	}

.w95
	{
	width: 95px;
	}

.w100
	{
	width: 100px;
	}

.w105
	{
	width: 105px;
	}

.w106
	{
	width: 106px;
	}

.w110
	{
	width: 110px;
	}

.w115
	{
	width: 115px;
	}

.w120
	{
	width: 120px;
	}

.w125
	{
	width: 125px;
	}

.w130
	{
	width: 130px;
	}

.w132
	{
	width: 132px;
	}

.w135
	{
	width: 135px;
	}

.w140
	{
	width: 140px;
	}

.w145
	{
	width: 145px;
	}

.w150
	{
	width: 150px;
	}

.w155
	{
	width: 155px;
	}

.w160
	{
	width: 160px;
	}

.w165
	{
	width: 165px;
	}

.w170
	{
	width: 170px;
	}

.w175
	{
	width: 175px;
	}

.w180
	{
	width: 180px;
	}

.w182
	{
	width: 182px;
	}

.w185
	{
	width: 185px;
	}

.w187
	{
	width: 187px;
	}

.w190
	{
	width: 190px;
	}

.w190
	{
	width: 190px;
	}

.w195
	{
	width: 195px;
	}

.w199
	{
	width: 199px;
	}

.w200
	{
	width: 200px;
	}

.w205
	{
	width: 205px;
	}

.w210
	{
	width: 210px;
	}

.w213
	{
	width: 213px;
	}

.w215
	{
	width: 215px;
	}

.w218
	{
	width: 218px;
	}

.w220
	{
	width: 220px;
	}

.w225
	{
	width: 225px;
	}

.w230
	{
	width: 230px;
	}

.w235
	{
	width: 235px;
	}

.w240
	{
	width: 240px;
	}

.w245
	{
	width: 245px;
	}

.w250
	{
	width: 250px;
	}

.w255
	{
	width: 255px;
	}

.w260
	{
	width: 260px;
	}

.w265
	{
	width: 265px;
	}

.w268
	{
	width: 268px;
	}

.w270
	{
	width: 270px;
	}

.w272
	{
	width: 272px;
	}

.w275
	{
	width: 275px;
	}

.w278
	{
	width: 278px;
	}

.w280
	{
	width: 280px;
	}

.w283
	{
	width: 283px;
	}

.w285
	{
	width: 285px;
	}

.w290
	{
	width: 290px;
	}

.w295
	{
	width: 295px;
	}

.w298
	{
	width: 298px;
	}

.w299
	{
	width: 299px;
	}

.w300
	{
	width: 300px;
	}

.w302
	{
	width: 302px;
	}

.w305
	{
	width: 305px;
	}

.w310
	{
	width: 310px;
	}

.w315
	{
	width: 315px;
	}

.w320
	{
	width: 320px;
	}

.w323
	{
	width: 323px;
	}

.w325
	{
	width: 325px;
	}

.w330
	{
	width: 330px;
	}

.w335
	{
	width: 335px;
	}

.w340
	{
	width: 340px;
	}

.w345
	{
	width: 345px;
	}

.w348
	{
	width: 348px;
	}

.w350
	{
	width: 350px;
	}

.w353
	{
	width: 353px;
	}

.w355
	{
	width: 355px;
	}

.w358
	{
	width: 358px;
	}

.w360
	{
	width: 360px;
	}

.w365
	{
	width: 365px;
	}

.w370
	{
	width: 370px;
	}

.w375
	{
	width: 375px;
	}

.w380
	{
	width: 380px;
	}

.w385
	{
	width: 385px;
	}

.w388
	{
	width: 388px;
	}

.w390
	{
	width: 390px;
	}

.w395
	{
	width: 395px;
	}

.w400
	{
	width: 400px;
	}

.w405
	{
	width: 405px;
	}

.w410
	{
	width: 410px;
	}

.w415
	{
	width: 415px;
	}

.w418
	{
	width: 418px;
	}

.w420
	{
	width: 420px;
	}

.w425
	{
	width: 425px;
	}

.w430
	{
	width: 430px;
	}

.w435
	{
	width: 435px;
	}

.w440
	{
	width: 440px;
	}

.w445
	{
	width: 445px;
	}

.w450
	{
	width: 450px;
	}

.w455
	{
	width: 455px;
	}

.w460
	{
	width: 460px;
	}

.w465
	{
	width: 465px;
	}

.w470
	{
	width: 470px;
	}

.w475
	{
	width: 475px;
	}

.w480
	{
	width: 480px;
	}

.w485
	{
	width: 480px;
	}

.w490
	{
	width: 490px;
	}

.w495
	{
	width: 495px;
	}

.w500
	{
	width: 500px;
	}

.w507
	{
	width: 507px;
	}

.w518
	{
	width: 518px;
	}

.w545
	{
	width: 545px;
	}

.w560
	{
	width: 560px;
	}

.w567
	{
	width: 567px;
	}

.w580
	{
	width: 580px;
	}

.w590
	{
	width: 590px;
	}

.w600
	{
	width: 600px;
	}

.w610
	{
	width: 610px;
	}

.w630
	{
	width: 630px;
	}

.w640
	{
	width: 640px;
	}

.w650
	{
	width: 650px;
	}

.w655
	{
	width: 650px;
	}

.w660
	{
	width: 660px;
	}

.w670
	{
	width: 670px;
	}

.w680
	{
	width: 680px;
	}

.w690
	{
	width: 690px;
	}

.w700
	{
	width: 700px;
	}

.w710
	{
	width: 710px;
	}

.w720
	{
	width: 720px;
	}

.w730
	{
	width: 730px;
	}

.w740
	{
	width: 740px;
	}

.w750
	{
	width: 750px;
	}

.w760
	{
	width: 760px;
	}

.w770
	{
	width: 770px;
	}

.w780
	{
	width: 780px;
	}

.w790
	{
	width: 790px;
	}

.w800
	{
	width: 800px;
	}

.w810
	{
	width: 810px;
	}

.w820
	{
	width: 820px;
	}

.w830
	{
	width: 830px;
	}

.w840
	{
	width: 840px;
	}

.w850
	{
	width: 850px;
	}

.w860
	{
	width: 860px;
	}

/* *****************************************************
height
***************************************************** */

.h30
	{
	height: 30px;
	}

.h35
	{
	height: 35px;
	}

.h40
	{
	height: 40px;
	}

.h45
	{
	height: 45px;
	}

.h50
	{
	height: 50px;
	}

.h55
	{
	height: 55px;
	}

.h60
	{
	height: 60px;
	}

.h65
	{
	height: 65px;
	}

.h70
	{
	height: 70px;
	}

.h75
	{
	height: 75px;
	}

.h80
	{
	height: 80px;
	}

.h85
	{
	height: 85px;
	}

.h90
	{
	height: 90px;
	}

.h95
	{
	height: 95px;
	}

.h100
	{
	height: 100px;
	}

.h150
	{
	height: 150px;
	}

/* *****************************************************
margin
***************************************************** */

/* -- top -- */
.m-t0,
#LayerContents h2.m-t0,
#LayerContents h3.m-t0,
#LayerContents p.m-t0
	{
	margin-top: 0px;
	}

.m-t5,
#LayerContents h2.m-t5,
#LayerContents h3.m-t5,
#LayerContents p.m-t5
	{
	margin-top: 5px;
	}

.m-t10,
#LayerContents h2.m-t10,
#LayerContents h3.m-t10,
#LayerContents p.m-t10
	{
	margin-top: 10px;
	}

.m-t15,
#LayerContents h2.m-t15,
#LayerContents h3.m-t15,
#LayerContents p.m-t15
	{
	margin-top: 15px;
	}

.m-t20,
#LayerContents p.m-t20
	{
	margin-top: 20px;
	}

.m-t25,
#LayerContents p.m-t25
	{
	margin-top: 25px;
	}

.m-t30,
#LayerContents p.m-t30
	{
	margin-top: 30px;
	}

.m-t35,
#LayerContents p.m-t35
	{
	margin-top: 35px;
	}

.m-t40,
#LayerContents p.m-t40
	{
	margin-top: 40px;
	}

.m-t45,
#LayerContents p.m-t45
	{
	margin-top: 45px;
	}

.m-t50,
#LayerContents p.m-t50
	{
	margin-top: 50px;
	}

.m-t55,
#LayerContents p.m-t55
	{
	margin-top: 55px;
	}

.m-t60,
#LayerContents p.m-t60
	{
	margin-top: 60px;
	}

.m-t65,
#LayerContents p.m-t65
	{
	margin-top: 65px;
	}

.m-t70,
#LayerContents p.m-t70
	{
	margin-top: 70px;
	}

.m-t75,
#LayerContents p.m-t75
	{
	margin-top: 75px;
	}

.m-t80,
#LayerContents p.m-t80
	{
	margin-top: 80px;
	}

.m-t85,
#LayerContents p.m-t85
	{
	margin-top: 85px;
	}

.m-t90,
#LayerContents p.m-t90
	{
	margin-top: 90px;
	}

.m-t95,
#LayerContents p.m-t95
	{
	margin-top: 95px;
	}

.m-t100,
#LayerContents p.m-t100
	{
	margin-top: 100px;
	}

.m-t105,
#LayerContents p.m-t105
	{
	margin-top: 105px;
	}

/* -- right -- */
.m-r5,
#LayerContents p.m-r5
	{
	margin-right: 5px;
	}

.m-r10,
#LayerContents p.m-r10
	{
	margin-right: 10px;
	}

.m-r12,
#LayerContents p.m-r12
	{
	margin-right: 12px;
	}

.m-r15,
#LayerContents p.m-r15
	{
	margin-right: 15px;
	}

.m-r20,
#LayerContents p.m-r20
	{
	margin-right: 20px;
	}

.m-r30,
#LayerContents p.m-r30
	{
	margin-right: 30px;
	}

.m-r40,
#LayerContents p.m-r40
	{
	margin-right: 40px;
	}

.m-r50,
#LayerContents p.m-r50
	{
	margin-right: 50px;
	}

.m-r55,
#LayerContents p.m-r55
	{
	margin-right: 55px;
	}

/* -- bottom -- */
.m-b0,
#LayerContents p.m-b0
	{
	margin-bottom: 0;
	}

.m-b5,
#LayerContents p.m-b5
	{
	margin-bottom: 5px;
	}

.m-b10,
#LayerContents p.m-b10
	{
	margin-bottom: 10px;
	}

h5.m-b10
	{
	margin-bottom: 8px;
	}

.m-b15,
#LayerContents p.m-b15
	{
	margin-bottom: 15px;
	}

.m-b20,
#LayerContents p.m-b20
	{
	margin-bottom: 20px;
	}

.m-b25,
#LayerContents p.m-b25
	{
	margin-bottom: 25px;
	}

.m-b30,
#LayerContents p.m-b30
	{
	margin-bottom: 30px;
	}


/* -- left -- */
.m-l5,
#LayerContents p.m-l5
	{
	margin-left: 5px;
	}

.m-l10,
#LayerContents p.m-l10
	{
	margin-left: 10px;
	}

.m-l15,
#LayerContents p.m-l15
	{
	margin-left: 15px;
	}

.m-l20,
#LayerContents p.m-l20
	{
	margin-left: 20px;
	}

.m-l25,
#LayerContents p.m-l25
	{
	margin-left: 25px;
	}

.m-l30,
#LayerContents p.m-l30
	{
	margin-left: 30px;
	}

.m-l35,
#LayerContents p.m-l35
	{
	margin-left: 35px;
	}

.m-l40,
#LayerContents p.m-l40
	{
	margin-left: 40px;
	}

.m-l45,
#LayerContents p.m-l45
	{
	margin-left: 45px;
	}

.m-l50,
#LayerContents p.m-l50
	{
	margin-left: 50px;
	}

.m-l52
	{
	margin-left: 52px;
	}

.m-l55
	{
	margin-left: 55px;
	}

.m-l60,
#LayerContents p.m-l60
	{
	margin-left: 60px;
	}

.m-l62
	{
	margin-left: 62px;
	}

.m-l64
	{
	margin-left: 64px;
	}

.m-l65
	{
	margin-left: 65px;
	}

.m-l70,
#LayerContents p.m-l70
	{
	margin-left: 70px;
	}

.m-l75,
#LayerContents p.m-l75
	{
	margin-left: 75px;
	}

.m-l80
	{
	margin-left: 80px;
	}

.m-l85
	{
	margin-left: 85px;
	}

.m-l90
	{
	margin-left: 90px;
	}

.m-l95
	{
	margin-left: 95px;
	}

.m-l100
	{
	margin-left: 100px;
	}

.m-l105
	{
	margin-left: 105px;
	}

.m-l110
	{
	margin-left: 110px;
	}

.m-l115
	{
	margin-left: 115px;
	}

.m-l120
	{
	margin-left: 120px;
	}

.m-l125
	{
	margin-left: 125px;
	}

.m-l127
	{
	margin-left: 127px;
	}

.m-l130
	{
	margin-left: 130px;
	}

.m-l135
	{
	margin-left: 135px;
	}

.m-l140
	{
	margin-left: 140px;
	}

.m-l145
	{
	margin-left: 145px;
	}

.m-l150
	{
	margin-left: 150px;
	}

.m-l155
	{
	margin-left: 155px;
	}

.m-l160
	{
	margin-left: 160px;
	}

.m-l165
	{
	margin-left: 165px;
	}

.m-l170
	{
	margin-left: 170px;
	}

.m-l175
	{
	margin-left: 175px;
	}

.m-l180
	{
	margin-left: 180px;
	}

.m-l185
	{
	margin-left: 185px;
	}

.m-l190
	{
	margin-left: 190px;
	}

.m-l195
	{
	margin-left: 195px;
	}

.m-l200
	{
	margin-left: 200px;
	}

.m-l205
	{
	margin-left: 205px;
	}

.m-l210
	{
	margin-left: 210px;
	}

.m-l215
	{
	margin-left: 215px;
	}

.m-l220
	{
	margin-left: 220px;
	}
