/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(http://foopdedoo.sakura.ne.jp/hoge/mt/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */


 /* バナー画像 */

#header{
  padding: 5px;
  border-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background: #ffffff;
  text-align: left;
}


#header a,
#header a:link,
#header a:visited 
{
  color: #c8c2c6;
  background: #ffffff;
  font-size: 32px;
  text-decoration: none; 
}





/* Assets */
.asset-name {
font-size: 13px;
font-weight: 600;

color: #333;
height: 20px;
background-repeat: no-repeat;
padding: 8px 8px 0px 50px;
}


/* containar-inner */
#container-inner {
border-width: 0 5px 5px 5px;
border-style: solid;
border-color: #ffffff;
}


/* Wide-Thin */
.layout-wt #alpha {
    width: 750px;
}
.layout-wt #beta {
    width: 190px;
    background: #ffffff;
}

/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
    background: #ffffff;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
    background: #ffffff;
}


#beta-inner {
    padding: 0 0 0 0;
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #ffffff;
}


/* page layout */
body {
    color: #333;
    background: #ffffff;
}


/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    border: 1px solid  #666666;
    color: #c8c2c6;
    background: #f6f6f6;
    text-align: center;
    font-size: 75%;
    line-height: 2.0;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #333;
    font-size: 50%;
    line-height: 1.5;
}
.side ul,
.side ol {
    padding-left: 16px;
}
.side ul li {
    list-style-type: circle;
}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
}


#footer {

    background: #ffffff;
}



