@charset "utf-8";   

/*  */

* {   
    margin:0;
    padding:0;
}

body {
    background:#fff;
    font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
    color:#222;
    font-size:80%;
    text-align:center;
}

html {
    overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
}

p,li,dt,dl {
    line-height:1.6;
}

p {
    margin:0 0 1em 0;
}

li {
    list-style-type:none;
}

img {
    border:0;
}

address {
    font-style:normal;
}

.clear {
    clear:both; 
}

/*    */

a:link {
    color:#312132;
    text-decoration:none;
}

a:visited {
    color:#666;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/*    */

#header{
    width:100%;
    height:140px;
    margin:0;
    background:#4e4950 url(../images/share/header.jpg) repeat-x;
    overflow:hidden
}

#header_container{
    width:800px;
    height:140px;
    margin:0 auto;
}

#header_top {
    width:240px;
    height:140px;
    margin:0 auto;
    background:#936100 url(../images/share/h1.jpg) no-repeat;
    overflow: hidden;
}

h1{
    width:240px;
    height:140px;
    margin:0;
    float:right;
    background:#936100 url(../images/share/h1.jpg) no-repeat;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
}

#navi{
    width:560px;
    height:25px;
    margin:108px 0 0 0;
    text-align:left;
    float:left;
}

/*    */

#bg_container{
    clear:both;
    width:100%;
    margin:0 auto;
    background:#936100 url(../images/share/container.jpg) repeat-x bottom;
    overflow:hidden;
}

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

#container{
    width:800px;
    margin:0 auto;
    background:
}

#main{
    width:560px;
    float:left;
    text-align:left;
    padding-top:20px;
}

#content{
    margin:0;
    width:550px;
    background:url(../images/share/content.png) repeat-y;
    padding-top:1em;
    vertical-align:bottom;
    overflow:hidden;
}

#content_footer{
    width:550px;
    height:25px;
    background:url(../images/share/content_footer.png) no-repeat;
    vertical-align:bottom;
}

/*    */


#bg_top{
    width:240px;
    height:360px;
    margin:0 auto;
    background:url(../images/share/login.png) no-repeat;
    _background:url(../images/share/login.jpg) no-repeat;
}

#login{
    width: 150px;
    padding-top:58px;
    padding-left:55px;
    _padding-left:25px;
}


*+html body #login{
    padding-left:25px;
}

html>/**/body #login{
    padding-left:55px;
}

#login input#login_id{
    width: 150px;
    height: 18px;
    border: 1px solid #222;
    margin: 0 0 20px 0;
    vertical-align: top;
}

#login input#login_pw{
    width: 150px;
    height: 18px;
    border: 1px solid #222;
    margin: 0 0 11px 0;
    vertical-align: top;
}

input#login_btn{
    width:60px;
    height:20px;
    border:none;
    margin-left:6px;
    _margin-left:27px;
}

#side{
    width:240px;
    height:auto;
    overflow:auto!important;
    float:right;
}

#logout{
    width:240px;
    height:240px;
    background: url(../images/share/logout.png) no-repeat;
    _background: url(../images/share/logout.jpg) no-repeat;
}

/*    */

#footer{
    width:100%;
    margin:0;
    background:#fff url(../images/share/footer.jpg) repeat-x top;
}

#footer_navi{
    width:800px;
    height:200px;
    margin:0 auto;
    background:#fff url(../images/share/footer_img.jpg) no-repeat top;
}

/*    */

h2{
    width:520px;
    _width:550px;
    height:32px;
    _height:50px;
    background:url(../images/share/h2.png) no-repeat;
    padding:18px 0 0 30px;
    _padding:20px 0 0 30px;
    color:#fff;
    font-size:13px;
}

*:first-child+html h2{
    height:30px;
    padding:20px 0 0 30px;
}

h3{
    font-size:12px;
    color:#312132;
    margin:0 auto 1em 0.5em;
    padding:5px 0 5px 0.5em;
    background:url(../images/share/h3.png) repeat-x;
    width:525px;
    _width:530px;
    height:14px;
    _height:24px;
}

h3 a{
    color:#312132;
}

h4{
    font-size:12px;
    color:#fff;
    margin:0 auto 1em 1em;
}

p{
    width:530px;
    margin:0 0 1em 10px;
    color:#fff;
}

p.blogger_name{
    width:530px;
    text-align:right;
    color:#222;
    margin:0;
}

p.detail_btn{
    padding:0 auto;
    margin:0 auto 1em 10px;
    text-align:right;
}

.btn{
    padding:0 auto;
    margin:0 auto 1em auto;
    text-align:center;
    color:#fff;
}

.red{
    color:#fc0;
}

.right{
    text-align:right;
}

.center{
    text-align:center;
}

.toplink{
    text-align:right;
    border-top:dotted 1px #ac7600;
    padding-top:5px;
}


/*                   */

p input{
    width: 500px;
    height: 18px;
    border: 1px solid #222 inherit;
    margin: 0 auto 15px auto;
    border:none;
}


p input.radio_button,.checkbox{
    width:1em;
    height:1em;
    margin-right:5px;
    border:none;
}

p textarea{
    width: 500px;
    height: 200px;
    border: 1px solid #222 inherit;
    margin: 0 auto 15px auto;
    border:none;
}

input {
    vertical-align: top;
}

.banner{
    width:520px;
    margin:0 auto;
}

.banner textarea{
    width: 520px;
    height: 30px;
    border: 1px solid #222 inherit;
    margin: 0 auto 0.5em auto;
    border:none; 
}

.banner input{
    margin: 0 auto 1em 0;
}

/*                   */

table.normal{
    width:530px;
    margin:0 0 1em 10px;
}

table.normal th,td{
    padding:5px;
    color:#fff;
}

table.normal th{

}

/*                   */

ul.agreement{
    width:510px;
    margin:0 0 1em 20px;
    color:#fff;
}

ul.agreement li{
    margin:0 0 1em;
}

p.agreement{
    width:510px;
    margin:0 0 1em 20px;
    color:#fff;
}

div.errorMessage{
    color:#fc0;
    margin:0 0 1em 10px;
}

/*     告知文      */


div.entry{
}

.entry table{
    width:530px;
    margin:0 0 1em 10px;
    font-size:12px;
}

.entry table th,td{
    padding:5px;
    color:#fff;
}

.entry table th{
    vertical-align:top;
    border-right:solid 1px #fff;
    text-align:left;
}