@charset "UTF-8";

/* ------ cmn
-----------------------------------------------*/
body{
	color: #333;
	background:#000;
	overflow-x: hidden;
}
#all{
	width: 100%;
	line-height: 1.0;
}
p,
h3,h4,h5{
	font-size:1.0em;
	color:#FFF;
}
.wrap{
	width: 980px;
	margin: 0 auto;
}

/* ------ local
-----------------------------------------------*/
#local{
	width:175px;
	height:311px;
	float: left;
	padding-top: 40px;
}
#local h1{
	margin-bottom:20px;
}
#local h1 a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#local p{
	text-align:center;
	margin-bottom:10px;
}
#local ul{

}
#local ul li{
	float:right;
	margin-left:4px;
}
#local ul li:first-child{
	/*margin-right:5px;*/
}
#local ul li:last-child{
	margin-left:0;
}

/* ------ cont
-----------------------------------------------*/
#cont{
	width: 745px;
	float: right;
	padding-top: 40px;
	margin-bottom: 100px;
}
#cont p.mv{
	margin-bottom: 50px;
}
#cont h2{
	float: right;
}
#cont .cont-in{
	float: left;
	width: 590px;
}
#cont .cont-in ul li{
	border-bottom: 1px dotted #fff;
	font-size: 1.4em;
	line-height: 2.0;
	color: #fff;
}
#cont .cont-in ul li.no-link{
	padding:20px;
}
#cont .cont-in ul li a{
	background: url(../img/post-history/arrow.gif) no-repeat left center;
	color: #fff;
	padding:20px;
	text-decoration: none;
	display: block;
}
#cont .cont-in ul li a:hover{
	text-decoration: underline;
	filter:alpha(opacity=80) !important;
	-ms-filter: "alpha(opacity=80)" !important;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#cont .cont-in ul li a span{
	font-size: 1.2em;
}


/* ------ footer
-----------------------------------------------*/
#footer{
	width:100%;
	padding-bottom:25px;
	padding-top:50px;
	position:relative;
}
#footer ul li{
	position:absolute;
	left:50%;
	top:25px;
	margin-left:-26px;
}
#footer p.copy{
	text-align:right;
	padding-right:20px;
	padding-top: 50px;
	color:#FFF;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer p.bigmap{
	position:absolute;
	top:5px;
	right:0;
	font-size:1.2em;
}
#footer p.bigmap a{
	color:#FFF;
	text-decoration:underline;
}
#footer p.bigmap a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}



