html{
 padding: 0px;
 margin: 0px;
}
body{
 padding: 0px;
 margin: 0px;
 font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}



/* Header設定 */
#headerArea{
 padding: 0px;
 margin: 0px;
 border-bottom: 1px #F279DA solid;
 background-color: #FFFFFF;
}
.header_wrap {
 width: 910px;
 margin: auto; padding: 0px;
}
.header_left {
 width: 600px;  margin: 0px; padding:0px;
 float: left; text-align: center;
}
.header_logo {
 margin: 10px auto 0px;
}
.header_left p {
 padding: 5px 0px; margin: 0px;
}
.header_right {
 width: 300px;
 float: right; padding: 10px 0px 0px;
}
.header_right p {
 padding: 0px; margin: 0px;
}
.header_right a {
 font-size: 80%;
 text-decoration: none;
}
.header_menu ul {
 font-size: 0;
 padding: 0px;
 margin: 0px;
}
.header_menu ul li{
 display: inline-block;
 background-color: #F279DA;
 border: 1px #F279DA solid;
 font-size:16px;
 width: 180px;
 height: 30px;
 text-align: center;
 font-weight: 200;
}
.header_menu ul li a {
 color: #FFFFFF;
 text-decoration: none;
}
.header_menu ul li:hover {
 cursor: pointer;
 cursor: hand;
 background-color: #CCCCFF;
}

/* MainArea */


#mainArea {
 background-color: #FDF7E3;
}
#mainArea .contents {
 width: 910px;
 margin-left: auto;
 margin-right: auto;
}

/* home Page*/
#mainArea .image .imageGallery {
 position: relative;
}
#mainArea .image .imageGallery .mainDescription{
 padding-left: 5px;
 position: absolute;
 background-color: #F3F3F3;
 width: 100%;
 Opacity:0.7;
}
#mainArea .image .imageGallery .mainImage{
 text-align: center;
}
#mainArea .contents .main {

}
#mainArea .contents .main .title {
 padding-left:5px;
}
#mainArea .contents .main .description {
 padding:10px;
 background-color:white;
}
#mainArea .contents .main .leftPain{
 float:left;
 width: 600px;
}
#mainArea .contents .main .history{
 max-height: 300px;
 overflow: auto;
 background-color: #FFFFFF;
}
#mainArea .contents .main .updateHistory {
 margin: 0px;
 padding: 0px;
 width: 100%;
}
#mainArea .contents .main .updateHistory td {
 padding-top: 3px;
 padding-left: 5px;
 vertical-align: super;
 border-bottom: 1px #F279DA dashed;
}
#mainArea .contents .main .updateHistory td.date {
 width: 150px;
}
#mainArea .contents .main .rightPain{
 margin-left: 640px;
}
#mainArea .contents .main .rightPain .blog{
}





/* 2018 04 改修 共通 */

.new {
 color:#ff0000;
 font-weight: bold;
 font-style: italic;
}

.feature_menu {
width: 810px;
 margin: auto;
 padding: 10px;
}
.feature_menu ul{
 font-size: 0;
 padding: 0px;
 margin: 0px;
}
.feature_menu ul li{
 display: inline-block;
 background-color: #F279DA;
 border-right:1px solid white;
 font-size:16px;
 color:white;
 width:200px;
 height:25px;
 text-align:center;
}
.feature_menu ul li.is_selected{
 background-color: #FFCCFF;
}
li:last-child{
 border-right:none;
}

.event_tbl {
 width: 580px;
}
.event_img img {
  float:left;
  margin-top: 5px;
  margin-left: 4px;
  max-height: 210px;
}
.event_img img:nth-of-type(1) {
  margin-left: 0px;
}

.section_wrap {
  padding: 10px 0px;
}
.section_title {
 margin:0px;
 padding-top:5px;
 padding-left:5px;
 background-color:#CC66B8;
 color:white;
 border:1px solid;
 border-top-right-radius: 10px;
 border-top-left-radius: 10px;
}
.section_body {
  background-color: #ffffff;
  padding: 10px 10px 15px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
}
.section_body p {
}
.section_subTitle{
 margin:0px;
 padding-top:10px;
 padding-left:10px;
 background-color:white;
 font-size:20px;
}
.section_img {
 float:right;
 margin-left:15px;
 /*margin-right: -5px;*/
}
.section_body img {
  border-radius: 10px;
}
.section_body table {
 paddind: 0px 10px;
 width:100%;
 border-collapse: collapse;
 border: 1px #CCCCCC solid;
}
.section_body table td{
 border: 1px #CCCCCC solid;
 padding-top:3px;
 padding-bottom:3px;
 padding-left:3px;
}
.section_body table tr td:first-child{
 width:150px;
 vertical-align: super;
}

/*   2018 04  end     */

#footerArea{
 border-top: 1px #F279DA solid;
 background-color: #FFFFFF;
}
#footerArea .address{
 text-align: center;
}
#footerArea .copyRight{
 text-align: center;
}
.titleLabel1 {
 padding-top: 10px;
 padding-left: 10px;
 height: 30px;
 color: #FFFFFF;
 background-image: url('../img/background/titleLabel_1.png');
}
.titleLabel2 {
 padding-top: 10px;
 padding-left: 10px;
 height: 30px;
 color:#7F7F7F;
 background-image: url('../img/background/titleLabel_2.png');
}
.titleIMG {
 margin-top:20px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}