﻿/*  
Theme Name: yuukarin
Theme URI: http:/yuukarin.jp/
Description: smileage template
Author: pandapan
Author URI: http://yuukarin.jp/
*/

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
    color: #444444;
}

html{ 
    height:100%; 
} 

body {
    background-color: #ffffff;
    font-size: 12px;
    line-height: 140%;
    height:100%;
    text-align:center;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.style2 {
	font-size: 28px; 
	font-weight: bold; 
	color: #FF0000; 
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #ff3366;
    text-decoration:none;
}
a:hover {
    color: #ff3366;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* description of blog */
#banner-description {
    color: #ffffff;
    font-size: 12px;
}

/* article */
.blog {
    padding: 0px;
    font-size: small;
    color: #36414d;
    background: none;
}

.blog a,
.blog a:link,
.blog a:visited {
    color: #ff3366;
    text-decoration:underline;
}
.blog a:hover {
    color: #ff3366;
    text-decoration: underline;
}

.blog a:active {}

/* article date */
.date {
    margin-bottom: 0px;
    padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
    color: #444444;
    font-size: 11px;
    text-align: right;
	background: #ffffff;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #444444;
    background: #8fabbe;
}

/* an article or comment */
#comments,
.entry {
    width: 100%;
    margin: 0px;
    color: #444444;
    background: #ffffff;
    font-size: 13px;
    line-height:140%;
}

.entry a:active {}
.entry img {
    margin-right: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 100%;
}

/* title of entry */
.entry-header {
    margin: 0px;
    padding: 3px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
	background: #ffffff;
	border-bottom: 3px solid #ff6699;
}

/* contributor */
.entry-footer {
    border-top: 1px dotted #cccccc;
    text-align: right;
    color: #444444;
    font-size: 11px;
	background: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
}

.entry-body {
    padding-left: 0px;
	padding-right: 0px;
    padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	background: #ffffff;
}

.entry p {
    margin: 15px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

.content-nav2 {
    margin: 0px 0 0px;
    text-align: right;
    font-size: 11px;
	padding-right: 150px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 12px;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 12px;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#sidebar ul {
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
}

#sidebar li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#sidebar li li {
    background: url(images/lmark.gif) no-repeat 0 0.4em;
    padding-left: 12px;
    margin: 0;
}

#sidebar ul ul {
    margin: 0;
}

/* title of menu list */
#sidebar ul li h2 {
    margin: 3px 0;
    padding: 4px 0 3px;
    _padding: 3px 0 4px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 140%;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment {
    width: 430px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 12px;
    border-top: 1px dotted #ff6699;
    text-align: left;
    padding-top: 10px;
    margin-right: 2px;
    margin-top: 20px;
    padding-left: 10px;
}

.comments-open label {
    display: block;
}

.comments-head {
    margin: 0px;
    padding: 3px;
    color: #ff3366;
    font-size: 12px;
    font-weight: bold;
	background: #ffddff;
}

form input,
form textarea { 
    border: 1px dotted #ff6699;
    background: #ffffff;
}
#searchtext {
    margin: 3px 0;
}

input,textarea {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}


/* yuuka */

#header{
        clear: both;
        color: #ffffff;
        width: 950px;
		height: 5px;
        text-align: center;
	    padding: 0px;
        background: #444444;
		margin-left : auto ; 
	    margin-right : auto ;
}

#contents {
    clear: both;
	width: 950px;
	padding: 0px;
    background: #ffffff;
	text-align:center;
	margin-top : 2px ; 
	margin-left : auto ; 
	margin-right : auto ;
}

#left {
　　display: inline; 
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
	text-align: left;
    background: #ffffff;

}

#center {
　　display: inline; 
	float: left;
	width: 410px;
	margin-right: 10px;
	margin-left: 10px;
	background: #ffffff;
	text-align: left;
}

#right {
　　display: inline; 
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #ffffff;
}

#footer{
        clear: both;
        color: #444444;
        width: 950px;
		height: 30px;
        text-align: center;
	    padding-top: 5px;
        background: #ffffff;
		margin-top : 10px;
		margin-left : auto ; 
	    margin-right : auto ;
		border-top: 1px dotted #f99da2;  
}

.left-content{
        clear: both;
	    padding-left: 10px; 
	    padding-right: 10px;
        background: #f99da2 url('http://yuukarin.jp/img/left_content.gif') repeat center;
}

.right-content{
        clear: both;
	    padding-left: 10px; 
	    padding-right: 10px;
        background: #f99da2 url('http://yuukarin.jp/img/right_content.gif') repeat center;
}

.box01{
        clear: both;
	    padding: 5px;
        background: #ffffff;
}

.box02{
        clear: both;
		height: 80px;
	    padding: 5px;
        background: #ffffff;
		border-bottom: 1px dotted #f99da2;  
}

.box02 img{
        float: left;
	    margin-right: 5px;
}

.box03{
        clear: both;
		height: 70px;
	    padding: 5px;
        background: #ffffff;
		border-bottom: 1px dotted #f99da2;  
}

.box03 img{
        float: left;
	    margin-right: 5px;
}
.bold {
	    font-weight: bold;
		color: #ff4477;
}

.disco-icon{
       height: 21px;
}

.icon{
        clear: both;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px dotted #cccccc; 
		margin: 0px;   
}

.icon img{
		float: left; 
		margin-right: 5px;
		margin-bottom: 5px;
		vertical-align:bottom;
}

.icon p{
		margin: 0px;
}

#profile { 
	margin-bottom: 2px;
}

.profile-box{
	   padding: 5px;
       background: #ffffff url('http://yuukarin.jp/img/profile_sign.gif') no-repeat bottom center;
}

#profile h1 { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#profile h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_yuukarin.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#hosokyoku { 
	margin-bottom: 2px;
}

#hosokyoku h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_hosokyoku.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#hosokyoku h4 { 
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

#link { 
	margin-bottom: 2px;
}

#link h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_link.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#photo { 
	margin-bottom: 2px;
}

#photo h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_photo.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#smileage { 
	margin-bottom: 2px;
}

#smileage h2 { 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

#smileage h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/top_center_smileage.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#infomation { 
	margin-bottom: 2px;
}

#infomation h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/top_center_infomation.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#pandalog { 
	margin-bottom: 2px;
}

#pandalog h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/top_center_pandalog.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#pandalogside { 
	margin-bottom: 2px;
}

#pandalogside h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_pandalog.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#pandalogside h4 { 
　　　　font-size: 16px;
		font-weight: bold;
		color: #ff4477;
}

#pandalogside li {
    list-style: none;
}

#twitter { 
	margin-bottom: 2px;
}

#twitter h5 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/left_top_twitter.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#disco { 
	margin-bottom: 2px;
}

#disco h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/right_top_disco.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#youtube { 
	margin-bottom: 2px;
}

#youtube h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/right_top_youtube.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}

#rerease { 
	margin-bottom: 2px;
}

#rerease h3 { 
	height: 30px;
	background-image: url("http://yuukarin.jp/img/right_top_rerease.gif");
    background-position: top;
	background-repeat:no-repeat;
	text-indent:-1000em;
}
