/*
Theme Name: Rhythm
Theme URI: http://zincr.com/
Description: Rhythm site
Version: 1.0
Author: Chiku-Taku
Author URI: http://zincr.com/rhythm
Tags: two-columns
*/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* Text decorations
*******************************/
.bold 		{ font-weight: bold; }
.normal 	{ font-weight: normal; }
.italic 	{ font-style: italic }
.underline	{ text-decoration: underline; }

/* Float
*******************************/
.f-right 	{ float: right; }
.f-left 	{ float: left; }
.f-none 	{ float: none; }

/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	color: #333333;
	font-size: 75%;
	text-align: center;
	background-image: url(img/Back_iP.gif);
	background-repeat: repeat;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea		{ font-family: Tahoma, Arial, Helvetica, sans-serif; }

pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
	padding-bottom:8px;
	color:#78ab5f;
}
h4 { font-size: 1.13em; line-height: 1.35em; }
h5 { font-size: 1.1em; line-height: 1.2em; }
h6 { font-size: 1.05em; line-height: 1.2em; }

/* Text elements
*******************************/
p			  {
	text-align: left;
	line-height:1.5em;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
}
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: right; margin:0 0 1em 1em; padding:0; }

blockquote    {
    margin: 0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #646464;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

q,
cite          { font-style:italic;}
dl {
    line-height:1.4;
    margin-bottom:1em;
}
/* smaile icon */
.wp-smiley {
    position: relative;
    top: 3px;
}
/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:1.6;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #000 dotted;
}

/*links*/

a:link      {
	color: #336699;
	text-decoration: none
}
a:visited   {
	color:#333366;
	text-decoration: none
}
a:focus   {
	color:#993366;
	text-decoration:underline;
}
a:hover   {
	color:#993366;
	text-decoration:underline;
}
a:active   {
	color: #CC3366;
	text-decoration:underline;
}

a:active, 
a:focus     	{ outline: 0; } /*remove border in ff*/

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
    color:#828282;
}

input.text,
input.file { cursor:text; }

input.button { cursor:pointer; }

input.radio,
input.checkbox { border: 0;padding: 0; }


/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}

/* Main styles*******************************/
#root {
	width: 780px;
	margin:0 auto;
	text-align: left;
}

.top-line {
	background:url(img/top-line.gif) 0 0 repeat-x;

}

.bottom-line {
	background-image: url(img/bottom-line.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

/* header.php*/
/* Headerphp*******************************/


#header {
	overflow: hidden;
	width: 780px;
	height: 50px;
}
#header .homegage {
	font-size:14px;
	height: 50px;
	line-height: 50px;
	float: left;
	width: 540px;
}
#header .homegage .info {
	font-size: 14px;
	color: #FFFFFF;
}
#header #searchform {
	width: auto;
	height: 50px;
	float: right;
	padding-top: 15px;
}
#header #serchform input.text  {
	border:0;
	background:transparent url(img/search-input.gif) 0 0 no-repeat;
	height:22px;
	width: 149px;
}
#header #searchform input.button {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 12px;
	height:22px;
	width:62px;
	border:0;
	color:#fff;
	background-color: transparent;
	background-image: url(img/search-button.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 5px;
}


.sen {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

#header .homegage a,
#header .login a,
#header .rss a {
	color:#FFFFFF;
}



#headerImage {
	height:246px;
	background-position: 0 0;
	background-image: url(img/Rhythm_iP_head.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#headerImage .linkTop {
	height: 58px;
	width: 377px;
	left: 158px;
	top: 101px;
	position: relative;
}

.language2 {
	font-size: 11px;
}

/*.qtrans_language_chooser {
	list-style-type:none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.qtrans_language_chooser li {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.qtrans_flag {border:1px solid #b6b6b6; margin-right:3px;}*/








/* Main*******************************/
#main {
	overflow:hidden;
	background-image: url(img/kami2.gif);
	background-repeat: repeat;
	background-position: 0 0;
	height: auto;/*ここに数字1500pxくらい*/
	min-height:660px;
	width: 780px;
}
#spacer {
	height: 23px;
	width: auto;	
}


/* index.php*/


/* Main
 *******************************/
/* PageNavi */
.tablenav {
	color: #8cb4e2;
	line-height:2em;
	text-align:center;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	background-color: transparent;
	font-size: 11pt;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 780px;
	float: left;
	display: inline;
}


a.page-numbers, .tablenav .current {
	color: #377cd1;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background-color: #8cb4e2;
}

.tablenav .current {
	color: white;
	font-weight:bold;
	background-color: #377cd1;
	border-top-color: #377cd1;
	border-right-color: #377cd1;
	border-bottom-color: #377cd1;
	border-left-color: #377cd1;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	font-size:smaller;
	font-weight:bold;
}
/* PageNaviend */

#main-block {
	float:right;
	width:530px;
	height:auto;
}

#content .post {
	padding-right: 23px;
	padding-left: 20px;
	height: auto;
}
#content .postdata {
	overflow:hidden;
	background-image: url(img/titleobi1.gif);
	background-repeat: no-repeat;
	background-position: 0 0%;
	height: 63px;
	width: 487px;
	margin-bottom: 10px;
}
#content .title h1 {
	padding-left: 15px;
	padding-bottom: 13px;
	padding-top: 13px;
}

#content .title a {
	text-decoration:none;
	color:#FFFFFF;
}
#content .title a:hover {
    color:#91adc1;/*まだ指定していない*/
}
#content .category {
	float: left;
	padding-left: 16px;
}
#content .comments {
	float:right;
	padding-right:15px;
	background-image: url(img/comments.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 18px;
}
#content .date {
	float: right;
	color:#FFFFFF;
	padding-right: 15px;
	background-image: url(img/time.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 15px;
}
#content .author {
	float:right;
	padding-right:10px;
	background-image: url(img/login.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 18px;
}


#content .comments,
#content .comments a,
#content .category,
#content .category a,
#content .author,
#content .author a {
	color:#FFFFFF;
}

#content .entry {
	clear:both;
	overflow:hidden;
	padding-right: 14px;
	padding-left: 7px;
}




#content .tag {
	font-size: 10px;
	padding-left: 7px;
	color: #999999;
}
#content .tag a:link{
	color: #999999;
}
#content .tag a:visited{
	color: #999999;
}

.clock   {
    color:#e08105;
}

a.more-link {
    font-weight:bold;
    color:#f78403;
    padding-right:18px;
    background:url(img/more-link.gif) 100% 1px no-repeat;
}
#posted {
	padding-left: 7px !important;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}/*single.php専用*/
#posted .clocktime {
	background-image: url(img/time.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-left: 16px;
}/*single.php専用*/


/* Comments*******************************/
#kakiko {
	padding-left: 7px;
	padding-right: 7px;
}

#kakiko h3 {
	padding-top: 10px;
}

#leavecomment {
	padding-top:1em;
}


.comments-list .avatar {
	margin-bottom:4px;
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
#content ul.comments-list {
	margin:0;
}
.comments-list li {
	list-style:none;
	background:url(img/post-delim.gif) 0 100% repeat-x;
	margin-bottom:12px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.comments-list li.graybox {
    background-color:#e9e9e9;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:0.95em;
}

.comments-list .comment {
	margin-top:4px;
}
.comments-list .comment p {
	margin-top:0.7em;
	margin-bottom: 0.7em;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #646464;
    border-bottom-color:#eee;
    border-right-color:#eee;
    padding:2px;
}

#commentform input.text {
    width:200px;
}

#commentform input.button {
	width:115px;
	color:#fff;
	text-align:center;
	height:21px;
	padding-bottom:2px;
	background:transparent url(img/button-back.gif) 0 0 no-repeat;
	border:0;
	color:#FFFFFF;
	font-size:0.92em;
	vertical-align:middle;
}

#commentform textarea {
	width:465px;
	color: #333333;
}


/* Page*******************************/

#pagetitle {
	height: 41px;
	width: 487px;
	background-image: url(img/page_obi.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 3px;
}
#pagetitle .title h1 {
	
	color: #FFFFFF;	
}
#edit {
	margin-right: 40px;
	text-align: right;
}
#edit2 {
	margin-right: 10px;
	text-align: right;
}

/* Side Ber*******************************/

#right-block {
	float:left;
	padding-left: 23px;
	width: 223px !important;
	width: auto;
	
}

.box {
	background:url(img/box-back.gif) 0 0 repeat-y;
	margin-bottom:8px;
}

.page h3 {
	color:#8fafc6;
}

.categories h3 {
	color:#f21e1e;
}

.popular h3 {
	color:#eda33a;
}

.blogroll h3 {
	color:#78ab5f;
}

.archive h3 {
	color:#8fafc6;
}

.box .header {
	background:url(img/box-header.gif) 0 0 no-repeat;
	height:28px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.box ul {
	background:url(img/box-footer.gif) 0 100% no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
}

.box ul li {
	padding:9px 15px 1px 15px;
	font-size:.92em;
	background:url(img/box-li-bottom.gif) 0 100% repeat-x;
}

.box ul li a {
	display:block;
	padding:1px 0 11px;
	background-position:100% 0;
	background-repeat:no-repeat;
}

.box li a {
	background-image:url(img/cat.gif);
}

.popular li a {
	background-image:url(img/popular.gif);
}

.blogroll li a {
	background-image:url(img/blogroll.gif);
}

.archive li a {
	background-image:url(img/archive.gif);
}

.categories .children li a {
	background-image:url(img/cat-sub.gif);
}

.box ul li a:hover {
	text-decoration:underline;
}

.box li a:hover {
	background-image:url(img/cat-hover.gif);
	color:#f21e1e;
}

.popular li a:hover {
	background-image:url(img/popular-hover.gif);
	color:#eda33a;
}

.blogroll li a:hover {
	background-image:url(img/blogroll-hover.gif);
	color:#78ab5f;
}

.archive li a:hover {
	background-image:url(img/archive-hover.gif);
	color:#8fafc6;
}

.categories .children li a:hover {
	background-image:url(img/cat-sub-hover.gif);
	color:#f21e1e;
}

.box ul ul {
	padding:0;
	background:none;
}

.box li li {
	background:none;
	font-size:1em;
	padding:0 0 0 15px;
}


.box .footer {
	padding:0 5px;
    height:24px;
	background:url(img/box-footer.gif) 0 100% no-repeat;
}

.box .tags,
.box .textwidget,
#sidesearch,
#calendar_wrap {
    padding:12px 18px;
}



.box input.text {
    border:1px solid #8A8A8A;
    width:140px;
    background:#fff;
    font-size:.92em;
}

.box input.button {
    background:#F6F6F6;
    color:#8A8A8A;
    font-weight:bold;
    border:0;
    font-size:.92em;
    border:1px solid #8A8A8A;
}

.box .tags,
.box .textwidget {
    line-height:1.4;
}

.box .textwidget {
    font-size:.92em;
}

#calendar_wrap,
.box .textwidget {
    padding-bottom:36px;
    background:url(img/box-footer.gif) 0 100% no-repeat;
}

#recentcomments li {
    background:none;
    padding-left:0;
}

#wp-calendar {
    width:190px;
    font-size:.92em;
}
#wp-calendar caption {
    padding:4px 0;
    text-align:right;
    font-weight:bold;
    color:#F21E1E;
}
#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
}
#wp-calendar thead th {
    color:#4189C1;
    font-weight:bold;
}
#wp-calendar #prev {
    text-align:left;
    padding-top:4px;
}
#wp-calendar #next {
    text-align:right;
    padding-top:4px;
}
#recentcomments {
    padding:0 18px 36px;
    line-height:1.4;
}
#recentcomments li a,
#recentcomments li a:hover {
    background:none;
    padding:0;
    border:0;
}



/* Footer
 *******************************/
#footer {
	height:28px;
	width: 780px;
	background-position: 0px 0px;
	margin-top: 32px;
	text-align: left;
}
#footer .wrapper {
	float: left;
	height: 20px;
}
#footer .wrapper .rssentries {
	padding-left: 16px;
	background-image: url(img/rss.gif);
	background-repeat: no-repeat;
	background-position: 0% 70%;
}
#footer .wrapper .rssentries a {
	color: #FFFFFF;
}
#footer .wrapper .mail {
	font-size: 12px;
	background-image: url(img/mail.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 20px;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}
#footer .wrapper .mail a {
	color:#FFFFFF;
}
#footer .wrapper .login {
	padding-left: 16px;
	background-image: url(img/login.gif);
	background-repeat: no-repeat;
	background-position: 0% 70%;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}
#footer .wrapper .login a {
	color: #FFFFFF;
}

#footer .wrapper2 {
	float: right;
	height: 20px;
}
#footer .wrapper2 .copyright {
	font-size: 12px;
	color: #FFFFFF;
}

