@charset "Shift_JIS";


/*--------------------------【初期設定】----------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/bg.gif) repeat;
	color: #333333;
	font-size: small;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

a{
	color: #0066CC;
	background-color: inherit;
	text-decoration: none;
}

a:visited{
	color: #3399FF;
	background-color: inherit;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
}

ul, li, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6, P {
	margin: 0;
	padding: 0;
}

a img { border:none; }

images { border:none; }



/*--Navigationに使用ストロングタグにクラスとして指定--*/
.listTxt {
	text-indent: -9999px; 
	display: block;
	font-weight: normal;
}


.clear { clear: both; }

/*flotをクリア*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*Mac IE*/
.clearfix{
	display:inline-table;
}

/* hides from IE-mac \*/
*html .clearfix {height: 1%; }
.clearfix {display:block; }
/*End hide from IE-mac*/

/*-----------------------【マージン】--------------------------*/
.marginTop40 { margin-top: 40px; }
.marginTop30 { margin-top: 30px; }
.marginTop20 { margin-top: 20px; }
.marginTop18 { margin-top: 18px; }
.marginTop16 { margin-top: 16px; }
.marginTop14 { margin-top: 14px; }
.marginTop12 { margin-top: 12px; }
.marginTop10 { margin-top: 10px; }
.marginTop4 { margin-top: 4px; }

.marginBtm60 { margin-bottom: 60px; }
.marginBtm50 { margin-bottom: 50px; }
.marginBtm40 { margin-bottom: 40px; }
.marginBtm30 { margin-bottom: 30px; }
.marginBtm20 { margin-bottom: 20px; }
.marginBtm10 { margin-bottom: 10px; }
.marginBtm9 { margin-bottom: 9px;  }
.marginBtm8 { margin-bottom: 8px;  }
.marginBtm7 { margin-bottom: 7px;  }
.marginBtm6 { margin-bottom: 6px; }
.marginBtm5 { margin-bottom: 5px; }
.marginBtm4 { margin-bottom: 4px; }

.marginLeft30 { margin-left: 30px; }
.marginLeft20 { margin-left: 20px; }
.marginLeft18 { margin-left: 18px; }
.marginLeft16 { margin-left: 16px; }
.marginLeft14 { margin-left: 14px; }
.marginLeft12 { margin-left: 12px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft9 { margin-left: 9px; }
.marginLeft8 { margin-left: 8px; }
.marginLeft7 { margin-left: 7px; }
.marginLeft6 { margin-left: 6px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft4 { margin-left: 4px; }

.paddingBtm { padding-bottom:20px; }

/*---------テキストインデント-----------*/
.txtindent1em {	padding-left: 1em; }
.txtindent2em {	padding-left: 2em; }

.txtcc3300 {
	font-size: larger;
	color: #CC3300;
	font-weight: bold;
}

.txt009999 {
	color: #009999;
	font-weight: bold;
	line-height: 120%;
	padding-top: 2px;
}

/*番号リスト*/

.listno {
}

.listno ul {
	margin-left: 0px;
	padding-left: 0px;
}

.listno li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 32px;
}


.center {
text-align:center;
}


/*--==================共通設定【大枠部分ヘッダー/コンテンツボックス】==================--*/

#wrapper {
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#contener {
	width:752px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 24px;
	margin-left: 10px;
}

#logo {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

#image01{
}

#image02 {

}

#main {
	width: 752px;
}





/*----------------Main Navigation ----------------------*/

/*メニュー全体が入るボックス*/
#naviBOX {
	width: 752px;
	height: 24px;
	margin-left: 0px;
}

/*リスト全体の定義*/
#navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

/*リスト項目：flortをleftにして横並びに　項目の間隔はpaddingで調整 */
#navi li {
	margin-left: 0px;
	float: left;
}


#navi a {
	display: block;
	vertical-align: top;
	text-decoration: none;
}

#Home a {
	width: 74px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat 0px 0px;
}
#Home a:hover {
	width: 74px;
	height: 24px;
	display: block;
	background: url(../images/main_navi.gif) no-repeat 0px -24px;
}

#Info a {
	width: 100px;
	height: 24px;
	display: block;
	background: url(../images/main_navi.gif) no-repeat -74px 0px;
}
#Info a:hover {
	width: 100px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -74px -24px;
}

#Mission a {
	width: 70px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -174px 0px;
}
#Mission a:hover {
	width: 70px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -174px -24px;
}
#Cs1 a {
	width: 110px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -244px 0px;
}
#Cs1 a:hover {
	width: 110px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -244px -24px;
}

#Cs2 a {
	width: 110px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -354px 0px;
}
#Cs2 a:hover {
	width: 110px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -354px -24px;
}

#Cr a {
	width: 128px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -464px 0px;
}
#Cr a:hover {
	width: 128px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -464px -24px;
}

#Qa a {
	width: 60px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -592px 0px;
}
#Qa a:hover {
	width: 60px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -592px -24px;
}

#Contact a{
	width: 100px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -652px 0px;
}
#Contact a:hover {
	width: 100px;
	height: 24px;
	background: url(../images/main_navi.gif) no-repeat -652px -24px;
}


/*--==========================Top RightSide Navigation===============================--*/

#navi02 {
	width: 215px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CCCC;
}

#navi02 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navi02 li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	display: block;
}

#navi02 li a {
	width: 215px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	display: block;
}

/*---通常時のメニュー---*/
#navi02 li#sindan {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat 0px 0px;
}
#navi02 li#soudan {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat 0px -34px;
}
#navi02 li#kakaku {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat 0px -68px;
}
#navi02 li#situmon {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat 0px -102px;
}

/*----マウスオーバー時のメニュー----*/
#navi02 li#sindan a:hover {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat -215px 0px;
}
#navi02 li#soudan a:hover {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat -215px -34px;
}
#navi02 li#kakaku a:hover {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat -215px -68px;
}
#navi02 li#situmon a:hover {
	width: 215px;
	height: 32px;
	background: url(../images/sub_navi.gif) no-repeat -215px -102px;
}

/*--==========================SubPage Links===============================--*/

#subLinks {width: 490px;}

#subLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subLinks li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	display: block;
}

#subLinks li a {
	width: 490px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	display: block;
}

/*---通常時のメニュー---*/
#subLinks li#subKoe {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px 0px;
}
#subLinks li#subJiturei {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -30px;
}
#subLinks li#subKenko {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -60px;
}
#subLinks li#subMondai {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -90px;
}

#subLinks li#subSoudan {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -120px;
}

#subLinks li#subTry {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -150px;
}

#subLinks li#subKakaku {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -180px;
}

#subLinks li#subSoudan02 {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -210px;
}

#subLinks li#subKenko {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -240px;
}
#subLinks li#submail {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat 0px -270px;
}

/*----マウスオーバー時のメニュー----*/
#subLinks li#subKoe a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px 0px;
}
#subLinks li#subJiturei a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -30px;
}
#subLinks li#subKenko a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -60px;
}
#subLinks li#subMondai a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -90px;
}
#subLinks li#subSoudan a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -120px;
}

#subLinks li#subTry a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -150px;
}

#subLinks li#subKakaku a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -180px;
}
#subLinks li#subSoudan02 a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -210px;
}
#subLinks li#subKenko a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -240px;
}

#subLinks li#submail a:hover {
	width: 490px;
	height: 30px;
	background: url(../images/links.gif) no-repeat -490px -270px;
}

/*----- トップページスタイル ------*/

#TopLeftside {
	width: 511px;
	background-image: url(../images/top_bg2.gif);
	background-repeat: repeat-y;
	float: left;
}

#TopRightside {
	width: 232px;
	float: right;
	margin-left: 2px;
	margin-top: 20px;

}

.TopContents {
	padding-right: 21px;
	padding-left: 20px;
	padding-top: 20px;
}
.TopContents p {
	margin-bottom:1em;
}

.TopContents h3 {
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #339999;
	margin-top: 20px;
	margin-bottom: 14px;
	padding-left: 24px;
	height: 20px;

}

.new {
	margin-top: 10px;
	margin-bottom: 30px;
}

.new ul {
}

.new li {
	background-image: url(../images/list_mark_gr.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
}


/*--------- サブページスタイル【共通】-----------*/



.head2Bl {
	font-size: 14px;
	color: #003366;
	background-image: url(../images/sub_h_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #6699CC;
	padding-left: 6px;
	margin-bottom: 20px;
	padding-bottom: 1px;
	padding-top: 2px;
}

.head3Bl {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: #3399CC;
	padding-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #3366CC;
}
.head3Bl-1 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	color: #660000;
	padding-top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #660000;
}

#SubLeftside {
	width: 209px;
	float: left;
}

#SubRightside {
	width: 490px;
	float: right;
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-y;
	padding-right: 26px;
	padding-left: 27px;
	padding-bottom: 20px;
	padding-top: 34px;
}

/*-------ケーススタディ--------*/

#cs p {
	margin-bottom: 24px;
}


.gotop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

.waku {
	font-weight: normal;
	margin-bottom: 20px;
	background-image: url(../images/man.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	height: 39px;
	border-bottom: 1px solid #CCCCCC;
}

.headcs2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-image: url(../images/case_h.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-top: 5px;
	padding-left: 16px;
}

.headsol2 {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	background-image: url(../images/sol_h.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 7px;
	padding-left: 16px;
}

/*ボックスのバックグラウンドとマージン*/
.caseBox {
	background-image: url(../images/case_h_bg.gif);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.solBox {
	background-image: url(../images/sol_h_bg.gif);
	background-repeat: repeat-y;
	padding-right: 12px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*ボックスの下画像*/
.caseBoxBtm {
	height: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

/*ｈ3のスタイル*/
.irai {
	font-size: 14px;
	color: #3399cc;
	padding-top: 10px;
	background-image: url(../images/lm_fukidasi.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}
/*ｈ3のスタイル*/
.taiou {
	font-size: 14px;
	color: #3399cc;
	background-image: url(../images/lm_orange.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

/*-------健康診断--------*/
.cslist {
}

.cslist li{
	list-style-type: disc;
	padding-left: 12px;
	list-style-position: inside;
}

/*-------無料ノウハウ-------*/
.pagelink {
	margin-top: 10px;
	margin-bottom: 20px;
}

.pagelink ul{
	width: 490px;


}
.pagelink li{
	float: left;
	padding-left: 5px;
	background-image: url(../images/ya.gif);
	background-repeat: no-repeat;
	padding-right: 4px;
	background-position: left center;
}

.listgr {
}

.listgr ul {
}

.listgr li {
	background-image: url(../images/list_mark_gr.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
}

/*----------Q&A-----------*/
 .subQA {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

 }
 
.subQA dl {
	margin-bottom: 10px;
	padding-bottom: 10px;

 }
 
.subQA dt{
	float: left;
	width: 35px;

 }
.subQA dd{
	padding-left: 35px;

 }


/*----------会社概要-----------*/
 #gaiyo {
	margin-bottom: 20px;

 }
 
 #gaiyo dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: -10px;
	padding-bottom: 10px;

 }
 
 #gaiyo dt{
	float: left;
	width: 5em;
	background-image: url(../images/list_mark_gr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;

 }
  #gaiyo dd{
	padding-left: 5em;

 }


/*-- profile --*/
#profBox {
	background-color: #FFFFFF;
	width: 498px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

#profBox h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 16px;
}

#profBox h2 {
	margin-left: 14px;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 14px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #99CCFF;
}

#profMain {
	width: 470px;
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#profLeft {
	width: 350px;
	float: left;
}

#profLeft dl {
}
#profLeft dt {
	float: left;
	width: 6em;
}
#profLeft dd {
	padding-left: 3em;
}

#profRight {
	float: right;
	width: 150px;
}


/*料金表テーブル*/

.fee {
}

.fee table {
	width: 488px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;

}

.fee tr {

}

.fee th {
	padding: 2px;
	background-color: #EFEFEF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.fee td {
	padding: 2px 2px 2px 6px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.fee td .service {
	padding-left: 10px;
}

.fee caption {
	text-align: left;
	vertical-align: bottom;
}



/*-------footer-----------------*/

#footerBox{
	background-color: #CCCCCC;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 24px;
	width: 752px;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
}
