@charset "utf-8";



/* layout */

body{
    margin:0 auto;
    width : 100% ;
    color: ;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
    background-color: ;
    /*text-align: center;*/
}
/*
#background{
    margin: 0 auto;
    width: 910px;
    background-color: #f2f2f2;
    padding: 0 8px 8px 8px;
}

#background_shadow{
    margin: 0 auto;
    padding: 0 5px 5px 5px;
    background-color: #e5e5e5;
}

#container{
    margin: 0 auto;
    width: auto;
}

#header{
    background: #ffffff;
    height: 132px;
    border-bottom: 5px solid #666666;
}

#header_left{
    float: left;
}

#header_right{
    float: left;
}

#main{
    clear: both;
}
*/
#center_column{
    padding: 40px;
    float: center;
    margin-left: 220px;
}

#left_column{
    float: left;
    width: 220px;
    text-align: left;
    padding: 40px 20px 20px 19px;
    overflow:hidden;
    display: inline;
}

#footer{
    clear: both;
    background: ;
    color: ;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

h1{
    font-size: 26px;
}

a{
    color: #4c4c4c;
}

a:hover{
    color: #cccccc;
}

.error{
    color: #cc0000;
}

.top_10{
    margin-top: 10px;
}

.top_20{
    margin-top: 20px;
}

.top_40{
    margin-top: 40px;
}

.bottom_40{
    margin-bottom: 40px;
}

.right_finding{
    background: #a6a6a6;
    color: #ffffff;
    padding: 0 7px;
    font-weight: bold;
}

#right_column #right_advertisement ul{
    clear: both;
    margin-top: 10px;
}

#right_column #right_advertisement ul li a,#right_column #right_advertisement ul li{
    display: block;
    width: 105px;
    height: 105px;
}

#right_column #right_advertisement ul .first{
    float: left;
    margin-right: 10px;
}

#right_column #right_advertisement ul .right{
    float: right;
}

#breadcrumbs{
    float: left;
    font-size: 14px;
}

#contents_date{
    float: right;
    font-size: 14px;
    line-height: 1.8em;
}



/* search */

#right_search table th input{
    vertical-align: middle;
}

#right_search table td{
    text-align: left;
    padding-left: 10px;
}

#right_search table input.ui-button{
    font-size: 10px;
}



/* calendar */

#right_calendar table{
    width: 840px;
    text-align: ;
}

#right_calendar table th{
    width: 840px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    padding: 2px;
    line-height: 1.4em;
}

#right_calendar table td{
    width: 840px;
    height: 100px;
    text-align: left;
    vertical-align: top;
    padding: 2px;
    line-height: 1.4em;
}

/* archive */

#right_archive{
    text-align: left;
    font-size: 14px;
    line-height: 2.0em;
}



/* category */

#right_category{
    text-align: left;
    font-size: 14px;
    line-height: 2.0em;
}



/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
