@charset "Shift_JIS"; 		/* 文字コードセット */
/*Hides from IE5-mac \*/
* html セレクタ{height:1%;}
/* End hide from IE5-mac*/


/* 各ブラウザの初期化 
----------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
* { margin: 0px;padding: 0px;}
img{border:0px;vertical-align: bottom;}
h1{display:none;}
h2, h3, h4, h5, h6 {font-weight: normal;font-style: normal;}
li {list-style:none;}
input, textarea{font-size:1em;}


/* 行揃えの位置
---------------------------------------------------- */
.center {text-align:center;/* 中央揃え */}
.left { text-align:left;/* 左揃え */}
.right {text-align:right;/* 右揃え */}
.justify{text-align:justify;/* 両端揃え(IE5.0以降) */}

.block {display: block; }
.inline{display: inline; }
.hide{display: none; }
hr{display:none;}


/* フロート(回り込み)
---------------------------------------------------- */
.float-left { float: left;}
.float-right { float: right;}

/* フロートの解除
---------------------------------------------------- */
.clear { clear: both;}

/* 全体構造
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html {overflow-x: hidden;} 

body {
  background:white;
  color: #545454; /* 基本文字色 */
  text-align:center; /* IE5.5以前用中央揃え */
  font-size: 14px; /* 基本のフォントサイズ */
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
  line-height: 145%; /* 基本の行間 */
  margin:0px 0px 0px 0px;
}

.news{width:480px;height:39px;padding-bottom:3px;border-bottom: 1px solid  #ccc;clear: both;}
.newstitle{width: 255px;height:36px;background: url(../image/contetsutitle/top/news.gif) no-repeat left top; float:left;text-indent:-9999px;}
.fontsize{width: 225px;height:22px; margin-top:7px;padding-right:0px; float:right;}
div#newsitiran a {width:90px;height:16px;background: url(../image/common/itiran.gif) no-repeat left top; margin:10px 0px 10px 0px; text-indent:-9999px;display: block;float:right;}/*news一覧*/
* html div#newsitiran a { margin-right:15px;}
div#newsitiran a:hover{background: url(../image/common/itiran_over.gif) no-repeat left top;}
.newstxtarea{width: 470px;color:#666;line-height:120%;background: url(../image/common/news_bg.gif) no-repeat left bottom;margin-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px;float:left;}
* html .newstxtarea{width: 460px;color:#666;line-height:120%;background: url(../image/common/news_bg.gif) no-repeat left bottom;margin-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px;float:left;}
.newstxt-left{width:60px;white-space: nowrap; text-align:left; float:left;}
.newstxt-right{width:400px;padding-left:10px;text-align:left; float:left;}
