body {
	width: 100%;
	margin: 0 auto;
	min-width: 470px;
}

a {
	text-decoration: none;
	color: black;
}

img {
	width: 100%;
}

ul, ol {
	list-style: none;
	padding: 0;
}

#site-title {
	margin-top: 10px;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	text-shadow: 2px 2px 5px #333;
}

#site-title-2 {
	font-size: 18pt;
	text-align: center;
	color: #A6A6A6;
}

#main-menu2 {
	width: 100%;
}

#main-menu2 li {
	font-size: 2em;
	background-color: #B2CCFF;
	margin-right: 1px;
	padding: 5px 0;
	text-align: center;
	float: left;
	width: 24.84%;
}

#top-menu li:last-child {
	margin-right: 0;
}

#main-menu2 div {
	margin: 0 auto;
	width: 235px;
	height: 30px;
	overflow: hidden;
}


#sub-menu {
	height: 0px;
	width: 100%;
	overflow: hidden;
	transition: height 0.5s;
	position: relative;
}

#sub-menu ul {
	float: left;
	width: 150px;
	border-right: 1px solid #777;
	height: 180px;
	font-size: 1.2em;
}

#sub-menu2 {
	width:100%;
}	

#sub-menu ul:last-child {
	border-right: 0;
}

#sub-menu ul li {
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sub-menu ul li:hover {
	background-color: #B2CCFF;
}

#close {
	float: right;
	font-size: 18pt;
	padding-right: 10px;
}

#submenu {
	width: 100%;
	margin-bottom: 2px;
}

#submenu li {
	font-size: 1.5em;
	background-color: #A0BAED;
	padding: 5px 0;
	text-align: center;
	float: left;
	width: 24.84%;
	margin-right: 1px;
}

#submenu li:last-child {
	margin-right: 0;
}

#submenu li img {
	width: 45px;
	height: 45px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

#news {
	width: 100%;
	height: 450px;
}

#plus {
	font-size: 3em;
	text-align:right;
}

.contents-title {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 93%;
	text-align:center;
	font-size: 30pt;
	float:left;
}

.contents-area {
	padding: 2px;
	margin: 0 auto;
	width: 100%;
	height: 350px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.contents-area ul li{
	padding: 5px;
}

.contents-area ul li:hover{
	font-weight: bold;
}

.contents-area ul li:nth-child(2n) {
	background-color: #c7ddef;
}

.item-title {
	float: left;
	width: 82%;
	height: 21px;
	font-size: 11pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item-title:before {
	content: " - ";
}

.item-date {
	float: left;
	height: 21px;
	font-size: 11pt;
	text-align: right;
}

#jol_img {
	margin: 0 auto;
	border: 1px solid #ddd;
	margin-top: 15px;
}

#jol_img img {
	width: 100%;
	height: 450px;
}
