﻿@charset "utf-8";
/* CSS Document */

*  {
  margin:0;
  padding:0;
}


body {
  background-color:#F0F0F0;
}

img {
  border:0;
}

#page {
  width:940px;
  margin:0 auto;
  background-color:#ffffff;
  font-size:80%;
  color:#666666;
  line-height:180%;
  border:1px solid #646464;
}

#font_size {
  font-size:12px;
  clear:both;
  margin:10px 10px 0 10px;
  text-align:right;
}

#search {
  font-size:12px;
  margin:0 10px;
  text-align:right;
}


#container {
  background:#000000;
  padding:0 0 0 10px;
  clear:both;
}

#header {
  background:#FFFFFF;
  border-bottom:1px solid #CCCCCC;
  height:80px;
}

#header_left {
  float:left;
  width:400px;
  background:#FFFFFF;
  height:auto;
}

#header_right {
  float:right;
  width:px;
  height:80px;
  vertical-align:middle;
  background:#FFFFFF;
}

#header_menu {
  clear:both;
  background:#f3f3f3;
  text-align:center;
}

#pankuzu {
  font-size:90%;
  border-bottom:#e6e6e6 1px solid;
  width:80%;
  margin:0 0 10px 10px;
  float:left;
}


#menu_left {
  width:200px;
  height:auto;
  float:left;
  background-color:#ffffff;
}

#main {
  width:700px;
  padding:0 10px;
  float:right;
  background-color:#ffffff;
}

#top_main {
  margin:0 10px;
  height:auto;
}

#flash_area {
  text-align:center;
  background-color:#fff;
  height:250px;
}

#top_left {
  float:left;
  width:590px;
  height:auto;
  margin-bottom:10px;
  margin-top:10px;
}

#top_bar_new {
  background:url(../img/bar_new.gif);
  height:30px;

}

#top_banner {
  clear:both;
}

#top_banner img {
  margin:5px;
}

#top_right {
  float:right;
  margin-left:10px;
}

#footer_banner {
  text-align:center;
  margin:0;
  padding:0px;

}

#footer_banner img {
  border:1px solid #999999;
  margin:10px;
}

#footer {
  margin-top:50px;
  background:#323232;
  clear:both;
  text-align:center;
  padding:10px 0px;
  border-bottom:5px solid #ffa000;
  color:#ffffff;
}




.img_float {
  float:right;
}

.img_float_left {
  float:left;
  margin-right:10px;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.space {
  margin-bottom:50px;
}

.access_add {
  vertical-align:top;
  width:210px;
  background:#FFFFFF;
}

.access_map {
  vertical-align:top;
  text-align:center;
}

.pr {
  text-align:center;
  border:1px solid #CCCCCC;
  padding:10px;
}

#announce {
  height:500px;
}

#adoption {
  height:500px;
}

#event {
  height:500px;
}

#company {
  height:500px;
}

#news {
  height:500px;
}

#news2009 {
  height:auto;
}

.faq {
  font-size:200%;
  color:#FF0000;
  margin-right:10px;
}

.faq_a {
  font-size:200%;
  color:#0066FF;
  margin-right:10px;
}





/* 文字装飾
----------------------------------------------------------- */
h1 {
  font-size:90%;
  font-weight:normal;
}

h2 {
  font-size:130%;
  margin:0 0 10px 0;
}

h3 {
  font-size:120%;
  margin:30px 0 10px 0;
  border-bottom:#CCCCCC 1px solid;
}

h4 {
  font-size:110%;

}

h5 {
  font-size:110%;
}


strong {
  font-weight:normal;
}

p {
  margin-bottom:25px;
}

ul {
  margin:10px 10px 30px 20px;

}

ol {
  margin:10px 10px 30px 40px;
}

.low_alpha ol {
  list-style-type:lower-alpha;
}

#rent h2 {
  font-size:130%;
  margin:10px 0;
}

.under_line {
  text-decoration:underline;

}


#meisui h2 {
  font-size:160%;
  margin:0 0 10px 0;
  color:#0099FF;
}

#meisui h3 {
  color:#5BADFF;
  font-size:120%;
  margin:30px 0 10px 0;
  border-bottom:#CCCCCC 1px solid;
}

.color_red {
  color:#FF0000;
}

.color_blue {
  color:#0066FF;
}


/* リンク
----------------------------------------------------------- */
a {
  text-decoration:underline;
}
a:link {
  color:#0C8EF2;
}

a:visited {
  color:#0C8EF2;
}

a:hover {
  color:#FF3C41;
  text-decoration:underline;
}

a:active {
  color:blue;
}

#footer a:link {
  color:#ffa000;
}

#footer a:visited {
  color:#ffa000;
}

#footer a:hover {
  color:#ffffff;
}

/* ライン
----------------------------------------------------------- */
.line_dot {
  background:url(../img/line_dot.gif) repeat-x;
}


/* テーブル
----------------------------------------------------------- */
table {
  width:100%;
  margin:0px;
  padding:0px;
  border: 1px #b4b4b4 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight:normal;
  padding:5px;
  text-align:center;
  border:1px #b4b4b4 solid;
  background:#f0fff5;
  margin:0px;
}

table td {
  padding:5px;
  border:1px #b4b4b4 solid;
  background:#ffffff;
  text-align:left;
  margin:0px;
}

/* テーブル【TOP】
----------------------------------------------------------- */
#top_left table {
  border:#CCCCCC solid 1px;
  width:100%;
}

#top_left th {
  border: 0px #E3E3E3 solid;
  text-align:center;
}

#top_left td {
  border: 0px #E3E3E3 solid;
  border-bottom:dashed 1px #CCCCCC;
  padding:2px 2px;
}

/* テーブル【新着情報】
----------------------------------------------------------- */
#news_table table {
  border:#CCCCCC solid 1px;
  width:100%;
}

#news_table th {
  border: 0px #E3E3E3 solid;
  text-align:center;
}

#news_table td {
  border: 0px #E3E3E3 solid;
  border-bottom:dashed 1px #CCCCCC;
  padding:2px 2px;
}

/* テーブル【概要】
----------------------------------------------------------- */
#outline th {
  width:200px;
}

/* テーブル【役員一覧】
----------------------------------------------------------- */
#officer th {
  width:200px;
}

/* テーブル【沿革】
----------------------------------------------------------- */
#history th {
  width:100px;
}

/* テーブル【企業データ】
----------------------------------------------------------- */
#data td {


}

/* テーブル【事業所】
----------------------------------------------------------- */
#access th {
}

#th_access {
  width:200px;
}

/* テーブル【採用情報】
----------------------------------------------------------- */
#recruit th {
  width:150px;
}

/* テーブル【採用情報_日程】
----------------------------------------------------------- */
#recruit_session th {
}

#recruit_session td {
  text-align:center;
  width:0px;
}


.th_place {
  width:160px;
}

.th_style {
  width:120px;
}

.th_day {
  width:140px;
}

.th_time {
  width:200px;
}

/* テーブル【採用実績校】
----------------------------------------------------------- */
#schoollist th {
  width:150px;
}

/* テーブル【インターンシップ】
----------------------------------------------------------- */
#internship th {
  width:150px;
}

.is_comment {
  clear:both;
  border:#FF9933 1px solid;
  background:#FFF2EA;
  padding:0 10px 10px 10px;
}

/* テーブル【東京都情報サービス産業健康保険組合】
----------------------------------------------------------- */

.th_kenpo {
  width:200px;
}

/* テーブル【サークル活動】
----------------------------------------------------------- */
#circle table {
  margin:0px;
  padding:0px;
  border:0px;
}

#circle th,td {
  margin:0px;
  padding:0px;
  border:0px;
}

/* テーブル【RSS】
----------------------------------------------------------- */

#rss table {
  width:570px;
  background:#ffffff;
}

#rss th,td {
  background:#ffffff;
}

/* テーブル【rent】
----------------------------------------------------------- */

#rent th {
  width:120px;
}

/* テーブル【water】
----------------------------------------------------------- */

#meisai td {
  text-align:center;
}




/* 
----------------------------------------------------------- */
.img_right {
  float:right;
  margin:5px 0 5px 10px;
}

.img_left {
  float:left;
  margin:5px 10px 5px 0px;
}

.block_left {
  float:left;
  width:340px;
}

.block_right {
  float:right;
  width:340px;
}