@charset "utf-8";
/*
Theme Name: omoshiroi
Theme URI: http://omoshiroi-hanashi.com
Description: omoshiroi
Version: 1.0
Author: omoshiroi-hanashi.com
Author http://omoshiroi-hanashi.com
*/

/************* リセットCSS（ここから） *************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border:0;
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  outline:0;
  padding:0;
  vertical-align: baseline;
}

:focus { outline:0; }

ol, ul { list-style:none; }

table {
  border-collapse:separate;
  border-spacing:0;
}

caption, th, td {
  font-weight:normal;
  text-align:left;
}

blockquote:before, blockquote:after,q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }

a img { border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

body{
  font: 17px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color:#333;
  -webkit-text-size-adjust: none;
  background:#fcfcfc;
  word-break:break-all;
}


/************* clearfix *************/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/************* 全体指定 *************/

/* aタグ全体指定 */
a {
    color:#e75960;				/* リンクの色を変更する場合はここを変更する */
  text-decoration:none;
}
a:hover{
  color:#99bd3a;				/* マウスオン時のリンクの色を変更する場合はここを変更する */
}
a:active, a:focus {
}

/* imgタグ全体指定 */
img{
  border:0;
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin:0 auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  float: right;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  float: left;
}

/* pタグ全体指定 */
p {
  font-size: 12px;
}

/* blockquote */
blockquote {
  color: #064599;
  border-left: 3px solid #FF8C00;
  margin: 20px 0 20px 30px;
  padding: 1px 10px 1px 10px;
  background: #F2F2F2;
}
blockquote p{
  font-size: 17px;
}

/* テーブル */
table{
border: none;
border-collapse: collapse;
margin:10px 0 30px 0;
}
th{
text-align:center;
vertical-align: middle;
border: 1px solid #ffffff;
padding:10px 5px 10px 5px;
background-color:#e1e1e1;
}
td{
border: 1px solid #e1e1e1;
padding:10px 5px 10px 5px;
}
td.center{
text-align:center;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
border:0;
border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
cursor:pointer;
}




/************* レイアウト *************/
#header {
  clear: both;
  background: url(images/bg_head.gif) repeat left 0;
}

#container {
  clear: both;
}
    #main {
      float:right;
      width:730px;					/* サイドバーとの間隔を0にする場合は+30px */
    }
    #sidebar {
      float:left;
      width:320px;
    }

#subfooter {
  clear: both;
  background: url(images/bg_foot.gif) repeat-x 0 0;
  padding: 20px 0 0;
}
    .box {
      float: left;
      width: 260px;
      padding: 0 10px 30px 0;
      display:block;
    }

#footer {
  clear: both;
  background: #cccccc;
  padding : 10px 0;
  text-align: center;
  color:#ffffff;
}

.inner{
  width:1080px;
  margin:0 auto 20px auto;
}

/************* 見出し・タイトル *************/
.title {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left: 10px solid #000000;
  border-bottom: 2px solid #000000;
  margin : 15px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
  clear: both;
}

.subtitle {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left: 10px solid #999999;
  border-bottom: 2px solid #999999;
  margin : 15px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
  clear: both;
}

.subsubtitle {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left:none;
  border-top:none;
  border-right:none;
  border-bottom: 1px dotted #999999;
  margin : 50px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
  clear: both;
}

/************* ヘッダー部分 *************/
.headtitle {
  font-size: 40px;
  padding: 10px 0 10px 0;
  clear: both;
}

.headinfo{
  float: left;
}

ul#headlink{
  float:right;
  padding : 32px 0 0;
}

ul#headlink li{
  float:right;
  border-left: 2px solid #999999;
  padding:0 20px;
}

/************* コンテンツ部分 *************/
#main ul,#main ol {
  margin: 0 0 30px 0;
}

#main ul li{
  border-left: 4px solid #000000;
  margin:0 0 10px;
  padding : 5px 0 5px 10px;
  display:block;
}

#main ol li{
  margin: 10px 10px 10px 40px;
  padding: 0 0 0 0;
  list-style-type: decimal;
}

/* リスト */
.widget li {
  border-left: 4px solid #000000;
  margin:0 0 10px;
  padding : 5px 0 5px 10px;
  display:block;
}


/* トップページの日付 */
.daytext{
color:#99bd3a;
}


/* 記事のカテゴリ＆日付＆URL */
.date {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 10px;
  color:#99bd3a;
}
.cate {
  text-align: right;
  padding-right: 15px;
  padding-bottom: 10px;
}
.url {
font-size: 5px;
text-align: right;
padding-right: 15px;
padding-bottom: 10px;
font-weight:normal;
color:#000000;
}

/* ページャー */
.prev {
float:left;
text-align: left;
padding-top: 20px;
padding-bottom: 40px;
}

.next {
text-align: right;
padding-top: 20px;
padding-bottom: 40px;
}

/* センター配置 */
.center {
text-align: center;
}


/* 続きを読む */
.more-link {
  display:block;
  margin: 10px auto 30px auto;
  font-size: 18px;
  font-weight:bold;
/* ここから背景設定 */
  width:200px;
  height:50px;
  color: #000000;
  text-align:center;					/* 文字を行の中心に */
  line-height:50px;					/* 文字を列の中心に */
  border-radius:10px;					/* 角丸設定 */
  box-shadow: 3px 3px 6px rgba(100,100,100,0.8);	/* 影を設定 */
}

/* ウィジェットの検索フォーマット */
.searchform label {
display:none;
}
.searchform #s {
border-top: 2px solid #000000;
border-right:4px solid #000000;
border-bottom: 2px solid #000000;
border-left:4px solid #000000;
height: 24px;
width: 270px;
font-size:14px;
color:#999999;
}
.searchform #searchsubmit {
height: 24px;
width: 26px;
border: 0 none;
margin: 0;
padding:0;
background: url(images/btn_sea.gif) no-repeat 0 0;
cursor: pointer;
text-indent: -9999px;
}

/* コメント */
.comment {
  border-bottom: 1px dashed #000000;
}
.comment p {
  font-size: 17px;
  margin: 0 0 15px 20px;
}
.comment p.commentname {
  font-size: 12px;
  margin: 20px 0 10px 0;
}
.commentform {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left: 10px solid #999999;
  border-bottom: 2px solid #999999;
  margin : 30px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
}
.comment_form_label{
  margin: 0 0 10px;
}
.comment_form_text{
  margin: 0 0 20px;
}

/* 固定ページのテキスト指定 */
.page p {
  font-size: 17px;
  font-weight: normal;
  margin: 20px 0 20px 10px;
  line-height: 200%;
  letter-spacing: 1px;
}

.page h2 {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left: 10px solid #999999;
  border-bottom: 2px solid #999999;
  margin : 15px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
  clear: both;
}

.page h3 {
  font-size: 18px;
  font-weight:bold;
  color: #000000;
  border-left:none;
  border-top:none;
  border-right:none;
  border-bottom: 1px dotted #999999;
  margin : 50px 0 15px;
  padding: 0 0 2px 10px;
  line-height:100%;
  clear: both;
}

.page h4 {
  font-size: 17px;
  font-weight:bold;
  color: #000000;
  background:url(images/bullet.gif) no-repeat 0 5px;
  margin : 15px 0 15px;
  padding: 3px 0 2px 17px;
  line-height:100%;
  clear: both;
}

/* コンテンツ部分のフォントサイズ等の指定 */
p.text {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 40px 10px;
  line-height: 200%;
  letter-spacing: 1px;
}
p.text0 {
  font-size: 17px;
  color: #0033cc;
  font-weight: bold;
  margin: 20px 0 40px 10px;
  line-height: 200%;
  letter-spacing: 1px;
}
p.text1 {
  font-size: 17px;
  color: #FF0000;
  font-weight: bold;
  margin: 20px 0 40px 10px;
  line-height: 200%;
  letter-spacing: 1px;
}
p.textaa {
  border:1px solid #fff;
  padding:9px;
  font-size:12pt;
  font-family: "ＭＳ Ｐゴシック";
  line-height:18px;
  letter-spacing:0px;
}
.green{
color: #008000;
font-weight:bold;
}
.red{
  color: #ff0000;
  font-weight:bold;
}
.bg{
  background-color:#FFFF00;
}

/* 複数ページのページャー */
div#nextpage {
    font-size: 100%;
    clear:both;
    margin: 50px 0 50px 0;
}
div#nextpage span {
    background-color:#e9e8e8;
    padding: 0.5em 1em;
    margin: 0.25em;
    line-height:50px;
    text-decoration: none;
    border: 1px solid #666666;
    color: #333;
}
#nextpage a span, #nextpage a:link span {
    padding: 0.5em 1em;
    margin: 0.25em;
    line-height:50px;
    text-decoration: none;
    background-color:#bbe0e5;
    border: 1px solid #00b8fd;
    color: #999999;
}
#nextpage a:visited span {
    border: 1px solid #8f9da6;
    color: #999999;
}
#nextpage a:hover span {
   background-color:#45bcd2;
    text-decoration: underline;
    border: 1px solid #0198ca;
    color: #ffffff;
}


/* 広告 */
.ad {
text-align: center;
padding:15px 0 15px 0;
}
/* 広告追尾用 */
#tuibi{
padding:20px 0 0 0;
}

/* ソーシャルボタンの設置 */
.social_button {
width:731px;
text-align:center;
margin: 70px 0 20px 0;
}
.social_button div {
padding: 0 30px 0 0;
display:inline;
}

/* RSS */
#main .rss{
width: 720px;
height:240px;
margin:20px 0 20px 0;
border: solid 1px #999;
overflow-y: scroll;
}
#main ul.rsslist {
width: 690px;
padding:10px 0 10px 10px;
}