@charset "UTF-8";

@import "../css/import.css";

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

pageRight

-------------------------------------------------- */
#pageRight dd a{
	background-image: url(img/bg_smenu.jpg);/*右メニュー背景画像*/
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#pageRight dd a:hover{
	background-image: url(img/bg_smenu_o.jpg);/*右メニュー背景画像*/
	color:#FFFFFF;
	font-weight:bold;}
	
#pageRight dd a.foot{
	background: url(img/bg_sfmenu.jpg) no-repeat top center;/*右メニュー背景画像*/

}

#pageRight dd a:hover.foot{
	background-image: url(img/bg_sfmenu_o.jpg);/*右メニュー背景画像*/
	color:#FFFFFF;
	font-weight:bold;
}
/* --------------------------------------------------

headLineW

-------------------------------------------------- */
.headLineW{
	border-bottom-color: #EEBE4D;/*見出しアンダーライン*/
}
.headLineW h2{
    float:left;
	width:420px;
	background-image: url(img/circle.gif);/*見出し丸*/
}

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

paging

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

.paging {
	text-align:right;
	margin-bottom: 15px;
	padding: 1px;
	clear: both;
}

.paging a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEBE4D;
	text-decoration: none; /* no underline */
	color: #EEBE4D;
}

.paging a:hover,
.paging a:active {
	border: 1px solid #EEBE4D;
	color: #EEBE4D;
	text-decoration: none;
}
.paging .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEBE4D;
	font-weight: bold;
	background-color: #EEBE4D;
	color: #FFF;
}

.paging a.disabled,
.paging a.next
{	border: 1px solid #FFFFFF;
	color: #EEBE4D;
	text-decoration: none;}
.paging a:hover.disabled,
.paging a:hover.next
{	border: 1px solid #FFFFFF;
	color: #EEBE4D;
	text-decoration: none;}
	
	
/* --------------------------------------------------

newsindex

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


#news{
	padding-bottom: 15px;
}


#news ul img.pdf{
	vertical-align:middle;
	margin-left: 10px;
}

#news li{
	clear:both;
/*	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
}
#news li.gray{
	background-color: #F5F5F5;
}
#news ul{
	clear:both;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
}
#news div{
	list-style-type: none;
	background-image: url(img/circle.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	padding-left: 35px;
}
/* --------------------------------------------------

newsDetail

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

#newsDetail {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.date{
	font-weight: normal;
}

#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;
}

#btnField img{
   margin-right:10px;
   margin-top:10px;
   margin-bottom:10px;}


