@charset "utf-8";
/* ページ全体 */
body{
margin-top:0;
margin-left:auto;
font-size:12px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
line-height:16px;
background:#fff;
text-align:center;
background:url(../sozai/indesozai/bg.jpg);
}

/*ヘッダー*/
#header{
margin: 0 auto;
background-color:#fff;
width:780px;
height:50px;
background-image:url(../sozai/indesozai/logobg.jpg);
text-align:left;
clear:right;
}

/*プルダウン*/
#navi{
margin-right:auto;
margin-left:auto;
width:780px;
height:2em;
background-color:#CC6666;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;

}

ul#menu { /* IE6 対策 */
        behavior: url("css/csshover.htc");
}

* html ul#menu li ul {
margin-left: -50%;
}

ul#menu a {
        color: #FFFFFF;
        text-decoration: none;
}
ul#menu a:link,
ul#menu a:visited {
        background: #CC6666;
}
ul#menu a:hover,
ul#menu a:active {
        background: #CC3333;
}

ul#menu li {
        float: left;
        position: relative;
        width: 130px;
        height: 2em;
        font-weight: bold;
        line-height: 2em;
}
ul#menu li a {
        display: block;
        width: 130px;
        height: 2em;
        text-align: center;
}

ul#menu li ul li {
        float: none;
	    font-weight: normal;

}

/* 下層のメニューを不可視に */
ul#menu li ul,
ul#menu li ul li ul {
        display: none;
}

/* 疑似要素 :hover で子メニューを可視、孫メニューを不可視に */
ul#menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;
}

* html ul#menu li:hover ul {
        vertical-align: bottom; /* IE6 で変な隙間が空くのでその対策 */
}

ul#menu li:hover ul li ul {
        display: none;
}

/* 疑似要素 :hover で孫メニューを可視に */
ul#menu li ul li:hover ul {
        display: block;
        position: absolute;
        top: 0;
        left: 130px;
        z-index: 200;
}

/*アドレス*/
.adrss{
padding-top:0.2em;
border-top:#CC6666 solid 3px;
clear:both;
margin: 0 auto;
text-align:right;
width:780px;
background:#FFFFFF;
}

.boder{
border-bottom:solid 3px #ff9900; }  

/*フラッシュ*/
.flash{
margin-right:auto; 
margin-left:auto;
width:780px;
height:160px;
background:#FFFFFF;
}


/*コンテンツ*/
#content{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:780px;
  height:500px;
  background:#FFFFFF;
}

/*コンテンツ左*/
.content-l{
  clear:both;
  margin-top:0.5em;
  padding-left:0.5em;
  float:left;
  width:480px;
  text-align:left;
}

.news{
float:left;
width:480px;}

.free{
margin-top:0.5em;
float:left;
width:480px;}

/*コンテンツ右*/
.content-r{
  margin-top:0.5em;
  float:right;
  width:290px;
}

#top{
  vertical-align:bottom;
  margin:auto;
  width:780px;
  height:18px;
  text-align:right;
  color:#CC6666;
  font-size:12px;
  background:#fff;
  vertical-align: middle;}

.access{
  margin-top:0.5em;
  float:right;
  width:290px;
}

/*サイトマップ*/
.sitmap{
margin-left:0.8em;
}

/*メイン*/
.main{
  margin-top:100px;

}

h3{
color:#990000;}

h4{
margin:0px 0px 0px 400px;
color:#FFFFFF;
font-size:10px;
}

p{
padding:2px;
margin:10px 0;
line-height:20px;
}
