@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}
	

p { margin: 0 0 1em; }
a { color: #024E8C; text-decoration:none;}
a:hover { text-decoration: underline;}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}


a { color: #015EAE;}

body {
	text-align: center;
	color: #555555;
	font-size: 108%;
	letter-spacing: 1px;
	line-height: 1.6;
  font-family:meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

body { /font-size: 10px;}

.headeroutside { 
  height: 100px;
  background:url(../images/bg_header.jpg) 0 0 repeat-x;
  padding: 0;
  margin: 0;
  }



#header {
	width: 930px;
	margin: 0 auto;
  }
#header p{
	margin-left: 15px;
	margin-top: 15px;
}
#header .logo {
  float: left;
  margin:15px 0 0 0;
  padding:0;
   }

#header .headerlink { 
  float: right;
  margin: 20px 0 0 0;
  font-size: 12px;
  }
  

#content {
	width: auto;
	text-align: left;
	padding-bottom: 0px;
	clear: both;
	background-color: #5BA9FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
  }

*html body #content { margin-top: 3px;}

#main { 
  width: 627px; 
  margin: 0;
  float: left;
  padding: 0;
   }
 


#sidebar { 
  width: 303px; 
  float: right;
  margin:0 0 0 25px;
  padding:0;
  
  }


#footer { 
  background: #FFFFFF;
  margin: 15px 0;
  padding:20px;
  clear: both;
  border: 3px solid #DBDBDB;
  
  }

.footerinner { padding: 25px;}

.footerlink { 
  text-align: center;
  font-size: 1em;
  }
address { 
   text-align: center;
   }

#entrance address { 
   margin-top: 40px;
   text-align: center;
   }

/*==========================================================================*/
/*                             gnavi                                  */
/*==========================================================================*/

#gnavi {
  width: 960px;
　height: 50px;
  margin: 0;
  padding: 0;
  clear: both;

}

#gnavi ul li  {
  height: 14px;
  float: left;
  list-style: none;
  margin:16px 0 7px 20px;
  padding:0 20px 5px 0;
  color:#FFFFFF;
  font-size: 13px;
  vertical-align:middle;
  }
#gnavi ul li a { 
  color:#FFFFFF;
  }


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

.clr { clear: both;}

.box { 
  background: #FFFFFF;
  margin: 15px 0;
  padding:20px;
  clear: both;
  border: 3px solid #DBDBDB;
  }

.box_category { 
  background: #FFFFFF;
  margin: 0 0 15px;
  padding:20px;
  clear: both;
  border-right: 3px solid #DBDBDB;
  border-left: 3px solid #DBDBDB;
  border-bottom: 3px solid #DBDBDB;
  }


.center { text-align:center;}

.mr27 { margin-right: 27px;}
.mr57 { margin-right: 57px;}
.mr10 { margin-right: 10px;}
.mr20 { margin-right: 15px;}

h1 { margin-bottom: 20px;
   }

dl.news { 
  width: 581px;
  height: 150px;
  overflow:auto;
  }

dl.news dt { 
  float: left;
  width: 60px;
  font-weight: bold;
  margin-bottom: 5px;
  clear: both;
  }
dl.news dd { 
  float: left;
  width: 390px;
  padding-left: 90px;
  margin-bottom: 5px;
  }

*html dl.news dd { width: 400px;}



.kssarea { 
  margin:15px 0;
  background:url(../images/img_kss.jpg) 0 0 no-repeat;
  height: 200px;
  position:relative;
  }
  
.btn1 {
	position:absolute;
	top: 133px;
	left: 11px;
  }

.btn2 {
	position:absolute;
	top: 133px;
	left: 159px;
  }
  
.btn3 {
	position:absolute;
	top: 163px;
	left: 159px;
  }



.fr { 
  float: right;
  padding: 0 0 12px 0;
  }

.fr2 { 
  float: right;
  margin: 0 0 50px 0;
  padding: 20px 0 0 10px;
  width: 290px;
  height: 162px;
  border-left: 3px dotted #CCCCCC;
  }
 
 .fr3 { 
  float: right;
  padding: 0 0 12px 10px;
  }
 
.fr4 { 
  float: right;
  padding: 20px 0 12px 10px;
  }
  

.fl2 { 
  float: left;
  padding: 0 10px 0 0;
  }

.fl3 { 
  float: left;
  padding: 0 0 0 59px;
  text-align: center;
  height: 220px;
  width: 210px;
  }

.fl4 { 
  float: left;
  padding: 0 10px 12px 0;
  }
  
.fl3 p { 
  font-size: 12px;
  } 

.fl { 
  float: left;
  padding: 0 27px 0 0;
  }

.center { 
  text-align: center;
  clear: both;
  }

.title { 
  margin-top: 15px;
  }



.bold { font-weight: bold;}

.breadcrumb { 
  margin-top: 15px;
  margin-bottom:-5px;
  font-size: 12px;
  }

.mr5 { margin-right: 5px;}

h2 { 
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
  clear: both;
  background:url(../images/h2.jpg) 0 bottom no-repeat;
  padding-bottom: 4px;
  }

h2.q { 
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
  clear: both;
  background:url(../images/bg_q.jpg) 0 0 no-repeat;
  padding-bottom: 4px;
  padding-left: 30px;
  border-bottom: 1px dotted #A0D1F2;
  line-height: 1em;
  }

ul.area li { 
  float: left;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background:url(../images/bg_list.jpg) 0 5px no-repeat;
   }


table td,table th { background: #FEF0D8;}
table td.bg01,table th.bg01 {background:#FFCE84; }

.mt15 {margin-top: 15px;}

.theme { 
  margin: 15px 0 20px;
  }

.info { 
  background:url(../images/bg_theme.jpg) 0 0 no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  height: 25px;
  margin: 15px 0;
  padding-left: 15px;
  }

.pagetop { 
  text-align: right;
  margin: 25px 0 15px;
  clear:both;
  }

p.title_category { margin: 15px 0 0;}

.cost { 
  font-size:24px;
  font-weight: bold;
  color:#FF0000;
  margin-top: 30px;
  }

h3 { 
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
  clear: both;
  border-left: 5px solid #015EAE;
  padding-left: 10px;
  }

ul.bn li { 
  background :url(../images/bg_list.jpg) 0 3px no-repeat;
  padding-left: 20px;
   }

.icon_case { 
  background:url(../images/icon_case.jpg) 0 2px no-repeat;
  padding-left: 90px;
  }
.icon_news { 
  background:url(../images/icon_news.jpg) 0 2px no-repeat;
  padding-left: 90px;
  }
.icon_movie { 
  background:url(../images/icon_movie.jpg) 0 2px no-repeat;
  padding-left: 90px;
  }
.icon_paper { 
  background:url(../images/icon_paper.jpg) 0 2px no-repeat;
  padding-left: 90px;
  }
.date { 
  font-weight: bold;
  display: block;
  margin-top: 10px;
  }

.small { font-size:10px;}

.a { 
  background:#F7F7F7;
  padding: 20px;
  margin: 10px 0 40px;
  }


dl.company { 
  width: 557px;
  font-size: 8px;
  }

dl.company dt { 
  float: left;
  width: 60px;
  font-weight: bold;
  margin-bottom: 5px;
  clear: both;
  }
dl.company dd { 
  float: left;
  width: 407px;
  padding-left: 15px;
  margin-bottom: 5px;
  }


.bold { font-weight: bold;}
.mt20 { margin-top: 20px;}
.red { 
  color: #FF0000;
  font-weight: bold;
  }

.entrance {
  width: 914px;
  background: #FFFFFF;
  margin: 15px 0;
  padding:20px;
  clear: both;
  border: 3px solid #DBDBDB;
  position: fixed;
  top: 10%;
  vertical-align: middle;
  }
 
.entrance p { text-align: center;}

.txt_entrance { margin: 20px 0;} 


.clearfix:after {   
  content: ".";    
  display: block;    
  height: 0;    
  clear: both;    
  visibility: hidden;   
}   
  
.clearfix { display: inline-table; }   
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }   
.clearfix { display: block; }   
/* End hide from IE-mac */  


.page { 
  clear: both;
  text-align: center;
  }

.page_on { 
  border: 1px solid #666666;
  padding: 5px 10px;
  margin:20px 0 0 20px;
  background:#999999;
  }
.page_off { 
  border: 1px solid #666666;
  padding: 5px 10px;
  margin-left: 20px;
  }

table.co_info {
  height: 184px;
  width: 277px;
  font-size: 8px;
  }

table.co_info th { 
  background: #9FD1F2;
  width: 25%;
  font-size: 150%;
  }

*html body table.co_info { 
  width: 298px;
  
  }
table.result { width: 581px;}
table.result th { 
  background:#F39800;
  width: 15%;
  }

.reduce { 
  color:#FF0000;
  font-weight: bold;
  font-size: 120%;
  }

.tv { 
  clear: both;
  background:url(../images/tv.jpg) 0 0 no-repeat;
  padding: 0 0 0 40px;
  margin: 20px 0 0 0;
  font-weight: bold;
  }

.red a { color: #FF0000;}



/*  LOG IN  */

body#login { background:#FFFFFF;}

body#login #header { 
  width: 960px;
  0 auto;
  text-align: left;
  }

#login #content {
	width: auto;
	text-align: left;
	clear: both;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	background-color: #5BA9FF;
  }

*html #login #content { 
  width: 960px; 
  }

.mr15 { margin-right: 15px;}
.mr30 { margin-right: 30px;}
.mr34mt19 { 
  margin-right: 34px;
  margin-top: 34px;
  }

.box_left {
	float: left;
	background:url(../images/lg_techno.jpg) 0 0 no-repeat;
	width: 420px;
	height: 544px;
	position:relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
  }
.btn_techno {
	position: absolute;
	top: 354px;
	left: 42px;
  }  

.box_right {
	float: right;
	width: 402px;
	padding-top: 20px;
	margin-right: 15px;
}
.box_right_top {
	width: 450px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	height:350px;
	margin-top: 15px;
	padding: 0px;
	margin-bottom: 0px;
  }
.name {
	position:absolute;
	top: 84px;
	left: 41px;
	width: 300px;
	height: 24px;
}

.email_name {
	position:absolute;
	top: 160px;
	left: 41px;
	width: 300px;
	height: 21px;
}  

.email_domain {
	position:absolute;
	top: 102px;
	left: 478px;
	width: 99px;
	height: 25px;
}  

.check {
	position:absolute;
	top: 207px;
	left: 321px;
	width: 22px;
	height: 25px;
}  

.check {
	/top: 157px;
	/left: 575px;
	/width: 22px;
	/height: 25px;
}  

.regi {
	position:absolute;
	top: 241px;
	left: 95px;
}    

.box_right_bottom { float: right;}
.box_right_bottom { 
  /margin-top: -5px;
  /padding-left: 21px;
  }


.box_right_bottom_left { 
  float: left;
  background:url(../images/lg_login.jpg) 0 0 no-repeat;
  width: 255px;
  height: 163px;
  margin-right: 34px;
  margin-top: 34px;
  position: relative;
  }

.btn_login {
	position: absolute;
	top: 64px;
	left: 43px;
}
.box_right_bottom_right { 
  float: right;
  margin-top: 15px;
  }

.box_bottom {
	clear:both;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	margin-top: 15px;
  }
.box_bottom { /margin-top: -13px;}


.case1 {
	position: absolute;
	top: 84px;
	left: 303px;
  }

.case2 {
	position: absolute;
	top: 11px;
	left: 303px;
  }

*html .case1 {
	position: absolute;
	top: 84px;
	left: -170px;
  }

*html .case2 {
	position: absolute;
	top: 11px;
	left: -170px;
  }

.ie6txt { visibility:hidden;}
*html .ie6txt { 
  text-indent: -1000px;
  margin-top: 15px;
  }
.box_top {
	background-repeat: no-repeat;
	width: 930px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 552px;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.jirei {
	background-image: url(../images/jirei.gif);
	background-repeat: no-repeat;
	height: 253px;
	width: 930px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.jirei01 {
	margin-top: 65px;
	margin-left: 465px;
	float: left;
	clear: none;
	width: 205px;
}
.jirei02 {
	float: right;
	margin-top: 65px;
	margin-right: 30px;
}
#toi {
	background-image: url(../images/toi_back.gif);
	background-repeat: no-repeat;
	float: right;
	height: 65px;
	width: 440px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#toi img {
	float: right;
	margin-top: 28px;
	margin-right: 15px;
}
#toi02 {
	background-image: url(../images/toi_back.gif);
	background-repeat: no-repeat;
	float: right;
	height: 65px;
	width: 440px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 20px;
}
#toi02 img {
	float: right;
	margin-top: 28px;
	margin-right: 15px;
}
