#container {
 /*width: 700px;*/
/* width: 70%;*/

 float: center;
 margin: 0;
 margin-left: 10%;
 margin-right: 15%;
 padding: 0;
 padding-left: 4em;
 padding-right: 4em;

border-left: 1px dashed #eeddff; 
border-right: 1px dashed #eeddff;
background-color:#fff;
}
.greenbox{color: darkturquoise;}
#leftmenu li a:hover{  background-color:#eef;
text-decoration:none; }
#leftmenu li a.now:hover{  background-color:#00f;
text-decoration:none; }

.message{
	margin: 0.5em;
	padding-bottom: 1em;

	border-bottom: 1px solid darkslategray;
}
#form{ border-bottom: 1px solid darkslategray;
       padding-bottom: 2em;}
.content{
	margin: 0.5em;
	padding-bottom: 1em;
	border-top: 1px dashed darkslategray;
}


#leftmenu li a{display: block;padding: 1em;}

 li.menu{
 list-style-type: none;
 border-bottom: 1px dashed black;
 }
 li.menulast{
 list-style-type: none;
border-bottom: 1px solid black;
 }
 li.menutop{
 list-style-type: none;
 letter-spacing: normal;
 border-bottom: 1px dashed black;
 }

span.en{font-size: 70%;}

ul.leftmenu {
border-top: 1px solid black;

margin: 0;
margin-top: 0.5em;
letter-spacing: 0.5em;
padding: 0;
}

#leftmenu a{text-decoration: none; color: dodgerblue; font-weight: bold;}
#leftmenu a.none{color:black;background-color: #f0f0f0; font-weight: normal;}

a{text-decoration: none; color: dodgerblue; font-weight: bold;}
a:hover{text-decoration: underline;}
#header a{text-decoration: none; color: black; font-weight: bold;}
#leftmenu{
 text-align: center;
 float: left;
 margin: 0;
 padding: 0;
 width: 180px;
}
#header {
 background-color: white;
 background: url("pythonyan.gif") no-repeat left top;
 text-align: right;
 padding-bottom: 16px;

}
#footer {
clear: left;
text-align: right;
/* width: 700px;*/
width: 100%;
 padding: 0;
marign: 0;
padding-top: 0.5em;
}
#mainbox{
margin-left:190px;
min-height: 720px;

padding-left: 1em;

}
#contents{

}



BODY {
/* background: url("plane-bg.png") repeat-x ; */
 background-color: #fff;
 line-height: 130%;
 margin-right: 1em;
 margin: 0;
 padding: 0;

}
H2 {
 line-height: 100%;
font-size: medium;
 margin-top: 2em;
 margin-bottom: -4pt;
 margin-bottom: 1em;
 padding-left: 72px;
 margin-left: 72px;
 border-bottom: black dotted 1px;

}