﻿@charset "UTF-8";
@import url("base.css");
@import url("side_contents.css");

#Up_cnt {
	width: 680px;
	font-size: small;
	padding:15px;
	color: #333333;
	margin: 0 auto;
	line-height:1.3em;
	clear: both;
}
#Up_cnt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#Up_cnt h2 {
	border-bottom: 2px solid #AAA;
	clear: both;
	margin-bottom:15px;
	margin-top: 30px;
}
#Up_cnt img.fl {
	margin-bottom:50px;
}
#Up_cnt ul li {
	list-style-type: none;
	margin-bottom: 19px;
	text-indent: 10px;
}
#Up_cnt ul li img {
	border-bottom: 1px solid #FFF;
}
#Up_cnt ul li img:hover {
	border-bottom: 1px solid #F00;
	background-color: #FFD;
}
#Lct_Int2 {
	width: 680px;
	font-size: small;
	padding:15px;
	color: #333;
	margin: 2em auto;
	clear: both;
	text-align: center;
}

