@charset "UTF-8";
html {
	overflow-y: hidden;
}
body {
	background: url(../img/history/bg_history_body.jpg) fixed top left;
	letter-spacing: -1px;
	width: 36000px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
}
/*�������N��*/
/*a {
	outline-style: none;
}
a:link {
	color: #1dc6df;
	text-decoration: none;
}
a:visited {
	color: #1dc6df;
}
a:hover {
	color: #198898;
}
a img {
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}
a img:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
}*/
/* �c�[���`�b�v
====================================================================================================================================== */
.bubblemenu {
}
.bubblemenu li {
	display: inline;
}
.bubblemenu li > .tooltip {
	width: 190px;
	position: absolute;
	line-height: 1.6;
	color: #000000;
	top: 120px;
	left: 130px;
	display: inline;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	margin-top: -125px;
	background: #fff10b;
	font-size: 1.5em;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
	z-index: 3;
	/* Setting the border-radius property for all Browsers */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Browsers that Support it like Opera */
	/* Setting the box-shadow property for all Browsers */
	-moz-box-shadow: 0 0 5px #ffffff; /* Firefox */
	-webkit-box-shadow: 0 0 5px #ffffff; /* Safari and Chrome */
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); /* IE */
	box-shadow: 0 0 1px #ffffff; /* Browsers that Support it like Opera */
	/* Setting the transition property for all Browsers */
	-moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out; /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */
}
.bubblemenu li > .white {
	background: #ffffff;
}
.bubblemenu li:hover > .tooltip {
	visibility: visible;
	opacity: 1.0;
	margin-top: -150px;
	/* Setting the transition property for all Browsers */
	-moz-transition: all 0.5s ease-in-out; /* Firefox */
	-webkit-transition: all 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	transition: all 0.5s ease-in-out; /* Browsers that Support it */
}
/* header
====================================================================================================================================== */
h1 {
	position: fixed;
	top: 10px;
	left: 10px;
	width:200px;
	z-index:9999999999;
}

.nav {
	width:36000px;
	list-style: none;
	position: fixed;
	top: 0;
	left: 120px;
	font-size: 17px;
}
.nav li {
	float: left;
	padding: 0;
	margin: 0;
	/*color: #1dc6df;
	border-radius: 50px;
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 60px;
	height: 37px;
	text-align: center;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
	-moz-transition: box-shadow 0.7s, border 0.7s;
	-webkit-transition: box-shadow 0.7s, border 0.7s;
	transition: box-shadow 0.7s, border 0.7s;*/
}
.nav li:hover {
	/*border: 1px solid #ffffff;
	background: linear-gradient(#eeefef, #ffffff 90%) repeat scroll 0 0 transparent;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #FFFFFF inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;
	-moz-transition: box-shadow 0.7s, background 0.7s, border 0.7s;
	-webkit-transition: box-shadow 0.7s, background 0.7s, border 0.7s;
	transition: box-shadow 0.7s, background 0.7s, border 0.7s;*/
}
.nav li a {
	text-decoration: none;
}
/* 1�y�[�W�� TOP
====================================================================================================================================== */
.section {
	margin: 0px;
	bottom: 0px;
	top:50px;
	width: 4000px;
	float: left;
	height: 100%;
	position: relative;
	min-height:400px;
}
#section1 {
	background: url(../img/history/vol1_com.png) no-repeat center right;
	min-height:400px;
}
.top {
	height: 10%;
	position: relative;

}
.middle {
	height: 70%;
	position: relative;
	min-height:400px;
}
.bottom {
	height: 15%;
	position: relative;

}

.arrows{
	width:1240px;
	padding:10px;
	list-style:none;
	margin:0;
	padding:0;
	opacity: 0.5;
  filter: alpha(opacity=50);
}
.arrows .fLeft{
	float:left;
	padding-left:10px;
}
.arrows .fRight{
	float:right;
	
}

/* header */
#header {

	height: 165px;
	width: 1300px;
	z-index: 2;
}
header {  /*background: #1dc6df;*/
	
	width: 36000px;
	height: 55px;
	position: relative;
	z-index: 2;
}
/* footer */
footer {
	background-position: bottom;
	left: 0;
	background: url(../img/common/bg_header_bk.jpg) repeat-x top left;
	height: 20px;
	width: 36000px;
	z-index: 2;
	position:fixed;
	clear: both;
	bottom: 0;
	padding:10px;

}
.footer_in {
/*	background: #441c01;*/
	background-position: bottom;
	width:36000px;
	height: 130px;
	z-index: 2;
	position: absolute;
	top: 100%;
	margin-top: -100px;
	left: 0;
}
/* h2 */
#section1 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
/* article_first */
#article01 {
	 position: absolute; 
	 top: 20px; 
	 left: 10px; 
	 margin-top:100px;
}

#article #timeline1 {
	display: inline;
	position:relative;
	width:2000px;
	height:307px;
}
#timeline1 .pointthumb1{
	position: absolute;
	top: 10px;
	left: 51px;
}
#timeline1 .pointthumb2{
	position: absolute;
	top: 10px;
	left: 862px;
}
article {
	width: 3940px;
}
#main_button {
	position: fixed;
	top: 30px;
	left: 770px;
}
#main_button a {
	color: #000000;
	display: block;
	padding: 28px 5px 5px 5px;
	margin: 5px 20px 5px 5px;
	color: #1dc6df;
	border-radius: 50px;
	border: 1px solid #ffffff;
	background: #ffffff;
	width: 60px;
	height: 37px;
	text-align: center;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
}
/* 2�y�[�W�� About
====================================================================================================================================== */
#section2 {
	/*background-color: #fe234c;*/
	background: url(../img/history/vol2_com.png) no-repeat center right;
	min-height:400px;

}
#article02 {
	position: absolute;
	top: 100px;
	left: 10px;
	/*margin-top: 110px;*/
	min-height:400px;
}
#article #timeline2 {
	display: inline;
	position:relative;
	width:2000px;
	height:307px;
}
#timeline2 .pointthumb3{
	position: absolute;
	top: 212px;
	left: 226px;
}
#timeline2 .pointthumb4{
	position: absolute;
	top: 10px;
	left: 240px;
}
#timeline2 .pointthumb5{
	position: absolute;
	
	top: 9px;
	left: 626px;
}
#timeline2 .pointthumb6{
	position: absolute;
	top: 10px;
	left: 928px;
}
.bubblemenu .tooltip .small {
	font-size: 0.7em;
}
/* h2 */
#section2 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}

/*====================================================================================================================================== */
#section3 {
/*	background: #f3f001;*/
	background: url(../img/history/vol3_com.png) no-repeat center right;
min-height:400px;
	
}
#article03 {
	position: absolute;
	top: 100px;
	left: 10px;
/*margin-top: 110px;*/
	min-height:400px;
}
#timeline3 .pointthumb7{
	position: absolute;
	top: 13px;
	left: 465px;
}
#timeline3 .pointthumb8{
	position: absolute;
	top: 265px;
	left: 625px;
}
#timeline3 .pointthumb9{
	position: absolute;
	
	top: 15px;
	left: 805px;
}
#timeline3 .pointthumb10{
	position: absolute;
	top: 15px;
	left: 1115px;
}

#section3 .bubblemenu .tooltip .job {
	font-size: 0.8em;
}
#section3 .bubblemenu .tooltip .name {
	font-size: 1.4em;
	text-shadow: 1px 1px #000000;
}
#section3 .bubblemenu .tooltip .detail {
	font-size: 0.8em;
}
/* h2 */
#section3 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
/* 4�y�[�W�� Portfolio
====================================================================================================================================== */
#section4 {
background: url(../img/history/vol4_com.png) no-repeat center right;

	min-height:400px;	
}
#article04 {
	position: absolute;
	top: 100px;
	left: 10px;
/*margin-top: 110px;*/
	min-height:400px;
/*	width:2000px;
	height:530px;*/
}
#timeline4 .pointthumb11{
	position: absolute;
	top: 238px;
	left: 18px;

}
#timeline4 .pointthumb12{
	position: absolute;
	top: 0px;
	left: 177px;
}
#timeline4 .pointthumb13{
	position: absolute;
	
	top: 0px;
	left: 445px;
}
#timeline4 .pointthumb14{
	position: absolute;
	top: 297px;
	left: 526px;
}
#timeline4 .pointthumb15{
	position: absolute;
	top: 0px;
	left: 657px;
}
#timeline4 .pointthumb16{
	position: absolute;
	top: 60px;
	left: 726px;
}
#timeline4 .pointthumb17{
	position: absolute;
	top: 243px;
	left: 774px;
}
#timeline4 .pointthumb18{
	position: absolute;
	top: 60px;
	left: 1078px;
}
#timeline4 .pointthumb19{
	position: absolute;
	top: 242px;
	left: 1043px;
}
#timeline4 .pointthumb20{
	position: absolute;
	top: 292px;
	left: 994px;
}
#timeline4 .pointthumb21{
	position: absolute;
	top: 297px;
	left: 206px;
}
#timeline4 .pointthumb22{
	position: absolute;
	top: 236px;
	left: 236px;
}
/* h2 */
#section4 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
/* 5章　1964-83
====================================================================================================================================== */
#section5 {
background: url(../img/history/vol5_com.png) no-repeat center right;

	min-height:400px;
}
#article05 {
	position: absolute;
	top: 60px;
	left: 10px;
 margin-top: 20px;
	min-height:400px;
}
#timeline5 .pointthumb23{
	position: absolute;
		top: 5px;
	left: 118px;

}
#timeline5 .pointthumb24{
	position: absolute;
	top: 280px;
	left: 250px;
}
#timeline5 .pointthumb25{
	position: absolute;
	
	top: 340px;
	left: 485px;
}
#timeline5 .pointthumb26{
	position: absolute;
	top: 5px;
	left: 540px;
}
#timeline5 .pointthumb27{
	position: absolute;
	top: 280px;
	left: 590px;
}
#timeline5 .pointthumb28{
	position: absolute;
	top: 227px;
	left: 696px;
}
#timeline5 .pointthumb29{
	position: absolute;
	top: 5px;
	left: 833px;
}
#timeline5 .pointthumb30{
	position: absolute;
	top: 66px;
	left: 980px;
}
#timeline5 .pointthumb31{
	position: absolute;
	top: 326px;
	left:1020px;
}
#timeline5 .pointthumb32{
	position: absolute;
	top: 359px;
	left:125px;
}
/*6章
====================================================================================================================================== */
#section6 {
background: url(../img/history/vol6_com.png) no-repeat center right;

	min-height:400px;
}
#article06 {
	position: absolute;
	top: 100px;
	left: 10px;
	/*margin-top: 110px;*/
	min-height:400px;
}
#timeline6 .pointthumb33{
	position: absolute;
	top: 315px;
	left:62px;
}
#timeline6 .pointthumb34{
	position: absolute;
top: 0px;
	left:78px;
}
#timeline6 .pointthumb35{
	position: absolute;
	top: 251px;
	left:90px;
}
#timeline6 .pointthumb36{
	position: absolute;
	top: 317px;
	left:241px;
}
#timeline6 .pointthumb37{
	position: absolute;
	top: 0px;
	left:635px;
}
#timeline6 .pointthumb38{
	position: absolute;
	top: 0px;
	left: 839px;
}
#timeline6 .pointthumb39{
	position: absolute;
	top: 317px;
	left: 1060px;
}
#timeline6 .pointthumb40{
	position: absolute;
	top: 1px;
	left: 1070px;
}
#timeline6 .pointthumb41{
	position: absolute;
	top:315px;
	left:810px;
}
/*7章
====================================================================================================================================== */

#section7 {
background: url(../img/history/vol7_com.png) no-repeat center right;

	min-height:400px;

}
#article07 {
	position: absolute;
	top: 100px;
	left: 10px;
/*	margin-top: 110px;*/
	min-height:400px;
}

#timeline7 .pointthumb42{
	position: absolute;
	top: 0px;
	left:159px;
}
#timeline7 .pointthumb43{
	position: absolute;
top: 0px;
	left:449px;
}
#timeline7 .pointthumb44{
	position: absolute;
	top: 328px;
	left:369px;
}
#timeline7 .pointthumb45{
	position: absolute;
	top: 56px;
	left:595px;
}
#timeline7 .pointthumb46{
	position: absolute;
	top: 324px;
	left:714px;
}
#timeline7 .pointthumb47{
	position: absolute;
	top: 324px;
	left: 959px;
}
#timeline7 .pointthumb48{
	position: absolute;
	top: 0px;
	left: 1008px;
}
#timeline7 .pointthumb49{
	position: absolute;
	top: 253px;
	left: 1041px;
}
#timeline7 .pointthumb50{
	position: absolute;
	top: 153px;
	left: 1205px;
}
#section8 {
/*background: url(../img/history/bg_section8.png) no-repeat bottom left;*/
/*width:1260px;*/
min-height:350px;

}
#article08 {
	position: absolute;
	top: 120px;
	left: 10px;
	margin-top: -60px;
}
.miraihe{
/*	text-align:center;*/
	
	margin-left:300px;
}
.miraihe ul{
	list-style:none;
}
.miraihe ul li{
	float:left;
	margin:20px;
}
/*
====================================================================================================================================== */
.contact_box {
	width: 3000px;
	float: left;
display;
inline;
	position: relative;
	margin-right: 50px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
}
.button {
	background: linear-gradient(#eeefef, #ffffff 90%) repeat scroll 0 0 transparent;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), 0 1px #FFFFFF inset, 0 -3px 2px rgba(0, 0, 0, 0.25) inset;
	border-radius: 10px;
	font-size: 1.2em;
	padding: 8px 10px 8px 10px;
	color: #888888;
	border: none;
	margin-top: 20px;
	-moz-transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
	font-weight: bold;
	-webkit-transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
	transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
}
.button:hover {
	background-color: #222222;
	display: block;
	box-shadow: 0 0 1px #000000;
	cursor: pointer;
	-moz-transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
	-webkit-transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
	transition: box-shadow 0.7s, text-shadow 0.7s, background 0.5s;
}
.long {
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset, 0 5px 5px rgba(0, 0, 0, 0.1) inset;
	border-radius: 20px;
	border: 0;
	padding: 10px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
}
#form_name_p {
	padding: 0 0 5px 10px;
	font-size: 1.2em;
}
#form_name {
}
#company_p {
	padding: 20px 0 5px 10px;
	font-size: 1.2em;
}
#email_p {
	position: absolute;
	top: 0;
	left: 270px;
	font-size: 1.2em;
}
#email {
	position: absolute;
	top: 20px;
	left: 260px;
}
#email_confirm_p {
	position: absolute;
	top: 80px;
	left: 270px;
	font-size: 1.2em;
}
#email_confirm {
	position: absolute;
	top: 95px;
	left: 260px;
}
#subject_p {
	position: absolute;
	top: 0;
	left: 520px;
	font-size: 1.2em;
}
#subject {
	position: absolute;
	top: 20px;
	left: 520px;
}
#main_text_p {
	position: absolute;
	top: 0;
	left: 730px;
	font-size: 1.2em;
}
#main_text {
	position: absolute;
	top: 20px;
	left: 730px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset, 0 5px 5px rgba(0, 0, 0, 0.1) inset;
	border-radius: 20px;
	border: 0;
	padding: 10px;
}
option {
	position: absolute;
	top: 20px;
	left: 760px;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "���C���I", Meiryo, Verdana, Arial, "�l�r �o�S�V�b�N", sans-serif;
}
#reset {
	position: absolute;
	top: 0;
	left: 1120px;
}
#submit {
	position: absolute;
	top: 50px;
	left: 1120px;
}
/* h2 */
#section5 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
#section6 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
#section7 h2 {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 0;
	margin-top: -70px;
}
/* �\�[�V�����v���O�C��
====================================================================================================================================== */
#share_box {
	z-index: 10;
}
#share_box ul {
	list-style-type: none;
	overflow: hidden;
	position: fixed;
	top: 100%;
	left: 300px;
	z-index: 10;
	margin-top: -90px;
}
#share_box li {
	float: left;
display;
inline;
	margin-right: 20px;
	z-index: 10;
}
