@charset "utf-8";
/*
---------------------------------------------------------- */
/*
body,div,span,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,img,object,param,embed{
	margin:0;
	padding:0;
}*/

body {
	margin:0;
	padding:0;
	background:#fff;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#666666;
}

.container {
	background: #fff;
	width:800px;
	margin:0 auto;
	text-align:left;
	color:#666666;
/*	position:relative;*/
}

/*--- h1～h4 ---*/
h1 {
	margin:0 0 1em;
	clear:both;
	height:34px;
	padding:16px 20px 0 0;
	font-weight: bold;
	text-align:right;
	font-size:1.8em;
	border: 1px solid #DDDDDD;
}
h1.h_mary {
	background:url(../images/h_mary.jpg) 0 0 no-repeat;
}
h1.h_nurse {
	background:url(../images/h_nurse.jpg) 0 0 no-repeat;
}
h1.h_edu {
	background:url(../images/h_edu.jpg) 0 0 no-repeat;
}
h1.h_gist {
	background:url(../images/h_gist.jpg) 0 0 no-repeat;
}

h2 {
	clear:both;
	margin:1em 0 1em;
	padding:3px 0 3px 10px;
	font-weight: bold;
	font-size:1em;
	border-left: solid 7px #FBAEC1; /*#0860A5;*/
	border-bottom: 1px solid #FBAEC1;
}

h2.edu_1,
h2.edu_2,
h2.edu_3,
h2.edu_4,
h2.edu_5 {
	margin:1em 0 0;
	height:32px;
	padding:8px 0 0 100px;
	border:none;
}
h2.edu_1 {
	background:url(../images/h2_3-4new.gif) 0 0 no-repeat;
}
h2.edu_2 {
	background:url(../images/h2_3-4.gif) 0 0 no-repeat;
}
h2.edu_3 {
	background:url(../images/h2_5-10.gif) 0 0 no-repeat;
}
h2.edu_4 {
	padding:8px 0 0 55px;
	background:url(../images/h2_6.gif) 0 0 no-repeat;
}
h2.edu_5 {
	background:url(../images/h2_6-10.gif) 0 0 no-repeat;
}

#home h2 {
	padding:5px 0 0 5px;
	font-size:1.1em;
	background-image:none;
}

h3 {
	clear:both;
	color:#bb2d69;
	margin:1em 0 .5em;
/*	padding:5px 0 5px 20px;*/
	font-weight: bold;
	font-size:1em;
/*	background: url(../images/h.gif) no-repeat;
	border-bottom: 1px solid #0860A5;*/
}

h4 {
	clear:both;
	margin:.5em 0 0;
/*	padding:5px 0 5px 20px;*/
	font-weight: bold;
	font-size:.9em;
/*	background: url(../images/h.gif) no-repeat;
	border-bottom: 1px solid #0860A5;*/
}


/*--- Link ---*/
a {
	color: #0066CC;
	text-decoration:none;
	border-bottom: 1px solid #FBAEC1;
}
a:link {
	color: #0066CC;
	border-bottom: 1px solid #FBAEC1;
	text-decoration: none;
}

a:link:visited {
	color:933;/*#677;*/
	border-color:#899;
}
a:link:hover {
	color: #933;
	border-bottom: 1px solid #b55;
}
a img {
	border-width:0;
}

a.noBorder {
	border-bottom:none;
}
a.noBorder:link {
	border-bottom:none;
}
a.noBorder:hover {
	border-bottom:none;
}

a.pdf {
	height:16px;
	padding-left:18px;
	background:url(../images/pdf.gif) 0 0 no-repeat;
}



/*--- etc ---*/
p {
	margin: .1em 0 .1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	text-indent:0;
}
p.indent {
	text-indent:1em;
}

/*--- Lists ---*/
ul,dl {
	margin:.5em 0 1em;
	padding:0;
	list-style:none;
}
ul.dot {
	margin-left:1.1em;
	list-style:disc;
}

ul li,
ol li {
	margin:0 0 2px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}

dt {
	font-size: .8em;
	font-weight:bold;
	padding:0.5em;
	width:13em;

}
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding:0.5em 0.5em 0 13.5em;
	margin:-2.5em 0 0;
}

dl.dl4 {
	margin:.5em 0 1em;
}
dl.dl4 dt {
	width:4em;
}
dl.dl4 dd {
	padding:0.5em 0.5em 0 4.5em;
}

dl.dl9 dt {
	width:9em;
}
dl.dl9 dd {
	padding:0.5em 0.5em 0 9.5em;
}

dl.dl16 dt {
	width:16em;
}
dl.dl16 dd {
	padding:0.5em 0.5em 0 16.5em;
}
dl.dl24 dt {
	width:24em;
}
dl.dl24 dd {
	padding:0.5em 0.5em 0 24.5em;
}
dl dd ul  {
	margin:0;
}

ol li ul li,
dl dd ul li,
dl dd dl dt,
dl dd dl dd  {
	font-size: 1em;
}

dl dd dl {
	margin:1em;
}




/*--- Table ---*/
table {
	margin:.5em 0;
	width:100%;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-collapse:collapse;
}
table tr.spliter {
	background-color: #F0F0F0;
}

table th {
	padding-left: .5em;
	font-weight:normal;
	color:#444444;
	background-color: #F0F0F0;
}

table tr.end ,
table tr.end th {
	color:#999999;
}
table td.end {
	font-weight:bold;
	color:#990033;
}

table td {
	padding-left: .5em;
}
table th,
table td {
	font-size:.8em;
	border-bottom:1px dotted #726D6B;
}
table th.center {
	text-align:center;
}

dl dd table th,
dl dd table td {
	font-size:1em;
}


/* ヘッダ
---------------------------------------------------------- */
#header {
	width:800px;
	height:70px;
	background:url(../images/header.gif) no-repeat;
}

#home #header h1,
#header p {
	float:left;
	width:200px;
	height:70px;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:-9999px;
	border:none;
}
#header p a {
	display: block;
	height: 70px;
	border-bottom:none;
}

/* 	ナビゲーション
---------------------------------------------------------- */
#navi {
	background-color:#fff;
	background-repeat:no-repeat;
	float:left;
	width:800px;
	height:40px;
}
#navi ul {
	margin:	0;
	height: 40px;
	list-style: none;
}
#navi li {
	float:left;
	margin:0;
	padding:0;
	width:200px;
	height:40px;
	text-indent:-9999px;
}
#navi a {
	display:block;
	width:200px;
	height:40px;
	border:none;
}

	/* Holly Hack 
	* html #navi a {
		width:1%;
	}*/

#navi a#navi_mary {
	background:url(../images/navi_1.gif) no-repeat 0 0;
}
#navi a#navi_mary:hover {
	background:url(../images/navi_1a.gif) no-repeat 0 0;
}
#navi a#navi_nurse {
	background:url(../images/navi_2.gif) no-repeat 0 0;
}
#navi a#navi_nurse:hover {
	background:url(../images/navi_2a.gif) no-repeat 0 0;
}
#navi a#navi_edu {
	background:url(../images/navi_3.gif) no-repeat 0 0;
}
#navi a#navi_edu:hover {
	background:url(../images/navi_3a.gif) no-repeat 0 0;
}
#navi a#navi_gist {
	background:url(../images/navi_4.gif) no-repeat 0 0;
}
#navi a#navi_gist:hover {
	background:url(../images/navi_4a.gif) no-repeat 0 0;
}


#subNavi {
	float: left;
	width: 150px;
	margin: 5px 0 0 0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}
#subNavi ul {
	width: 150px;
	margin:	0;
	padding:0 0 5px 0;
	list-style:none;
}
#subNavi li {
	width: 150px;
	height:20px;
	margin:0;
	padding:0;
}
#subNavi li a {
	display:block;
	width:auto;
	height:12px;
	padding:5px 0 0 14px;
	color:#666666;
	text-decoration:none;
	border:none;
	background:url(../images/arrow-list.gif) 0 6px no-repeat;
}

	/* Holly Hack 
	* html #subNavi a {
		width:1%;
	}*/

#subNavi a:hover {
	color:#BB2D69;
/*	font-weight:bold;*/
	background:url(../images/arrow-list-red.gif) 0 6px no-repeat;
}


#burner {
	position:absolute;
	width:600px;
	height:50px;
	padding-left:0;
	top:530px;
	background-color:#fff;
	background-repeat:no-repeat;
	
}
#burner ul {
	margin:	0;
	height: 40px;
	list-style: none;
}
#burner li {
	float:left;
	margin:0;
	padding:0;
	width:200px;
	height:50px;
	text-indent:-9999px;
}
#burner a {
	display:block;
	width:190px;
	height:50px;
	border:none;
}

	/* Holly Hack 
	* html #burner a {
		width:1%;
	}*/

#burner a#burner_msg {
	border:1px solid #FBAEC1;
	background:url(../images/burner_msg.gif) no-repeat 0 0;
}
#burner a#burner_syoukai {
	border:1px solid #FBAEC1;
	background:url(../images/burner_syoukai.gif) no-repeat 0 0;
}
#burner a#burner_gist {
	border:1px solid #FBAEC1;
	background:url(../images/burner_gist.gif) no-repeat 0 0;
}

/* コンテンツ
---------------------------------------------------------- */
#content {
	margin: 10px 0;
	float:left;
	width:800px;
}
	/* The IE6 Three Pixel Text-Jog */
	* html #content {
		margin-right:-3px;
	}

#main {
	float: right;
	width: 630px;
	margin: 5px 0 0 10px;
}

div#div_edu {
	position:absolute;
	padding-left:430px;
	top:605px;
}

div.boxL {
	width:310px;
	float:left;
}
div.boxR {
	width:310px;
	float:right;
}

div.boxL .photoR,
div.boxR .photoR {
	padding-left:5px;
}


/* Misc
---------------------------------------------------------- */
strong.note {
	color:#555555;
	font-weight:bold;
}
p.credit {
	text-indent:0;
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 1em;
}
p.note {
	text-indent:0;
	color:#888888;
	font-size:.8em;
}
p.note_i {
	padding-left:1em;
	color:#888888;
	font-size:.8em;
}
p.note_w {
	text-indent:0;
	color:#888888;
	font-size:.8em;
	margin: 2em 0 0;
}
p.title {
	font-size:1em;
	font-weight:bold;
}
dl dd p.note,
dl dd p.note_i {
	font-size:1em;
}

.num {
	text-align:right;
	padding-right:.5em;
}


.hide {
	display: none;
}

.photoC {
	margin:10px 0;
	padding:0;
	text-align:center;
}

.photoR {
	float:right;
	padding-left:20px;
}

.photoL {
	float:left;
	padding-right:20px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE/Mac \*/
* html .clearfix { height:1%; }
.clearfix {display:block;}
/* End hide from IE/Mac */



/* フッター
----------------------------------------------- */
#footer {
	clear:both;
	width:800px;
	margin:0 0 10px;;
	padding:0;
	font-size:.8em;
	background-color: #FBAEC1;
}

#footer p {
	margin:0;
	padding:0;
	color: #3F3F3F;
	text-align:right;
	line-height:2em;
}
	/* Hdes from IE5/Mac \*/
	* html #footer p {
		height:1%;
	}
	/* End hide from IE5/Mac */
