@charset "UTF-8";



/**********************************************************
概要
**********************************************************/
/*
共有スタイル | 全体設定、共有クラス

ファイル名：common.css
パス：/css/common/common.css
読込先：すべてのhtml
コピーライト：2008 © Fumakilla CO.,LTD

内容：
  1：全体設定
  2：画像のボーダー
  3：要素の非表示
  4：回り込みの解除
  5：回り込み設定
----------------------------------------------------------*/



/*----------------------------------------------------------
  1：全体設定
----------------------------------------------------------*/

body {
  font: normal 16px Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

a,
li a,
p a {
  color: #0066cc;
  text-decoration: none;
}

a:hover,
li:hover a,
p a:hover {
  text-decoration: underline;
}

a:visited,
li:visited a,
p a:visited {
  color: #cc6699;
}

h1,h2,h3,h4,h5 {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #0066cc;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited {
  color: #cc6699;
}


table{ 
  font-size:1em; 
}

ul,ol,li {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

dl,dt,dd,blockquote,cite,q,address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

blockquote,cite,q,address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin: 0px;
  padding: 0px;
}



/*----------------------------------------------------------
  2：画像のボーダー設定
----------------------------------------------------------*/

img {
  border:none;
}

img.border {
  border:1px solid #eeeeee;
}



/*----------------------------------------------------------
  3：要素の非表示設定
----------------------------------------------------------*/

.hidden {
  display:none;
}



/*----------------------------------------------------------
  4：回り込みの解除
----------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  zoom: 100%;
}
/* \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/* */

/* エントリーの回り込み解除
------------------------------*/
br.clear-entry-float {
  clear:both;
  line-height:0em;
}


/*----------------------------------------------------------
  5：回り込み設定
----------------------------------------------------------*/

.box-left {
  float: left;
}

.box-right {
  float: right;
}
