@charset "utf-8";
/* CSS Document */

#contents {
	margin:60px 51px 0 51px;
	padding-bottom:60px;
}

#contents h2 {
	clear:both;
	margin-bottom:36px;
}

.inner {
	padding:0 65px;
}

.mainList {
	width:180px;
	float:left;
}
.siteList {
	margin-bottom:20px;
	line-height:2;
}
.siteList li {
}

.global {
	font-size:14px;
	font-weight:bold;
}



#indexWindow {
	float:left;
	background:#fff;
	width:550px;
}
#indexWindow dl {
	padding:0px 0 5px 50px;
	width:225px;
	float:left;
}
#indexWindow dl dt {
	color:#D90000;
	font-weight:bold;
	width:110px;
	clear:both;
}
#indexWindow dl dt.sub {
	padding-left:10px;
	width:100px;
}
#indexWindow dl dd {
	float:left;
	width:240px;
	margin-bottom:15px;
	font-size:10px;
	line-height:2;
}
#indexWindow dl dd ul {
	width:120px;
	float:left;
}
#indexWindow dl dd ul li {
}
#indexWindow dl dd ul li a {
	color:#4D4D4D;
	text-decoration:none;
}
#indexWindow dl dd ul li a:hover {
	text-decoration:underline;
}


/* clearfix
---------------------------------------------------- */
#indexWindow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#indexWindow {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #indexWindow {
	height: 1%;
}
#indexWindow {
	display: block;
}
/* End hide from IE-mac */

