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

名称：common.css

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

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


/*スタイルリセット
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

/*再設定
--------------------------------------------------*/
body{
font:12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:#444444;
}

p{
  line-height: 1.5;
}

ul{
  list-style:none;
}

b{  
  color:#000000;
  font-weight:normal;
}

strong{
  font-weight:bold;
  color:#000000;
  font-weight:12px;
}
em{
  font-weight:bold;
  color:#000000;
  font-weight:12px;
}

a{
  color:#00AEEF;
  text-decoration:none;
}


/*見出し設定
--------------------------------------------------*/
h1 a{
  text-indent:-9999px;
  display:block;
  width:195px;
  height:170px;
  background:url(images/h1.gif) no-repeat left top;
  float:left;
}
h1 a:hover{
  background-position:0 -170px;
}

h2{
  width:350px;
  padding:30px 10px 0 10px;
  background:url(images/h2_start.gif) no-repeat left top;
  font-size:12px;
  color:#444444;
  font-weight:normal;
  clear:both;
}

h3{
  text-indent:-9999px;
  display:block;
  width:355px;
  height:60px;
  float:left;
}

h4{
  color:#A70A0A;
  font-size:14px;
  font-weight:bold;
  background:url(images/h4_mark.jpg) no-repeat left bottom;
  padding:8px 0 2px 34px;
  margin:0 0 5px 0;
}

/*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;
}
.indent{
  margin:5px 0 0 12px;
}
.text-center{
  text-align:center;
}
.newline{
margin-top:12px;
}
.color{
color:#FF0000;
}