@charset "UTF-8";


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


/* ******************** 共通 ******************** */
#wrap {
	text-align: center;
}

a:hover img {
	filter: alpha(opacity=50);  
	opacity:0.5;  
}


#container {
	width: 950px;
	margin: 0 auto;	
	padding-bottom: 100px;	
}

#wrap h1 {
	/*background: url(../img/title.jpg) no-repeat;*/
	text-indent: -9999px;
	margin: 5px auto;
	width: 399px;
	height: 24px;
}

#wrap h2 {
	text-align: center;
	text-indent: -9999px;
	margin: 25px auto;
}

#wrap h3 {
	background: url(../img/siteList.jpg) no-repeat left top;
	text-indent: -9999px;
	text-align: left;
	width: 162px;
	height: 16px;
	padding-bottom: 5px;
}


#container ul {
	text-align: center;
	width: 935px;
	background: url(../img/dotLine.jpg) no-repeat center bottom;
	padding-bottom: 25px;
	padding-top: 15px;
}

#container ul:last-child {
	/*background: url(../img/attention.jpg) no-repeat left bottom;*/
	padding-bottom: 50px;
	background: none;
}

#container ul li {
	display: inline;
	float: left;
	width: 300px;
	margin: 5px;
}

