


/*トップページ*/


#news{
font-size:95%;
}

#news h2{
	text-indent:-9999;
	background-image:url(../img/news/title_news.gif);
	height: 35px;
	width: 324px;
}

.box{
font-size: 95%;
margin: 10px 20px 0;
border-bottom: 1px dotted #666666;
height: 65px;
}

#news h3 {
	background-color:#F3F3EB;
	padding:5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
}

.box p a{
padding-top:20px;
color:#0066CC;
text-decoration:underline;
}

.box p a:hover{
color:#3399CC;
text-decoration:none;
}

.box img{
float:right;
margin-right:10px;
}

.box .title{
background-image:url(../img/news/arrow.gif);
background-repeat:no-repeat;
padding-left:15px;
}

.box .date{
font-size:85%;
color:#999999;
margin-top:-15px;
margin-left:15px;
margin-bottom:5px;
}


/*詳細ページ*/

.detail{
	font-size: 120%;
	margin: 30px 30px 0;
	padding-left: 50px;
	border-bottom: 3px dotted #CC0000;
	background-image: url(../img/news/midashi.gif);
	background-repeat: no-repeat;
}


.honbun{
	font-size: 90%;
	line-height: 180%;
	margin: 10px 20px;
}

.honbun p{
	clear: both;
}

.honbun p img{
	margin: 0 1em 1em;
}

.first{
float:left;
margin-right:15px;
}


.second{
float:right;
margin-left:15px;
}

.third{
text-align:center;
}

.etc{
	padding-top: 0.5em;
	border-top: 1px solid #999999;
	clear: both;
}

.file, .link{
font-size:85%;
	margin-left:20px;
		background-repeat:no-repeat;
}

.file a, .link a{
color:#0066CC;
text-decoration:underline;
}

.file{
margin-right: 30px;
padding-left: 15px;
float: right;
clear: both;
height: 21px;
background-image: url(../img/news/file.gif);
}

.link{
	background-image:url(../img/news/link.gif);
	padding-left:20px;
}