html {

}

body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #333333;
  font-size: 13px;
  /*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
  *font-size: small;
  /*Win IE7およびWin IE6標準準拠モードに適用*/
  *font: x-small;
  /*Win IE 5-5.5､6(後方互換モード)に適用*/
  line-height:1.5em;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


table {
    font-size:inherit;
    font:100%;
  line-height:1.5em;
}


/* Link Color
--------------------------*/
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }
img { border:0;}

#blogTitleText { }

#blogDescription { }

#copyright {
  padding: 30px 0 0;
  font-size:x-small;
  text-align: center;
}

.list {
  background-image: url(images/list_blt.gif);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  padding : 0px 0px 0px 20px;
  font-size:11px;
  text-align:left;
  }

/* --------------------------------------- レイアウト */
#contentBody {
  width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

#layoutHead {
  width: 900px;
  height: 300px;
  border-bottom:4px solid #b21920;
}



#layoutMain {
  float: left;
  margin: 15px 20px 0 0;
  overflow: hidden;
}

#layoutLeft {

  margin:15px 20px 15px 0;
  float: left;
  overflow: hidden;
}

#layoutRight {
  width: 145px;
  margin:15px 0px 15px 0px;
  float: right;
  overflow: hidden;
}

#layoutRight img {
  margin-bottom:15px;
}


#layoutFoot {
  clear: left;
  width: 700px;
  margin: 0 auto;
}


/* --------------------------------------- エントリー */
.entryBodySet {
  clear: all;
  width: 568px;
  color:#666;
  border-left:solid 1px #dfdfdf;
  border-right:solid 1px #dfdfdf;
}

.entryTitle {
  font-size: medium;
  font-weight:bold;
  color: #b41e24;
  padding: 5px 0;
  border-bottom:solid 0px #e9e9e9;
  text-align: center;
}

.entryDate {
  font-family: Arial, Helvetica;
  color:#000;
  text-align: center;
  font-size:11px;
}

.entryContents {
  clear: right;
  padding: 20px 45px;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.pageup {
  padding: 10px 0;
  margin-bottom:30px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.states {
  text-align: center;
  font-size: x-small;
}

.sideBoxSet {
  margin-bottom: 10px;
  width: 145px;
}

/* Calendar
--------------------------*/
#calendarBox {
  width: 145px;
  font-size:11px;
}

#calendarBoxTtl {

}

#calendarBox form {
  display: none;
}

#dispCalendar {
  border:1px solid #dfdfdf;
  padding:10px;
}

#dispCalendar td {
}

.calendar {
  width: 100%;
  border-spacing: 0px;
}

.calendar td {
  width: 15px;
  height: 12px;
}

.cell_sunday {
  color: #f99 !important;
}

.cell_today {
  font-weight: bold !important;
  color: #000;
}

.calendar a {
  display: block;
  background-color: #fcc;
}

.calendarNavi {
  color:#000;
  text-align:center;
}

.calendarNavi img {
  border: 0;
  margin:0;
}

/* New Entries
--------------------------*/
#newentriesBox {
  width: 145px;
  background-image: url('images/aprite_new.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 25px 0px 15px 0;
}


/* Categories
--------------------------*/
#categoriesBox {
  width: 145px;
  padding: 25px 0px 15px 0;
  background-image: url('images/aprite_cat.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 145px;
  height: 30px;
}
#RCommentsBox td {
  padding: 20px 10px 10px;
  background-image: url('images/s2_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

/* Profile
--------------------------*/
#profileBox {
  width: 145px;
  padding: 25px 0px 15px 20px;
  background-image: url('images/aprite_pro.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Links
--------------------------*/
#linksBox {
  width: 145px;
  padding: 25px 0px 15px;
  background-image: url('images/aprite_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


#container {
  width: 900px;
  margin: 0 auto; 
  text-align: left;
}

#header {
  background-color:#d1121b;
  height:95px;
}

#headerContainer {
  width: 900px;
  margin: 0 auto; 
  }

#headerLogo {
  margin: 23px 0;
  text-align:left;
  float: left;
  }
  
  #headright {
  float: right;
  height: 85px;
  width: 350px;
}
  #snsbtn   {
  width: 345px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
  
#main {
  clear:both;
  margin-bottom:15px;

}

#left {
float:left;
width:660px;
padding: 0 15px 30px 0;
}

#right {
float:left;
width:210px;
padding:0 0 0 15px;
}

.rightBanner {
  margin-bottom:15px;
  }

#footer {
  background:#d1121b;
  text-align:center;
  color:#FFFFFF;
  font-size:11px;
  padding:15px 0;
  clear:both;
}
  
#footer a:link    { color: #FFFFFF;text-decoration: underline}
#footer a:visited { color: #FFFFFF;text-decoration: underline}
#footer a:active  { color: #FFFFFF;text-decoration: none}
#footer a:hover   { color: #FFFFFF;text-decoration: none}

#copyright { font-size:11px; font-family:Arial, Helvetica, sans-serif; padding-top:3px; }

.title {
  margin-bottom: 15px ;
  }

.formTable {
  margin-top: 20px;
  border-top:solid 1px #f2c0c2;
  border-right:solid 1px #f2c0c2;
  border-collapse:collapse;
  }

  
.formTable td {
  padding: 15px 1.5em;
  border-bottom: solid 1px #f2c0c2;
  border-left:solid 1px #f2c0c2;
  line-height:180%;
}


.formTable th {
  text-align:right;
  border-bottom: solid 1px #f2c0c2;
  border-left:solid 1px #f2c0c2;
  padding: 15px 1.2em;
  background-color:#fdf5f5;
  }
  
.linkTable {
  border-top:dashed 1px #f2c0c2;
  border-right:solid 0px #f2c0c2;
  border-collapse:collapse;
  width:100%;
  }

  
.linkTable td {
  padding: 15px 1.5em;
  border-bottom: dashed 1px #f2c0c2;
  border-left:solid 0px #f2c0c2;
  line-height:180%;
}


.linkTable th {
  text-align:right;
  border-bottom: solid 1px #f2c0c2;
  border-left:solid 1px #f2c0c2;
  padding: 15px 1.2em;
  background-color:#fdf5f5;
  }
  
  
.basicTable {
  margin-top: 20px;
  border-top:solid 1px #E3E3E3;
  border-right:solid 1px #E3E3E3;
  border-collapse:collapse;
  }

  
.basicTable td {
  padding: 15px 1.5em;
  border-bottom: solid 1px #E3E3E3;
  border-left:solid 1px #E3E3E3;
  line-height:180%;
}


.basicTable th {
  text-align:left;
  border-bottom: solid 1px #E3E3E3;
  border-left:solid 1px #E3E3E3;
  padding: 15px 1.2em;
  background-color:#f5f5f5;
  }
  

.topBn {
  float:left;
  }

#topBnStaff {
  float:left;
  background-color:#f8f1ec;
  height:175px;
  }

.staff {
  float:left;
  padding:10px;
  width:200px;
  font-size:11px;
  line-height:1.5em;
  }

.staff img {
  float:left;
  margin-right:10px;
  }


ul#gm{
    list-style:none;
  margin: 0 0 15px 0;
  padding:15px 0 20px 0;
}
ul#gm li{
    list-style:none;
    float:left;
  height:22px;overflow:hidden;
}
ul#gm a{
    display:block;
    height:100px;
    text-indent:-200px;
    overflow:hidden;
}

a.gm-home{
    background-image:url(http://www.aprite.net/img/gm_home.gif);
  width:37px;
}
a:hover.gm-home{ background-position:0px -22px; }

a.gm-news{
    background-image:url(http://www.aprite.net/img/gm_news.gif);
  width:37px;
}
a:hover.gm-news{ background-position:0px -22px; }


a.gm-about{
    background-image:url(http://www.aprite.net/img/gm_about.gif);
  width:65px;
}
a:hover.gm-about{ background-position:0px -22px; }

a.gm-menu{
    background-image:url(http://www.aprite.net/img/gm_menu.gif);
  width:37px;
}
a:hover.gm-menu{ background-position:0px -22px; }

a.gm-floor{
    background-image:url(http://www.aprite.net/img/gm_floor.gif);
  width:84px;
}
a:hover.gm-floor{ background-position:0px -22px; }

a.gm-wedding{
    background-image:url(http://www.aprite.net/img/gm_wedding.gif);
  width:106px;
}
a:hover.gm-wedding{ background-position:0px -22px; }

a.gm-party{
    background-image:url(http://www.aprite.net/img/gm_party.gif);
  width:40px;
}
a:hover.gm-party{ background-position:0px -22px; }

a.gm-access{
    background-image:url(http://www.aprite.net/img/gm_access.gif);
  width:50px;
}
a:hover.gm-access{ background-position:0px -22px; }

a.gm-recruit{
    background-image:url(http://www.aprite.net/img/gm_recruit.gif);
  width:55px;
}
a:hover.gm-recruit{ background-position:0px -22px; }

a.gm-link{
    background-image:url(http://www.aprite.net/img/gm_link.gif);
  width:29px;
}
a:hover.gm-link{ background-position:0px -22px; }

a.gm-contact{
    background-image:url(http://www.aprite.net/img/gm_contact.gif);
  width:59px;
}
a:hover.gm-contact{ background-position:0px -22px; }


#menuMenu {
  margin: 0 0 30px 0;
  }

.menuUL {
  list-style : none;
  padding :0 0 0 10px;
  margin:0;
}
.menu  {
    padding: 5px 0px 3px 15px;
    background: url(http://aprite.net/cp-bin/blog/skin/images/list_blt.gif) no-repeat 0px 0.6em;
    list-style : none;  background-repeat : no-repeat;
}

.planTitle {
width : 646px;
padding:7px;
margin-top:20px;
background-color:#d0111b;
color:#FFFFFF;
line-height:100%;
}

.planPrice {
  font-size:116%;
  color:#FF6666;