* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header,footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background-color: #9CCB47;
font-family:  Arial, Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 18px;
}

/* layout */

#wrapper {
width: 950px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
}

nav {
width: 940px;
height: 30px;
margin: 0 auto;
background: #9CCB47;
}

header {
width: 940px;
height: 300px;
margin: 0 auto;
background: #fff url(images/header2.png) no-repeat right top;
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}


#main {
width: 940px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
background: #9CCB47;
overflow: hidden;
}

#content {
float: left;
width: 580px;
margin-left: 40px;
}

.content_left {
float: left;
width: 49%;
float: left;
}

.content_right {
float: right;
width: 49%;
float: left;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
padding-top: 0px;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h2 {
    margin:15px;
    margin-left: 10px;
}

h3 {
    margin:10px;
}

a:link, a:visited {
color:#6D9D30;
}

a:hover, a:active {
color: #333;
}

p {
margin-top: 10px;
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 14px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #FFF;
}

nav .menu a:hover {
font-style: italic;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
}

header h1 { 	
float: left;
padding-top: 10px; 
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #6D9D30;
text-shadow: 0px 2px 3px #777;
font-size: 48px;
}

header h1 a:hover { 
text-decoration: none; 
}

header h2 {
padding: 20px 0 0 30px;
font-size: 18px;
color: #6D9D30;
}


/** ARTICLES **/
#content {
float: left;
width: 610px;
margin:10px 0 10px 0;
padding:5px 20px 5px 20px;
background-color: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#access {
float: left;
width: 1000px;
margin:10px 0 10px 0;
padding:5px 20px 5px 20px;
background-color: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#project {
float: left;
width: 900px;
margin:10px 0 10px 0;
padding:5px 20px 5px 20px;
background-color: #fff;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-left: 24px;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and widget blocks */

aside {
float: right;
text-align: left;
width: 270px;
margin:0;
padding:0;
}

/* article */
.articlecontent p a {
color: #307437;
}

.articlecontent p a:hover {
color: #000;
}

/* box shadow on pics */
.articlecontent img {
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 10px;
background-color: #F5E9DF;

/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

aside section ul {
margin: 0 0 0 20px;
color: #307437;
}

aside section ul li a {
display: block;
/*text-decoration: none;
color: #000;*/
}

aside section ul li a:hover {
/*background-color: #307437;*/
/*color: #fff;*/
}


#footer-area {
background: #6D9D30;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.footer-segment ul {
margin-left: 20px;
}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFF;
}

footer a:hover { 
/*text-decoration: underline; */
}

footer p {
margin-top: -2px;
}

.link_list li{
    margin-left:0px;
    list-style-type: none;
}

.link_list a:hover{
    /*background: #6D9D30*/
}


#title_text {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    width:500px;
    height: auto;
    font-size:42px;
    text-shadow: 3px 3px 0px #eee, 5px 5px 0px #707070;
}

#header_img {
    margin-left:10px;
    padding-top: 5px;
}

div.main_content{
    padding-left: 20px;
    padding-right: 20px;

}

th{
    padding-left: 5px;
    padding-right: 5px;
}

#time_table {
    width : 100%;
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

#time_table td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

#time_table th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#F5E9DF;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}

#description {
    text-indent: 1em;
    text-align: justify;
}

span.important a{
    display: block;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}


#header_images{
    width: 100%;  
}

#header_images ul{
    list-style:none;
    width: 80%; 
    height: 100px;
    margin: 0 auto;  

}

#header_images li{
    width: auto;
    float: left;
}

#header_images img{
    width: 145px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}


#lecture_table {
    width: 80%;
    margin: 5px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

#lecture_table td{

    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

#lecture_table th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#F5E9DF;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}