@charset "utf-8";
/* index.html用 */
.main #mainContent-index {
	width:780px;
	float:left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
.main #mainContent-index h2 {
	font-size:16px;
	display:block;
	background-color:#00350B;/* 見出し1背景色 */
	text-align:center;
	line-height:25px;
	color: #FF6600;
	margin:10px 15px;
	background-image: url(images/h2-indexback.gif);
	height: 30px;
}
.main #mainContent-index p {
	margin:10px 15px;
	text-align: left;
}

#index-left{
	float:left;
	width: 350px;
	margin: 10px 0 0 0;
}
#index-right{
	float:left;
	width: 348px;
	border-left: #CCCCCC dotted 2px;
	padding: 10px;
	margin: 10px 0;
}
h3#info{
	margin-bottom:0px;
	background-color: #00350B;
	border: none;
	margin: 0;
	width: auto;
	color: #990000;
}
#feed{
	text-align:left;
	height:150px;
	border:1px solid #B9A98B;
	overflow: auto;
	background-color:#FFFFFF;
	width: 346px;
}
#feed ul{
	margin:0;
	padding:5px;
	list-style-type:none;
}
#feed li{
	margin:0;
	padding:5px 0;
	list-style-type:none;
	border-bottom:1px dotted #666666;
}
#feed dl{
	margin:0;
}
#feed dt{
	margin:0;
	display: inline;
	float: left;
	padding-right: 5px;
	border-right: 1px solid #CCCCCC;
	font-weight: bold;
	color: #003366;
}
#feed dd{
	margin:0;
	margin-left: 85px;
}
#feed a:link{
	color:#CC0033;
	text-decoration:underline;
}
#feed a:visited{
	color:#CC3333;
	text-decoration:underline;
}
#feed a:hover{
	color:#CC0033;
	text-decoration:none;
}
#feed a:active{
	color:#FFCC33;
	text-decoration:none;
}
#feed p{
	margin:10px;
}
