
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
	display:block;
}
body {
    background:#FFFF99;
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
    color:#000;
    margin:20px auto;
    text-align:center;
    line-height:1.5em;
    width:960px;
}
h1,  h3, h4, h5, h6 {
    font-weight:lighter;
}
h2{font-weight:lighter;font-size:20px;border-left: 5px solid black;
padding-left:10px}
a:link, a:visited {
    color:#c00;
    text-decoration:none;
}
a:hover {
    color:#0cc;
}
 nav,section, footer {
    display:block;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -ms-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3;
    background-color: #DCDCDC ;
    margin:5px;
    padding: 0 20px 10px 20px;
    font-size: 12pt;
    color: #000;
    text-align: left;
}
header {display:block;
    text-align:center;
    border-radius: 8px;
    padding:10px;
    background-image: -moz-linear-gradient(top, #888, #333);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #888), color-stop(1.0, #333));
    background-color: #444;
    border:none;
    color:#fff;
    text-shadow: 0px 0px 4px #000000;
}
header h1, header h2, header h3, header h4, header h5, header h6, header li, header p {
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}
header h1 {
    font-size:2.3em;
    text-transform:none;
    letter-spacing:0em;
}
header h2 {
    margin:-10px 0px 20px;
    font-size:1.3em;
}
header ul {
    padding:0px;
    list-style-type:none;
    display:inline;

}
header li {
    margin:0px 10px;
    padding:0px;
    list-style-type:none;
    display:inline;
}
header a:link, nav a:visited {
    font-weight:normal;
}


nav {
border-radius:5px ; /* CSS */
-webkit-border-radius: 5px;  /* Safari,Google Chrome */ 
-moz-border-radius: 5px;  /* Firefox */
behavior: url(PIE.htc);
}

nav {
    width:17%;
    padding:5px;
float:left;


}
nav ul {
    padding:0px;
    list-style-type:none;
    display:inline;
    border-radius: 8px;
    border-width:2px;
    border-color:#FFCC00;

}

nav li {higth:120%px;
    border-radius: 9px;    background-color: #DCDCDC;
    text-align:center;
    border-width:2px;
    border-color:#FFCC00;
    border:2px solid #003366;

}
nav h1 {    padding:5px;

    font-size:1.4em;
}
section {
    float:right;
    width:75%;
    text-align:left;
    margin-bottom:10px;
}
section h1, nav h1 {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color:#444;
    color:#fff;
    padding:5px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #000;
}
section ul {
    padding:0px;
    list-style:none;
    border-top:2px solid #e7e2d7;
    margin:5px 0px;
    border-bottom:2px solid #e7e2d7;

}

section li {
    margin-left:20px;higth:15px;
    padding:0px;
   font-size: 12pt;

}
section li a:link, section li a:visited {
    padding:3px 1%;
    border-bottom:1px solid #e7e2d7;
}
section li a:hover {
    background:#f2f1ec;
}
section p {
    font-size:0.9em;
}
article {
    margin:0 0 10px 0;
}
footer {width:100%;
    margin:0px 15px;
    clear:both !important;
    padding:10px;
    background-color: #444;
    border:none;
    color:#fff;
    font-size:0.8em;
    text-align:center;
}
p{margin,padding:1px}
footer a {
    margin:0px 15px;
}
#ptop{margin:5px;padding:5px;text-align:right;color:green;
   font-size: 15pt;

}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: 	#6a5acd;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #dda0dd;
}
table{font-size:20px}
ol{}
