
/* ホームページ トップ画像用 */
div#top-image {
	position: relative;
	top: 2px;
	left: 0;
	clear: both;
}

/* コンテンツ用 */
div#main h1#hp-copy {
	background: url(../images/hp_copy.gif) no-repeat;
	text-indent: -9999em;
	width: 530px;
	height: 42px;
	margin: 7px 0 0 0;
}

div#main div.hp-copy-dsc {
	font-size: 120%;
	line-height: 150%;
	margin:10px 0 30px 0;
}

div#main p.hp-copy-dsc-last {
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 1em;
}

div#main div.main-box {
	border: 1px solid #003399;
	padding: 5px;
	margin-bottom: 1em;
}

div#main h2.top-main-header {
	color:  #165FAD;
	background: url(../images/top_cap_pin_blue.gif) no-repeat #E6F0F9;
	padding-left: 40px;
	margin-top: 3px;
	padding-top: 3px;
	line-height: 28px;
	letter-spacing: 2px;
	text-transform:uppercase;
	font-size: 140%; 
	height: 33px; 
}

div#main h2 span.top-main-sub {
	font-size: 80%;
	letter-spacing: 0;
	font-weight: normal;
	color: #333333;
}

/* RSS用 */
ul.rss-list {
	list-style: none; 
}

li.rss-li { 
	border-bottom:1px dotted #999999;
	padding-left: 1em;
	line-height: 2em;
}

p.rss-link {
	text-align: right;
	padding: 7px 7px 3px 0;
}