@charset "UTF-8";
/* site */
body {
  margin: 0;
  padding: 0;
  font-family: 'MS PMincho', 'Hiragino Mincho Pro', "Lucida Grande", Tahoma, Verdana, Arial, Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  width: 100%;
  background-color: #00003E;
  box-sizing: content-box;
}
h1, h2, h3, h4, h5, p, img, ul, ol, li, dl, dt, dd{
  margin: 0;
  padding: 0;
}
img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}
ol {
  margin-left: 20px;
}
ul {
  list-style: none;
}
a {
  text-decoration: underline;
  color: #01318B;
}
a:hover {
}
.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none;
}
.clearfix {
  zoom:1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* ----------- header  ------------- */
#header {
  width: 100%;
  height: 264px;
  background: url(../assets/templates/swc/images/header_bg.png) repeat-x;
}
#header #head {
  width: 960px;
  height: 230px;
  margin: 0 auto;
  position: relative;
  background: url(../assets/templates/swc/images/logo.jpg) 0 79px no-repeat;
}
#header #head h1 {
  position: absolute;
  top: 9px;
  left: 0;
}
#header #head h1 a {
  width: 229px;
  height: 69px;
  background: url(../assets/templates/swc/images/h1.png) no-repeat;
}
#header #head ul#info {
  position: absolute;
  top: 32px;
  right: 0;
  width: 164px;
  height: 21px;
  background: url(../assets/templates/swc/images/info.png) no-repeat;
}
#header #head ul#info li,#head ul#info a {
  height: 21px;
}
#header #head ul#info li.i1 {
  float: left;
  width: 84px;
  margin-right: 17px;
}
#header #head ul#info li.i2 {
  float: left;
  width: 63px;
}
/* ----------- navi ------------- */
#header #navi {
  width: 960px;
  height: 34px;
  margin: 0 auto;
  background: url(../assets/templates/swc/images/navi.jpg) no-repeat;
}
#header #navi ul {
  width: 960px;
}
#header #navi ul li {
  float: left;
  height: 34px;
}
#header #navi ul li a {
  width: 96px;
  height: 34px;
}
#content #wrapper {
  width: 920px;
  margin: 0 auto;
  padding: 20px;
  background-color: #EFEFEF;
}
#content #wrapper {
  min-height: 460px;
}
/* ----------- side ------------- */
#content #side {
  position: absolute;
  float: left;
  width: 200px;
  margin-right: 20px;
}
#content #side ul#banner {
  margin-bottom: 15px;
}
#content #side ul#banner li {
  margin-bottom: 5px;
  width: 200px;
  height: 43px;
}
#content #side ul#banner li.i4 {
  margin-top: 20px;
  height: 195px;
}
#content #side ul#banner li.i4 p {
  padding: 10px 5px;
  border: solid 1px #CCCCCC;
  border-top: hidden;
}
#content #side ul#banner li.i5 {
  width: 180px;
  margin-top: 20px;
  padding: 5px 9px 30px 9px;
  border: solid 1px #CCCCCC;
}
#content #side ul#banner li:last-child {
  margin-bottom: 0;
}
/* ----------- breadcrumb ------------- */
#content #articles #breadcrumb {
  margin: 5px 0 3px;
  height: 30px;
  word-break:break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* ----------- articles ------------- */
#content #articles {
  position: relative;
  width: 700px;
  float: right;
  margin-bottom: 45px;
}
#content h2 {
  background: url(../assets/templates/swc/images/h2.png) no-repeat;
  height: 36px;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 0 0 26px;
  margin-bottom: 10px;
}
#content #articles h2:nth-of-type(n+2) {
	margin-top: 45px;
}
#content h3 {
  background-color: #00338F;
  height: 27px;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 0 0 16px;
  margin-bottom: 10px;
}
#content h4 {
  background: url(../assets/templates/swc/images/h4.png) no-repeat;
  height: 24px;
  color: #CC0000;
  font-size: 16px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: 5px;
}
#content #articles img.top_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#content #articles p#archives {
  position: absolute;
  top: 0.5em;
  right: 1em; 
}
#content #articles p#archives a {
  color: #FFFFFF;
}
#content #articles dl#news dt {
  background: url(../assets/templates/swc/images/arrow.png) no-repeat 5px 0.3em;
  padding-left: 15px;
  display: inline;
  line-height: 3em;
  font-weight: bold;
}
#content #articles dl#news dd {
  margin: -3em 0 5px 0;
  padding: 5px 0 10px 10em;
  border-bottom: 1px dotted #dddddd;
}
#content #articles p.sub {
 margin-bottom: 1em;
}
#content #articles p.sub2 {
 margin: 1em 0 1em 0;
}
#content #articles h1 {
 font-size: 20px;
}
#content #articles ul#gallery {
  list-style: disc;
  margin: 0 0 20px 20px;
}
#content #articles ul.gallery_img {
  margin: 20px 0 0 0;
}
#content #articles ul.gallery_img li {
  display: inline; 
  padding: 10px;
  position:relative;
  overflow: hidden;
}
#content #articles ul.gallery_img a{
  text-align: center;
  vertical-align: bottom;
}
#content #articles ul.gallery_img img {
  text-align: center;
  vertical-align: bottom;
  margin: 0 0 10px 0;
}
#content #articles ul.gallery_img img.too_big {
  width: 200px;
}
#content #articles table.gallery {
  margin-bottom: 10px;
}
#content #articles table.gallery th {
  width: 112px;
}
div.image {
  float: right;
  width: 150px;
  margin: 5px;
  padding: 5px;
}
div.image a:hover {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
div#articles .presen ul {
  list-style: disc;
  margin-left: 20px;
}
div#articles .presen li.line {
  text-decoration: line-through;
}
div#articles .presen li {
 margin-bottom: 10px;
}
div#articles .presen strong {
 color: #F00;
}
div#articles p {
  margin-bottom: 1em;
}
/* ----------- ここからfooter ------------- */
#footer{
  background: url(../assets/templates/swc/images/footer.png)top repeat-x;
  height: 100px;
}
#footer #foot{
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#footer a#totop{
  position: absolute;
  top: 15px;
  right: 10px;
}
#footer a{
  text-decoration: none;
  color: #000000;
}
#footer p#copyright{
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
}