a, a:hover {
	text-decoration : none;
	outline: none;
}
ul {
	list-style : none;
	list-style-type: none;
}
a {
	color: #FFF;
}
a:hover {
	color: #C4F5F3;
}

img {
    border: 0px;
}


a:hover img.alpha {
  opacity:0.7;
  filter:alpha( opacity=70 );
}


/* img.png{
    filter': 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../sample.png", sizingMethod="scale");
} */


#demo_btn{
	width:200px;
	height:40px;
	position: fixed;
	top:150px;
	right:0px;
	z-index: 99;
}

/*********************************/
.info_comm{
	background-image: url(../img/info_bg.png);
	background-repeat: no-repeat;
	background-position:right top;
}


.headerLower{
	float:right;
}

.headerLower ul {
display:table;
width:100%;
margin:0;
padding:0;
}
.headerLower ul li {
display:table-cell;
/* width:25%; */
border:0px solid #ddd;
list-style:none;
vertical-align: top;
}


/****************＜アイコン＞*****************/


.icon_cell{
	width:800px;
	margin: 0 auto;
}

.icon_cell ul {
display:table;
width:800px;
padding:0;
}
.icon_cell ul li {
display:table-cell;
/* width:25%; */
border:0px solid #ddd;
list-style:none;
vertical-align: top;
}


    /* 特許申請強調 */
.top_banner {
	margin: 0 auto;
        background-color: #c72439;
        padding: 10px;
        width:800px;
        height:30px;
        color: #fff;
        font-size: 16px;
        font-weight:bold;
        text-align:center;
    }

/*********************************/


html {
	min-width: 320px;
	font-size: 62.5%;
}
body {
	margin: 0;
/* 	line-height: 1.5; */
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	overflow: auto;
	zoom: 1;
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
/* 	height: 3800px; */
	<!--background: #fff;-->

}
#header {
	padding: 0px 0 0 0;
	width: 100%;
	top: 0;
	position: fixed;
/* 	height: 80px; */
	background-color: #fff;
     box-shadow:5px 5px 10px #999999;
     border:0px solid #999;
	z-index: 100;
}

#header .menu_area{
	margin: 0 auto;
	width:1000px;
	border:0px solid #000;
}


#header h1 {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}




#header h2 {
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
#header h2 a {
	display: block;
	height: 22px;
	padding: 10px 10px 6px 10px;
	font-size: 14px;
	color: #006699;
}


h3 {
	width:1000px;
	height:40px;
	color:#333333;
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: bold;
	background: url(../img/midashi_m.png) no-repeat;
	text-indent: 20px;
	line-height:40px;
}

.clear {
clear:both;
}

/********** マップ **********/
#map_area{
/* 	position: absolute; */
	position: relative;
	width: 800px;
	height: 495px;
	margin: 0 auto;
	background-image: url(../img/back.png);
	border:0px solid #000000;
	z-index: 0;
}

#map_area #office{
	position: absolute;
	top:15px;
	left:480px;
	width: 150px;
	height: 110px;
	border:0px solid #000000;
	z-index: 0;
}
#map_area #signal{
	position: absolute;
	top:110px;
	left:0px;
	width: 482px;
	height: 319px;
	border:0px solid #000000;
	z-index: 1;
}

/********** トラック **********/
#animation_ship{
	position: absolute;
	top:70px;
	left:0px;
	width: 800px;
	height: 90px;
	background-image: url(../img/track_l_r.png);
	border:0px solid #000000;
	z-index: 1;
}

#map_area #track_rb{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 552px;
	height: 387px;
	border:0px solid #000000;
	z-index: 1;
}

#animation_bl{
	position: absolute;
	bottom:0px;
	left:20px;
	width: 425px;
	height: 400px;
	background-image: url(../img/track_bl.png);
	border:0px solid #000000;
	z-index: 1;
}

#animation_tb{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 580px;
	height: 400px;
	background-image: url(../img/track_tb.png);
	border:0px solid #000000;
	z-index: 1;
}


#animation_airplane{
	position: absolute;
	top:260px;
	left:0px;
	width: 800px;
	height: 130px;
	background-image: url(../img/track_r_l.png);
	border:0px solid #000000;
	z-index: 1;
}

#animation_train{
	position: absolute;
	top:20px;
	left:0px;
	width: 800px;
	height: 70px;
	border:0px solid #000000;
	background-image: url(../img/cloud.png);
	z-index: 0;
}


#animation_middle{
	position: absolute;
	top:220px;
	left:0px;
	width: 800px;
	height: 130px;
	border:0px solid #000000;
	background-image: url(../img/track_mlr.png);
	z-index: 0;
}


/********** ツールチップ **********/
    /* 表示文字の装飾 */
    div.tooltip1{
        color: #555;
        display: inline-block;                        /* インライン要素化 */
    }
     
    /* ツールチップ部分を隠す */
    div.tooltip1 span {
        display: none;
    }
     
    /* マウスオーバー */
    div.tooltip1:hover {
        position: relative;
        color: #333;
    }
     
    /* マウスオーバー時にツールチップを表示 */
    div.tooltip1:hover span {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
        top: 40px;
        left: 0px; 
        background-color: #b0d0ea;
        padding: 5px;
        width:215px;
        height:65px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        z-index: 100;
    }
    
	div.tooltip1:hover span:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #b0d0ea;
}    
    
    
/********** ツールチップ **********/
    /* 表示文字の装飾 */
    div.tooltip2{
        color: #555;
        display: inline-block;                        /* インライン要素化 */
    }
     
    /* ツールチップ部分を隠す */
    div.tooltip2 span {
        display: none;
    }
     
    /* マウスオーバー */
    div.tooltip2:hover {
        position: relative;
        color: #333;
    }
     
    /* マウスオーバー時にツールチップを表示 */
    div.tooltip2:hover span {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
        top: 40px;
        left: 0px;
        background-color: #b0d0ea;
        padding: 5px;
        width:215px;
        height:265px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        z-index: 100;
    }
    
	div.tooltip2:hover span:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #b0d0ea;
}    


/********** ツールチップ **********/
    /* 表示文字の装飾 */
    div.tooltip3{
        color: #555;
        display: inline-block;                        /* インライン要素化 */
    }
     
    /* ツールチップ部分を隠す */
    div.tooltip3 span {
        display: none;
    }
     
    /* マウスオーバー */
    div.tooltip3:hover {
        position: relative;
        color: #333;
    }
     
    /* マウスオーバー時にツールチップを表示 */
    div.tooltip3:hover span {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
        top: 40px;
        left: 0px;
        background-color: #b0d0ea;
        padding: 5px;
        width:215px;
        height:185px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        z-index: 100;
    }
    
	div.tooltip3:hover span:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #b0d0ea;
}    
    

/********** ツールチップ **********/
    /* 表示文字の装飾 */
    div.tooltip4{
        color: #555;
        display: inline-block;                        /* インライン要素化 */
    }
     
    /* ツールチップ部分を隠す */
    div.tooltip4 span {
        display: none;
    }
     
    /* マウスオーバー */
    div.tooltip4:hover {
        position: relative;
        color: #333;
    }
     
    /* マウスオーバー時にツールチップを表示 */
    div.tooltip4:hover span {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
        top: 40px;
        left: 0px;
        background-color: #b0d0ea;
        padding: 5px;
        width:215px;
        height:160px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        z-index: 100;
    }
    
	div.tooltip4:hover span:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #b0d0ea;
}    
    


/********** 通常時ツールチップ **********/
    /* マウスオーバー時にツールチップを表示 */
.tooltip_normal {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
/*         top: 40px; */
/*         left: 0px; */
        background-color: #b0d0ea;
        padding: 5px;
        width:215px;
        height:30px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        z-index: 100;
    }
    
.tooltip_normal:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 6.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #b0d0ea;
}    



/********** 通常時ツールチップ **********/
    /* マウスオーバー時にツールチップを表示 */
.tooltip_normal2 {
        display: block;                  /* ボックス要素にする */
        position: absolute;            /* relativeからの絶対位置 */
/*         top: 40px; */
/*         left: 0px; */
        background-color: #C1272D;
        padding: 5px;
        width:215px;
        height:30px;
        color: #fff;
        font-size: 14px;
        font-weight:bold;
        border-radius: 0.8em;
        text-align:center;
        z-index: 100;
    }
    
.tooltip_normal2:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 6.5em;
	top: -8px;
	border-top:10px solid transparent;
	border-left:10px solid #C1272D;
}    



/********** ツールチップ **********/
#tooltip_area1{
	position: absolute;
	width: 200px;
	height: 45px;
	border:0px solid #ff0000;
	left:255px;
	top:40px;
	z-index: 10;
	cursor:pointer;
}


#tooltip_area2{
	position: absolute;
	width: 200px;
	height: 50px;
	border:0px solid #ff0000;
	left:30px;
	top:115px;
	z-index: 10;
	cursor:pointer;
}


#tooltip_area3{
	position: absolute;
	width: 200px;
	height: 50px;
	border:0px solid #ff0000;
	left:165px;
	top:365px;
	z-index: 10;
	cursor:pointer;
}

#tooltip_area4{
	position: absolute;
	width: 200px;
	height: 50px;
	border:0px solid #ff0000;
	left:560px;
	top:365px;
	z-index: 10;
	cursor:pointer;
}


#tooltip_area5{
	position: absolute;
	width: 200px;
	height: 50px;
	border:0px solid #ff0000;
	left:560px;
	top:140px;
	z-index: 10;
	cursor:pointer;
}



/********** ポップアップチップ **********/
.pop_area1{
	position: absolute;
	width: 220px;
	height: 270px;
	border:0px solid #ff0000;
	left:0px;
	top:45px;
	display: none;
	z-index: -1;
}

.pop_area2{
	position: absolute;
	width: 220px;
	height: 195px;
	border:1px solid #ff0000;
	left:0px;
	top:45px;
	z-index: -1;
}

.pop_area3{
	position: absolute;
	width: 220px;
	height: 170px;
	border:1px solid #ff0000;
	left:0px;
	top:45px;
	z-index: -1;
}

.pop_area4{
	position: absolute;
	width: 220px;
	height: 65px;
	border:1px solid #ff0000;
	left:0px;
	top:45px;
	z-index: -1;
}

.pop_area5{
	position: absolute;
	width: 220px;
	height: 65px;
	border:1px solid #ff0000;
	left:0px;
	top:45px;
	z-index: -1;
}


/********** Navi **********/
#navi {
	float: right;
	overflow: hidden;
	zoom: 1;
}
#navi ul {
	margin: 0;
	padding: 0;
}
	#navi ul li {
	float : left;
	font-size:12px;
}
#navi ul li a {
	margin: 0;
	display : block;
	text-align: center;
	color: #000;
	padding: 10px;
}
#navi ul li a:hover {
	color: #f00;
}





/* Navi */
#member {
	float: right;
	top:50px;
	overflow: hidden;
	zoom: 1;
}
#member ul {
	margin: 0;
	padding: 0;
}
#member ul li {
	float : left;
	font-size:12px;
}
#member ul li a {
	margin: 0;
	display : block;
	text-align: center;
	color: #999;
	padding: 10px;
}
#member ul li a:hover {
	color: #f00;
}



#content {
	margin: 0;
/* 	border:1px solid #ff0000; */
}




#myButton2 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 255px;
    background-image: url(../img/top_btn_ls.png);
    padding-top: 256px;
    text-align: center;
}

#myButton2 a:hover {
    background-position: 0 -256px;
}



.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


/************　特許申請中　*************/
.license_banner{
	background-color: #c72439;
	color:#ffffff;
	padding:5px;
}

.license_banner2{
	background-color: #5973f7;
	color:#ffffff;
	padding:5px;
}
/************　トップ　*************/



#top {
	margin-top: 100px;
	padding: 0px;
	color: #777;
	background:#ffffff;
}



#top .mainarea{
	margin: 0 auto;
	top: 80px;
	width:1000px;
	color: #000;
}

#top .mainarea2{
	margin: 0 auto;
	position: relative;	
	padding:0px;
	top: 0px;
	width:1000px;
/* 	height:750px; */
	color: #000;
	background:#ffffff;
	border:0px solid #000;
}


.text_area {
	position: relative;
	padding: 4em;
}
.text_area p {
	margin: 2em;
	width: 550px;
}
#top .picture {
	position: absolute;
	width: 238px;
	height: 300px;
	right:0px;
	bottom:50px;
	z-index: 10;
}


/************　ページ２　*************/
#div1 {
	padding-top: 85px;
	padding-bottom: 85px;
	color: #000;
	background: #c0e2e6;
	border:0px solid #ff0000;

}


.tdstyle{
	padding:10px;
	font-size:12px;
	color:#333;
	background:#fff;"
}

#div1 .mainarea{
	margin: 0 auto;
	margin-top: 50px;
	width:1000px;
/* 	height:500px; */
	color: #000;
	border:0px solid #ff0000;
}


#div1 .mainarea .comm_div1{
	width:100%;
	margin-top:0px;
	margin-bottom:50px;
	height:500px;
	float:right;
	border:0px solid #000;
	background-image: url(../img/consul_bg2.png);
	background-repeat: no-repeat;
}

.comment_area{
	color:#000;
	font-size:18px;
	letter-spacing: 5px;
}


/************　ページ３　*************/

#div2 {

	padding-top: 85px;
	padding-bottom: 85px;
	color: #777;
	background:#def7a9;
}


#div2 .mainarea{
	margin: 0 auto;
	width:1000px;
	height:700px;
	margin-top: 10px;
	color: #000;
	border:0px solid #000;
	background-image: url(../img/trans.png);
	background-repeat: no-repeat;
}



#div2 .mainarea .comm_div2{
	width:50%;
	margin-top:0px;
	float:right;
	border:0px solid #000;
}





._float {
	float: left;
	padding: 0;
	margin-right: 70px;
	margin-bottom: 50px;

}



.style{
	list-style:none;
	width:250px;
	margin:0;
	padding:0;
}





/************　ページ４　*************/

#div3 {
	padding-top: 85px;
	padding-bottom: 85px;
	color: #000;
	background: #eeeeee;

}


#div3 .mainarea{
	margin: 0 auto;
/* 	background: #ffffff; */
/* 	padding:20px; */
	margin-top: 50px;
	width:1000px;
	height:700px;
	color: #000;
	border:0px solid #000;
	background-image: url(../img/logi.png);
	background-repeat: no-repeat;
	background-position: bottom;
}







/************　ページ５　*************/

#div4 {
	padding: 80px;
	color: #000000;
	background: #eeeeee;
}


#div4 .mainarea{
	margin: 0 auto;
	margin-top: 50px;
	width:1000px;
	color: #000;
	border:0px solid #ff0000;
}


#div4 .mainarea .comm_div1{
	width:100%;
	margin-top:0px;
	margin-bottom:50px;
	height:500px;
	float:right;
	background-image: url(../img/consul_bg2.png);
	background-repeat: no-repeat;
}



/************　ページ６　*************/
#div5 {

	padding-top: 85px;
	padding-bottom: 85px;
	color: #777;
	background:#e6e6e6;
	background-image: url(../img/top_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#div5 .mainarea{
	margin: 0 auto;
	width:800px;
/* 	height:700px; */
	margin-top: 10px;
	color: #000;
	border:0px solid #000;

}



#div5 .mainarea .comm_div2{
	width:50%;
	margin-top:0px;
	float:right;
	border:0px solid #000;
}






/*********************************/

#div1 .picture {
	background: url(../img/bg999.png) 0 0 no-repeat;
}


#div2 .picture {
	background: url(img/div2_bg.jpg) 0 0 no-repeat;
}
#div3 .picture {
	background: url(img/div3_bg.jpg) 0 0 no-repeat;
}
.inner {
	position: absolute;
	top: 30px;
	left: 30px;
}
.inner h2 {
	color: #FFF;
	padding: 50px 0 0 20px;
}
.inner p {
	padding-left: 50px;
	font-size: 20px;
	color: #FFF;
}

a.close {
	display: none;
}

.whitepanel {
	height: 200px;
	width: 100%;
	background-color: #FFF;
	display: none;
	position: fixed;
	z-index: 200;
}
#whitepanel1 {
	top: 48px;  /*header の高さ*/
}
#whitepanel2 {
	bottom: 0;
}


/* テーブル設定１
******************************************************************************************** */
table.input {
	border-collapse:collapse;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
	
.input th,.input td {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	padding:6px 8px 3px;
	vertical-align: middle;
	font-size: 12px;
}
.input th {
	background-color:#ededed;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.input td {
	text-align: left;
}

table.input th.second {
	background-color:#ededed;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-left:0px;	
}



/* テーブル設定２
******************************************************************************************** */
table.sitemap {
	border-collapse:collapse;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
	
.sitemap th,.sitemap td {
	border-left:2px solid #ffffff;
	border-top:2px solid #ffffff;
	padding:10px;
	vertical-align: middle;
	font-size: 12px;
}
.sitemap th {
	background-color:#C0E4F9;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.sitemap td {
	background-color:#E4F2F9;
	text-align: left;
	color: #333333;
	font-size:14px;
}

.sitemap td  a{
	color: #3366CC;
}

.sitemap td  a:hover{
	color: #CC3333;
	text-decoration: underline;
}

table.sitemap th.second {
	background-color:#ededed;
	vertical-align: middle;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	border-left:0px;	
}






/* テーブル　フォント中
******************************************************************************************** */
table.tblmiddle {
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding:10px;
	border-collapse: collapse;
	border-spacing: 0;
}
.tblmiddle th {
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
	padding:10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 250px;
	margin-bottom: 3px;
}
.tblmiddle td {
	border-bottom: 1px solid #999999;
	padding: 10px;
	border-right: 1px solid #999999;
	text-align: left;
	line-height: 18px;
}


/*************
/* フッター
*************/
#footerUpper{
clear:both;
padding: 20px 0;
overflow: hidden;
background:#666666;
color:#ffffff;
font-size: 12px;
}

#footerUpper .inner{
background:url(../images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.5;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}

#footerUpper ul li{
color:#fff;
background:url(../images/bullet.gif) no-repeat 0 3px;
}

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

#footerLower{
clear:both;
height:50px;
font-size: 12px;
color:#ffffff;
padding: 3px;
/* text-align:right; */
line-height:50px;
background:#666666;
}



address{
color: #fff;
font-style:normal;
font-size:13px;
}


/***********************************************
色指定
***********************************************/

.fcf0 {
	color:#ff0000;
}


/***********************************************
行間（パディング）調整
***********************************************/

.pdg0 {
	padding-top: 0px;
	clear: both;
}
.pdg10 {
	padding-top: 10px;
	clear: both;
}
.pdg5 {
	padding-top: 5px;
	clear: both;
}
.pdg20 {
	padding-top: 20px;
	clear: both;
}
.pdg30 {
	padding-top: 30px;
	clear: both;
}
.pdg40 {
	padding-top: 40px;
	clear: both;
}
.pdg50 {
	padding-top: 50px;
	clear: both;
}
.pdg70 {
	padding-top: 50px;
	clear: both;
}
.pdg100 {
	padding-top: 100px;
	clear: both;
}