﻿@charset "utf-8";
/* CSS Document */

/*-----トップニュース部分-----*/
#container #news{
	margin:0px 20px 15px 20px;
	padding:0px 15px 10px 50px;
	background: #F9F4EA;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	height:auto;
	position:relative;
}
#container #news {
    overflow: hidden;
}

#container #news:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container #news {
    height: 1em;
    overflow: visible;
}
/**/
#container #news ul{
	float:left;
}

*html #container #news{
/*-----トップニュース部分（IE6制御）-----*/
	margin:0px 20px 15px 11px;
}
*html #container #news{
	padding:0px 0px 10px 50px;
}

#container a.mailmag{
	margin:0px 0 0px 20px;

}
*html #container a.mailmag{
	margin:0px 0 -5px 11px;

}
#container #news #ads{
	display:block;
	width:188px;
	float:right;
	margin-right:10px;
	z-index:0;
	position:absolute;
	top:0px;
	right:0px;
}
#main .banner{
	display:block;
	text-align:center;	
	margin:15px auto;
}
*html #ads img{
	width: auto;
}
#ads img.mb{
	margin-bottom:19px;

}
#ads img.mb{
	margin-bottom:16px;

}
#container h3{
	margin:20px 20px 0px 10px;
	height:25px;
	background: url(../images/midashi_newsback.gif) no-repeat right bottom;
}
*html #container h3{
	margin:20px 20px 0px 1px;
}
#container #news ul{
	margin:0 10px 0px -4px;
}
#container #news ul li{
	background: url(../images/list_arrow_orange.gif) no-repeat left center;
	padding: 1px 1px 1px 20px;
	list-style: none;
}
#container #news ul li a{
	color:#333;
	text-decoration:none;
}
#container #news ul li a:hover{
	color:#f49d11;
	text-decoration:none;
}

/**/
#container #contentlist{
	clear:both;
	margin:-5px 0 0 0;
}
*html #container #contentlist{
	margin:-3px 0 0 0px;

}
#container #contentlist table{
	border-collapse:separate;
	border-spacing:15px;
	margin:0px 0 0px 5px;
}
*html #container #contentlist table{
	border-collapse:separate;
	margin:0px 0 0px -4px;
	border-spacing:0;
}
#container #contentlist table tr{
}
#container #contentlist table tr td{
	width:198px;
	height:150px;
	min-height:150px;
	max-height:200px;
	padding:0px;
	border:1px solid #333;
	vertical-align:top;
}
*html #container #contentlist table tr td{
	width:195px;
	height:150px;
	min-height:150px;
	max-height:200px;
	padding:0px;
	border:1px solid #333;
	vertical-align:top;
}
#container #contentlist table tr td p{
	margin:0 10px 10px 10px;
	display: block;
	text-align:right;
	position: relative;

}
#container #contentlist table tr td.thickgreen{
	color: #113508;
	background: #EDFCEB;
}
#container #contentlist table tr td.lightgreen{
	color: #424C02;
	background: #F1F9D2;
}
#container #contentlist table tr td.thickgreen h4{
	background: #7FDD6C;
	text-align: right;
	padding: 5px;
	height: 15px;
	width:188px;
	display:block;
	border-bottom:1px solid #333;
	margin:0;
}
*html #container #contentlist table tr td.thickgreen h4{
	width:188px;
} 

#container #contentlist table tr td.thickgreen h4 a{
	text-decoration:none;
	color: #424C02;
}
#container #contentlist table tr td.thickgreen h4 a:hover{
	text-decoration:none;
	color: #EDFCEB;
}
#container #contentlist table tr td.thickgreen p,
#container #contentlist table tr td.thickgreen p{
	display:block;
}
#container #contentlist table tr td.thickgreen ul,
#container #contentlist table tr td.lightgreen ul{
	margin:10px 10px 5px 25px;
}
#container #contentlist table tr td.thickgreen ul li a,
#container #contentlist table tr td.thickgreen p a{
	text-decoration:none;
	color: #154C0A;
}
#container #contentlist table tr td.thickgreen ul li a:hover,
#container #contentlist table tr td.thickgreen p a:hover{
	text-decoration:none;
	color: #7FDD6C;
}
#container #contentlist table tr td.lightgreen h4{
	color: #424C02;
	background: #C7ED51;
	text-align: right;
	padding: 5px;
	height: 15px;
	width:188px;
	display:block;
	border-bottom:1px solid #333;
	margin:0;
}
*html #container #contentlist table tr td.lightgreen h4{
	width:187px;
} 

#container #contentlist table tr td.lightgreen h4 a{
	color: #424C02;
	text-decoration:none;
}
#container #contentlist table tr td.lightgreen h4 a:hover{
	color: #9ECC15;
	text-decoration:none;
}
#container #contentlist table tr td.lightgreen ul li a,
#container #contentlist table tr td.lightgreen p a{
	text-decoration:none;
	color: #424C02;
}
#container #contentlist table tr td.lightgreen ul li a:hover,
#container #contentlist table tr td.lightgreen p a:hover{
	text-decoration:none;
	color: #9ECC15;
}
#container #contentlist table tr td ul.children{
	display:none;
}  
