body {
    margin: 0;
    padding: 0;
    background: url('./images/bg_body.png') repeat-x;
    font-family: sans-serif;

}

a {
    color: #0f298b;
    text-decoration: none;
}

a:hover {
    color: #4167fa;
    text-decoration: underline;
}

#wrapper1, #wrapper2 {
    padding:0;
    width: 1024px;
}

#wrapper1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background: url('./images/bg_wrapper1.png') repeat-y;
}

#wrapper2 {
    margin: 0;
    background: url('./images/bg_wrapper2.png') no-repeat;
}

h1, #header p{
    margin: 0;
    padding: 0;
}

h1 img {
    padding: 60px 0px 0px 135px;
    margin: 0;
    vertical-align: text-bottom; 
}

#header p img {
    padding: 10px 0px 0px 360px;
    margin: 0;
    vertical-align: text-bottom; 
}

#menubar {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0;
    
    text-align: center;
}

#menubar li {
    display: inline;
    font-size: 15pt;
    margin-right: 1em;
    color: #4b526a;
    text-shadow: #ddd 0px 1px 1px;
}

#menubar li a {
    margin: 0;
    padding:0 ;
    color: #fff;
    text-shadow: #222 0px 1px 1px;
    font-weight: bold;

}
#menubar li a:hover {
    color: #b6e8e1;
    text-decoration: none;
    text-shadow: #333 0px 1px 1px;
}
#content {
    margin: 0px 40px 0px 40px;
    color: #354849;
}

h2{
    text-shadow: 0px 1px white;
    margin-top: 2em;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    color: #943c3b;
}

h3 {
	text-shadow: 0px 1px white;
	margin-right: 1em;
	margin-left: 1em;
}#content p, #content table {
    margin: 1em 1em;
}



#content table {
    margin: 0 1em 3em 1em;
}
#content td {
    width: 15em;
}
#content caption {
    color: #943c3b;
    text-align: left;
    font-weight: bold;
}
tr {
    background: transparent;
}

tr:hover{
    background: #fff;
}

.note {
    font-size: 90%;
    padding-left: 2em;
    color: #494949;
}

#footer {
    margin: 0;
    padding: 10px 40px;
    background: #fff url('./images/bg_footer.png') no-repeat;
    text-align: center;
    color: #748a78;
}

#footer p:before {
    content:' © 2011, ';

}
.center {
    text-align: center;
}
.sessionheader {
    padding: 0.5em ;
    padding-bottom: 0;
    padding-top: 2em;
    font-size: 95%;
    color: #777;
    text-shadow: #fff 0px 1px 1px;
}


.button {
	display:block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 1em;
	border: solid 2px #aaa;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.kako {
    clear: both;
    display:none;
}

.paper {
	clear: both;
	padding: 3em;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 5px 19px 3px rgba(0,0,0,0.2) inset;
}


.endai {
    padding: 0.3em;
    margin-left: 3em;
}

.endai h3 {
padding: 0;

font-size: 95%;
text-shadow: #fff 0px 1px 1px;
}

.endai h3 img {
    vertical-align: text-bottom;

}

.endai p {
    color: #676b76;
    font-size: 90%;

}
.groupname {
    margin-bottom:0;
    padding-left: 3em;
}

