body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}


/* 他
-----------------------------------------------------------------------------------------------------------*/
#new dl, #new dt, #new dd {
	margin: 0px;
	padding: 0px;
}
#new dt {
	font-weight: bold;
	margin-top: 10px;
}
#new dd {
	border-bottom: 1px solid #999;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_sbg.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.green{
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_bg_green.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.orange{
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_bg_orange.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.blue{
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_bg_blue.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.purple{
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_bg_purple.gif) no-repeat left center;
	padding-left: 1.5em;
}
h2.natural{
	font-size: 1.2em;
	color: #000000;
	background: #ff8faf url(../images/title_bg_natural.gif) no-repeat left center;
	padding-left: 1.5em;
}
.ui-footer {
	text-align: center;
}
.ui-footer a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
.ui-header h1 {
	margin-left:0 !important;
	margin-right:0 !important;
}
.bg {
	background: url(../images/bg.gif) repeat-x center center;
	color:#000000;
}
.bg_green {
	background: url(../images/bg_green.gif) repeat-x center center;
	color:#000000;
}
.bg_orange {
	background: url(../images/bg_orange.gif) repeat-x center center;
	color:#000000;
}
.bg_blue {
	background: url(../images/bg_blue.gif) repeat-x center center;
	color:#000000;
}
.bg_purple {
	background: url(../images/bg_purple.gif) repeat-x center center;
	color:#000000;
}
.bg_natural {
	background: url(../images/bg_natural.gif) repeat-x center center;
	color:#000000;
}
.bg1 {
	background: url(../images/bg.jpg) repeat-x;
	color:#ffffff;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
.newa {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行と下のheightの行を削除する。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 5px;
	color:#000;
	background: 			#ffffff;
	margin-top:-5px;
}
.newdl {
	clear: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;	/*各記事ごとの下線の幅、線種、色*/
	overflow: hidden;
}
.newdt {
	font-weight: bold;	/*日付を太字にする設定*/
	float: left;
}
.newdd {
	float: left;
	margin-left:5px;
	line-height: 200%;

}
#main .newa dd img {
	vertical-align: middle;
}

