/*
Theme Name: original-03
Theme URI: http://www.yushokantele.net/
Description: The original yushokantele theme.
Author: yusho

/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/back.jpg);
	}

#container {
	width: 780px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
	}

#main {
	background-color:#FFFFFF;
	padding:10px 20px 1px;
	}

a {
	color:#FF66FF;
	}

a:hover {
    position:relative; top:1px; left:1px;
	}

a:img  {
	border: none;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */

#header h1 {
	background:url(images/header.jpg) no-repeat;
	height:150px;
	margin:0;
	}

#header h1 img {
	border: none;
	margin:40px 260px;
	}

#header ul {
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	list-style-type:none;
	border-bottom:solid 1px #aaaaaa;
	border-top:solid 1px #aaaaaa;
	height:2em;
	font-size:0.75em;
	}

#header li {
	text-align:center;
	border-right: solid 1px #aaaaaa;
	float:left;
	line-height:2em;
	}

#header li a {
	display: block;
	width:129px;
	text-decoration:none;
	color:#333333;
	}

#header li a:hover {
	background:url(images/menu_o.jpg) no-repeat;
	color:#FFFFFF;
	position:relative; top:0px; left:0px;
	}


/* ++++++ トップページのデザイン ++++++ */

#top {
	position:relative;
	top:0;
	left:0;
	}

#topimg {
	margin:0;
	}

#message {
	position:absolute;
	top:20px;
	left:30px;
	width:300px;
	font-size:0.75em;
	line-height:180%;
	}

/* ++++++ パンくずリンクのデザイン ++++++ */

#bread {
	margin:0;
	font-size:0.75em;
	font-weight:bold;
	text-align:right;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */

#contents {
	width:700px;
	margin:20px 0 0;
	}

#contents h2 {
	background:url(images/bar.gif) no-repeat;
	color:#FFFFFF;
	font-size:1.2em;
	padding: 6px 20px;
	}

#contents p {
	font-size:0.75em;
	line-height:150%;
	}

#contents #post02 ul li {
	font-size:1em;
	line-height:150%;
	}

#post01 {
	padding:0 10px 10px;
	font-size:1em;
	}

#post02 {
	padding-left:10px;
	width:460px;
	float:left;
	}

#post02  ul {
	font-size: 0.75em;
	line-height: 150%;
	}

#sidebar {
	float:right;
	padding-right:10px;
	}

.clear {
	clear:both;
	margin:0;
	}

#link {
	border-collapse:collapse;
	margin-bottom:20px;
	font-size:0.75em;
	}

#link th, #link td {
	text-align:left;
	padding:10px 5px;
	border:solid 1px #00a0c6;
	}

#link th {
	width:100px;
	background-color:#88c0ff;
	}

#link a {
	text-decoration:none;
	color:#000000;
	}

#link a:hover {
	color:#00657d;
    position:relative; top:1px; left:1px;
	}

/* ++++++ ブログコンテンツのデザイン ++++++ */
#monthmain	{
	background-color: #ffffff;
	}

#monthmain	{
	background-color: #ffffff;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	padding: 0px 0 1px;
	}

#monthsidebar	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 170px;
	float: left;
	font-size: 0.75em;
	}

#monthcontent	{
	width: 570px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
	}

#monthmain .clear	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	}


#monthsidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#monthsidebar li strong	{
	display: block;
	padding: 10px 20px;
	}

#monthsidebar li li	{
	padding: 5px 5px 5px 20px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	}

#monthsidebar li li a	{
	color: #000000;
	text-decoration: none;
	border-bottom: dotted 1px #ffffff;
	}

#monthsidebar li li a:hover	{
	color: red;
	}


#monthcontent #bread	{
	margin-top: 10px;
	text-align: right;
	}

#monthcontent #date	{
	font-size: 0.75em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	color: #69d600;
	}

#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}


#monthpost	{
	padding-bottom: 10px;
	}

#monthpost h2	{
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 0.9em;
	padding: 8px 20px 8px 20px;
	}

#monthpost h2 a	{
	color: #ffffff;
	text-decoration:none;
	}

#monthpost h2 span	{
	color:#888888;
	font-size:smaller;
	font-family:Verdana,Helvetica,sans-serif;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0 10px;
	}

.postmetadata   {
	font-size: 0.75em;
	text-align: right;
	}

/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

#comments h2	{
	font-size: 0.75em;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}
/* ++++++ フッター部分のデザイン ++++++ */

#footer {
	background:url(images/footer.jpg) no-repeat;
	border-top: solid 1px #aaaaaa;
	padding:10px 20px;
	text-align:center;
	}

#footer address {
	color:#000000;
	font-size:0.75em;
	font-style:normal;
	}

/* ++++++ ニュースコンテンツのデザイン ++++++ */

#topnews	{
	position: absolute;
	top: 280px;
	left: 30px;
	width: 300px;
	}

#topnews h2	{
	margin: 0;
	padding: 3px 3px 3px 10px;
	background:url(images/topnews.jpg) no-repeat;
	color: #ffffff;
	font-size: 0.75em;
	}

#topnews div	{
	border: solid 1px #00657d;
	overflow: auto;
	height: 120px;
	}


#topnews ul	{
	font-size: 0.75em;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color:#FF66FF;
	}

/* ++++++ 更新履歴のデザイン ++++++ */

#new	{
	position: absolute;
	top: 50px;
	left: 420px;
	width: 240px;
	}

#new h2	{
	margin: 0;
	padding: 3px;
	background-color:#00ccff;
	color: #ffffff;
	font-size: 0.75em;
	}

#new div	{
	border: solid 1px #00657d;
	overflow: auto;
	height: 120px;
	}


#new ul	{
	font-size: 0.75em;
	margin: 5px 30px;
	padding: 0;
	}

#new ul a	{
	color:#00ccff;
	}