@charset "UTF-8";
/* TOP CSS */

body {
background: url(../img/bg.jpg) top right no-repeat;
background-size: 40% auto;
}

/* =========
:: #container
========= */
#container {
margin-top: 7%;
}

/* =========
:: #conts
========= */
#conts  {
background: #fff;
line-height: 1.7;
}
#conts dl {
line-height: 1.7;
}
#conts dt{
margin: 30px 0 0 0;
font-weight: bold;
font-size: 22px;
}
#conts dt span{
font-size: 14px;
font-weight:normal;
color: #0D74A8;
}
#conts dt span.eventNews{
font-family: serif;	
font-size: 16px;
padding: 2px;
background:  #f90;
color: #fff;
}
#conts dt span.houkokuNews{
font-family: serif;	
font-size: 16px;
padding: 2px;
background: #669933;
color: #fff;
}
#conts dd{ 
margin: 15px 0 0 0;
border-bottom: 1px dashed #ccc;
padding: 0 0 5px 0;
}
#conts dd p{ 
margin: 15px 0 0 0;
}

#conts .oldNews {
margin: 100px 0 0 0;	
}
#conts .oldNews dt{
margin: 30px 0 0 0;
font-weight: bold;
font-size: 16px;
background: #eee;
padding: 3px;
}
#conts .oldNews dd p{ 
font-size: 14px;
}
#conts figure.newsImg {
width: 	400px;
text-align:right;
}
#conts figure.newsImg img{
width: 	100%;
}
#conts figure.newsImg figcaption{
font-size: 12px; 
margin: 0;
padding: 0;
}