@charset "utf-8";

@import url("base.css");



h1.headlineBlue{
    margin-bottom:15px;}
h2.headlineBlue{
    margin-bottom:15px;}
h3.headlineGlay{
    margin-bottom:15px;}

/* --------------------------------------------------

newsindex

-------------------------------------------------- */


#news{
	padding-bottom: 15px;
}

/*
#news ul img{
	border: 5px solid #E0E0E0;
	float: left;
	margin-right: 10px;
}*/
#news ul img.pdf{
	vertical-align:middle;
	margin-left: 10px;
}

#news li{
	clear:both;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}
#news ul{
	clear:both;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
}
#news div{
	list-style-type: none;
	background-image: url(../img/blue_yajirusi.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 30px;
}
/* --------------------------------------------------

newsDetail

-------------------------------------------------- */

#newsDetail {
}


.date{
	font-weight: bold;
}

#newsDetail div{
	clear: both;
	margin-bottom: 15px;
}


.imgRight{
	float: right;
	border: 1px solid #E0E0E0;
	padding: 0px;
	margin-left: 20px;
	clear: both;
	margin-bottom: 5px;
}
.imgLeft{
	float: left;
	border: 1px solid #E0E0E0;
	margin-right: 20px;
	clear: both;
	margin-bottom: 5px;
}

.imgRight,imgLeft {
}
a#goback{
	clear: both;
	float: right;
}




