@charset "utf-8";

#container {
	width:960px;
	margin: 20px auto;
	text-align: left;
	border:solid #ccc;
	border-width:0 1px;
}

img {
	border:0;
}


/* コンテント */
#content {
	width:780px;
	float:right;
	
}

#content h2 {
	margin:0 10px;
	padding:5px 10px;
	color:#fff;
	background:#333 url(notice/img/bar.gif) repeat-x;
	font-size:12pt;
	line-height:1em;
}


#content ul {
	position: relative;
	min-height:200px;
	height:auto !important;
	height:200px;
	widht:500px;
	margin:0 10px 10px 10px;
	padding:0;
	border:1px solid #000;
}

#content li {
	margin:10px;
	font-size:11pt;
	line-height:1.32em;
}

#content img {
	position: relative;
	float:right;
	padding:30px;
	height:180px;
	width:250px;
}

/* ナビ */
#navi {
	float:left;
	left: 10px;
	position: relative ;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	border-color: #151F8C;
	width: 140px;
}

#navi h3 {
	margin:0 0 7px 0;
	color:#151F8C;
	font-size:150%;
	line-height:1em;
}

#navi .menu {
	width:135px;
	margin:0 5px 10px 0;
}

#navi .menu p {
	width:135px;
	margin:0;
	padding:0 0 5px 5px;
	font-size:110%;
	color:#151F8C;
	line-height:1.32em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */

}

#navi .submenu {
	width:100px;
	margin:0 5px 0 0;
}

#navi .submenu p {
	margin:0;
	padding:0 0 5px 8px;
	font-size:120%;
	line-height:1.32em;
}

.h4 {
	color:#000;
	font-size:120%;
	line-height:1em;
	font-weight:bold;
}
.h5 {
	color:#000;
	line-height:1em;
	text-underline-position: below;
}
