*{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  font-size: 80%;
}
img{
  border: 0;
}
/************ レイアウト定義 ************/

/*** 外ボックス ***/

div#wrapper{
  margin: 0 auto;
  padding: 0;
  width: 803px;
  background: #FFF;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
}
/*** ヘッダー ***/

div#header{
  padding: 1px;
  background : url(images/header_back.jpg) repeat-x;
  border-bottom: 1px solid #999;
}
/*** メインボックス ***/

div#main{
  margin: 0;
  background: #FFF;
}
/*** メニュー ***/

div#menu{
  margin: 20px 0px 0px 7px;
  float: left;
  width: 185px;
  background:	transparent;
  border: 1px solid #999;
}
/*** ニュース ***/

div#news{
  margin:10px 10px 25px 0;
  padding:5px 10px;
  border:1px solid #999;
  background: #FFF;
}
/*** コンテンツ ***/

div#contents{
  margin: 10px 10px 20px 0;
  float:right;
  width: 525px;
  background: transparent;
}
/*** フッター ***/

div#footer{
  margin: 0;
  padding: 6px 5px 1px 5px;
  width: 750px;
  background : url(images/footer_back.jpg) repeat-x;
  color: #222;
  border-top: 1px solid #999;
}
/*** COPYRIGHT ***/

div#copyright{
  float:left;
}
/*** decoウェブバナー ***/

div#deco_banner{
  float:right;
}
/*** clearfix ***/

.clearfix:after{
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
/*\*/
* html .clearfix {
  height: 1em;
}
/************ ここからスタイル定義 ************/

/*** ヘッダー内リンク ***/

#header a, #header a:hover{
  color: #222;
  text-decoration: none;
}
/*** ニュースのタイトル ***/

#news div{
  margin-bottom: 8px;
  font-weight: bold;
  color: #222;
  border-bottom: 2px dotted #999999;
}
/*** メニュー上タイトル ***/

#menu div{
  background : url(images/side_menu_back.jpg) repeat-x;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
/*** メニューリスト ***/

#menu ul{
  list-style: none;
}
#menu li{
  margin: 5px 0;
}
#menu li a{
  display: block;
  padding: 5px 5px 5px 20px;
  width: 155px;
  font-weight: bold;
  text-decoration: none;
  background : #ffffff url(images/menu_arrow.gif) no-repeat left top;
  color: #222;
}
#menu li a:hover{
  background : #ffffff url(images/menu_arrow_ov.gif) no-repeat left top;
  text-decoration: none;
  color: #222;
}
/*** コンテンツ内p定義 ***/

#contents p{
  margin: 15px 0px;
  line-height: 1.5;
}
/*** コンテンツ内画像位置 ***/

#contents img{
  margin: 5px;
}
/*** コンテンツ内リスト定義 ***/

#contents ul, #contents ol{
  padding-left: 25px;
}
/*** 見出しの定義 ***/

/*** h1 ---- ヘッダー内サイトタイトル ***/

h1{
  font-size: 1.3em;
  color: #FFF;
  margin: 5px;
}
/*** h2 ---- コンテンツの見出し ***/

#contents h2{
  margin: 20px 10px 20px 0px;
  padding: 3px 0px 5px 10px;
  font-size: 1em;
  background : url(images/h2_mark.jpg) repeat-x;
  border-bottom: 1px solid #999;
}