@charset "Shift_JIS";

/*------------------------------------------
スタイル初期化
--------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
vertical-align:baseline;
}

table{
border-collapse:separate;
border-spacing:0;
font-size: inherit;
font-size: 100%;
}

caption, th, td{
text-align:left; font-weight:400;
}

blockquote:before, blockquote:after, q:before, q:after{
content:”";
}

blockquote, q{
quotes:”" “”;
}

a img{
border: none;
}

ul {
list-style-type: none;

}

/* 全体構造
---------------------------------------------------- */
body {
  text-align: center;
  color: #333;
  background: #D6EEF2;
  font-size: 13px;
  *font-size: 85%;
  *font:80%;
  /* フォントサイズはIE対策としてアスタリスクハックを使用 */
  line-height: 1.7;
  /* 基本の行間 */
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Geneva, Arial, Verdana, sans-serif;
}

p {
  margin-bottom: 25px;
}

#container {
  text-align: left;
  margin: 0 auto;
  width: 800px;
  background: url("images/backimage.gif") repeat-y top left ;
}

#main {
  padding: 0 80px;	
}

/* リンク
---------------------------------------------------- */
a {
  text-decoration:underline;
}
a:link {
  color: #666;
}
a:visited {
  color: #666;
}
a:hover, a:active {
  color: #999;
}

/*margin
----------------------------------------------------*/
.margin5 {margin: 5px;}
.margin10 {margin: 10px;}
.margin20 {margin: 20px;}
.paragraph {
	margin-left: 10px;
	margin-bottom:10px;
}


/*ヘッダー
----------------------------------------------------*/

#ttelogo {
  padding-top: 10px;
  padding-right: 50px;
}

#header {
  padding-top: 20px;
}

#titleimg {
  float:left;
  margin-top: 5px;
  padding-left: 45px;
  padding-right: 100px;
  margin-bottom: 31px;
  height: 100px;
}

#gnavi {
}

/*本文
----------------------------------------------------*/

#contents {
   padding-bottom: 20px;
}

.contents_description {
	padding: 0 35px 30px;
}

#pubdata {
	margin: 20px 50px 60px ;
	font-size: 85%;
}

/*推薦文
----------------------------------------------------*/

.message_frame {
	width: 464px;
	height: 278px;
	background: url("images/09/message_frame.gif") no-repeat;
}

.message_frame .text{
	padding: 50px 60px 50px 50px;
	  font-size: 14px;
}


/*NEWS囲み
----------------------------------------------------*/

#contents .news_frame_top {
  background: url("images/09/news_frame_top.gif") left top no-repeat;
  width:530px;
}

#contents .news_frame_middle {
  background: url("images/09/news_frame_middle.gif") left top repeat-y ;
  margin: 0;
  padding: 30px ;
  width:530px;
}

#contents .news_frame_bottom {
  background: url("images/09/news_frame_bottom.gif") left top no-repeat ;
  margin-bottom: 50px;
  width:530px;
}

#contents .date {
  color: #999;
  padding-bottom: 15px;
}

#contents .news_text {
  margin: 30px;
  width: 400px;
}

/*フッター
----------------------------------------------------*/

#footer table {
  margin: 5px auto 0;
  text-align: center;

}

#footer td {
  font-size: 11px;
  margin: 0 auto;
  text-align:center;
  }

#footer {
  padding-top: 30px;
  padding-bottom: 20px;
}