@charset "utf-8";
/* CSS Document */


body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}

img{
  border: 0px;
  xvertical-align: bottom;
}

div:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
} 

div:after {
  zoom: 100%;
}

a:link{
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #0294cc;
	text-decoration: underline; 
}

.box a:link{
	color: #0074a1;
	text-decoration: underline;
}
.box a:visited{
	color: #0074a1;
	text-decoration: underline;
}
.box a:hover{
	color: #0294cc;
	text-decoration: none; 
}

.sp20{
	margin-bottom: 20px;
}

/* 段組 */

body{
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: small;
  color: #333333;
  line-height: 1.3;
  background-position: top;
  background-image: url(../images/bg_line.jpg);
  background-repeat: repeat-x;
  background-color: #b9e0f7;
}


#wrapper_box{
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;

}

#wrapper_boxbottom{
  width: 100%;
  height: 100%;
  background-image: url(../images/footer_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}


#wrapper{
  width: 900px;
  margin: auto;
  background-image: url(../images/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;

}

#wrapper_bottom{
  width: 900px;
  margin: auto;
  background-image: url(../images/footer_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;

}

#header{
  width: 900px;
  height: 112px;
}

#contents{
  width: 900px;
}

#mainbody{
  padding: 0px 55px;
  width: 790px;
  background-image: url(../images/bg_main.gif);
  background-repeat: repeat-y;
}

#pagetop{
  clear: both;
  width: 900px;
  height: 58px;
  background-image: url(../images/bg_bodybottom.gif);
  background-repeat: no-repeat;
}

#pagetop p{
  text-align: right;
  padding-right: 25px;
}

#footer{
  clear: both;
  width: 900px;
  height: 115px;
  margin-top: 110px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
}

address{
  clear: both;
  width: 900px;
  text-align: right;
  padding-top: 13px;

}

/* パンクズリスト */

.title{
  width: 900px;
  height: 45px;
}

.title ul{
  padding: 0px;
  margin: 0px;
}

.title li{
  padding: 0px;
  margin:0px;
  list-style-type: none;
  float: left;
}

.title li img{
  vertical-align: bottom;
}

/* トップページ */

.news{
  float: left;
  padding: 24px 20px 0px 0px;
}

.news_txt{
  float: left;
  padding: 27px 10px 15px 0px;
  height: 28px;
  overflow: hidden;
  width: 386px;
  display: table-cell;
  vertical-align: middle;
}

.news_txt ul{
  padding: 0px;
  margin: 0px;
}

.news_txt li{
  list-style: none;
  padding: 0px 0px 0px 15px;
  background-image: url(../images/arrow.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.btn{
  float: left;
  padding: 9px 10px 11px 23px;
  width: 351px;
  height: 53px;
}

.btn ul{
  padding: 0px;
  margin: 0px;
}

.btn li{
  list-style-type: none;
  float: left;
}

.btn li.cam1{
  padding-right: 44px; 
}

.btn li.cam2{
  padding-right: 25px; 
}

/* テキスト */

h1{
  float: left;
}

h2{
  float: right;
  padding-right: 10px;
}

h3{
  padding-bottom: 20px;
}

/* 日付 */

.date{
  width: 900px;
  height: 200px;
  background-image:url(../images/bg_date.jpg);
  background-position: top;
  background-repeat: no-repeat;
	padding-top: 10px;
}

.date p{
  padding: 5px 120px 0px 190px;
}

.date dl{
  margin: 0px 140px 0px 200px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
}


.date dt{   
 float:left;   
 width:100px;   
 padding:3px 5px 3px 15px;   
 clear:both;
 background-image: url(../images/arrow.gif); 
 background-position: left;
 background-repeat: no-repeat;
}
   
.date dd{     
 margin-left:105px;   
 padding:3px 0px 3px 0px;

}

.active{
  color: #ff8400;
  font-weight: bold;
}

/* 写真 */

.box{
  clear: both;
  height: 355px;
}

.box_l{
  clear: both;
  height: 430px;
}

.photo_box{
  width: 200px;
  height: 310px;
  float: left;
  padding: 10px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  margin: 0px 65px 0px 0px;
  display: inline;
  
}

.photo_box_r{
  width: 200px;
  height: 310px;
  float: left;
  padding: 10px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  display: inline;
}


.photo_box_l{
  width: 200px;
  height: 360px;
  float: left;
  padding: 10px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  margin: 0px 65px 0px 0px;
  display: inline;
  
}

.photo_box_pdf{
  width: 220px;
  height: 305px;
  float: left;
  padding: 0px;
  border: none;
  margin: 0px 0px 0px 0px;
  display: inline;
}

.photo_box_r_l{
  width: 200px;
  height: 360px;
  float: left;
  padding: 10px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  display: inline;
}


.photo_box dl{
  margin: 0px;
  padding: 0px; 
}

.photo_box dt{
  padding-top: 5px;
  color: #ff3399;
  font-weight: bold;
}

.photo_box dd{
  padding-top: 2px;
}

.photo_box_r dl{
  margin: 0px;
  padding: 0px; 
}

.photo_box_r dt{
  padding-top: 5px;
  color: #ff3399;
  font-weight: bold;
}

.photo_box_r dd{
  padding-top: 2px;
}





.photo_box_l dl{
  margin: 0px;
  padding: 0px; 
}

.photo_box_l dt{
  padding-top: 5px;
  color: #ff3399;
  font-weight: bold;
}

.photo_box_l dd{
  padding-top: 2px;
}

.photo_box_r_l dl{
  margin: 0px;
  padding: 0px; 
}

.photo_box_r_l dt{
  padding-top: 5px;
  color: #ff3399;
  font-weight: bold;
}

.photo_box_r_l dd{
  padding-top: 2px;
}

.photo_box dt a:link{
  color: #ff3399;
  text-decoration: underline;
}
.photo_box dt a:visited{
  color: #ff3399;
  text-decoration: underline;
}
.photo_box dt a:hover{
  color: #ff3399;
  text-decoration: none;
}

.photo_box_r dt a:link{
  color: #ff3399;
  text-decoration: underline;
}
.photo_box_r dt a:visited{
  color: #ff3399;
  text-decoration: underline;
}
.photo_box_r dt a:hover{
  color: #ff3399;
  text-decoration: none;
}

.photo_box_l dd a:link{
  color: #0294cc;
  text-decoration: underline;
}
.photo_box_l dd a:visited{
  color: #0294cc;
  text-decoration: underline;
}
.photo_box_l dd a:hover{
  color: #0294cc;
  text-decoration: none;
}


.pdf{
	width: 695px;
	background-color: #efe9d3;
	border-left-color: #ceb599;
	border-left-style: solid;
	border-left-width: 4px;
	border-right-color: #ceb599;
	border-right-style: solid;
	border-right-width: 4px;
	padding: 8px 0px 8px 25px;
}

.pdf ul{
	list-style: none;
}

.pdf ul li{
	float: left;
	padding-right: 18px;
}

