@charset "UTF-8";

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

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

pageRight

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

#pageRight dd a:hover.foot{
	background: url(img/bg_sfmenu_o.jpg) no-repeat top center;/*右メニュー背景画像*/
	color: #FFFFFF;
}
#pageRight dd a:hover{
	background: url(img/bg_smenu_o.jpg) no-repeat top center;/*右メニュー背景画像*/
	color: #FFFFFF;
}


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

headLineW

-------------------------------------------------- */
.headLineW{
	border-bottom-color: #8C716E;/*見出しアンダーライン*/
}
.headLineW h2{
    float:left;
	width:520px;
	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 {
}


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


/* 090513追記 */

#newsDetail .clearfix h3{
font-weight:bold;
margin-bottom:0.6em;
}

#newsDetail .clearfix p,
#newsDetail .clearfix ul,
#newsDetail .clearfix ol{
margin-bottom:1.5em;
}

#newsDetail .clearfix ul li{
background:url(img/dot.gif) no-repeat left top;
margin-left:10px;
padding-left:20px;
}

#newsDetail .clearfix ol li{
list-style-type:decimal;
list-style-position: inside;
}


#newsDetail .clearfix p.beforelist,
#newsDetail .clearfix p.adress{
margin-bottom:0.6em;
}

#newsDetail .clearfix p.adress{
padding:10px 20px;
border: 1px solid #CEC0BF;
}
