@charset "utf-8";

/* common */
html {
	color: #000;
	background: #dde2e6;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	line-height: 1;
}


div.obi_chara
{
	background-color:#334455;
	color:white;
	text-align:center;
	padding:5px;
}

h2.chara
{
	font-size:90%;
}

div.chara
{
	background-color:white;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:xx-small;
	color:#113355;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

li {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
	display: block;
}

body {
	font-family: Arial;
	-webkit-text-size-adjust: none;
}

a {
	color: #1260b2;
}

/* header */
header#blog-title-outer {
	border-bottom: 1px solid #b2b2b2;
	text-align:center;
	color:#bbbbff;	
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #808080),color-stop(0.60, #333333),color-stop(1, #424242));
	padding: 9px 5px 8px;
	overflow: hidden;
}

header#blog-title-outer a {
	color:white;
	text-decoration:none;
}



/* footer */
footer#footer {
	text-align: center;
	border-top: 1px solid #b2b2b2;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #808080),color-stop(0.60, #333333),color-stop(1, #424242));
	padding: 14px 5px 12px;
	margin-top: 11px;
}

footer#footer p#footer-logo {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}

footer#footer p#footer-logo a {
	color: #0096cc;
}



/* index */
div#index-contents {
	margin-bottom: 15px;
}

ul.article-title-list li a {
	display: block;
	text-decoration: none;
	background: #feffff url(http://zrank.var.jp/sprank/arrow_detaile.png) no-repeat right center;
	border-bottom: 1px solid #d1d2d2;
	padding: 10px 26px 10px 8px;
	color: #808080;
	font-size: 14px;
	line-height: 1.0;
}

ul.article-title-list li a .article-title {
	color: #1260b2;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 5px 0;
}


ul.article-title-list li.new .article-title {
	background: url(http://zrank.var.jp/sprank/icon_new.png) no-repeat left top;
	padding: 0 0 5px 28px;
}

ul.article-title-list li a time.article-datetime {
	padding-right: 10px;
}

ul.article-title-list li a span.article-comment-count {}

ul.article-title-list li a span.article-trackback-count {}



h2.category-title {
	text-align: center;
	background: #70777d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
}



/* monthly */
div#monthly-contents {
	margin-bottom: 15px;
}

h2.monthly-title {
	text-align: center;
	background: #70777d;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
}



/* comment trackback */
div#comment-contents {
	margin-bottom: 15px;
}



ul.comment-menu {
	padding: 0 1%;
}

ul.comment-menu li a {
	display: block;
	text-align: left;
	color: #808080;
	-webkit-box-shadow: 0px 1px 2px #808080;
	-webkit-border-radius: 4px;
	border: 1px solid #b2b2b2;
	padding: 0 26px 0 33px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}



/* page top */
p.pagetop {
	text-align: right;
	padding: 10px 1%;
}
