/*
	Theme Name: onoken
*/
* {
margin:0;
padding:0;
}

body 
{
	background-color:#f9f9f9;
	color:#333;
	font-family: Verdana,'Trebuchet MS','Lucida Grande', Arial, sans-serif;
	margin:0;
	padding:5px;
	font-size:10px;
}
#main 
{
	background-color:#fff;
	margin:0px;
	padding:15px;
	width:720px;
	border: 1px solid #666;
    margin:0px auto;
    position:relative;
}
#header
{
	width:720px;
	height:100px;
}

#content 
{
	display:inline;
	float:left;
	text-align:left;
	width:70%;
	margin:0%;
	padding:0;
	margin:0 0px 10px 0;
}
#sidebar 
{
	display:inline;
	float:right;

	width:28%;
	margin:5px 0px 20px 0;
	font-size:90%;
}

#footer {
clear:both;
height:30px;
}

.entry {
margin:0px 0;
padding:0px 0;
    font-size: 12px;
   line-height: 18px;
}
.entry p {margin:12px 0;
}


a {
	color: #933;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
a img {
	border: none;
	}
.timg{
	margin:0 6px 0 0;
	border: 1px solid #333;
	width:60px;
	height:60px;
	}
.timg2{
	margin:0 14px 0 0;
	border: 1px solid #333;
	width:60px;
	height:60px;
	}
.timg3{
	margin:0 14px 0 0;
	border: 1px solid #333;
	width:60px;
	height:60px;
	}
#newlist{
	font-size:9px;
}
#newlist a{
	color: #933;
}



div.tl p {
   margin:2px;
   padding:2px;
}

div.tl p.tl-left {
   margin-left:60px;
   border:solid 1px #333;
}

div.tl p.tl-right {
   margin-right:60px;
   border:dotted 1px #ccc;
}

div.tl img {
   border:none;
}

div.tl img.tl-left {
   float:left;
}

div.tl img.tl-right {
   float:right;
}

#hashtag{
       color: #fff;
       background-color: #369
}
#hashtag a{
       color: #fff;
       background-color: #369
}

#mida { 
       	margin		: 3px 0px;
	background-color: #333;
        padding:0 2em;
	font-size	: 100%;
	color: #fff;

}
.lefta{ float:left; width:270px; }

.left{ float:left; }

.right{ float:right; }

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

table {


    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
hr {
width: 100%;  
height: 0px; 
margin: 0 0 10px 0;
border: 0;
border-top: 1px solid #333;  }

.current_page_item{background-color: #eee;border:dotted 1px #ccc;}
#nobo {
	border:0px;
	padding: 0px;
	margin		: 0px;
vertical-align: middle; 
}
/* Mac UTF-8の文字化け防止CSSハック */
/*\*//*/
textarea, select, input {
font-family: Osaka, "ヒラギノ角ゴPro W3", "ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
}
/**/

h2 {
font-size:1.6em;
margin:10px 0;
}
h3 {
font-size:1.6em;
margin:10px 0;
}
h4 {
font-size:1.3em;
}
ul 
{
	list-style-image:url(images/arrow.gif);
	margin:5px 10px;
	padding:1em;
}
li 
{
	line-height:1.2em;
	margin-bottom:0.1em;
}

#content img{
	margin:3px;
}

/* --------------------------------------------------------------------*/

#sidebar ul#feed li 
{
	list-style:none;
	margin:0;
	padding:5px 20px;
	background:url(images/feed-icon.png) no-repeat left ;
}
#sidebar h2 
{
        border-left:6px solid #333;
	font-size:13px;
	color:#333;
	letter-spacing:0;
	margin:0;
	padding:2px 8px;
}
#sidebar p 
{
	margin:8px 0;
}

#sidebar ul, #sidebar form 
{
	margin:2px 0;
	padding:2px 10px;
}
#sidebar ul ul ul 
{
	margin:1px 0;
	padding:0 0 0 20px;
}
#sidebar li.sidebox 
{
	margin:0 0 1.5em 0;
	padding:0;
}
#sidebar li{
margin:3px 0;
line-height:1.3em;
list-style:none;
}



.side-widget
{
	margin-top:15px;
}


legend{
 font-size:12px;
    font-weight: bold;
}
#comtext{
 font-size:12x;
}
ol#commentlist {
list-style:none;
margin:5px 0;
padding:0;
}

.commentname {
color:#4b5ba2;
}

.commentname a {
color:#333;
font:bold 110% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
text-decoration:underline;
}

.commenttext 
{
	margin:5px 0 0 0;
	background:#ffe;
	border-left:#ccc 3px double;

}

.alt .commenttext 
{
	background:#f0f0ee;
	border-left:#ccc 3px double;
}

* html .commenttext {
height:90px;
overflow:visible;
}

fieldset{
	margin:10px;
	padding:10px;
}

input.textbox
{
	border:#ccc 1px solid;
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
	padding:2px 5px;
	width:150px;
}
textarea{
        width:97%;
	padding:5px;
	height: 6em;
	border: 1px solid #ccc;	
	background:#fff url(images/postbg.jpg) repeat-y top left;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}

.commentp {
padding:20px 12px 10px 10px;
}

.commenttext p {
margin:0 0 10px;
padding:0;
}

#commentblock ol li {
margin-bottom:30px;
}

#commentblock {
margin-left:4px;
}

.gravatar {
background:url(images/grav.png) no-repeat;
display:inline;
float:left;
height:32px;
width:32px;
margin:20px 0 0 10px;
padding:8px;
}

#commentsform p {
margin-bottom:5px;
margin-top:5px;
}

h3 {
color:#1e2546;
display:block;
padding-left:10px;
font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
}
h3#entrytitle {
color:#1e2546;
display:block;
padding-left:10px;
font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
border-left:6px solid #1e2546;
}

h3 a:link,h3 a:visited,h3 a:hover,h3 a:active {
color:#1e2546;
}

.entrybody 
{
	margin:1em 0;
	padding:0;

}

.entrybody a:link,.entrybody a:visited {
	border-bottom:1px dashed;
}

.entrybody a:active,.entrybody a:hover {
	border-bottom:1px solid;
}
.entrymeta {
color:#999;
margin:0;
padding:0;
font-size:90%;
}
.entrymeta .comments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:15px;
}
h2.archives {
background-color:#FFC;
color:#999;
font-style:italic;
margin-bottom:25px;
text-align:center;
}

.entrymeta-single {
color:#333;
margin-bottom:20px;
margin-top:3px;
}
.entrybody ul,.entrybody ol 
{
	margin:10px 0 10px 30px;
}
.entry li
{
	line-height:1.6em;
}
table {
margin:10px;
}
td,th {
padding:3px;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(images/blockquote.gif) no-repeat left top;	
}
#navigation 
{
	clear:both;
	height:24px;
	margin:0 auto;
	padding:0 10px;
	text-align:center;
	width:880px;
	font-size:10px;
}

#navigation a:link,
#navigation a:visited 
{
	background:#FFF url(images/active1.gif) left bottom no-repeat;
	color:#787878;
	height:24px;
	margin-right:2px;
	padding-left:12px;
	text-decoration:none;
	border:none;
}

#navigation a:link,
#navigation a:link span,
#navigation a:visited,
#navigation a:visited span 
{
	cursor:hand;
	display:block;
	float:left;
	border:none;
}

#navigation li 
{
	line-height:23px;
	float:left;
	list-style:none;
	margin:0;
}

#navigation a:hover 
{
	background:url(images/active1.gif) left bottom no-repeat;
	color:#040;
	height:28px;
	padding-left:12px;
	text-decoration:none;
	border:none;
	line-height:28px;
}

#navigation .page_item2 a:link,
#navigation .page_item2 a:visited 
{
	background:#FFF url(images/activea1.gif) left bottom no-repeat;
	color:#787878;
	height:24px;
	line-height:24px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation .page_item2 a:hover 
{
	background:#FFF url(images/activea1.gif) left bottom no-repeat;
	color:#040;
	height:28px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
	line-height:28px;
}


#navigation .current_page_item a:link,
#navigation .current_page_item a:visited 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	line-height:24px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation .current_page_item a:hover 
{
	background:#FFF url(images/current1.gif) left bottom no-repeat;
	color:#AAC8E0;
	height:27px;
	margin-right:2px;
	padding-left:15px;
	text-decoration:none;
	border:none;
}

#navigation ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

h3,#commentblock h2 {
font-size:140%;
}
#navigation a:link span,
#navigation a:visited span
{
	background:url(images/active2.gif) right bottom no-repeat;
	height:24px;
	padding-right:12px;
	border:none;
}
#navigation a:hover span 
{
	background:url(images/active2.gif) right bottom no-repeat;
	height:28px;
	padding-right:12px;
	border:none;
}

#navigation .page_item2 a:link span,
#navigation .page_item2 a:visited span
{
	background:url(images/activea2.gif) right bottom no-repeat;
	height:24px;
	padding-right:15px;
	border:none;
}
#navigation .page_item2 a:hover span 
{
	background:url(images/activea2.gif) right bottom no-repeat;
	height:28px;
	padding-right:15px;
	border:none;
}
#navigation .current_page_item a:link span,
#navigation .current_page_item a:visited span,
#navigation .current_page_item a:hover span 
{
	background:url(images/current2.gif) right bottom no-repeat;
	height:27px;
	padding-right:15px;
	border:none;
}

div.entry ul.info {
	font-size	: 90%;
	margin-top: 0;
	padding-left: 10px;
	border-left: 6px solid #ddd;
	border-top: 1px solid #ccc;
        background-color: #f6f6f6;

	width		: 95%;
}

div.entry ul.info li {
	margin: 0.1em 5px 0.1em 0;
	display: inline;
	font-size: 85%;
	color: #666;
}



div.entry ul.info li a:hover {
	color: #6c9600;
}
#navivi a{
	color		: #fff;
	background	: #933;
 text-decoration:none;
 float:left
}
#navivi a:visited{
	color		: #fff;
	background	: #d86;
 text-decoration:none;
}
div.entry ul#qanda {
list-style-image:url(http://onoken-web.com/image/mQANDA.gif);
}

p#sps {height:25px}
div#submenu {
	padding: 10px 0px;
border: 1px solid #6c9600;
}

blockquote.com{
	margin:1em 1.3em;
	border:1px dashed #999;
	padding:0.5em;
	background	: #fcfcf1 ;

	font-size	: 11px;
	color		: #333;
	line-height	: 120%;
}
img 
{	border:none;
	padding:0;
	background:none;
       vertical-align: middle;
}
img a   {
	border:none;
	padding:0;
	background:none
}
img a:hover {
	border:none;
	padding:0;
	background:none
}
