@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

/* 行間設定 */
.text {line-height : 120% ;}


/* side-munu設定 */
#side-menu {
	width: 41px;
	height: 394px;
	float: left;
}

#side-menu #menu {
	width: 41px;
	height: 394px;
}

#side-menu #menu li {
	list-style-image: none;
	list-style-type: none;
}
#side-menu #menu li a {
	line-height: 25px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999em;
	display: block;
}

#side-menu #menu li#menu01 a {background-image: url(img/side-menu.gif);width: 41px;height: 133px;background-position: 0px 0px;}
#side-menu #menu li#menu02 a {background-image: url(img/side-menu.gif);width: 41px;height: 129px;background-position: 0px -133px;}
#side-menu #menu li#menu03 a {background-image: url(img/side-menu.gif);width: 41px;height: 132px;background-position: 0px -262px;}

#side-menu #menu li#menu01 a:hover {background-position: -46px 0px;}
#side-menu #menu li#menu02 a:hover {background-position: -46px -133px;}
#side-menu #menu li#menu03 a:hover {background-position: -46px -262px;}

#side-menu #menu:after {
	content: "　";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#contents #header {
	height: 90px;
	width: 850px;
	background-image: url(img/contents-header-ky.jpg);
	background-repeat: no-repeat;
}
#whats-new {
	width: 230px;
	margin-left: 5px;
	float: left;
}
#whats-new-iframe {
	height: 100px;
	width: 220px;
	border: 1px solid #333333;
	overflow: auto;
	padding: 10px;
}
#whats-new-iframe p.day {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	line-height: 19px;
}
#whats-new-iframe p.news {
	font-size: 12px;
	line-height: 19px;
	color: #222222;
}
