body{
  background-image:url(../images/bg.gif);
  background-repeat: repeat-x;
  margin: 0px;
}

a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
   color:#990066;
}
a:hover {
  text-decoration: underline;
  color:#6699ff;
}
a:active {
  text-decoration: underline;
}


/*書式設定*/

*{
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;

 font-style:normal;
 font-variant:normal;
}

h1{
  text-align:left;
  font-size:200%;
  font-weight:bold;
  color:#333333;
}

h2{
  font-size:110%;
  color:#333333;
}

h3{
  font-size:100%;
  color:#333333;
  text-align:center;
  margin:0 0;
}

p {
  color: #000000;
  margin:0 0;
  line-height:1.5em;
  font-size:100%;
}

p.comment{
  color: #333333;
  margin:0 0;
  line-height:1.5em;
  font-size:90%;
}

ul{
  margin: 0 auto;
  padding: 0 0;
  width:910px;
}

li{
  float:left;
  list-style-type:none;
}

/*回り込み解除*/
br{
  clear:both;
}


/*header*/
#social {
  height: 30px;
  position: absolute;
  text-align: left;
  padding-left: 35px;
  padding-top: 10px;
}

#header {
  background-color:#ffffff;
  color:#000000;
  padding-left:20px;
  padding-top:5px;
  margin:0px;
  height:45px;
}

/*レイアウト枠*/
  #container {
  width:950px;
  margin:0px auto;
  padding:0;
  position:relative;
 }


/*タイトルバナー*/
#title {
  margin:0;
  padding:0;
  width:950px;
  height:143px;
/*
  text-indent:-9999px;
  background-image: url(../images/title.png) !important;
  background-repeat:no-repeat !important;
*/
}

#title a{
  width:950px;
  height:143px;
  display:block;
}

/* タイトルバナー IE6用  */
* html #title {
  width:950px;
  height:143px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/title.png');
}

* html #title img{
  display:none;
}

/* タイトルバナー結果編 IE6用  */
#title_res {
  margin:0;
  padding:0;
  width:950px;
  height:143px;
}
* html #title_res {
  width:950px;
  height:143px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/title_res.png');
}
* html #title_res img{
  display:none;
}

/* タイトルバナープレスリリース編 IE6用  */
#title_pre {
  margin:0;
  padding:0;
  width:950px;
  height:143px;
}
* html #title_pre {
  width:950px;
  height:143px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/title_pre.png');
}
* html #title_pre img{
  display:none;
}

/*ナビゲーション枠*/
  #navi {
  width:950px;
  height:32px;
}

