/* YKAOSサイト　スタイルシート */
*{
 padding:0;
 margin:0;
}
table {
 font-size:inherit;
 width:100%;
}
th,td{
 padding:6px;
}

body {
 font-size:small;
}
p{
 font-size:small;
 text-align:justify;
 margin-bottom:0.5em;
 line-height:150%;
}
li {
 line-height:150%;
 list-style-position:inside;
}
h1{
 font-size:x-large;
 font-family:serif;
 margin-top:0.5em;
 margin-bottom:0.5em;
 border-left-color:darkgreen;
 border-left-style:solid;
 border-left-width:10px;
 border-bottom-width:1px;
 border-bottom-style:solid;
 border-bottom-color:darkgreen;
 background-color:tan;
 padding-top:5px;
 padding-bottom:5px;
 padding-left:5px;
 border-right-color:darkgreen;
 border-right-width:1px;
 border-right-style:dotted;
}
h2{
 margin-top:0.5em;
 margin-bottom:0.5em;
 font-size:large;
 padding-top:5px;
 padding-left:5px;
 padding-bottom:5px;
 background-color:lightgreen;
}

/* レイアウト　*/
#container{
 width:100%;
 color:#333333;
 background-color:#FAF8F4;
 font-size:12px;
}
#header{
 width:100%;
 background-image:url(images/desert.jpg);
 height:100px;
 background-repeat:repeat-x;
 background-position-x:top;
 background-position-y:left;
}
#menu{
 position:fixed; 
 _position:absolute;
 top:100px;
 left:30px;
 width:180px;
}
#contents{
 margin-left:260px;
 width:500px;
}
#topcontents{
 width:720px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom:30px;
 margin-top:60px;
}
#footer{
 margin-top:30px;
}

/* メニュー */
#menu li{
 list-style-type:none;
 list-style-position:outside;
 margin-bottom:5px;
}
#menu li a{
 display:block;
 width:170px;
 height:20px;
 padding-left:3px;
 padding-top:10px;
 border-width:1px;
 border-style:solid;
}
#menu li a:link, #menu li a:visited{
 color:#000000;
 text-decoration:none;
 background-color:#EEEEEE;
 border-color:#CCCCCC;
}
#menu li a:hover, #menu li a:active{
 color:#000000;
 text-decoration:none;
 background-color:#EEFF99;
 border-color:#99CC66;
}
#menu.logo{
 margin-bottom:10px;
}

/* 文字装飾 */
.sekaihatsu {
 background-color:red;
 color:white;
 font-style:oblique;
 font-weight:bold;
 padding:2px;
}

.greentable{
 border-collapse:collapse;
 border-width:3px;
 border-color:darkgreen;
 border-style:solid;
 background-color:mintcream;
}
.greentable th{
 background-color:palegreen;
}
