/* Init
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, address, blockquote, center, dir, div, dl, fieldset, form, hr, isindex, menu, noframes, ol, p, pre, table, ul {
	display : block;
}
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, em, font, i, iframe, img, input, kbd, label, map, object, q, ruby, s, samp, select, small, span, strike, strong, sub, sup, textarea, tt, u, var {
	display : inline;
}
* {
	margin : 0;
	padding : 0;
	font-style : normal;
	font-weight : normal;
	word-break:break-all;
}

/* Body
-------------------------------------------------- */
body {
	text-align:center;
	line-height: 1.8;
	font-size: 100%;
	font-family:"Century Gothic",Verdana, "Tahoma", "Osaka", Sans-serif;
	color: #4e454a;
	background-color: #fffff9; 
	background: url(https://blog-imgs-30-origin.fc2.com/r/i/t/ritokoo/back_m02.gif);
	background-repeat:no-repeat;
	background-attachment:fixed; 
	background-position:right bottom;
}

/* 共通構成
-------------------------------------------------- */
#header {
	width:100%;
	margin:5px 5px;
}
#footer {
	width:100%;
	clear:left;
	font-size:80%;
	border-top : 1px solid #4e454a;
	text-align: center;
	margin-top: 50px;
}
.intro { 
	font-size:80%;
	font-weight:normal;
	color:#ea5550;
	text-align:left;
	margin-left: 5px;
}
#container { 
	width:900px;
	margin: 0 auto;
	text-align:left;
}
#inner { 
	margin: 20px 5px 0 5px;
} 
.pankuzu {
	font-size:70%;
	text-align:left; 
	margin:5px 0;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
.page_navi {
      margin: 10px 0px;
      text-align: center;
      font-size: 80%;
}
/* 3カラム
-------------------------------------------------- */
#wrapper { 
	float:left;
	width:690px;                                          /* 中央 */
} 
#center { 
	width:510px;                                          /* 中央 */
	float:right; 
} 
#left { 
	width:170px;                                            /* 左 */
	float:left; 
	font-size:80%;
} 
#right { 
	width:190px;                                            /* 右 */
	float:right; 
	font-size:80%;
} 
/* 2カラム
-------------------------------------------------- */
#box_left {
	width:660px;/*5+660+(30)+200+5=900*/
	float:left;
}
#box_right {
	width:200px;
	margin:0 0 0 30px;
	font-size:80%;
	float:left;
}
/* 個別記事
-------------------------------------------------- */
.entry_title {
	width:100%;
        border-bottom: 1px solid #ea5550;
}
.entry_state_up {
	width:100%;
        text-align: right;
        font-size: 70%;
	margin: 10px 0;
}
.entry_body {
	width:100%;
}
.entry_read_more {
	width:100%;
	margin-top:30px;
}
.entry_ranking {
	width:100%;
        font-size: 80%;
	margin-top:50px;
}
.entry_state_up {
	width:100%;
        text-align: right;
        font-size: 70%;
	margin-bottom:20px;
}
.entry_state_dw {
	width:100%;
        text-align: right;
        font-size: 70%;
	margin-bottom:50px;
}
.entry_adsense {
	width: 100%;
	margin: 30px 0;
}
.entry_adsense_yoko {
	width: 100%;
	margin-bottom:20px;
}
.entry_ad_foot {
	width: 100%;
	font-size: 70%;
        text-align: center;
	margin: 30px 0;
}
/* コメント、トラックバック
-------------------------------------------------- */
.cmtb_title {
        font-size: 80%;
        font-weight: bold;
        margin: 0;
        padding: ;
}
.cmtb_body {
        font-size: 80%;
        margin: 0;
        padding: 0;
}
.cmtb_state {
        font-size: 80%;
        margin: 0;
        padding: 0;
	text-align: right;
        border-bottom: 1px dotted #c9caca;
}

/* Anchor
-------------------------------------------------- */
a {
	text-decoration:none;
}
a:link, a:visited {
	color: #666666;
	text-decoration:underline;
}
a:hover, a:active {
	color: #ea5550;
}
a.title:link, a.title:visited {
	color: #666666;
	text-decoration:none;
	font-weight :bold;
}
a.title:hover, a.title:active {
	color: #ea5550;
	text-decoration: underline;
}
a img {
	border : none;
        margin-bottom: 3px;
}

/* Headline
-------------------------------------------------- */
h1 { 
	font-size:160%;
	text-align:left;
}
h2 {
	font-size : 110%;
	font-weight :bold;
}
h3 {
	font-size:80%;
	font-weight : bold;
}
h4#cmtb_header { 
	font-size:100%;
	font-weight : bold;
}
h5 {
	margin:20px 0;
}
/* 左右プラグイン
-------------------------------------------------- */
.plugin_box { 
} 
.plugin_title { 
	font-weight:bold;
	color:#4e454a;
	border-bottom:#4e454a 1px dotted;
	padding:0px 0px 0px 20px;
	background: url(https://blog-imgs-24-origin.fc2.com/r/i/t/ritokoo/tmp.jpg) no-repeat;
} 
.plugin_body { 
	padding:5px 10px 20px 10px;
	line-height:1.6;
}

/* Paragraph
-------------------------------------------------- */
p {
	font-size : 80%;
}
/* その他
-------------------------------------------------- */
ul {
	padding-left:5px;
	margin:0px;
	list-style-type:disc;
}
li {
      margin-bottom: 2px;
}
.titlelist {
	font-size : 80%;
	margin-top:10px;
	padding-left:10px;
	list-style-type:disc;
}
form { margin:0; }
img { border:0px; }

blockquote {
	margin: 0 10px 0 10px;
	padding: 5px;
	border: dotted 1px #4e454a;
}
strong {
	font-weight:bold;
}
b {
	font-weight:bold;
}