@charset "utf-8";

/*
Theme Name: takaya_style
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/

@import url("default.css");

/*------------------------------------------------------------------------------
	基本スタイル　
body {
}

	リンクカラー
	下線はdefault.cssで消してあるので、出したいときは適宜指定すること。
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

a:hover img {
}

/*------------------------------------------------------------------------------
	見出し
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 20px;
	clear: both;
}
-------------------------------------------------------------------------------*/

h1.pagetitle {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	margin-bottom: 20px;
	padding: 5px 15px;
}

.post h1,h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
	padding-left: 1em;
}

h2.posttitle { /* 投稿のタイトル */
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 10px;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
	padding-left: 1em;
	margin: 1em 1em 1em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 1em;
	margin: 1em 1em 1em 0;
}

h5,h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 1em;
	margin: 1em 2em 1em 0;
}

/*------------------------------------------------------------------------------
	レイアウトボックス
-------------------------------------------------------------------------------*/
/*------　wrapper　------*/
#wrapper {
	margin: 0 auto;
}

/*------　header　------*/
#header {
	position: relative;
}

/*------　#global　
#global {
	height: 40px;
	background-color: #DEE9D6;
	border-top: 3px solid #ACC798;
}

/*------　main　------*/
#main {
	float: left;
	width: 600px;
	padding: 10px;
}

#main.oneColumn { /*固定ページ1カラム用*/
	width: 880px;
}

/*------　side　------*/
#side {
	width: 200px;
	padding: 10px;
	margin: 10px;
	float: right;
	display: inline;/* for IE6 */
}

/*------　footer　------*/
#footer {
	clear: both;
}


/*------------------------------------------------------------------------------
		各ボックス内の詳細指定
-------------------------------------------------------------------------------*/

/*------　header　------*/
#header p {
}

#title {
}

/*------　menu　------*/
ul.menu,
.menu ul { 
	overflow: hidden;
}

.menu li {
	float: left;
	text-align: center;
}

.menu li a{
	line-height: 40px;
	font-weight: bold;
	padding: 0 2em;
	display: block;
	position: relative;
}

/* ドロップダウンナビ */
.menu li ul {
	position: absolute;
	left: -9999em;
	height: auto;
	width: 150px;
}

/*------ main > post　------*/
.post {
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	/text-align:left;
}

.post .postdate {
	font-size: .9em;
	text-align: right;
	margin-top: -1.5em;
}

.post .postinfo {
	font-size: .8em;
	text-align: right;
	clear: both;
}

.post li {
	line-height: 1.6;
	margin: 0 0 0.5em 3em;
}

.post ul li {
	list-style: disc;
}

.post p a {
	text-decoration: underline;
}

blockquote {
	margin: 0.5em 1em;
	padding: 10px 20px 10px 5px;
}

/*　画像の配置　*/
.alignnone { /*　指定なし　*/
	padding: 4px;
}

div.alignnone { /*　指定なし:キャプションあり　*/
	margin-bottom: 10px;
}

.alignright { /*　右寄せ　*/
	padding: 4px;
	margin: 0 0 10px 10px;
	float: right;
}

.alignleft { /*　左寄せ　*/
	padding: 4px;
	margin: 0 10px 10px 0;
	float: left;
}

.aligncenter { /*　中央配置　*/
	padding: 4px;
	margin: 0px auto 10px;
	display: block;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text { /*　投稿内画像下のキャプション　*/
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
}

.attachment-post-thumbnail { /*　アイキャッチ画像　*/
	padding: 4px;
	margin-bottom: 10px;
}

/*------　side　------*/
#side h3 {
	padding: 0;
	margin: 0 0 10px 0;
}

/*　widget　*/
.widget {
	margin: 0 0 10px 0;
}

.footerWidget {
	width: 240px;
	margin: 10px;
	float: left;
}

.widget ul {
	margin: 1em 0;
	padding-left:10px;
}

.widget li {
	font-size: .9em;
	list-style: circle;
	margin: 0 1em 0 1.5em;
}

/*------　footer　------*/
#footer p {
	margin: 0 10px;
	clear: both;
}

.copyright {
	text-align: right;
}

.credit {
	text-align: right;
	font-size: .8em;
}

/*------　投稿関連　------*/

/*　前後の投稿へのリンク　*/
.pagelink {
	overflow: auto;
}

.pageprev {
	float: left;
}

.pagenext {
	float: right;
}

/* ページ分割した場合に、表示されるページャーのスタイル　*/
.post ul.pager {
	padding: 10px;
	margin: 20px 10px;
	overflow: auto;
}

ul.pager li {
	font-weight: bold;
	margin: 5px;
	padding-right: 10px;
	list-style: none;
	float: left;
}

/*------　ページトップへ戻る　------*/
.pagetop {
	text-align: right;
	margin: 1em;
	clear: both;
}

/*-----　コメント　-----*/
.comment {
	padding: 1em;
	margin: 0 20px 20px 10px;
}

.commentmeta {
	font-size: 0.8em;
}

dl.commentform {
	margin: 0 0 1em 1em;
}

dl.commentform dt {
	font-weight: bold;
}

dl.commentform dd {
	margin-bottom: 1em;
}

.submitbtn {
	margin: 10px 0 10px 4em;
}

.commentform input[type="text"],
.commentform textarea {
	padding: 5px;
	width: 80%;
}

.commentform input[type="text"]:focus,
.commentform textarea:focus {
	background-color: #F0F4EA;
}

/*----- カレンダー（ウィジェット用） -----*/
#wp-calendar {
	width: 90%;
	margin-bottom: 20px;
	font-size: .9em;
	text-align: center;
	width: 90%;
}

#wp-calendar a {
	font-weight: bold;
}

#wp-calendar a:hover {
	border: none;
}

#wp-calendar td, #wp-calendar th {
	width: 13%;
}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
	color: #0099cc;
}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}

.contentbody {
line-height:1.7em;
font-size:12px;
}