<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------- content2(メインコンテンツ全体) ----------*/
#main {
	height:1600px;/*(←ベース値900px,コンテンツに合わせて変更する)*/

}

/*---------- left(左サイド) ----------*/
#left {
	height:1600px;/*(←ベース値900px,コンテンツに合わせて変更する)*/
}

/*---------- right(右主要コンテンツ) ----------*/
#right {
	height:1581px;/*(←ベース値881px,コンテンツに合わせて変更する)*/
}


#page {
	clear:both;
    width:630px;
	text-align:center;
	margin:30px 0 30px 0;
	font-size:14px;
}
#news-title {
	width:610px;
	height:29px;
	background:#CCC url(../images/h3-title-bg.gif);
	font-size:15px;
	color:#333;
	margin:0 0 15px 0;
	padding:3px 0 0 20px;
}
#news1 {
    width:630px;
	min-height:250px;
	margin:20px 0 0 0;
}
#news1 img {
    margin:0 20px 20px 10px;
	float:left;
}
#news1 p {
    padding-right:15px;
}
#news1 .clear {
    padding-right:15px;
	clear:both;
}
#news2 {
    width:630px;
	height:800px;
	margin:20px 0 0 0;
	clear:both;
}
#news2 img {
    margin:0 20px 0 0;
	float:right;
}
#news3 {
    clear:both;
    width:630px;
	margin:50px 0 0 0;
}
#news3 h4 {
    text-align:center;
	margin:0 0 0 0px;
}
#news3 img  {
    border-style:none;
	padding-bottom:40px;
}
</pre></body></html>