@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	font-family: 'arial', 'verdana', 'trebuchet ms', sans-serif;
	line-height: 1.5;
	font-size: 12px;
	background-color:#FFF;
}
img {
	border:none;
}
a {
	color: #FFF;	
}
.clearer {
	clear: both;
	height: 1px;
}
#site-wrapper {
	width: 1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.kyle02 {
	background-image: url(../images/kyle02.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
	padding-top: 305px;
	padding-left: 290px;
}
.kyle03 {
	background-image: url(../images/kyle03.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
}
.kyle03 .box1 {
	height: 326px;
	width: 580px;
	padding-top: 137px;
	padding-left: 572px;
}
.kyle03 .box2 {
	height: 326px;
	width: 580px;
	padding-top: 16px;
	padding-left: 572px;
}
.kyle11 {
	background-image: url(../images/kyle11.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
	padding-top: 175px;
	padding-left: 150px;
}
.kyle12 {
	background-image: url(../images/kyle12.jpg);
	background-repeat: no-repeat;
	height: 820px;
	width: 1160px;
}
#globalnavi {
	margin: 0;
	padding-top: 784px;
	list-style-type: none;
	width: 1160px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}  
#globalnavi li {
	width: 580px;
	height: 37px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}  
#globalnavi a {  
  text-indent: -9999px; /* テキストを隠す */  
  text-decoration: none;  
  display: block;  
  width: 580px;  
  height: 37px; /* リンク領域を広げる */  
  background-image: url(../images/web_link.jpg);  
  background-repeat: no-repeat;  
}  
  
#menu1 a { background-position: 0 0; } /* 表示画像の位置を指定 */  
#menu2 a {
	background-position: 0 -37px;
}  
  
#globalnavi a:hover {  
  text-decoration: none;  
  background-image: url(../images/web_link.jpg);  
  background-repeat: no-repeat;  
}  
  
#menu1 a:hover {
	background-position: -580px 0;
} /* 入れ替え画像の位置を指定 */  
#menu2 a:hover {
	background-position: -580px -37px;
}  