/*
Copyright (c) 2006, Nippon Onigiri Peace Corps. All Rights Reserved.
*/



#event_top {
    background-color: #f1f1f1;
    height: 120px;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
#event_top h2{
	margin: 10px 0px 10px;
}

#event_contents_top {
    background-color: #f1f1f1;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
#event_contents h2 {
	border-left:10px solid #0060B2;
	border-bottom:3px solid #0060B2;
    padding: 0.4em 0 0.3em 0.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}


h2.entry-header {
	border-left:10px solid #0060B2;
	border-bottom:3px solid #0060B2;
    padding: 0.4em 0 0.3em 0.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

#newentry ul li {
    margin-top: 5px;
	margin-left: 5px;
}

