@charset "UTF-8";

#bg-hotoke {
	
	background-image: url(../img/bg-top.jpg);
	width: 100%;
	height: 900px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.1;
	-khtml-opacity: 0.1;	
	filter: alpha(opacity=10);	
}


#title-top {
	margin: auto;
	width: 200px;
	height: 100%;
	background-color: #000;
	overflow: none;
	z-index: 30;
}

#title-top h1 {
	display: none;
}

#title-top #logo {
	/* margin-top: 100px; */
	padding-top: 100px;
}



/* contents-list */

#contents-list {
	width: 200px;
	height: 120px;
	position: relative;
	margin: auto;	
	padding: 0;	
	z-index: 31;
	text-align: center;
	background-color: #000000;
}

#contents-list a {
	float: left;	
	display: block;	
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-khtml-opacity: 0.6;	
	filter: alpha(opacity=60);
	padding-top: 10px;
	padding-left: 10px;
}

#contents-list a.last-child {
	margin-left: 10px;
}

#contents-list a:focus,
#contents-list a:active,
#contents-list a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	-khtml-opacity: 1.0;	
	filter: alpha(opacity=100);
}

/* contents-list */



#txt-gao {
	display: none;
	margin-top: 5px;
}

#txt-sanpo {
	display: none;
	margin-top: 5px;	
}

#utility-list {
	width: 200px;
	position: relative;
	margin: auto;
	padding: 0;	
	z-index: 32;
	text-align: center;
	margin-top: 20px;
}

#utility-list ul a li {
	padding-top: 2px;	
	padding-bottom: 2px;	
	/* margin-bottom: 1px;	*/		
	background-color: #000000;
	border-bottom: 1px solid #333;
}

#utility-list ul a:focus li,
#utility-list ul a:active li,
#utility-list ul a:hover li {	
	background-color: #FF0000;
}

.mgBanner {
	margin-top: 30px;
	margin-bottom: 60px;	
}
