@charset "UTF-8";

/* ******************************************
 コンテンツ大枠　定義
****************************************** */

.information {
	width: 803px;
	margin-top: 30px;
	padding-bottom: 12px;
	color: #565656;
}


/* ******************************************
 ラップ
****************************************** */

.wrapper {
	width: 753px;
	margin: 0px auto;
}


/* ******************************************
 コンテンツ　定義
****************************************** */

/*□□ メインタイトル □□*/
.main-title {
	margin-bottom: 25px;
}


/*□□ ブロック大枠 □□*/
.information-wrap {
	width: 703px;
	margin: 0px auto;
}

.information-wrap div.info {
	width: 703px;
	margin-bottom: 9px;
	padding-bottom: 10px;
	background: url(../images/bg_002.gif) bottom repeat-x;
}

.information-wrap li.date {
	float: left;
	width: 115px;
	color: #363636;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	text-indent: 5px;
}

.information-wrap li.text {
	float: left;
	width: 575px;
	font-size: 80%;
}

.information-wrap li.text p.text-Lt {
	float: left;
	width: 90px;
	text-indent: 12px;
	background: url(../images/bg_001.gif) left no-repeat;
	line-height: 1.2em;
}

.information-wrap li.text p.text-Rt {
	float: right;
	width: 485px;
	line-height: 1.2em;
}


.information-wrap li.text span.event {
	color: #FF3333;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}

.information-wrap li.text span.info {
	color: #6633CC;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}

.information-wrap li.text span.column {
	color: #993300;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: 0.06em;
	margin-right: 1px;
}
*html .information-wrap li.text span.column {
	letter-spacing: 0em;
	margin-right: 2px;
}
*+html .information-wrap li.text span.column {
	letter-spacing: 0em;
	margin-right: 2px;
}

.information-wrap li.text span.news {
	color: #339966;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	letter-spacing: -0.2em;
	margin-right: 5px;
}















