@charset "shift_jis";

/*コンテンツ*/

#main-left       {
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 495px;
	text-align: center;
	margin-top: 10px;
}
#main-left-inner       {
	text-align: center;
	margin-right: auto;
	margin-left: 10px;
	width: auto;
}
#main-right       {
	margin-right: auto;
	margin-left: auto;
	float: right;
	width: 345px;
	margin-top: 10px;
}
#main-right-inner       {
	text-align: center;
	margin-right: auto;
	margin-right: 10px;
	width: auto;
}


/*私たちの思い*/

#info-box {
	background-image: url(../top-images/info-base.gif);
	background-repeat: no-repeat;
	height: 238px;
	width: 485px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#info-box p {
	width: 90%;
	line-height: 175%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	font-size: 90%;
}

/*ニュース*/

#news-box {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-bottom: 15px;
}

#news-box p {
	line-height: 180%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#news-box dl {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a61919;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#news-box dt {
	font-weight: bold;
	text-align:  left;
	display:     block;
	width:       30%;
	float:       left;
	clear:       none;
	line-height: 180%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5;
	color: #a55d00;
	font-size: 12px;
	white-space: nowrap;
}

#news-box dd {
	text-align: left;
	display:    block;
	width:      70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	line-height: 140%;
	font-size: 12px;
	padding: 0;
}


/*イベント*/

#event-box {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-bottom: 15px;
}

#event-box p {
	line-height: 180%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#event-box dl {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a61919;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#event-box dt {
	font-weight: bold;
	text-align:  left;
	display:     block;
	width:       30%;
	float:       left;
	clear:       none;
	line-height: 180%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5;
	color: #a55d00;
	font-size: 12px;
	white-space: nowrap;
}

#event-box dd {
	text-align: left;
	display:    block;
	width:      70%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	line-height: 140%;
	font-size: 12px;
	padding: 0;
}


/*タイトル*/

.info-title {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
