@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
#body {
	font-size: 80%;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
        width:600px;
}


/* ページ構造に関するCSS 
-------------------------------------------------------------------------------*/
#top     {
         border-top: solid 1px #cc99cc;
         border-bottom: solid 1px #cc99cc;
         border-right: solid 1px #cc99cc;
         border-left: solod 1px #cc99cc;
         width: 829px;
         
}
#wrapper {
       width: 830px;
       margin: 10px 10px 0px, 
         
}
#header {
      border-top: solid 1px #ffffff;
      border-bottom: solid 1px #ffffff;
      height: 170px;
}
#content {
      width: 600px;
      height: 6px;
      padding-right: 10px;
      height: 240px;
      float: right;
      border: 1px solid #cc99cc;
      overflow: scroll;
      margin-left: 10px;
      margin-bottom: 10px;
      margin-top: 13px;
      color: #666;
      font-size: 80%;
      background-image: url(img/ha-to.gif);
      background-repeat: repeat;
      
}

#nav {
     width: 160px; 
     height: 200px;
     margin-top: 15px;
     margin-left: 8px;
     float: left;
     border-top: solid 1px #cc99cc;
     border-bottom: solid 1px #cc99cc;
     border-right: solid 1px #cc99cc;
     border-left: solod 1px #cc99cc;
     color: #666;
     font-size: 80%;
     vertical-align: middle;
     padding-top: 1px;
}

#footer {
     border-top: solid 1px #cc99cc;
     border-bottom: solid 1px #cc99cc;
     border-right: solid 1px #cc99cc;
     border-left: solod 1px #cc99cc;
     margin-bottom: 15px;
     clear: both;
     color: #666;
     font-size: 80%;
}

footer p {
    margin: 0px;
}

/* ヘッダーに関するCSS 
--------------------------------------------------------------------------------*/
#img1 {
    position: absolute;
    top: 58px;
    left: 50px;
    margin: 22px;
     
}

/* コンテンツに関するCSS 
--------------------------------------------------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 160%;
	line-height: 1.4;
}

h2 {
	font-size: 90%;
        color: #cc99cc
}

#top h2 {
	font-size: 120%;
}

#footer h2 {
	font-size: 100%; 
        color:#666;
        border-top: solid 1px #cc99cc;
        border-bottom: solid 1px #cc99cc;
        width: 800px;
        padding-top: -5px;
        padding-left: 8px; 
        background:#ffffff url(img/muraskinobara.gif) repeat;

}

#content .illust {
	float: right;
	margin-left: 15px;
}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav h2 {
	width: 180px;
	height: 17px;
	margin: 0px;
	padding: 0px;
        
}

#nav ul {
	margin-top: 1px;
	padding: 3px;
	list-style: none; 
        margin: 10px;
        vertical-align: middle;
        
}

#nav li {
	padding:0px;
	background-color: #cc99cc;
        border: 1px solid #ffffff;
        text-align: center;
        width: 82px;
        height: 20px;
        vertical-align: middle;
}

#nav a {
	text-decoration: none;
	color:#000;
	display: block;
        text-align: center;
	width: 82px;
	height: 22px;
        vertical-align: middle;
}

#nav a:hover{
	color: #cc33ff;
        background-color: #ffffcc;
	text-decoration: non
        text-align: center;
        width: 82px;
        height: 22px;
        vertical-align: middle;
}

#fotter ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
        margin: 10px;
        
}

#fotter li {
	padding: 6px 0px;
	background-color: #cc99cc;
        border: 1px solid #ffffff;
        text-align: center;
        width: 82px;
        height: 18px;
}

#fotter a {
	text-decoration: none;
	color:#666;
	display: block;
	width: 82px;
	height: 90px;
}

#fotter a:hover{
	color: #666;
        background-color: #ffffcc;
	text-decoration: non
        width: 82px;
        height: 90px;
}

/* リンクに関するCSS  
--------------------------------------------------------------------------------*/
a:link {
	color: #00F;
}

a:visited {
	color: #936;
}

a:hover, a:active {
	color: #936;
	text-decoration: none;
}
