﻿/*
Theme Name: Junichi
Theme URI: http://pro.gifty.info/
Description: This theme uses it to test for ME. based on the famous <a href="http://pro.gifty.info/">Junichi Nakamura</a>.
Version: 1.0
Author: Junichi Nakamura
Author URI: http://pro.gifty.info/
*/

@import url('side.css');
@import url('contents.css');
@import url('navi.css');
@import url('footer.css');
@import url('bntop.css');
body {
	font-family:"メイリオ", Osaka, Verdana, sans-serif;
	background: #DBDBDB;
	margin: 0;
	padding: 0;
	text-align: center;
        　　　　　color:#333333;
                     font-size:75%
}

a {
	color: #495865;
}

a img {
	border:1px #CCCCCC solid
}

a:hover {
	color: #6F6F6F;
}

#rap {
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);

}

#header {
	background: url(images/header.jpg);
	width: 900px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: left;
        border-radius: 10px 10px 0 0;
}
#header  a{
	text-decoration: none;
}
.time{
        text-align:right;
        color:#ffffff;
}
a.banner-img {
        display: block;
        height:100px;
}
.banner-alt {
        display: none;
}
#headerimg a {
	position: relative;
	top: 100px;
	left: 15px;
	background: transparent;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}

#headerimg a:hover {
	position: relative;
	top: 100px;
	left: 15px;
	background: transparent;
	padding: 5px;
	color: #dcdcdc;
	text-decoration: none;
}

.description {
	position: relative;
	top: 0px;
	left: 224px;
	background: transparent;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
         font-size:100%
}

h1 {
          margin: 0 auto 0 auto;
         text-align:center;
         paddin: 0;
         font-weight:normal;
         font-size: 100%;
         color:#a9a9a9 ;
        background: #DBDBDB;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

#commentlist p.meta, #commentlist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #867b64;
	font-family: Osaka, Verdana, sans-serif;
	font-size: 11px;
}

/* Begin Calendar */
#wp-calendar {
	width: 185px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

.hl-surround{
    -moz-border-radius: 5px;
    background-color: #F9FBFC;
    border: 1px solid #C3CED9;
    padding: 8px;
    margin-bottom: 5px;
    width: 400px;
    overflow: auto;
    text-align: left;
}

.hl-surround, .hl-surround pre, .hl-surround span{
	font: normal 9pt 'Courier New', monospace;
}

.hl-default{
	color: Black;
}
.hl-code{
	color: Gray;
}
.hl-brackets{
	color: Olive;
}
.hl-comment{
	color: #ffa500;
}
.hl-quotes{
	color: #8b0000;
}
.hl-string{
	color: Red;
}
.hl-identifier{
	color: Blue;
}
.hl-builtin{
	color: Teal;
}
.hl-reserved{
	color: Green;
}
.hl-inlinedoc{
	color: Blue;
}
.hl-var{
	color: #00008b;
}
.hl-url{
	color: Blue;
}
.hl-special{
	color: Navy;
}
.hl-number{
	color: Maroon;
}
.hl-inlinetags{
	color: Blue;
}
.hl-main{
	background-color: transparent;
}

.hl-main pre{
	margin: 0; padding: 0;
}
