@charset "euc-jp";

/*
********************************************************************************
Copyright (C) 2009-2010 ういすぷ, All right reserved.
Copyright (C) 2009-2010 TREE-WEB.NET, All right reserved.
********************************************************************************
*/



/* ---------------------------------------------------------------- */
/* 基本的スタイルシート設定                                         */
/* ---------------------------------------------------------------- */
html,body {
   margin:0px auto;
   height:100%;
   width:100%;

   font-family:"メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
tr, td, th, h1, h2, h3, h4, h5, h6, h7, p, span, form, div, ul, li, img {
   margin:0px;
   padding:0px;
   font-size:14px;
   border:none;
   list-style-type: none;
}
html {
   background-color:#eeeeee;
   
   background-position:top center;
   background-image: url("background_center.png");
   background-repeat:repeat-y;
}
body {
   min-height:100%;
   position:relative;
   height:auto !important;
   margin:0px auto;
   width:800px;
   background-image: url("background_bottom.png");
   background-repeat:no-repeat;
   background-position:center bottom;
}

a:link{ /* リンク 38565f */
   text-decoration:none;
}
a:visited{ /* 一度選択 */
   text-decoration:none;
}
a:hover{ /* onMouse, underline*/
   text-decoration:underline;
}

/* ---------------------------------------------------------------- */
/* コンテンツ設定                                                   */
/* ---------------------------------------------------------------- */
#contents {
   margin:0px auto;
   padding-bottom:50px;
   padding-left:30px;
   padding-right:30px;
   
   background-image: url("background_top.png");
   background-repeat:no-repeat;
   background-position:center -20px;


}
#contents h1{
   margin:0px auto;
   padding-top:10px;
   padding-bottom:10px;
   text-align:left;
   
   font-size:2.2em;
   margin-bottom:20px;
}
#contents h1 a {
   color:#000;
   text-decoration:none;
}

/* ---------------------------------------------------------------- */
/* コピーライト                                                     */
/* ---------------------------------------------------------------- */
#address {
   margin:0px auto;
   position:absolute;
   bottom:0px;
   width:100%;
   
   text-align:right;
   padding-top:10px;
   padding-bottom:10px;
   left:0px;
   background-color:eee;

}
#address p{
   bottom:0px;
   font-size:9px;
   padding-right:10px;
}
#address a {
   color:#000;
   text-decoration:none;
}


/* ---------------------------------------------------------------- */
/* サブページリンク                                                 */
/* ---------------------------------------------------------------- */

#Menu {
   margin:auto;
   margin-bottom:10px;
   margin-right:5px;
   margin-bottom:20px;
}


#Menu span{
   font-size:12px;
}
#Menu a {
   text-decoration:none;
   display:block;
   height:20px;
   width:80px;
   line-height:20px;
   text-align:center;
   
   border-style:solid;
   border-width:1px;
   
}
/* onMouse */
#Menu a:hover {
   text-decoration:none;
   color:#eee;
}
/* ActiveMouse */
#Menu a:active {
   text-decoration:none;
   color:#000;
}





