﻿/*  
Theme Name:chiro
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: fuco
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* 全体適応 */
body{
	background-image:url('images/002-001.gif');
	}
#all{
	background-color:white;
	width:780px;
	border:gray 1px solid;
	margin:10px auto;
	font-size:14px;
	}
h1{
	margin:0px;
	}
#main_area{
	margin-top:5px;
	}
a img {
    border: none; 
}
ul{
	padding-left:0px;
	margin:0px;
	}
li{
	margin:10px 0px;
	}
ul,li {
list-style-type: none;
} 
/* ヘッダー */
#header{
	height:300px;
	position:relative;
	margin-bottom:5px;
	}
#header a{
	text-decoration: none;
	color:#676767;
	}
#header_navi{
	text-align:center;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#DDE1DD;
	}
#header .top_intro{
	padding-left:5px;
	width:780px;
	height:100px;
}
#header .top_intro_r{
	padding-right:10px;
	float:right;
	margin:5px 0px;
}
#header .top_intro_l{
	float:left;
	margin:5px 0px;
}
#header .top_name{
	font-size:40px;
	color:#676767;
	position: absolute;
	top:150px;
	left:20px;
	width:400px;
	}
/* コンテンツエリア */
#content_area{
	float:right;
	width:520px;
	margin:5px 10px 5px 0px;
	}
#content_area h1{
	margin:0px;
	height:27px;
	repeat:no-repeat;
	padding:8px 0px 0px 20px;
	color:black;
	font-size:17px;
	background-image:url('images/h1.png');
	}
#content_area h2{
	margin:5px 0px;
	height:25px;
	padding:5px 0px 0px 15px;
	color:black;
	font-size:15px;
	background-image:url('images/h2.png');
	}
#content_area .bottom_navi{
	width:520px;
	background-color:#61C57C;
	text-align:right;
	margin-bottom:10px;
	}
#content_area .bottom_nav{
	width:520px;
	text-align:center;
	margin-bottom:10px;
	}
#content_area .date{
	clear:both;
	width:520px;
	height:20px;
	text-align:right;
	background-color:#EEEEEE;
	margin-bottom:10px;
	}
#content_area .pant{
	margin:5px 0px;
	}
#content_area img{
	margin-right:5px;
	}
#content_area p{
	margin:5px 0px 10px 0px;
	}
/* サイドバー */
#sidebar{
	width:227px;
	float:left;
	padding-left:5px;
	}
ul .test-sublevel-1{
	margin-top:15px;
	margin-left:5px;
	}
.pagetab{
	margin-left:20px;
	}
#menu_top{
	width:225px;
	border:gray 1px solid;
	margin:0px auto 5px auto;
	}
.item_parent{
	background-image:url(images/bar.png);
	background-repeat:no-repeat;
	border:gray 1px solid;
	padding:5px 0px 0px 5px;
	}
#menu_top .title{
	background-image:url(images/bar.png);
	background-repeat:no-repeat;
	height:23px;
	padding:5px 0px 0px 5px;
	}
.column_cat-cat{
	background-image:url(images/bar2.png);
	background-repeat:no-repeat;
	height:23px;
	padding:5px 0px 0px 5px;
	}
.vocabulary_cat-cat{
	background-image:url(images/bar2.png);
	background-repeat:no-repeat;
	height:23px;
	padding:5px 0px 0px 5px;
	}
ul .menu{
	margin:0px;
	}
#menu_top ul{
	padding-left:20px;
	margin:10px 0px;
	}
.bottom{
	width:220px;
	height:23px;
	background-color:#90ee90;
	border:gray 1px solid;
	padding:5px 0px 0px 5px;
	margin:0px auto 5px auto;
	background-image:url(images/bar.png);
	}
.adress{
	margin-left:5px;
	text-align:center;
	}
/* TOP表示 */
#top_navi{
	width:520px;
	margin:5px auto;
}
.big_title{
	background-image:url('images/big_title.png');
	height:30px;
	font-size:18px;
	padding-top:5px;
	margin:0px 0px 5px 0px;
	}
#top_navi .title{
	height:25px;
	background-color:#2FB807;
	padding:5px 0px 0px 20px;
	}
#top_navi .text{
	padding:5px;
	border:gray 1px solid;
	}
/* フッター部分 */
#footer_navi{
	text-align:center;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	background-color:#DDE1DD;
	}
#footer{
	background-color:#849384;
	height:20px;
	text-align:center;
	}
.clear{
	clear:both;
	height:0px;
}
#footer a{
	color:#666666;
	}
	
/* リンク集 */
#link{
	width:520px;
	margin:10px auto;
	border-collapse:collapse;
	}
#link th{
	width:200px;
	text-align:left;
	border:1px gray solid;
	background-color:#90EE90;
	padding:5px;
	}
#link td{
	width:320px;
	text-align:left;
	border:1px gray solid;
	padding:5px;
	} 

