@charset "utf-8";
/* CSS Document */


/*------------------------
TOPICS
------------------------*/

iframe{ margin:0; padding:0;}

/*------------------------

常にインクルードするCSS

------------------------*/

@import "reset.css";

@import "inner.css";




body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font:13px/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	*font-size:small; /* IE 7 */
	*font:x-small; /* IE 6以下 */
	}
	
html{ overflow-x:hidden;}



/*------------------------

リンク

------------------------*/

a:link {

	color:#170060;
 text-decoration: underline;

	}



a:visited {

	color:#170060;
  text-decoration: underline;

	}



a:hover {

	color:#170060;
  text-decoration: none;

	}



a:active {

	color:#170060;
  text-decoration: underline;

	}
	
	
:root #news table {
	width:300px;
	height:290px;
	margin:10px auto;
	padding:0px;
	border:none;
	}

#news table {
	width:300px;
	height:310px;
	margin:5px auto;
	padding:0px;
	border:none;
	}

:root #news table td {
  padding:3px;
	font-size:92%;
	}

#news table td {
  padding:2px;
	font-size:92%;
	}

#news table td.date {
	background: url(../img/arrow.jpg) no-repeat 5px 5px;
	text-indent:25px;
	white-space:nowrap;
	vertical-align:text-top;
	}

#news table td.comment {
	border-bottom: 1px dotted #999999;
	}