body {
    background:#aaa;
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
    color:#000;
    margin:20px auto;
    text-align:center;
    line-height:0.8em;
    width:550px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Hiragino Kaku Gothic Pro",  Meiryo, sans-serif;
    font-weight:lighter;
}
a:link, a:visited {
    color:#fff;
    text-decoration:underline;
}
a:hover {
    color:#0cc;
}
header,section,article ,footer {
    display:block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 4px #666;
    -moz-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    margin:5px;
    padding: 0 20px 10px 20px;

    font-size: 12pt;
    color: #000;
    text-align: left;
}
header {
    text-align:center;
    padding:0px;
    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;
    
    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 {
    text-align:left;
    margin:0px 10px 0px;
    font-size:0.5em;
}
header h3 {
    text-align:right;
    margin:0px 10px 0px;
    font-size:0.5em;
}
header h4 {
    text-align:left;
    margin:0px 50px 0px;
    font-size:0.5em;
}

header h5 {
    text-align:left;
    margin:0px 50px 0px;
    font-size:0.5em;
    color:#00f;
}

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 {
    font-weight:normal;
}

section {
    float:right;
    text-align:left;
    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;
    
    margin-bottom:10px;
    width:500px; 
}
section h1, section h2, section h3, section h4,section li, section p {
    font-family: Georgia, 'Hiragino Mincho Pro', Meiryo, serif;
}


section h1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(top, #080, #030);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #080), color-stop(1.0, #030));
    background-color:#444;
    color:#fff;
    padding:10px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #000;
    font-size:1.75em;
}

section h2 {
    text-align:left;
    margin:10px 75px 0px;
    text-shadow:1px 1px 5px #000;
    font-size:1.0em;
    color:#fff;
}

section h3 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(top, #800, #300);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #800), color-stop(1.0, #300));
    background-color:#444;
    color:#fff;
    padding:10px;
    margin:10px -10px;
    text-shadow:1px 1px 5px #000;
    font-size:1.75em;
}

section h4 {

	width: 300px;
	float:center;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(top, #555, #111);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #555), color-stop(1.0, #111));
    background-color:#444;
    color:#fff;
    padding:10px;
    margin:10px 80px 10px;
    text-shadow:1px 1px 5px #000;
    font-size:1.0em;
    
}



section ul {
    padding:0px;
    list-style:none;
    border-top:1px solid #e7e2d7;
    margin:14px 0px;
}
section li {
    margin:0px;
    padding:0px;
    list-style:none;
}
section li a:link, section li a:visited {
    float:left;
    width:96%;
    padding:3px 1%;
    border-bottom:1px solid #e7e2d7;
}
section li a:hover {
    background:#f2f1ec;
}
section p {
    font-size:1.0em;
}



footer {
    clear:both !important;
    padding:10px;
    background-color: #444;
    color:#fff;
    font-size:0.8em;
    text-align:center;
}
footer a {
    margin:0px 5px;
}