@charset "utf-8";
/* ===================================================================
CSS information

 /* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #333;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #5397d4;  
    background-image: url(../img/body_BG.png);  
    background-repeat:repeat-x;  
    background-position: bottom;
	
	
}

=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/


a:link {
	color:#1c5489;
	text-decoration: none;
}
a:visited {
	color:#1c5489;
	text-decoration: none;
}
a:hover {
	color:#75adaf;
	text-decoration: none;
}
a:active {
	color:#1c5489;
	text-decoration: none;
}
a.alpha:hover img {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}


.nv{color:#009;}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.fltR {
	float:right;
}

.fltL {
	float:left;
}

.clear{clear:both;}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.inLine {display:inline;}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
.MG-R20{ margin-right:20px;}
.MG-R30{ margin-right:30px;}
.MG-R10{ margin-right:10px;}
.MG_TB20{ margin:20px 0px;}
.MG_L10{ margin-left:10px;}
.MG_L20{ margin-left:20px;}
.MG_R20{ margin-right:20px;}

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}
.TXT80{ font-size:86%;}


.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}
.TXT-NV { color:#000099;}
.TXT-BR { color:#0099FF;}
.TXT-PBR { color:#70ace2;}
.TXT-WT{ color:#FFF;}
.TXT-MD{ color:#DD006F;}


/* 幅
----------------------------------------------------------- */
.W90{width:90%;}
.W70{width:70%;}
.W65{width:65%;}
.W60{width:60%;}
.W55{width:55%;}
.W50{width:50%;}
.W45{width:45%;}
.W40{width:40%;}
.W30{width:30%;}
.W35{width:35%;}
.W25{width:25%;}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{ width:100%;
         height: 110px; 
         background:url(../img/headBG.png) repeat-x;
}
#logoarea{
  width: 950px;
  height: 40px;
  margin: 0px auto;
  padding: 0;
}
.wtlogo{ color:#FFF;
         font-size:80%;
		 font-weight:bold;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	padding: 15px 0 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e6e6e6')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(top, #ffffff, #e6e6e6);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#footer .copyright {
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#ftList {
	font-size: 70%;
	line-height:1.5em;
	height: 120px;
	width:150px;
	border-left-style: dotted;
	border-left-color: #ccc;
    border-leftt-width: thin;
	padding-right: 20px;
	text-indent:1em;
}



/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 950px;
	margin: 0 auto;
}

#footerContents p{font-size:90%;}


.copyright{text-align:center;
           color:#FFFFFF;
		   font-size:60%;
		   line-height:3em;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 900px;
	padding:20px;
	margin:0 auto;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0ecde');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0ecde')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #f0ecde);
background-image: -ms-linear-gradient(top, #ffffff, #f0ecde);
background-image: -o-linear-gradient(top, #ffffff, #f0ecde);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0ecde));
background-image: -webkit-linear-gradient(top, #ffffff, #f0ecde);
background-image: linear-gradient(top, #ffffff, #f0ecde);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#contents .pageTop {
	clear: both;
	text-align: right;
}





/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 700px;
}


#main2 {
	float: center;
	width: 500px;
}


#main .sectionBorder{
	margin-bottom:20px;
	padding:20px 0px 20px 20px;
	width:650px;
	border: solid #ccc 1px;
	background:#FFFFFF;
}

#main .sectionBorder ul li{
	list-style-image:url(../img/cirBK.gif);
	list-style-position:inside;
}


 h2{
	font-size: 120%;
	font-weight: bold;
	width: 680px;
	height:48px;
	text-indent:1em;
	line-height:1.5em;
	background: url(../img/h2Bar.gif) no-repeat;
	padding: 10px 0px;
}

h3{ font-size:140%;
	font-weight:bold;
    color:#0099FF;
}

h4{ font-size:120%;
	font-weight:bold;
    color:#0099FF;
	line-height:1.5em;
	border-bottom:#0099FF 1px solid;
	width:97%;
}

h5{  background-image: url(../img/skk.gif);  
    background-repeat:no-repeat;  
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:#0099FF 1px solid;
}

h6{ font-size:140%;
	font-weight:bold;
	background:#FF8040;
	color:#FFFFFF;
	width:670px;
	line-height:2em;
	text-indent:1em;
}


.honbun{ font-size:90%;
         text-align:justify;
  text-justify:distribute;}  


.textBox{ width:650px;
          margin:20px 0px;}
		  
.textBoxB{ width:650px;
           margin-bottom:20px;}		  

.pointTxt{font-size:110%;
          font-weight:bold;
}



.BoxA{ width:630px;
       padding:20px;
	   background-color: #FFFFFF;
	   margin:20px 0px; 
        border:#0099FF 3px solid;
		border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}



.BoxA ul li{ list-style-image:url(../img/cirBK.gif);
             list-style-position:inside;
}





/* テーブル装飾
----------------------------------------------------------- */
.table_co {width:98% ;padding: 10px; border: 1px solid #ccc ;line-height:1.5em; font-size:90%;}

.table_co th  { background:#DFF3FB; width:25%; padding: 10px; border: 1px solid #ccc;}

.table_co td  { background:#ffffff; padding: 10px;border: 1px solid #ccc;}

.sLine{ border-bottom:#999999 solid 1px;}

#sTable { font-size:80%;
           line-height:2.0em;
		   background:#FFFFFF;
		   table-layout: fixed;
		   width:680px;
		   
         
}

.stMida{ color:#005AAB;
         font-size:15px;
		 font-weight:bold;
}


/* -----------------------------------------------------------
	#sub
		サイドバー
----------------------------------------------------------- */
#sub {
	float: right;
	width: 200px;
}

#sub span{border-left:#8c7f51 5px solid;
          font-size:120%;
		   font-weight:bold;
		   margin:10px 0px;
}

#sub .box { padding: 5px;
            width:200px;
	
}




/*サイドの親子ボックス
----------------------------------------------------------- */


#oya_A {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
}
#k_AK {
	position: absolute;
	left: 19px;
	top: 47px;
}
#k_AI {
	position: absolute;
	left: 116px;
	top: 47px;
}
#oya_B {
	position: relative;
	width: 230px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#k_jp_m {
	position: absolute;
	left: 7px;
	top: 75px;
	width:153px;
}


.box ul {
	list-style-type: none;
	line-height:1.2em;
	
}
.box ul a {
	background-color: #3f85cc;
	color: #fff;
	display: block;
	width: 182px;
	padding: 5px 10px;
	text-align:center;
	text-decoration: none;
	border-bottom:#FFFFFF 1px solid;
}
.box ul a:hover {
	background-color:#2c65a0;}


/* アウトソーシング
----------------------------------------------------------- */ 

.outTI{ border-radius: 7px; /* CSS3 */
　　-webkit-border-radius: 7px; /* Safari,Google Chrome用 */
　　-moz-border-radius: 7px; /* Firefox用 */
    color:#FFFFFF; font-size:110%; font-weight:bold; text-indent:1em; background:#4E58E0; width:350px; line-height:1.8em; margin:10px 0px;} 

.outpt{color:#4E58E0; font-size:110%; font-weight:bold;} 

.out table th { color:#4E58E0; width:100px;padding: 5px;border: 1px solid #ccc;text-align:left;vertical-align: middle; } 
.out table td {padding: 5px;border: 1px solid #ccc;text-align:left;vertical-align: middle; }

.out02 table th {padding: 5px;text-align:left;vertical-align: middle;} 
.out02 table td {padding: 5px;text-align:left;vertical-align: middle;}

.kadomaru{ width:600px; border-radius:7px; border:#0066FF 1px solid; padding:10px; margin:10px 0px;}

.kadomaruWT{border-radius:7px; border:#DD006F 1px solid; padding:10px; margin:5px 0px; background:#FFFFFF;}


/* サービス詳細
----------------------------------------------------------- */ 

.sa  ul li{ font-size:90%; line-height:1.5em; background-image:url(../img/cirBK.gif); background-repeat:no-repeat;}



/* コンサル数字付き見出しグリーン
----------------------------------------------------------- */
.noti{ font-size:110%; font-weight:bold; color:#31959F;}

/* 破線
----------------------------------------------------------- */
.bdr{ border-bottom:#999999 2px dotted; width:100%; margin:20px 0px;}


