* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 700px;
margin: 30px auto;
}

#header {
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -1px;
}
#header h1 a {
color: #ff6633;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 20px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
background: #fff url(top-img/top.jpg) no-repeat;
padding: 5px 0;
}

#menu {
height: 42px;
line-height: 45px;
background: #000000 url(top-img/menu.jpg) no-repeat;
font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 10px 10px;
background: #fff url(top-img/content.jpg) repeat-y;
}
.right {
float: right;
width: 480px;
text-align: justify;
padding: 0 20px 10px 10px;
}
.right h2 {
color: #99cc66;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.kugiri {
width:460px;
padding-bottom: 10px;
border-bottom: 2px dotted #b3b3ff;
}

.right h2 a {

}
.right h2 a:hover {

}

.table1 {
 border: 0px;
 width: 460px;
}
.table1 th {
	padding: 1em 1em;
	border-top: 2px dotted #b3b3ff;
	padding-bottom :  2px dotted #b3b3ff;
	border-left : none ;
	border-right : none ;
	empty-cells: show;
}
.table1 td {
	padding: 1em 1em;
	border-top: 2px dotted #b3b3ff;
	padding-bottom :  2px dotted #b3b3ff;
	border-left : none ;
	border-right : none ;
	empty-cells: show;
}


.right strong {
color: #ff66cc;
font-size: 13px;
}

.left {
float: left;
width: 140px;
padding: 10px;
border-right: 1px solid #aaa;
}
.left h2 {
font-size: 13px;
color: #99cc66;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

#bottom {
background: #fff url(top-img/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }