@charset "Shift_JIS";


/*--------------------------
	全体
---------------------------*/

* {
	margin:0;
	padding:0;
	border:0;
	line-height: 1.6;
	font-size: 100%;
	border:0;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  color: #ff6600;
  text-decoration: none;
}

body{
	margin: 0;
	font-size: 0.8em;
	text-align: center;
}

.text12{
   font-size:1.2em;
}

.text08{
   font-size:0.8em;
}

#background{
	background-image: url(../image/background_side.jpg);
	background-repeat: repeat-y;
	width: 892px;
    margin:auto;
}

#container{
	margin: auto;
	width: 850px;
	text-align: left;
}

/*----------------------------
	ヘッダー
----------------------------*/

#header{
	width: 800px;
	margin:10px 25px 0 25px;
}

#header ul{
	text-align: right;
	margin-top: -30px;
}

#header ul li{
	display: inline;
        list-style-type: none;
}


#site_menu{
    /*float:left; */padding:7px 0 0 22px;
}

#main_image{
    /*float:left; */padding:7px 0 0 25px;
}

/*----------------------------
	トップコンテンツ
----------------------------*/

#content_top{
	margin: auto;
	width: 800px;
	overflow:hidden;
	margin:10px 25px 0 25px;
}

#content_top:after {
　content: ".";
   height: 0;
   visibility: hidden;
　display: block;
　clear: both;
}

#left_top{
    float:left;
	margin-right:0px;
	width: 535px;
}

#right_top{
    float:right;
	width: 253px;
}

#main_flash{
    /*float:left; */padding:7px 0 0 25px;
}

/*トップ　テーブル*/
table.top{
	text-align: center;
	margin-bottom:30px;
}

table.top td.toptd{
	padding: 10px 0 0 5px;
	text-align: center;
}

table.top td.infotd{
	padding: 0 10px 0 15px;
	text-align: left;
}


/*----------------------------
	コンテンツ
----------------------------*/

#sitenavi{
    /*float:left; */padding:7px 0 0 35px;
}

#content{
	margin: auto;
	width: 800px;
	overflow:hidden;
	margin:10px 25px 0 25px;
}

#content:after {
　content: ".";
   height: 0;
   visibility: hidden;
　display: block;
　clear: both;
}

#menu{
    float:left;
	padding:5px 5px 0 5px;
	background-image: url(../image/menu_back.jpg);
	background-repeat: repeat-x;
	width: 191px;
}

#contents{
    float:right;
	width: 587px;
}

/*----------------------------
	見出し
----------------------------*/

h1 {
  margin-bottom: 5px;
  padding: 0 0 0 0;
}

h2{
  margin-bottom: 5px;
  padding: 8px 0 10px 13px;
  background-image: url(../image/icon1.gif);
  background-repeat: no-repeat;
  font-size: 1.1em;
}

h3{
  margin-bottom: 5px;
  padding: 8px 0 10px 13px;
  background-image: url(../image/icon2.gif);
  background-repeat: no-repeat;
  font-size: 1.1em;
}

h4,
h5,
h6 {
  margin-bottom: 5px;
  padding: 10px 0 0 0;
}

#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  padding: 5px 0px 0 0;
}

.line {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.line_trademark {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.line_corporate {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.img1 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.img2 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.gototop{
  margin-top: 25px;
  margin-bottom: 10px;
  margin-right: 8px;
  text-align: right;
  font-size:0.8em;
}

.right_text{
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 8px;
  text-align: right;
}

.trademark{
  text-align: left;
  font-size:0.8em;
  color:#666666;
  margin-bottom: 20px;
}


/*----------------------------
	テーブル
----------------------------*/

/* テーブル背景色 */
.c01{background-color:#ffffff;}

/* テーブル背景色 トップ用グレー */
.g01{background-color:#c2c2c2;}
.g02{background-color:#f8f8f8;}

/*システム構成　テーブル*/
table.sistem{
	border-top: solid #cccccc 1px;
	text-align: center;
}

table.sistem th{
	color:#ffffff;
	background-color:#3C99B3;
	border-bottom: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	padding: 5px 0 5px 0;
}

table.sistem td.type1{
	background-color:#fffffF;
	border-bottom: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	padding: 5px 0 5px 5px;
}

table.sistem td.type7{
	border-bottom: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	padding: 5px 0 5px 5px;
	text-align: left;
}

table.sistem td.type3{
	color:#000000;
	background-color:#eeeeee;
	border-bottom: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	padding: 3px 0 3px 8px;
	text-align: left;
}

/*サポート　テーブル*/
table.support{
	border-top: solid #FFD22C 1px;
}

table.support th{
	color:#ffffff;
	background-color:#ff6600;
	border-bottom: solid #FFD22C 1px;
	border-left: solid #FFD22C 1px;
	border-right: solid #FFD22C 1px;
	padding: 5px 0 5px 0;
	text-align: center;
}

table.support td.type2{
	background-color:#ffffff;
	border-bottom: solid #FFD22C 1px;
	border-right: solid #FFD22C 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

/*VIPS　テーブル*/
table.vips{
    margin-top:15px;
	margin-bottom:10px;
	background-color:#ffffff;
}

table.vips td.type4{
	border: solid #FFD22C 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

/*会社情報　テーブル*/
table.corporate{
    margin-top:15px;
	margin-bottom:10px;
	background-color:#ffffff;
}

table.corporate td.type5{
	border: solid #cccccc 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

table.corporate td.type6{
	border-top: solid #cccccc 1px;
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

/*システム構成2　テーブル*/
table.sistem2{
	text-align: center;
	margin: 5px 0 5px 0;
}

table.sistem2 td.type{
	color:#000000;
    font-weight:bold;
	background-color:#D4F5FF;
}

/*コンサル　リスト*/

.consul_title{
  font-weight:bold;
  margin-bottom: 3px;
  padding: 6px 0 8px 30px;
  background-image: url(../image/consul_ber.jpg);
  background-repeat: no-repeat;
  font-size: 1.2em;
}

.consul2_title{
  font-weight:bold;
  margin-bottom: 3px;
  padding: 6px 0 8px 30px;
  background-image: url(../image/consul2_ber.jpg);
  background-repeat: no-repeat;
  font-size: 1.2em;
  line-height: 1.3em;
}

.appli_title{
  font-weight:bold;
 margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 0 8px 30px;
  background-image: url(../image/appli_ber.jpg);
  background-repeat: no-repeat;
  font-size: 1.2em;
}

.appli2_title{
  font-weight:bold;
 margin-top: 3px;
  margin-bottom: 3px;
  padding: 5px 0 8px 30px;
  background-image: url(../image/appli2_ber.jpg);
  background-repeat: no-repeat;
  font-size: 1.2em;
}

#contents ul { margin: 1.2em 10px 0.2em 30px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

/*採用情報　リスト*/

.recruit_title{
  font-weight:bold;
  margin-top:15px;
  margin-bottom: 0px;
  padding: 0 0 0 19px;
  background-image: url(../image/recruit_ber.jpg);
  background-repeat: no-repeat;
  font-size: 1.2em;
}

/*----------------------------
	フォーム
----------------------------*/

/*フォーム*/
#forminfomation{
	margin:auto;
}

#forminfomation input{
	border: solid #CCCC99 1px ;
}

#forminfomation textarea{
	border: solid #CCCC99 1px;
}

/*フォーム　テーブル*/
table.infoform{
	border-top: solid #ffffff 1px;
}

table.infoform th{
	color:#000000;
	background-color:#EEECD6;
	background-image: url(../image/forminfo.gif);
	background-repeat: no-repeat;
	border-bottom: solid #ffffff 1px;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	padding: 5px 0 5px 0;
	text-align: center;
}

table.infoform td.info1{
	background-color:#FAF8E9;
	border-bottom: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

table.infoform td.info2{
	background-color:#ffffff;
	border-bottom: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	padding: 15px 5px 5px 5px;
	text-align: bottom left;
}

table.infoform td.info3{
	background-color:#ffffff;
	border-bottom: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	padding: 15px 5px 5px 5px;
	text-align: bottom center;
}

/*----------------------------
	サイトマップ
----------------------------*/

table.sitemap{
    margin:10px 18px 20px 18px ;
	background-color:#ffffff;
}

table.sitemap td.sitemap1{
	padding: 3px 0 3px 0;
	text-align: left;
}

table.sitemap_title{
    margin:10px 0 10px 0 ;
}

table.sitemap_title td{
	text-align: left;
    font-size: 1.2em;
	font-weight:bold;
	padding: 3px 0 3px 7px;
	background-color:#EEF9FF;
}

/*----------------------------
	プライバシーポリシー
----------------------------*/

table.privacy{
    margin-top:0px;
	margin-left:18px;
	margin-right:5px;
	margin-bottom:0px;
	background-color:#ffffff;
}

table.privacy th{
	padding: 7px 0 7px 0;
	text-align: left;
}

table.privacy td.privacy1{
	padding: 0 0 15px 0;
	text-align: left;
}

table.privacy td.privacy2{
	padding: 40px 0 3px 0;
	text-align: right;
}

table.privacy td.form{
	padding: 0 0 15px 0;
	line-height: 1.2em;
	text-align: left;
}

/*----------------------------
	採用情報
----------------------------*/

table.recruitfinish{
    margin:100px 18px 100px 18px;
	background-color:#ffffff;
	text-align: center;
}

table.recruit{
    margin:0px 18px 0 18px;
	border-top: solid #999999 1px;
	background-color:#ffffff;
}

table.recruit th{
	padding: 7px 7px 7px 7px;
	border-left: solid #999999 1px;
	border-bottom: solid #999999 1px;
	text-align: center;
}

table.recruit td.recruit1{
	padding: 3px 7px 3px 7px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	border-left: solid #999999 1px;
	text-align: left;
}

table.recruit td.recruit2{
	padding: 10px 7px 10px 7px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	border-left: solid #999999 1px;
	text-align: center;
}

table.recruit td.recruit3{
	padding: 3px 0 3px 7px;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	text-align: left;
}

table.recruit td.recruit4{
	padding: 3px 3px 3px 0px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	text-align: right;
}

/*----------------------------
	セミナー
----------------------------*/

table.seminorintro{
    margin:20px 10px 0 10px;
	background-color:#ffffff;
}

table.seminorintro td.seminor1{
	padding: 3px 0px 3px 0px;
	text-align: left;
}

table.seminorintro td.seminor2{
	padding: 3px 0px 3px 0px;
	text-align: right;
}

table.seminor{
    margin:10px 10px 20px 10px;
	border-top: solid #999999 1px;
	background-color:#ffffff;
}

table.seminor td.seminor1{
	padding: 3px 7px 3px 7px;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	text-align: center;
}

table.seminor td.seminor1a{
	padding: 3px 7px 3px 7px;
	border-bottom: solid #999999 1px;
	border-left: solid #999999 1px;
	text-align: left;
}

table.seminor td.seminor2{
	padding: 3px 7px 3px 7px;
	border-bottom: solid #999999 1px;
	border-right: solid #999999 1px;
	text-align: left;
}

table.seminor td.seminor3{
	padding: 3px 0px 3px 0px;
	border-bottom: solid #999999 1px;
	text-align: center;
	font-size:0.8em;
}

table.seminor td.seminor4{
	padding: 3px 7px 3px 7px;
	border-left: solid #999999 1px;
	text-align: left;
}

table.seminor td.seminor5{
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-size:0.8em;
}

table.seminor td.seminor6{
	padding: 3px 7px 3px 7px;
	border-right: solid #999999 1px;
	text-align: left;
}

.seminorkome{
  text-align: right;
  font-size:0.8em;
  margin-bottom: 20px;
  margin-top: -20px;
}


/*----------------------------
	フッター
----------------------------*/

div#footer{
	clear:both;
	height: 62px;
	width: 100%;
	margin: 0px auto 0 auto;
	background-position: center center;
	background-image: url(../image/foot.jpg);
	background-repeat: no-repeat;
}

#footcontainer{
	width: 790px;
	margin:auto;
}

#footcontainer:after {
　content: ".";
   height: 0;
   visibility: hidden;
　display: block;
　clear: both;
}

#privacy{
	float:left;
	width: 150px;
        margin-top: 8px;
	padding:5px 5px 0 5px;
}

#copy{
       padding:5px 0 0 40px;
        margin-top: 8px;
       width: 420px;
       float:right;
}

.clear{ clear:both;}

