@charset "utf-8";
@import url(reset.css);

body {
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
}

/*-------------------------------- wrapper */
#wrapper{
	width: 940px;
	margin: 0px auto;
}

/*-------------------------------- header */
#headerWrapper{
	width: 100%;
	border-top: 4px solid #003399;
}
#header{
	position: relative;
	width: 940px;
	height: 136px;
	margin: 0px auto;
}
#header #mhlw{
	position: absolute;
	top: 11px;
	left: 3px;
	width: 139px;
	height: 40px;
}
#header #mhlw span{
	display: block;
	width: 139px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/mhlw.gif);
}
#header #logo{
	position: absolute;
	top: 63px;
	left: 8px;
	width: 519px;
	height: 53px;
}
#header #logo a{
	display: block;
	width: 519px;
	height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.gif);
}
#header #searchWrapper{
	position: absolute;
	top: 90px;
	left: 646px;
}
#header #search{
	position: relative;
	width: 294px;
	height: 25px;
	background: url(../images/search_bg.gif) left top no-repeat;
	font-size: 13px;
	line-height: 1em;
}
#header #search #searchText{
	position: absolute;
	top: 0px;
	left: 30px;
}
#header #search #searchText input{
	width: 156px;	/* 162px */
	height: 19px;	/* 25px */
	border: 1px solid #666666;
	background-color: #F3F3E9;
	padding: 2px;
	font-size: 13px;
	line-height: 1em;
	color: #666666;
}
#header #search #searchSubmit{
	position: absolute;
	top: 0px;
	left: 192px;
}
#header #fontsize{
	position: absolute;
	top: 52px;
	left: 736px;
	width: 135px;	/* 204px */
	height: 23px;
	padding: 0px 0px 0px 69px;
	background: url(../images/fontsize_bg.gif) 0px 0px no-repeat;
	overflow: hidden;
}
#header #fontsize .fontsize_s,
#header #fontsize .fontsize_m,
#header #fontsize .fontsize_l{
	display: block;
	float: left;
	width: 40px;
	height: 23px;
	padding: 0px 0px 0px 5px;
	text-indent: -9999px;
	overflow: hidden;
}
#header #fontsize .fontsize_s{
	background: url(../images/fontsize_s.jpg) 5px -23px no-repeat;
}
#header #fontsize .fontsize_m{
	background: url(../images/fontsize_m.jpg) 5px 0px no-repeat;
}
#header #fontsize .fontsize_l{
	background: url(../images/fontsize_l.jpg) 5px 0px no-repeat;
}

#header #headerMenu{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 940px;
	height: 21px;
	text-align: right;
	font-size: 12px;
	line-height: 1em;
}
#header #headerMenu ul{
	letter-spacing: -0.4em;
	margin: 0px;
}
#header #headerMenu li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 12px;
	padding: 2px 8px 2px 8px;
	margin: 0px;
	line-height: 1em;
	border-left: 1px solid #999999;
}
#header #headerMenu li a{
	color: #000000;
	text-decoration: none;
}
#header #headerMenu li a:hover{
	text-decoration: underline;
}
#header #headerMenu li.hm01{
	border: none;
}



/*-------------------------------- menu */
#menu{
	width: 940px;
	height: 60px;
	margin: 0px auto;
}
#menu ul{
	width: 940px;
	height: 60px;
	margin: 0;
	padding: 0;
}
#menu li{
	list-style: none;
	float: left;
	display: block;
	width: 157px;
	height: 60px;
	margin: 0;
	padding: 0;
}
#menu li a{
	display: block;
	width: 157px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
}
#menu li.menu_download, #menu li.menu_download a{ width: 155px; }
#menu li.menu_mental a{ background: url(../images/menu_01.jpg); }
#menu li.menu_case a{ background: url(../images/menu_02.jpg); }
#menu li.menu_family a{ background: url(../images/menu_03.jpg); }
#menu li.menu_teacher a{ background: url(../images/menu_04.jpg); }
#menu li.menu_consultation a{ background: url(../images/menu_05.jpg); }
#menu li.menu_download a{ background: url(../images/menu_06.jpg); }
#menu li a:hover{
	background-position: 0px -60px;
}

/*-------------------------------- secondmenu */
#secondmenu{
	border: 1px solid #ABE8FD;
	background-color: #F0FCFF;
	margin: 2px 0px 14px 0px;
	padding: 8px 0px 8px 26px;
	text-align: left;
	font-size: 95%;
	line-height: 1em;
}
#secondmenu ul{
	letter-spacing: -0.4em;
	margin: 0px;
}
#secondmenu ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 100%;
	padding: 2px 8px 2px 8px;
	margin: 0px;
	line-height: 1em;
}/*
#secondmenu ul li{
	letter-spacing: normal;
	display: inline;
	list-style: none;
	font-size: 100%;
	padding: 2px 16px 2px 8px;
	margin: 0px;
	line-height: 1em;
}*/
#secondmenu ul li img{
	padding-right: 6px;
}
#secondmenu ul li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#secondmenu ul li a:hover{
	color: #FF9300;
}

/*-------------------------------- breadcrumbs */
#breadcrumbs{
	clear: both;
	width: 940px;
	margin: 0px 0px 10px 5px;
	font-size: 79%;
}
#breadcrumbs ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0px;
	line-height: 1.3em;
}
#breadcrumbs ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li a{
	text-decoration: none;
}
#breadcrumbs ul li a:hover{
	text-decoration: underline;
}


/*-------------------------------- sidemenu */
#sidemenu{
	float: left;
	width: 220px;
}
#sidemenu #sidetitle{
	width: 220px;
	height: 51px;
	padding-bottom: 6px;
}
#sidemenu ul{
	width: 210px;
	margin: 0 0 4px 0;
	padding: 6px 5px 14px 5px;
	border: 1px solid #CCCCCC;
}
#sidemenu ul li{
	list-style: none;
	display: block;
	margin: 0;
	padding: 2px 0 2px 0;
	width: 210px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: 1px dotted #999999;
}
#sidemenu ul li a{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 190px;	/* 210px */
	padding: 6px 0px 6px 20px;
	overflow: hidden;
	background: url(../images/submenu_bg.gif) 0 0 no-repeat;
}
#sidemenu li a:hover{
	background-position: 0px -100px;
	color: #FFFFCC;
}

/*-------------------------------- contents */
#contents{
	float: right;
	width: 700px;
}
#contentsW{
	clear: both;
	width: 940px;
}

/*-------------------------------- basic settings */
h1{
	font-size: 130%;
	margin: 0px 0 24px 0;
	line-height: 1.3em;
	border:1px solid #ABE8FD;
	background: url(../images/h1_bg.jpg) no-repeat bottom;
	padding: 8px 0px 5px 20px;
	font-weight: bold;
}
h1 .h1sub{
	font-size: 78%;
}
#contentsW h1{
	background: url(../images/h1w_bg.jpg) no-repeat bottom;
}
h2{
	font-size: 128%;
	font-weight: bold;
	color: #000000;
	margin: 2px 0 18px 0;
	padding: 0px 0px 0px 18px;
	line-height: 1.3em;
	background: url(../images/h2_bg.gif) 0 6px no-repeat;
}
h2 .h2sub{
	font-size: 86%;
}
h3{
	font-size: 115%;
	font-weight: bold;
	margin: 0 16px 1.3em;
	padding: 4px 0 1px 8px;
	line-height: 1.3em;
	background-color:#C4F3FF;
}
h3 .h3sub{
	font-size: 86%;
}
h4{
	font-size: 100%;
	font-weight: bold;
	margin: 0 16px 0.5em;
	padding: 2px 4px 0 0;
	border-bottom: 1px solid #CCC;
}
.note{
	padding: 0px 24px;
}
p{
	margin: 0 16px 1.5em;
	line-height: 1.8em;
	font-size: 95%;
}
.contents_lead{
	padding-right: 300px;
}
.contents_lead p{
	font-size: 110%;
}
.contents_img{
	float: right;
	padding-right: 16px;
}
p.mb0{
	margin-bottom: 0px;
}

.indent{
	padding-left: 20px;
}

ul.list1{
	margin: 0 16px 1.5em;
}
ul.list1 li{
	list-style: none;
	background: url(../images/list1_bg.gif) 0px 9px no-repeat;
	margin: 0 0 0.8em 6px;
	padding: 0 0 0 16px;
	line-height: 1.8em;
	font-size: 95%;
}

ul.list2{
	margin: 0 16px 0 1.5em;
}
ul.list2 li{
	list-style: none;
	background: url(../images/list2_bg.gif) 0px 9px no-repeat;
	margin: 0.2em 0 0.2em 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
	font-size: 95%;
}

ol{
	margin: 0 16px 1em 2.5em;
	list-style: decimal;
}
ol li{
	margin: 0.2em 0 1em 1.5em;
	list-style: decimal;
	line-height: 1.5em;
	font-size: 95%;
}

ol.olist1{
	margin: 0 16px 0.5em 1.5em;
	list-style: decimal;
}
ol.olist1 li{
	margin: 0.2em 0 0.5em 1.5em;
	list-style: decimal;
	line-height: 1.5em;
}

hr{
	clear: both;
	margin: 18px 0px 22px 0px;
	padding: 0px;
	border: none;
	border-bottom: 1px dotted #999999;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

table{
	margin: 0px auto 1.8em auto;
	width: 95%;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #8CB15F;
}
table tr th{
	background-color: #F1F5EB;
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: bold;
	color: #306000;
	border: 1px solid #8CB15F;
	padding: 4px 12px;
	white-space: nowrap;
}
table tr td{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: normal;
	color: #000000;
	border: 1px solid #8CB15F;
	padding: 4px 8px;
}

table.tbl-plain{
	margin: 0px auto 1.8em auto;
	width: 90%;
	background-color: #FFFFFF;
	text-align: left;
	border: none;
}
table.tbl-plain tr th{
	text-align: center;
	vertical-align: middle;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: bold;
	padding: 4px 12px;
	white-space: nowrap;
	border: none;
	background-color: #FFFFFF;
}
table.tbl-plain tr td{
	text-align: left;
	vertical-align: top;
	font-size: 95%;
	line-height: 1.8em;
	font-weight: normal;
	padding: 4px 8px;
	border: none;
	background-color: #FFFFFF;
}

.noteBox{
	border: 2px solid #92B7D6;
	background-color: #E8F0F7;
	padding: 10px 14px;
	margin: 0 0 1.8em 0;
}
.noteBox h2{
	color: #000000;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 13px 0px;
	border: none;
	background: url(../images/noteBox_h2_bg.gif) 0 5px no-repeat;
	line-height: 1.3em;
}
.noteBox ul{
	letter-spacing: -0.4em;
	margin: 0px 0px 1em 24px;
}
.noteBox ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 95%;
	padding: 2px 24px 2px 2px;
	margin: 0px;
	line-height: 1em;
}
.noteBox ul li img{
	padding: 0 4px 0 0;
}

.noteBox2{
	border: 2px solid #92B7D6;
	background-color: #E8F0F7;
	padding: 10px;
	margin: 0 0 1.8em 0;
	color: #0C4B46;
}

.contentsBox{
	float: left;
	width: 198px;	/* 220px */
	border: 3px solid #0099FF;
	border-top: 12px solid #0099FF;
	background-color: #E8F5FF;
	padding: 16px 8px 0px 8px;
	margin: 0 20px 1.8em 0;
}
.contentsBoxRight{
	margin-right: 0;
}
.contentsBox h2{
	color: #003399;
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 12px 16px;
	background: url(../images/h2wbox_bg.gif) 0 5px no-repeat;
	line-height: 1.3em;
	border-bottom: 1px dotted #999999;
}
.contentsBox h2 a{
	color: #003399;
	text-decoration: none;
}
.contentsBox h2 a:hover{
	text-decoration: underline;
}

.category_menu{
	display: block;
	font-weight: bold;
	padding-bottom: 6px;
}

.btnS{ width:100px; height: 30px; }
.btnM{ width:260px; height: 30px; }
.btnL{ width:420px; height: 30px; }

.undernavi{
	position: relative;
}

ul.pager{
	position: absolute;
	top: 5px;
	left: 200px;
	width: 300px;
	margin: 0px auto 1.8em auto;
}
ul.pager li{
	display: inline;
	padding: 0px 4px;
	font-size: 126%;
	color:#000;
	font-weight: bold;
}
ul.pager li a{
	color:#004D76;
}
/*ul.pager{
	letter-spacing: -0.4em;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align: center;
}
ul.pager li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	padding: 0px 4px;
	margin: 0px;
	line-height: 1em;
}*/

div.pagerL{
	float: left;
}
div.pagerR{
	float: right;
}
div.pagerL a,
div.pagerR a{
	display: block;
}
div.pagerL a,
div.pagerR a{
	padding: 4px 16px;
	line-height: 1.3em;
	border: 1px solid #004D76;
	background:url(../images/pagerBg.gif) bottom repeat-x;
	color:#004D76;
	text-decoration:none;
	font-weight:bold;
}
div.pagerL a:hover,
div.pagerR a:hover,
ul.pager li a:hover,
ul.pager li a.on{
	/*color:#FFC;
	background-image:url(../images/pagerBg_on.gif);*/
}

/*--------------------------------	pagetop */
#pagetopWrapper{
	clear: both;
	margin-top: 20px;
	height: 27px;
}
#pagetopWrapper #pagetop{
	display: block;
	width: 140px;	/* 940px */
	padding-left: 800px;
	height: 27px;
	margin: 0px auto;
}
#pagetopWrapper #pagetop a{
	display: block;
	width: 140px;
	height: 27px;
	text-indent: -9999px;
	color: #FFFFFF;
	overflow: hidden;
	background: url(../images/pagetop.gif);
}
#pagetopWrapper #pagetop a:hover{
	/*background-position: 0px -27px;*/
}


/*--------------------------------	footer */
#footerWrapper{
	width: 100%;
	background-color: #003399;
}
#footer{
	width: 940px;
	margin: 0px auto;
	padding: 30px 0px 80px 0px;
	text-align: center;
	color: #FFFFCC;
	font-size: 12px;
	line-height: 1em;
}
#footer ul{
	letter-spacing: -0.4em;
	margin: 0px 0px 10px 0px;
}
#footer ul li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 12px;
	padding: 2px 8px 2px 8px;
	margin: 0px;
	line-height: 1em;
	border-left: 1px solid #FFFFCC;
}
#footer ul li.fm1{
	border: none;
}
#footer ul li a{
	color: #FFFFCC;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}

#footer p#copyright{
	text-align: center;
	color: #FFFFCC;
	font-size: 12px;
	margin: 30px 0px 0px 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ リンクカラー */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
/*+++++++++++++++++++++++++++++++++++++++++++ フォントサイズ*/
.x-small {
	font-size:x-small;
	line-height:150%;
}
.small {
	font-size:small;
	line-height:150%;
}
.medium {
	font-size:medium;
	line-height:150%;
}
.large {
	font-size:large;
	line-height:150%;
}
.x-large {
	font-size:x-large;
	line-height:150%;
}
.xx-large {
	font-size:xx-large;
	line-height:150%;
}
/*+++++++++++++++++++++++++++++++++++++++++++ レイアウト */
.clear { clear:both; }
.texCenter { text-align:center; }
.texLeft { text-align:left; }
.texRight { text-align:right; }
.weightNormal { font-weight:normal }
.floatL { float:left; }
.floatR { float:right; }
.photoL {
	float:left;
	margin:0 1em 1em 0;
}
.photoR {
	float:right;
	margin:0 0 1em 1em;
}
.photoFrame {
	border:1px solid #CCCCCC;
	padding:3px;
	background-color:#FFFFFF;
}
.imgL {
	float:left;
	margin:0 1em 1em 0;
}
.imgR {
	float:right;
	margin:0 0 1em 1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++ フォントカラー */
.grey { color:#999999; }
.red { color:#CC0000; }
/*+++++++++++++++++++++++++++++++++++++++++++ 余白 */
.mt0 { margin-top:0; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mr0 { margin-right:0; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr30 { margin-right:30px; }
.mr40 { margin-right:40px; }
.mr50 { margin-right:50px; }
.ml0 { margin-left:0; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }
.ml40 { margin-left:40px; }
.ml50 { margin-left:50px; }
/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.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 */


/*+++++++++++++++++++++++++++++++++++++++++++ common etc. */
.navArrow{
	padding: 0px 16px;
}
.navArrow img{
	padding-right: 4px;
}

ul.ul-normal01{
	margin: 0px 0px 30px 16px;
}
ul.ul-normal01 li{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 30px;
	padding: 3px 0px 3px 3px;
}
