@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

*{
  color: #666666;
  font-family: 'Noto Sans Japanese', 'メイリオ';
}

html, body {
  margin: 0;
  padding: 0;
}

a{
  color: #21759B;
}

a:hover{
  color: #D54E21;
}

ul,li{
  padding: 0;
  margin: 0;
  list-style: none;
}

.clear{
  clear: both;
}

#header{
  border-bottom: 1px solid #cccccc;
  height: 70px;
  margin: 0 auto 20px auto;
  padding: 20px 0 0 0;
  position: relative;
  width: 1000px;
}

#title{
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

#title a{
  color: #666666;
  text-decoration: none;
}

#title a:hover{
  color: #D54E21;
}

#contents{
  width: 1000px;
  margin: 0 auto 20px auto;
}

#contents_left{
  width: 800px;
  float: left;
}

#contents_right{
  width: 200px;
  float: right;
}

.history_table{
  width: 95%;
  border-collapse: collapse;
}

.history_table_header td{
  color: #ffffff;
  background: #666666;
}

.history_table td{
  border: 1px solid #cccccc;
  padding: 5px;
}

#footer{
  background-color: #eeeeee;
  padding: 20px;
}

#footer .heading {
  font-weight: bold;
  margin-bottom: 5px;
}

/* sidebar */

.sidebar_box{
  margin: 0 0 20px 0;
}

.sidebar_subtitle{
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #cccccc;
}

.sidebar_ul{
  
}

.sidebar_li{
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
}

.sidebar_li a{
  color: #21759B;
  font-size: 12px;
}

.sidebar_li a:hover{
  color: #D54E21;
}

/* profile */

.profile_subtitle{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.profile_value{
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
}

.current_filter{
  margin: 0 0 10px 0;
}

/* Social Buttons */

/*
#social_buttons{
  position: absolute;
  top: 10px;
  right: 0;
}

.social_button_element{
  float: left;
  width: 90px;
}

#single_bottom_ad{
  width: 468px;
  padding: 20px 0;
  margin: 0 auto;
}
*/

/* Header Ads */

#header_ads{
  position: absolute;
  top: 10px;
  right: 0;
}

.page_bottom_ad {
  padding-top: 10px;
}
