@charset "shift_jis";

/*トップページ用*/

body{
  margin : 0 auto;
  padding: 1em;
  text-align: center;
  background-color: #ffffff;
}
/*中心に寄せて設置、IE5.5以前用にセンター指定*/

#contents{
  width : 100%;
}
/*headerからfooterを囲んで固定*/

#header{
  width : 100%;
  text-align: center;
}

#main{
  width : 100%;
  text-align: center;
}

#left{
  width : 65%;
  float : left;
  text-align: center;
}

#right{
  width : 35%;
  float : right;
  text-align: left;
}

#footer{
  clear: both;
  width : 100%;
}

hr{
  color : #cccccc;
  height: 1px;
}
/*水平線の設定*/

img{
}
.title {
  width: 80%;
}

p{
}

.c1 {
  color: #000000; 
  font : bold 1.1em;
  font-family: serif;
}
/*黒文字、標準*/

.c2 {
  color: #000000; 
  font : 1.5em;
  font-family: serif;
}
/*黒文字、標準*/

.c3{
  color : #000000; 
  font: italic 1.2em;
  font-family: serif;
}
/*黒文字、標準、イタリック、フォント変更*/

a:link    {text-decoration:underline; color:#000099 ;}
a:visited {text-decoration:underline; color:#000099 ;}
a:active  {text-decoration:underline; color:#ff0000 ;}
a:hover   {text-decoration:underline; color:#ff0000 ; position:relative; top:1; left:1;}

ol { list-style-type: none }

/*yama2007 kamuymosir*/
