/* base css */
@import url(/.shared-tpjbiz/themes/common/base-weblog.css);



/* portal css */


/* theme css */
@import url(/.shared-tpjbiz/themes/walt/theme-asterisk_white.css);

/* -------------------------------------------------------------------------------*/

p {
  font-family: "trebuchet ms", verdana, sans-serif;
}

body {
 color: #333;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#container-inner {
    background-color: #000;
}

#banner {
	width: 940px;
	margin: 0;
	border-top-width: 0px;
	border-top-style: solid;
    height: 300px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/shop/banner_ginowanuehara.png);
}

#banner-inner {
	border-top-width: 0px;
	border-top-style: solid;
    padding-top: 180px;
	padding-right: 20px;
}

#banner-header {
    margin: 0;
    padding: 25px 20px 5px;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.125;
    text-align: right;
}

#banner-description {
    margin: 0;
    padding: 5px 20px 35px;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 18px;
    line-height: 1.125;
    font-style: normal;
    text-align: right;
}

#menu_bar {
    color: #ccc;
    text-align: center;
}

#menu_bar a {
    color: #fff;
}

#footer {
    color: #fff;
    text-align: center;
    font-size: 0.8em;
}
