@charset "shift_jis";


/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.6em;
	background-color: #fffff;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;

}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, .title ,.menutitle{
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
}

h1,h2,h3,h4{
	clear:both;
}

img{
	max-width:100%;
}



.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

img{
	max-width:100%;
}




/* -------- リンク */

a,a:visited{
	color:#006699;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}





/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}


em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}



/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: circle;
/*	list-style-image: url(img/li.gif);*/
}



p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}







/* 基本レイアウト */

#container {
	width: 900px;
	_width: 910px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width:900px;x;
	height: 88px;
	padding: 12px 0 0 0;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}



/* コンテンツ */

#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1 ,#space2 {
	margin-bottom: 25px;
	padding: 10px 14px;
}

#text_pro {
	margin:0;
	padding: 0px 14px 0 22px;
}


/* グローバルメニュー */

#topmenu {
	height: 42px;
	width: 900px;
	position: absolute;
	top: 100px;
	margin: 0px;
	padding: 0px;
}

/* トップページ画像 */
#indeximg{
	width:900px;
	height:350px;
	background-image: url(img/index_img.jpg);
	background-repeat: no-repeat;
	padding-bottom:10px;
	margin-top:42px;
}


#siteNavi {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom:5px;
	margin-top:10px;
}

#contents_index {
	_height:10px;
	padding: 0px 5px 0 10px ;
	min-height:400px;
	margin-top:0px;
}


#contents {
	_height:10px;
	padding: 50px 10px 0 10px ;
	min-height:400px;
	margin-top:150px;
}

#menu:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}


#pagetop{
	text-align:right;
	padding:10px 60px 10px 0;
	font-size:12px;
}

.toiawase{
	text-align:right;
	padding:10px 15px 10px 0;
	font-size:12px;
}

#totop a:hover{
	text-decoration: underline;
}



/* フッター */

#footer {
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	background-color:#435789;
	font-size: 12px;
}


#footer a{
	color: #FFFFFF;
	text-decoration: underline;
}
#footlink {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
	color: #666666;
	font-size: 12px;
	background-color: #E5E5E5;
}
#footlink a {
	color: #666666;
	margin-left:5px;
	margin-right:5px;
}

address{
	padding:10px 0 4px 80px;
	color: #333333;
	font-size: 13px;
	line-height:18px;
	background-color: #B3BCD1;
	font-style:normal;
	text-align:left;
}

/* フリースペース */

#space3, #space4, #space5, #space6 {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 120%;
	font-size: 12px;
	padding: 8px;
}

/* レイアウト差分 */

#contents {
	padding-right: 8px;
	padding-left: 10px;
	margin-top:0px;
	background-color:#ffffff;
}


#main {
	float: right;
	width: 650px;
	background-color:#ffffff;
}

#menu {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ffffff;
}

#text1 h3,#text2 h3,#text3 h3,#text4 h3,#text5 h3,#text6 h3,#text6 h3,#text7 h3,#text8 h3,#text9 h3,#text10 h3{
	position: relative;
	left: -12px;
	width: 610px;
	margin-top: 15px;
	margin-bottom: 15px;
}




/* 各種見出し */
h1 {
	width:900px;
	_width: 910px;
	font-weight: normal;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	position: absolute;
	top: 0px;
	padding:2px 0 0px 8px;
	font-family: sans-serif;
}


#main h2 {
	margin:10px 0 0 0;
	padding:0px 0px 0 0;
}





#main h3  {
	font-size: 18px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right:10px;
	padding-right: 8px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom:1px dotted #18306C;
	color: #18306C;
}


#main  h4{
	background-image: url(img/h4.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height:26px;
	text-indent: 25px;
	margin-top: 10px;
	margin-bottom: 3px;
}


#main  h5{
	background-image: url(img/h5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
}



/* サイトマップ */

#sitemaps{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#sitemaps ul{
	margin:0;
	padding:0;
}

#sitemaps li{
	list-style-type: none;
	list-style-image: none;
}

#sitemaps .sbox1, #sitemaps .sbox2 {
	width: 47%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .sbox1 {
	float: left;
	clear: left;
}

#sitemaps .sbox2 {
	float: right;
	clear: right;
	margin-bottom:50px;
}

#sitemaps .sbox3 {
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#sitemaps .l1 {
	background-image: url(img/sitemap_l1.jpg);
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	overflow: hidden;
}

#sitemaps .l2 {
	background-image: url(img/sitemap_l2.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 22px;
	margin-bottom: 3px;
}

#sitemaps .l3 {
	background-image: url(img/entlist.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 20px;
	text-indent: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#whatsnew {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top:0px;
}

#tolist{
	text-align:right;
	padding:10px 10px 10px 0;
	font-size:12px;
}






/* サイドメニュー */

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
	border: 1px solid #CCCCCC;
}

#menu  li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	display: block;
	_display:inline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	padding: 0px;
}

#menu h4 {
	line-height: 30px;
	height: 30px;
	padding-left: 0px;
	overflow: hidden;
}

#menu .menubox {
	margin-bottom: 15px;
	background-color: #E5E5E5;
	padding: 4px;
	_padding: 4px;
}


#menu li a {
	line-height: 14px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	color: #454545;
}

*:first-child+html #menu .menubox,*:first-child+html #rmenu .menubox {
	padding:4px;
}

*:first-child+html #menu li a,*:first-child+html #rmenu li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu li a:hover {
	background-color: #dedede;
}

#menu li.l2 a {
	padding-left: 32px;
	background-image: url(img/menu_l2.gif);
	background-position: 18px center;
	font-size: 11px;
}

#menu li.l2, #menu li.l3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-image: url(img/menu_line.gif);
	background-position: left bottom;
	font-size: 11px;
}

#menu li.l3 a {
	background-position: 40px 10px;
	padding-left: 55px;
	background-image: url(img/menu_l2.gif);
	font-size: 11px;
}



.menubox {
	width: auto;
	background-color: #EFEFEF;
}

.menubox2 {
	margin-bottom:15px;
}


#submenu span{
	display:block;
	margin:2px 0;
}

#submenu span img{
	display:block;
	margin:0;
	padding:0;
}




/* 文字装飾 */


#main blockquote {
	font-size:12px;
	color:#666666;
	border: 2px dotted #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 15px;
	line-height: 130%;
}



#main .noimage{
	padding-left:12px;
	background-image: none;
	min-height:15px;
}


.ylw{
	background-color:#FFE566;
	font-weight:bold;
	padding:2px;
}



/*-------------------------------------*/
/* 会社概要 */
div#outlineBox{
	margin-top: 10px;
	width: 640px;
	margin-bottom:20px;
}

div#outlineBox dl{
	width:640px;
	padding:0 0 0 10px;
}
div#outlineBox dl dt,
div#outlineBox dl dd{
	padding:12px 0 6px;
}

div#outlineBox dl dt{
	float:left;
	width:150px;
	clear:both;
	background: url(img/bg_boder.gif) repeat 0 0 ;
}

}
div#outlineBox dl dd{
	width:350px;
	margin-left: 80px;
	padding-left:20px;

}


.bannar_space{
	margin:0px 0 10px 0;
	font-size:8px;
	text-align:center;
}

.txt-frame{
	border:solid 2px #CCCCCC;
	padding:0;	
}

#main .txt-frame{
	margin: 10px 10px 10px 10px;
	padding: 5px;
}


/* プライバシーポリシーページ　タイトル部分 */
.center{
	text-align:center;
	margin:10px 0 20px 0;
	font-size: 1.25em;
}

.kohyo{
	border:1px solid #999999;
}

.policy{
	padding-left:1em;
	text-indent:-1em;
	margin:10px 0 0px 0;	
}

.policy2{
	padding-left:1em;
	text-indent:-1em;
	margin:5px 0 0px 10px;
}

.policy3{
	padding-left:1em;
	text-indent:-1em;
	margin:0px 0 0px 25px;
}

.policy4{
	padding-left:1em;
	text-indent:-1em;
	margin:0px 0 0px 35px;
}

div#main table.p01{
	width:600px;
	margin:10px 15px 0px 20px;
	border:1px solid #cccccc;

}

div#main td.ptd01{
	border:1px solid #cccccc;
	padding:3px;
	text-align:center;
}

div#main td.ptd02{
	border:1px solid #cccccc;
	padding:3px;
}


/* 報酬表部分 */


div#main table.tb01{
	width:500px;
	margin:10px 15px 0px 0px;
	border:1px solid #999999;

}

div#main table.tb02{
	width:620px;
	margin:10px 15px 0px 0px;
	border:1px solid #999999;

}

div#main td.td01{
	color:#ffffff;
	background:#18306C;
	border:1px solid #999999;
	text-align:center;
	padding:3px;
}

div#main td.td01_2{
	color:#ffffff;
	background:#18306C;
	border:1px solid #999999;
	padding:3px;
}


div#main td.td02{
	border:1px solid #999999;
	text-align:center;
	padding:3px;
}

div#main td.td02_2{
	border:1px solid #999999;
	padding:3px;
}

div#main td.td03{
	background:#dedede;
	border:1px solid #999999;
	padding:3px;
}
div#main td.td03_2{
	background:#dedede;
	border:1px solid #999999;
	padding:3px;
	text-align:center;
}



/*　給与計算の流れ　*/

.flow_title{
	color:#ffffff;
	font-weight:bold;
	background-color:#18306C;
	padding:5px 20px 5px 10px;
	margin:0px 30px 0px 30px;

}
.flow_waku{
	margin:0px 30px 0px 30px;
	padding:15px 20px 15px 20px;
	border:1px solid #18306C;
	line-height:140%;

}



/***********　index.html***********/

div#main table.index{
	width:650px;
	margin-left:0px;
	margin-top:10px;
	padding:0;
}

div#main td.index_td{
	width:147px;
	height:170px;
	float:left;
	font-size: 12px;
	text-align:left;
	line-height:20px;
	margin: 5px;
	border-top:2px solid #20234E;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

div#main table.indexlink{
	width:650px;
	margin-left:0px;
	margin-top:10px;
	padding:0;
}

div#main td.indexlink_td{
	width:147px;
	font-size: 12px;
	text-align:center;
	vertical-align:top;
	line-height:12px;

}
