@import "style/body.css";
@import "style/header.css";
@import "style/container.css";
@import "style/content.css";
@import "style/sidebar.css";
@import "style/footer.css";
DIV#topics {
	margin-bottom: 5px;
}

#content H2.highlight-title {
	font-size: 110%;
	border-width: 1px 0px 1px 15px;
	border-style: solid;
	border-color: #339933;
	background-color: #eeffee;
	padding: 0px 0px 0px 5px;
}

DIV.highlight-topics {
	margin:0px;
	padding:10px;
	background:#FFFFDD;
}

P.highlight-topics-more {
	text-align: right;
	font-size: 90%;
	margin:5px 0px 5px 0px;
}


DIV.top-topics {
	margin:0px;
	padding:10px;
	/*border-color:#eeffee;
	border-style:solid;
	border-width:12px;*/
	background:#FFFFDD;
	/*border-right:dotted 1px #339933;
	border-left :dotted 1px #339933;
	border-bottom:solid 1px #339933;*/
}

P.top-topics-more {
	text-align: right;
	font-size: 90%;
	margin:5px 0px 5px 0px;
}
#content H2.recent-topics-index {
	font-size:100%;
}

DIV.recent-topics {
	margin:0px 0px 10px 0px;
	padding:7px;
	border-right:dotted 1px #339933;
	border-left:dotted 1px #339933;
	border-bottom:solid 1px #339933;
}
LI.recent-topics-title {
}

/* 最新の発行物 */
DIV#hotpub {
	width:40%;
	float:left;
}
#content H2.hotpub-index {
	font-size:100%;
}
DIV.hotpub-list {
	margin:0px 0px 10px 0px;
	padding:7px;
	border-right:dotted 1px #339933;
	border-left:dotted 1px #339933;
	border-bottom:solid 1px #339933;
}
.hotpub-list DL {
	margin:0px;
}
.hotpub-list DT {
	font-weight:bold;
	float:none;
	margin:0px;
	border:none;
}
.hotpub-list DD {
	margin:0px;
}


.hotpub-list DD {
	margin:0px 0px 2px 0px;
	float:none;
	text-align:right;
}

/* 初めての方へ */
DIV#beginner {
	width:57%;
	float:right;

}
#content H2.beginner-index {
	font-size:100%;
}
DIV.beginner-qanda {
	margin:0px 0px 10px 0px;
	padding:3px;
	border-right:dotted 1px #339933;
	border-left:dotted 1px #339933;
	border-bottom:solid 1px #339933;
	font-size:90%;
}
.beginner-qanda P.q {
	margin:0px;
	text-indent:0.5em;
}
.beginner-qanda P.a {
	margin:0px;
	text-align:right;
	text-indent:0px;
}

P.beginner-other {
	text-indent:0px;
	text-align:center;
	margin:5px 10% 5px 10%;
	background:#eeffee;
}


/* スタッフ日誌
DIV#staff {
	width:57%;
	float:right;
}
#content H2.staff-index {
	font-size:100%;
}
DIV.staff-list {
	margin:0px 0px 10px 0px;
	padding:5px;
	border-right:dotted 1px #339933;
	border-left :dotted 1px #339933;
	border-bottom:solid 1px #339933;
	font-size:90%;
}
.staff-list UL {
	margin:0px;
	padding:0px 0px 0px 3.5em;
}
.staff-list LI {
	margin:0px;
	list-style-type:none;
	text-indent:-3.5em;
}
P.staff-more {
	text-align:right;
}
*/

/* 更新情報 */
DIV#new {
	clear:both;
	margin-bottom: 5px;
}
#content H2.new-index {
	font-size:100%;
}
DIV.new-list {
	margin:0px 0px 10px 0px;
	padding:5px;
	border-right:dotted 1px #339933;
	border-left:dotted 1px #339933;
	border-bottom:solid 1px #339933;
	font-size:90%;
}
UL#newlist{
	margin:0px;
}
UL#newlist LI{
	list-style:none;
}
LI SPAN.date{
}
LI SPAN.category{
	margin-left:3px;
}
LI SPAN.title{
	margin-left:3px;
}

/* 講座写真用 */
div.kouza-photo {
	margin: auto;
	width: 404px;
	overflow: hidden;
}

div.kouza-photo img {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}