@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;
	position: relative;
}

/*-------------------------------- header */
#headerWrapper{
	width: 100%;
	border-top:4px solid #75CDCD;
}
#header{
	position: relative;
	width: 940px;
	height: 128px;
	margin: 0px auto;
}
#header #mhlw{
	position: absolute;
	top: 12px;
	left: 0px;
	width: 134px;
	height: 38px;
}
#header #mhlw span{
	display: block;
	width: 134px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/mhlw.gif);
}
#header #logo{
	position: absolute;
	top: 63px;
	left: 0px;
	width: 547;
	height: 53px;
}
#header #logo a{
	display: block;
	width: 547px;
	height: 53px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.gif);
}
#header #searchWrapper{
	position: absolute;
	top: 90px;
	left: 660px;
	width: 285px;
}
#header #search{
	position: relative;
	width: 296px;
	height: 32px;
	background: url(../images/search_bg.gif) left top no-repeat;
	font-size: 13px;
	line-height: 1em;
}
#header #search #searchText{
	position: absolute;
	top: 0px;
	left: 26px;
}
#header #search #searchText input{
	width: 154px;
	height: 17px;
	border: 1px solid #999;
	padding: 2px;
	font-size: 13px;
	background-color:#F3F3E9;
}
#header #search #searchSubmit{
	position: absolute;
	top: 0px;
	left: 193px;
	width: 81px;
}
#header #fontsize{
	position: absolute;
	top: 52px;
	left: 745px;
	width: 138px;
	height: 23px;
	background: url(../images/fontsize_bg.gif) 0px 0px no-repeat;
	padding-left:64px;
}
#header #fontsize .fontsize_s,
#header #fontsize .fontsize_m,
#header #fontsize .fontsize_l{
	float: left;
	width: 40px;
	height: 23px;
	padding: 0px 0px 0px 6px;
	text-indent: -9999px;
	overflow: hidden;
}
#header #fontsize .fontsize_s{
	background: url(../images/fontsize_s.jpg) 4px -24px no-repeat;
}
#header #fontsize .fontsize_m{
	background: url(../images/fontsize_m.jpg) 4px 0px no-repeat;
}
#header #fontsize .fontsize_l{
	background: url(../images/fontsize_l.jpg) 4px 0px no-repeat;
}


#header #headerMenu{
	position: absolute;
	top: 8px;
	left: 455px;
	width: 485px;
	height: 30px;
	text-align: right;
	line-height:1;
}
#header #headerMenu ul{
	margin: 0px;
}
#header #headerMenu li{
	margin: 0px;
	padding: 0 12px;
	display: inline;
	list-style: none;
	font-size: 12px;
	border-right: 1px solid #999999;
}
#header #headerMenu li a{
	color: #000000;
	text-decoration: none;
}
#header #headerMenu li a:hover{
	text-decoration: underline;
}
#header #headerMenu li.hm03{
	border: none;
	padding-right:0;
}


/*-------------------------------- menu */
#menu{
	width: 100%;
	margin: 0px;
	background:url(../images/menu_bg.gif) top repeat-x;
}
#global{
	width: 950px;
	height: 58px;
	margin: 0px auto;
	padding: 0 0 12px;
}
#global li{
	position:relative;
	list-style: none;
	float: left;
	display: block;
	width: 190px;
	height: 58px;
	margin: 0;
	padding: 0;
}
#global li a{
	display: block;
	width: 190px;
	height: 58px;
	text-indent: -9999px;
	overflow: hidden;
}
#global li.menu_stress a{ background: url(../images/menu_01.gif); }
#global li.menu_case a{ background: url(../images/menu_02.gif); }
#global li.menu_friend a{ background: url(../images/menu_03.gif); }
#global li.menu_consultation a{ background: url(../images/menu_04.gif); }
#global li.menu_download a{ background: url(../images/menu_05.gif); }
#global li a:hover{	background-position: 0px -58px; }

#global li .menu_arrow{
	position:absolute;
	top:58px;
	left:86px;
	display: block;
	width: 20px;
	height: 12px;
	line-height:1%;
	text-indent: -9999px;
	background:url(../images/menu_arrow.gif) 0 0 no-repeat;
}

#menu #menu_bottom {
	width:100%;
	height:49px;
	background:url(../images/menu_illust.gif) center no-repeat #75CDCD;
}
/*-------------------------------- secondmenu */
#secondmenu {
	letter-spacing: -0.4em;
	width: 940px;
	margin: 12px auto 0px;
	padding:0 0 4px 0;
	line-height: 1;
	font-size: 100%;
	text-align: left;
}
#secondmenu li{
	letter-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	font-size: 100%;
	padding: 4px 8px 6px 8px;
	margin: 0 0 2px 0;
	line-height: 1em;
}
#secondmenu li img{
	padding-right: 6px;
}
#secondmenu li a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#secondmenu li a:hover{
	color: #FF9300;
}

/*-------------------------------- breadcrumbs */
#breadcrumbs{
	clear: both;
	width: 940px;
	margin: 10px 0px 10px 5px;
	font-size: 79%;
}
#breadcrumbs ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0px;
	line-height: 1em;
	height: 1em;
}
#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: 95%;
	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 -200px;
	color: #FFFFCC;
}

/*-------------------------------- contents */
#contents{
	float: right;
	width: 700px;
}
#contentsW{
	clear: both;
	width: 940px;
}

/*-------------------------------- basic settings */
h1{
	margin: 0px 0 20px 0;
	padding: 8px 0px 5px 18px;
	border:1px solid #D2BD95;
	background: url(../images/h1_bg.gif) no-repeat bottom;
	font-size: 130%;
	font-weight:bold;
	line-height: 1.2;
}
h1 .h1sub{
	font-size: 78%;
}
#contentsW h1{
	background: url(../images/h1w_bg.gif) no-repeat bottom;
}
h2{
	font-size: 128%;
	font-weight: bold;
	color: #000;
	margin: 2px 0 18px 0;
	padding: 0px 0px 4px 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:#EBE7CD;
}
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;
}
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: 26px 0px 30px 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;
}
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;
}

.noteBox{
	border: 3px solid #D2BD95;
	background-color: #F6F4E8;
	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 0;
	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: 3px solid #80C4C1;
	background-color: #EBF4F1;
	padding: 10px;
	margin: 0 0 1.8em 0;
	color: #0C4B46;
}

.contentsBox{
	float: left;
	width: 198px;	/* 220px */
	border: 3px solid #75CDCD;
	border-top: 12px solid #75CDCD;
	background-color: #EEF9F9;
	padding: 16px 8px 0px 8px;
	margin: 0 20px 1.8em 0;
}
.contentsBoxRight{
	margin-right: 0;
}
.contentsBox h2{
	color: #297272;
	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: #297272;
	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 */
#pagetop{
	clear:both;
	width:940px;
	height: 26px;
	margin: 12px auto 0;
	background-color:#FFF;
}
#pagetop a{
	display: block;
	width: 140px;
	height: 26px;
	margin-left: 780px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pagetop.gif);
}

/*--------------------------------	footer */
#footer {
	clear:both;
	margin:0;
	padding:20px 0 40px 0;
	background-color:#75CDCD;
	font-size:12px;
}

#footer ul {
	width:940px;
	margin:0 auto;
	text-align:center;
}
#footer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 6px;
	border-right:1px solid #666;
}
#footer ul li.end {
	border:none;
}
#footer ul li a{
	text-decoration:none;
	color:#000;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer #copyright {
	text-align:center;
	margin:20px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++ リンクカラー */
a:link {
	/*color: #F60;*/
	color: #00F;
	text-decoration: underline;
}
a:visited {
	/*color: #F60;*/
	color: #00F;
	text-decoration: underline;
}
a:hover {
	/*color: #F30;*/
	color: #00F;
	text-decoration: none;
}
a:active {
	/*color: #F60;*/
	color: #00F;
	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;
}
