@charset "euc-jp";

/*------------------------------
サイト名: www.kyutetsu.com
更新日: 2009/12/17
製作者: ishimaru iDC Y.Tanaka
------------------------------*/

/*----------------------------------------------------------------------*/
/*                        index.html                                    */
/*----------------------------------------------------------------------*/

/* 新着リスト
------------------------------*/
#news {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 80%;
}
#news li {
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}


/*----------------------------------------------------------------------*/
/*                         news.php                                     */
/*----------------------------------------------------------------------*/

/* 記事のbox左
------------------------------*/
#newsLeft {
	background: url(../news_parts/news_white_left_02.jpg) repeat-y;
}

/* 記事のbox右
------------------------------*/
#newsRight {
	background: url(../news_parts/news_white_right_02.jpg) repeat-y;
}

/* 記事のbox
------------------------------*/
.newsBox {
	margin-bottom: 2.5em;
}

/* タイトル
------------------------------*/
.newsTitle {
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
}

/* 日付
------------------------------*/
.newsDate {
	text-align: right;
}

/* 本文
------------------------------*/
.newsText {
}

/* 添付ファイル
------------------------------*/
.newsFile {
	margin-top: 0.5em;
}
.newsFile img {
	margin-right: 5px;
	border: none;
	vertical-align: text-bottom;
}

/* 画像
------------------------------*/
.newsPhoto {
	margin-top: 0.5em;
}
.newsPhoto img {
	border: 1px solid #5580FF;
}

/* 次へ前へボタン
------------------------------*/
#newsBtn {
	margin: 0;
	padding: 0;
}
#newsBtn li {
	list-style: none;
	list-style-position: inside;
	margin: 0;
}
#newsBtn .beforeBtn {
	float: left;
}
#newsBtn .nextBtn {
	float: right;
}


/*----------------------------------------------------------------------*/
/*                         clearfix                                     */
/*----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

