@charset "shift-jis";
/*
********************************************************************************
Copyright (C) 2010-2011 ういすぷ, All right reserved.
Copyright (C) 2010-2011 TREE-WEB.NET, All right reserved.
********************************************************************************
*/


/*
--------------------------------------------------------------------------
HTMLタグスタイルの初期化 
--------------------------------------------------------------------------
*/
*{
   margin:0px;
   padding:0px;
   font-weight:normal;
   list-style-type:none;
   line-height:normal;
   text-align:left;
   border:none;
   text-decoration:none;
   
   font-style:normal;
   font-size:14px;
}

html {
   position:relative;
   width:100%;
   height:auto !important;
   min-height:100%;
}
body {
   background-color:#fff;
   background-image:url("bg2.png");
}




/*
--------------------------------------------------------------------------
コンテンツ設定
--------------------------------------------------------------------------
*/
h1 {
   background-image:url("bg.png");
   margin-bottom:20px;
}
h1 a{
   background-image:url("logo_w.png");
   background-repeat:repeat-x;
   background-position:0 0;
   
   display:block;
   width:600px;
   height:100px;
   
   margin:auto;
}
h1 span{
   display:none;
}


#contents {
   margin:auto;
   width:800px;
   padding-bottom:80px;
}



/*
--------------------------------------------------------------------------
クレジット
--------------------------------------------------------------------------
*/
#credit {
   display:block;
   margin:auto;
   position:absolute;
   bottom:0px;
   left:0px;
   width:100%;
   padding:5px 0;
   text-align:right;
   
   background-image:url("bg.png");
   
}
#credit a {
   margin-right:10px;
   font-size:10px;
   color:#fff;
}


/*
--------------------------------------------------------------------------
フロートクリア
--------------------------------------------------------------------------
*/
.floatclear{
   font-size:1px;
   margin:0px;
   padding:0px;
   clear:both;
}


