@charset "utf-8";

/*バナーページ*/
/*------------------------------*/
section ul {
	margin: 30px 0 70px 4.5%;
	background-position: top;
}
section li {
	float: left;
	list-style-type: none;
	margin-right: 30px;
}
section li a {
	height: 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow:hidden;
	display:block;
}
#rasen {
	background-image: url(img/banner-link-1.gif);
	width: 155px;
}
#css {
	background-image: url(img/banner-link-2.gif);
	width: 168px;
}
section li:hover {
background-position: bottom;
cursor: pointer;
}

section h1 {
	background-image: url(img/banner-tit1.gif);
}
section h2 {
	font-size: 1px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
}
section h2#h2-1{
	background-image: url(img/banner-h6-1.gif);
	border-bottom: 1px solid #CCCCCC;
	margin: 0 2.5% 10px 2.5%;
}
section h2#h2-2{
	background-image: url(img/banner-title1.gif);
	border-bottom: 1px dashed #333333;
	margin: 30px 2.5% 30px 4.5%;
	padding-bottom: 3px;
}
section h2#h2-3{
	background-image: url(img/banner-title2.gif);
	border-bottom: 1px dashed #333333;
	margin: 30px 2.5% 30px 4.5%;
	padding-bottom: 3px;
}
section code {
	width: 95%;
	height: 100px;
	color: #666666;
	overflow:scroll;
	overflow-x:hidden;
	font-size: 100%;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
section p {
	font-size: 80%;
	color: #FF0066;
}
section div.box {
	overflow: hidden;
	position: relative;
	width: 90%;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin: 0 2.5% 20px 7%;
}
section div.left {
  float: left;
  width: 49%;
}
section div.right {
  float: right;
  width: 49%;
}
section img {
	display: block;
	margin: 0 auto 10px auto;
}
