body { 
	padding-bottom: 10px; 
	padding-top: 0px; 
	margin-top:0px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align: center; 
	background-color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 100%;
	font-size: 70%;
}
body div {
	text-align: left;
	margin: 0 auto;
}

img { 
	border: 0px;
}


/* ##################### */
/*      LINK STYLES      */
/* ##################### */

a:link { color: #0063DC; text-decoration: underline; }
a:visited { color: #2E67C7; text-decoration: underline; }
a:hover { color: #FFFF00; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none;  }

.header {
	width: 100%;
	height: 80px;
	padding-bottom: 10px;
	background-color: #000000;
	background: url(../img/header_bg.jpg) repeat-x;
	background-position: 350px 0;
}

.logo {
	float: left;
	height: 80px;
	width: 470px;
}

.sub_header {
	/*background: url(../img/header_bg.jpg) no-repeat;
	height: 80px;
	width: 100%;
	background-position: left;*/
}

.languague {
	float: right;
	height: 60px;
	padding: 25px 35px 0 0;
}

.main {
	clear: both;
	width: 95%;	
}

.main2 {
	clear: both;
	width: 95%;	
}

.gmap {
	width: 100%;
	height: 590px;
}

.gmap2 {
	width: 65%;
	height: 590px;
	float: left;
}

.explication {
	width: 34%;
	height: 590px;
	float: right;
}

.footer {
	width: 95%;	
	padding: 10px 0 5px 0;
}

.maplink {
	text-align: center;
}

.companyinfo {
	text-align: center;
}

.movie {
	width: 900px;
}

.movie_youtube {
	float: left;
	font-size: 120%;
}

.movie_detail {
	width: 350px;
}

/* ##################### */
/*   Thumbnailスクロール   */
/* ##################### */
#thumbnail {  
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 100%; /* important */  
    height: 160px; /* important */   
    background: #000;
	margin-top: -3;
}  

#thumbnail_content {  
    position: absolute;  
    top: 0;  
    margin-left: 20px;  
}  
  
#thumbnail_content  
#thumbnail_content li {  
    list-style: none;  
    margin: 0;  
    padding: 0;  
}  
#thumbnail_content {  
    width: 20000px;  
}  
#container_bd #thumbnail ul li {  
    display: block;  
    float: left;  
    margin: 5px;  
    padding: 5px;  
    border: 1px solid #666;  
    background-color: #000;  
}

#thumbnail_desc {
	color: #ffffff;
	text-align: center;
} 
  
#container_bd #thumbnail ul li img {  
    display: block;  
} 

table.matrix{
	margin: 5px 0px;
	word-break:break-all;
	border-collapse:collapse;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	font-size: 95%;
}

table.matrix td{
	margin:0px;
	padding: 5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	word-break:break-all;
	overflow: auto;
	empty-cells:show;
	line-height: 17px;
}

table.matrix th{
	margin:0px;
	padding: 5px;
	text-align:left;
	font-weight: normal;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #EEE;
	word-break:break-all;
	empty-cells:show;
	width: 56px;
	font-size: 90%;
}

.style8 {color: #FFFFFF; font-size: 12px; }
.style9 {color: #FFFFFF; font-size: 10px; }
.style10 {
	color: #0000FF;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
}
