@charset "Shift-JIS";

/*
--------------------------------------------------
  girlswalker.com (2007.02.25)
  COPYRIGHT (C) 2006-2007 XAVEL.,INC. ALL RIGHT RESERVED.
--------------------------------------------------*/

/* 基本要素
 basic elements */

html, body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, a, img, table, tr, th, td, div, span
{
   margin: 0px;
   padding: 0px;
   border: 0px;
   font-size: 11px;
}


/* 基本的な補助class
 standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg classは閉じられたブロック要素の中に浮動するいくつかの要素を収める物。
.pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */



