/*
********************************************************************************
スタイルシート
(C) 2008 ういすぷ
********************************************************************************
*/

html,body {
   margin:0px;
   height:100%;
}
tr, td, th, h1, h2, h3, h4, h5, h6, h7, p, span, form, div, ul, li, img, a {
   margin:0px;
   padding:0px;
   font-size:16px;
   border:none;
}
html {
   background-color:#eee;
}
body {
   min-height:100%;
   height:auto !important;
   background-image:url("background_01.png");
   position:relative;
   padding-bottom:0px;
}
a{
   cursor:pointer;
}
a:link, a:visited, a:hover {
   text-decoration:none;
   color:#000;
   font-size:0.8em;
}

/* ---------------------------------------------------------------- */
/* コンテンツ設定                                                   */
/* ---------------------------------------------------------------- */
#contents {
   margin:0px;
   height:740px;
   padding-bottom:2em;
}

#contents address {
   font-size:0.8em;
   font-style:normal;
   font-family: Verdana,sans-serif;
   text-align:center;
   padding-bottom:1em;
   
   width:100%;
   position:absolute;
   bottom:0px;
}

#contents h1 {
   position:absolute;
   width:700px;
   display:block;
   top:290px;
   text-align:center;
   font-size:12px;
   font-weight:normal;
   z-index:99;
   height:30px;
}



/* ---------------------------------------------------------------- */

#center {
   width:100%;
   height:250px;
   background-repeat:repeat-x;
   background-image:url("center_01none.png");
   display:block;
   position:absolute;
   top:150px;
}
#center span {
   background-repeat:no-repeat;
   background-image:url("center_01.png");
   width:800px;
   height:250px;
   display:block;
}

#introduction {
   height:300px;
   display:block;
   position:absolute;
   right:20px;
   top:400px;
}
#introduction .pageImage{
   text-align:center;
   width:220px;
   height:300px;
   float:left;
}
#introduction .name{
   margin-bottom:5px;
}
#introduction .img{
}





