﻿
@charset "utf-8";
/****************************************************************************************************
  based
****************************************************************************************************/

img{border:none;}
img.mar{vertical-align: bottom;}

.clear{clear:both;}


a:link{text-decoration:none;color:#333;}

/* 20111011 訪問済みリンクの色を変更しました */
a:visited{text-decoration:none; color: rgb(43,7,106);}

/* 20110914大竹：下線表示、青色に変更しました */
a:hover{text-decoration:underline;color:blue;}

a.foot:link{text-decoration:none;color:#fff;}
a.foot:visited{text-decoration:none;color:#fff;}
a.foot:hover{text-decoration:underline;color:#fff;}

/****************************************************************************************************
  枠
****************************************************************************************************/
html,body{	
	margin:0;
	padding:0;
	line-height:150%;
	color:#333;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	font-size: 78%;
	text-align:center;
	height:100%;
	
	background: url(../images/bg.jpg) repeat-x;
	/*background-position: 0 60px;*/

}
div#wrap{
	margin:0 auto;
	text-align:center;
	width:749px;
	background: white;
	border: solid 1px silver;
	height: auto;
	display: block;
}

div#container{
	margin: 0;
	padding: 0;
	padding-bottom: 100px;
	text-align:center;
	width:749px;
	background: white;
	display: block;
	/*height:800px;*/
	
	background: url(../images/container_bg.jpg) repeat-y;
	
	/* 以下2015.12.07追加 clearfix用 */
	min-height: 1px;
}

/* 以下2015.12.07追加 clearfix用 */
div#container:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

/* 以下2015.12.07追加 clearfix用 */
* html div#container {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div#contents_left{
	margin:0;
	padding:0px 0px 0px 0px;
	float:left;
	width:500px;
	text-align:left;
	padding-left: 20px;
	/*height: 100%;*/
	display: block;
	min-height: 750px;
}

div#contents_right{
	margin:0;
	padding:0px 0px 0px 0px;
	float:right;
	width: 210px;
	text-align:center;
	background: rgb(231,231,231); /*#efefef;*/	
/*	background: url("../images/menu_bg_a.jpg") repeat-y;*/
	display:block;
	height: 100%;
	border-left: 1px solid silver;
}

div#header{
	margin: 0;
	padding:0;
	width:749px;
	height:105px;
	background: url(../images/idx_headmenu.jpg) no-repeat;
	position: relative;
}

div#global_menu{
/*	margin: 0px; 
	padding: 0px; 
	height: 33px;
*/
}div#contents_right_space{
	margin:0;
	padding:0px 0px 0px 0px;
	float:right;
	width: 210px;
	text-align:center;
	background: #efefef;	
	background: url("../images/menu_bg_a.jpg") repeat-y;
	display:block;
/*	border: 1px solid red; */
	height: 100px;	
}
div#contents_right_bottom{
	margin:0;
	padding:0px 0px 0px 0px;
	float:right;
	width: 210px;
	text-align:center;
	background: #efefef;	
	background: url("../images/menu_bg_b.jpg") no-repeat;
	display:block;
	height: 10px;
}

div#footer{
	margin:0;
	padding:20px 0 0;
	margin-top: 10px;
	clear:both;
	height:80px;
	background:#fff url(../images/bg_foot.gif) repeat-x;
	color:#fff;
}

div#footer iFrame {
	width: 749px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}

div#mark{
	margin:0 auto;
	padding:0;
	text-align:center;
	width:998px;
	height: 100px;
	background: white;
	position: relative;
	top: -2px;
	
	border: 1px solid silver;
	border-top-style: none;
}

div#mark .marks{
	float: left;
/*	border: 1px solid red; */
	width: auto;
	height: 60px;
	margin: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
/****************************************************************************************************
  header
****************************************************************************************************/

/* TOPリンク用 */
#header a{
	display: block;
	width: 400px;
	height: 90px;
	position: absolute;
	/*border: 1px solid red;*/
}

/* 文字サイズボタン用 */
div.fs_button{
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: 24px;
}

div#fs_large {
  right: 85px;
}

div#fs_middle {
  right: 50px;
}

div#fs_small {
  right: 15px;
}

/* js,Cookie無効ナビゲーション用 */
div#nojs_navi {
	text-align:center;
	width: 194px;
	height: 33px;
	font-size: 7pt;
	color: white;
	background-color: rgba( 15, 15, 15, 0.75 );
	position: absolute;
	padding-top: 1pt;
	right: 9px;
	bottom: 20px;
}



/****************************************************************************************************
  left
****************************************************************************************************/
#intro{
 padding-top:5px; 
 padding-left:20px;
 padding-bottom:20px; 
}
#intro a{
	color: #1e90ff;
	text-decoration: underline;
}
#intro a:hover{
}

p{
	display:block;
	margin: 0px;
	padding:0px;
}

/* TOP用BOXクラス */
.list_box1{
	margin: 0;
	padding: 0;
	height:auto;
	width: 180px;
	padding-left: 20px;
	padding-right:0px;
	margin-bottom: 26px;
	display: block; 
/*	border: 1px red solid; */
}

.list_box1 ul{
	display: block; 
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 210px;
	border: 1px solid red;	
}

/* 2011.11.28ハック抹消 */

.list_box1 a{
	display: block; 
	text-decoration: none;
	width: auto;
	height: 16px;
	line-height:19px;
	border-bottom: #ccc dotted 1px;
	padding: 0px;
	margin: 0px;


  -webkit-transition: background 0.5s linear 0 , text-indent 0.2s ease-out 0;


  -moz-transition-property: text-indent;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  -moz-transition-property: text-indent;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease-out;


}
.list_box1 a:hover{
	color: blue;
  display: block; 

}
/* 2011.11.28ハック抹消 */

#contents_left h1{
	display:block;
	margin : 0;
	padding: 0;
	padding-top: 30px;
	width: auto;
	height: 30px;
	font-size: 20px;
	color: #666;
}

h2{ 
	margin:0;
	padding:0;
	font-size: 16px;
	line-height: 20px;
	color: #666; /* #1E90FF; */
}

h3{ 
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #666; /* #1E90FF; */
	text-indent: 20px;
}

/* このクラス内部はフロートします */
.indx{ 
	margin:0px;
	margin-left: 10px;
 }

.indx div{ float: left; width: auto;}
.indx div.clr{ float: none; clear: both; width: 740px; line-height: 1px;}
.indx div div{ float: left; width: 193px; height:auto;}
.indx img{ margin: 0px 5px 10px 0; float: left;}
.indx p{ margin: 0 0 0 5px; padding-left: 20px;}

.top_img{
}

/* フロートしないタイプ */
.indx_block{
	margin:0px;
	margin-left: 10px;	
}
.indx_block p{ margin: 0 0 0 5px; padding-left: 20px;}


/* サイトマップ用 */
.sitemap_block{
	line-height: 20px;
}
/****************************************************************************************************
  right
****************************************************************************************************/
.cRe	{	color: #FF4500; }
.cBl	{	color: blue; }/*#00CED1; }*/
.cYe	{	color: #FFA500; }
.cGr	{	color: #32CD32; }
.cSb	{	color: #1E90FF; }

.banner{
	width: 184px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 35px;
	font-size: 10px;
	line-height: 11px;
	padding-bottom: 5px;
}
/****************************************************************************************************
  右メニュー用   
****************************************************************************************************/

/* 20151202 smiyata right_manu.cssに分離 */

iframe#right_menu {
	border: 0;
	width: 100%;
	/*height: 430px;*/ /* fontsize2の時の基準値 */
	margin:0;
	padding: 0;
	/*border: 1px solid red;*/
}

/***************************************************************************************************
  テーブル的なやつ用 
***************************************************************************************************/
.tb1{
}

.tb1_left{
	padding: 5px;
	padding-left: 15px;
	margin-left:10px;
	width: 170px;
	height: 40px;
	float:left;
	border: 1px solid #ddd;
}

.tb1_right{
	float:right;
	padding: 5px;
	width: 270px;
	border: 1px solid #ddd;
	height: 40px;
}

.tb2{
height: 250px;
}
.tb2_left{
	margin-left:10px;
	float:left;
}

.tb2_right{
	padding-left: 30px;
	float:left;
}
.tb_clr{
	float:none;
	clear: both;
}
.tb2 a{
	color: #6495ed;
}
.tb2 a:hover{
	text-decoration: underline;
}
/****************************************************************************************************
  項目＋BOX 
****************************************************************************************************/
.box1_title{
	margin: 0px;
/*	border: solid red 1px; */
	padding: 0px;
	padding-left: 30px;
}
.box1{
	margin: 0px;
/*	border: 1px solid red; */
	padding-left: 20px;
	height: 50px;
/*	border-bottom: 1px dotted silver; */
	margin-bottom: 20px;
}

/* 見出しクラス(h3などに指定して使う) */
.midashi{
/*	background: #eee; */
	line-height: 30px;
	margin: 10px;
	margin-left: 20px;
	padding-left: 0px;
/*	border: silver 1px none;
	border-bottom: solid 1px silver; 
	border-left: silver 4px solid;*/

	font-size: 16px;
/* 20111011 文字色を灰色から→青へ変更しました */
	color: #5085BC;
}

/* 見出しクラス(h3などに指定して使う) */
.midashi2{
/*	background: #eee; */
	line-height: 20px;
	margin: 0px;
	margin-left: 5px;
	padding-left: 0px;

	font-size: 16px;
	color: #5085BC;
}

//既存CSS(各ページ埋め込みをここへ)
.font02 {	font-size: small;
}
.font01 {	font-size: small;
	color: #5085bc;
}

/*　追加分（iDCで使用）*/
.table01 {
	width: 488px;
	border-style: solid;
	border-color: #009999;
	border-width: 1px;
	border-collapse: collapse;
}
.title {
	width: 125px; /* 幅 */
	background-color: #e6ffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #009999; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	font-size: 12px; /* フォントサイズ */
	font-weight: bold; /* 太字 */
	text-align: center; /* センタリング */
	padding: 5px;
}
.content {
	width: 340px;  /* 枠 */
	background-color: #ffffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #009999; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	padding: 5px; /* 余白 */
}
/*　追加分（ページ内リンク用）*/
.lay2col { width: 100%; border-style: none; margin-top: 10px; }
	div.lay2col div.col1 { float: left; width: 49%; border-style: none; }
	div.lay2col div.col2 { float: left; width: 49%; border-style: none; }
.lay3col { width: 100%; border-style: none; margin-top: 10px; }
	div.lay3col div.col1 { float: left; width: 33%; border-style: none; }
	div.lay3col div.col2 { float: left; width: 33%; border-style: none; }
	div.lay3col div.col3 { float: left; width: 33%; border-style: none; }
	
/*画像＋各ソリューション名*/
.lay1col{
	width: 100%;
	padding-left: 15px;
}

.link1 a{
	color: blue;
}
/*　追加分（トップへ戻る用）*/
.return_top{
	text-align: right;
}
/*　20110914深澤追加（会社概要）*/
.table02 {
	width: 500px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
	border-collapse: collapse;
	padding: 5px;
}
.title02 {
	width: 130px; /* 幅 */
	background-color: #f0f0f0; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #c0c0c0; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	font-size: 12px; /* フォントサイズ */
	text-align: left; /* 左寄せ */
	padding: 5px;
}
.content02 {
	width: 360px;  /* 枠 */
	background-color: #ffffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-left: none;
	border-color: #c0c0c0; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	padding: 5px; /* 余白 */
}
.title03 {
	width: 100px; /* 幅 */
	background-color: #f0f0f0; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-top: none;
	border-color: #c0c0c0; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	font-size: 12px; /* フォントサイズ */
	text-align: left; /* 左寄せ */
	padding: 5px;
}
.content03 {
	width: 390px;  /* 枠 */
	background-color: #ffffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-top: none;
	border-left: none;
	border-color: #c0c0c0; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	padding: 5px; /* 余白 */
}
.ninsyo_midashi {
	color: navy;
	font-weight: bolder;
	text-decoration: underline;
}

.Recommend{
padding:12px 12px 12px 12px;
width:450px;
border-top:solid 1px #168697;
border-right:solid 1px #168697;
border-bottom:solid 1px #168697;
border-left:solid 1px #168697;
background:#F9F8F6;
clear:both;
}

.title04 {
	width: 130px; /* 幅 */
	background-color: #f0f0f0; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #c0c0c0; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	text-align: center; /* 左寄せ */
	padding: 10px;
}
/* イベントページ用　2014.6.20追加 */
.event_table {
	background-color: #fffff; /* 背景の色 */
	width: 480px;
	border-collapse: collapse;
}

.event_year {
	background-color: #ffa346; /* 背景の色 */
	font-size: 14px; /* フォントサイズ */
	color: #ffffff; /* フォントカラー */
	text-align: center; /* 左寄せ */
	padding: 5px;
}

.event_mmdd {
	  /* 枠 */
	background-color: #ffc488; /* 背景の色 */
	width: 60px;
	text-align: center;
	padding: 5px;
	font-size: 12px; /* フォントサイズ */
	font-weight: bold; /* 太字 */
}

.event_content {
	width: 80px;
	height: 50px;
	text-align: center;
	font-size: 12px; /* フォントサイズ */
	font-weight: bold; /* 太字 */
}

.table_tokyo {
	width: 500px;
	border-style: solid;
	border-color: #009999;
	border-width: 1px;
	border-collapse: collapse;
}
.title_tokyo {
	width: 180px; /* 幅 */
	background-color: #e6ffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #009999; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	text-align: center;
	font-size: 12px; /* フォントサイズ */
	font-weight: bold; /* 太字 */
	padding: 5px;
}
.content_tokyo {
	width: 340px;  /* 枠 */
	background-color: #ffffff; /* 背景の色 */
	border-style: solid; /* 枠の種類 */
	border-color: #009999; /* 枠の色 */
	border-width: 1px; /* 枠の幅 */
	padding: 5px; /* 余白 */
}


/* 20151214 YSKフェア用スタイルを
 * base_yskfair.cssに切り分け
 */

.more_line-height {
	line-height: 150%;
}

ul.non_margin_y {
	margin-top: 0;
	margin-bottom: 0;
}

