﻿body {
  width:820px;}

/*ヘッダーコンテンツ */
.header {
  width:100%;}
  
/*レフトコンテンツ */
.left {
	width:150px;}


.left a {
  * html width:100%;
  
  }

.left a:hover {}

/*センターコンテンツ */

.content {
  width:650px;}
  
  
/*ライトコンテンツ */

.right {
	width:10px;}

/*フッター */

.footer {
  width:98.5%;}  

/*コンテンツサイズ*/
.pg_wrap{width:820px;}

.clear{clear:both;}

/*更新情報*/
.news{
	border:1px #888 solid;
	height:100px;
	overflow:auto;
	padding:10px;
}

.news .wrap {
border-bottom:1px solid #ccc;
margin:0 0 10px;
padding:0 0 10px;
}

.news .wrap p{margin:0;padding:0;}
