
/*=====================================================

名称：common.css

概要：スタイルリセット&再設定&classライブラリ

制作日：2007.08.22
修正日：2007.08.22
=====================================================*/ 


/*スタイルリセット
--------------------------------------------------*/
*{
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  word-break: break-all;
}

/*再設定
--------------------------------------------------*/
p{
  color:#5A321D;
  font-size:12px;
}

ul{
  list-style:none;
}

b{  
  font-weight:bold;
}

strong{
  font-weight:bold;
}

a{
  color:#C44501;
  font-weight:bold;
}

a;visited{
  color:#C44501;
  font-weight:bold;
}

/*見出し設定
--------------------------------------------------*/
h1 a{
  font-family:"Century";
  font-size:20px;
  color:#FFFFFF;
  margin:0 10px 0 0;
  padding:0;
  font-weight:normal;
  float:left;
}

h2{
  color:#FFFFFF;
  font-size:10px;
  float:left;
  padding:10px 0 0 0;
  margin:0;
  font-weight:bold;
}

h3{
  position:absolute;
  left:110px;
  top:40px;
  color:#FFFFFF;
  font-size:12px;
  margin:0;
  padding:0;
  clear:both;
  z-index:5;
}

h4{
}
h5{
}

/*classライブラリ
--------------------------------------------------*/
.float-left{
  float:left;
}

.float-right{
  float:right;
}

.clear-both{
  clear:both;
}

.big{
  font-size:14px;
}

.small{
  font-size:10px;
}

.bold{
  font-weight:bold;
}
.bold a{
  font-weight:bold;
}
