﻿/*
Theme Name: 岡税務会計事務所
Theme URI: http://www.f-interface.com/
Description: web事業部オフィシャルテーマ
Author: 樋口卓也
Author URI: http://www.f-interface.com/
Version: 1.0
Tags: interface,two columns
*/
/* 追加 */
table {
	font-size:12px;
	}
td {
	padding:3px;
	}
th {
	padding:3px;
	}
/* 装飾用スタイル */
span.red {
	color:#ff0000;
	}
span.bigred {
	color:#ff0000;
	font-size:16px;
	font-weight:bold;
	}
/* 新着情報 */
h2.pagetitle {
	margin-top:30px;
	}
/* 全体的なルール */
div.textwidget {
	font-size:12px;
	margin-left:10px;
	color:#666;
	}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, sans-serif;
	background-image:url(images/body.png);
	background-repeat:repeat-x;
}
div#out {
	width:866px;
	margin:0px auto;
	overflow:auto;
	clear:both;
	background-color:#ffffff;
	}
img {
	border:0px;
	padding:0px;
	}
img.imgleft {
	float:left;
	}
img.imglefth {
	float:left;
	margin-top:32px;
	}
img.bottom {
	vertical-align:bottom;
	}
a { text-decoration: none }
a { color:#0000ff; }
a:hover { color:#ff0000; }
br.clear {
	clear:both;
	}
/* ヘッダーテンプレート */
div#head {
	width:866px;
	height:115px;
	margin:0px auto;
	background-image:url(images/head.png);
	background-repeat:no-repeat;
	font-size:12px;
	letter-spacing:0.1em;
}
div#head h1 {
	font-size:10px;
	font-weight:normal;
	float:right;
}
div#head h1 a:link, div#head h1 a:visited { color: #000000; }
div#head h1 a:hover, div#head h1 a:active { color: #ff0000; }
div#head h2 {
	font-family: georgia, serif;
	font-size: 10px;
	float:right;
	font-weight:normal;
	color:#000000;
}
/* フッターテンプレート */
#foot {
	height:80px;
	margin:0px auto;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	line-height:18px;
	clear:both;
	font-size:12px;
	}
#foot a {
	color:#000000;
	text-decoration:none;
	}
#foot a:hover {
	color:#ff0000;
	}
#foot p {
	height:20px;
	line-height:20px;
	margin:0px auto;
	text-align:center;
	background-color:#999999;
	color:#ffffff;
	margin-bottom:15px;
	font-weight:bold;
	}
#foot p a {
	color:#ffffff;
	}
#foot p a:hover {
	color:#ff0000;
	}

/* トップページテンプレート */
div#content {
	width: 630px;
	float: left;
	display: inline; /* IE6+5.x 対応 */
	padding-left:10px;
}
div#content p {
	width:600px;
	font-size:12px;
	line-height:18px;
	margin-bottom: 1em;
	margin-left:15px;
	clear:both;
	letter-spacing:0.1em;
}
div.post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #999;
}
div.post p {
	width:600px;
	font-size:12px;
	}
h2.posttitle {
	font-size: 12px;
	margin-bottom: 0.5em;
}
dl {
	margin-bottom: 1em;
}
dl.metadata dt, dl.metadata dd {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	display: inline;
}
dl.metadata dd {
	border-right: 1px solid #ccc;
	padding-right: 0.5em;
	margin-right: 0.5em;
}
dl.metadata dd.last {
	border-right: none;
}

p.navigation {
	text-align: center;
}

/* サイドバー */
#left {
	width:180px;
	float:right;
	font-size:12px;
	margin-top:10px;
	}
ul.blog {
	list-style:none;
	line-height:24px;
	}
ul.blog li a {
	text-indent:10px;
	color:#000000;
	}
ul.blog li a:hover {
	color:#ff0000;
	}
ul.sidemenu {
	list-style:none;
	border:1px #666 solid;
	margin-bottom:10px;
	width:160px;
	}
.sidemenu li.sidetitle {
	height:24px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	margin-bottom:3px;
	}
.sidemenu li {
	padding:0px 0px 0px 5px;
	line-height:22px;
	}
.sidemenu li a {
	color:#000000;
	text-decoration:none;
	}
.sidemenu li a:hover {
	color:#ff0000;
	}
h2.widgettitle {
	font-size: 0.85em;
	font-weight:bold;
	color: #666;
	}
/* 投稿本文 */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 10px auto;
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	width:700px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 10px 10px 10px;
}
.wp-caption img {
	border: none;
}
.wp-caption p.wp-caption-text {
	width:100%;
	font-size: 12px;
	line-height: 1.6;
	padding: 2px 5px 0 5px;
}
img.aligncenter,
img.alignleft,
img.alignright {
	border: 1px solid #ccc;
	margin: 5px 10px 10px 10px;
}
div.post blockquote {
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
div.post ul, div.post ol {
	margin: 0 0 1em 20px;
}
div.post li {
	font-size: 12px;
	line-height: 1.5;
}
div.post li li {
	font-size: 12px;
}
hr {
	border-top: solid #ccc;
	background: #fff;
	color: #fff;
	border-width: 1px 0 0 0;
	margin: 1em 0;
}
code {
	font-family: "courier new", courier, monotype;
	font-size: 12px;
}

/* コメント */

input#trackbackurl {
	width: 400px;
	font-size: 12px;
	margin-bottom: 1em;
	color: #666;
}
ol#commentlist {
	margin: 0 0 15px 0;
	font-size: 12px;
}
ol#commentlist li.commentcontent {
	display: block;
	list-style: none;
	margin-bottom: 1em;
	padding: 20px 15px 10px 15px;
	border: 1px solid;
	border-color: #efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd,
ol#commentlist li, ol#commentlist p {
	font-size: 12px;
}
ol#commentlist li li {
	font-size: 12px;
}
ol#commentlist img.avatar {
	padding-left: 8px;
	float: right;
}
ol#commentlist div.commenttext {
	width: 330px;
	float: left;
}
p.note {
	background: #FFF8D5;
	padding: 3px 8px;
	color: #666;
	border: 2px solid #E5AB6A
}
form#commentform label {
	width: 140px;
	float: left;
	margin: 0.25em 10px 0 0;
	font-weight: bold;
}
form#commentform p {
	clear: both;
}
form#commentform sub {
	display: block;
	padding-top: 2px;
}
input#author, input#email, input#url {
	width: 244px;
	border: 3px double #ccc;
	padding: 1px 3px;
}
textarea {
	font-size: 12px;
	border: 3px double #ccc;
	width: 400px;
}
p.submitbutton {
	text-align: center;
}
p.submitbutton input {
	padding: 3px 1em;
	font-weight: bold;
	color: #555;
}
/* ページ内設定*/
h2.posttitle {
	width:630px;
	height:40px;
	background-image:url(images/h.png);
	background-repeat:no-repeat;
	text-indent:28px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	clear:both;
	}
h2.posttitle a {
	color:#000000;
	}
h2.posttitle a:hover {
	color:#ff0000;
	}
h3,h4,h5,h6 {
	width:630px;
	height:40px;
	background-image:url(images/h.png);
	background-repeat:no-repeat;
	text-indent:28px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
	clear:both;
	}
h3.title a {
	color:#000000;
	}
h3.title a:hover {
	color:#ff0000;
	}
h4.title a {
	color:#000000;
	}
h4.title a:hover {
	color:#ff0000;
	}
h5.title a {
	color:#000000;
	}
h5.title a:hover {
	color:#ff0000;
	}
h6.title a {
	color:#000000;
	}
h6.title a:hover {
	color:#ff0000;
	}
/* ヘッダーメニュー */
ul.topmenu {
	height:20px;
	line-height:20px;
	margin:6px 0px 12px 0px;
	}
.topmenu li {
	list-style:none;
	float:left;
	background-image:url(images/list.png);
	background-repeat:no-repeat;
	text-indent:20px;
	margin-left:5px;
	}
.topmenu li a {
	color:#000000;
	text-decoration:none;
	}
.topmenu li a:hover {
	color:#ff0000;
	}
/* タブメニュー */
ul.tabmenu {
	width:866px;
	height:25px;
	line-height:25px;
	}
ul.tabmenu a {
	width:866px;
	height:25px;
	text-decoration:none;
	}
.tabmenu li {
	float:left;
	list-style:none;
	text-align:center;
	list-style:none;
	color:#ffffff;
	width:95px;
	height:25px;
	display:block;
	background-image:url(images/amenu.png);
	background-repeat:no-repeat;
	}
.tabmenu li a {
	width:95px;
	height:25px;
	display:block;
	color:#000000;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	}
.tabmenu li a:hover {
	color:#ffffff;
	background-image:url(images/amenu.png);
	background-repeat:no-repeat;
	}
#mailbox {
	width:255px;
	height:76px;
	background-image:url(images/mail.png);
	background-repeat:no-repeat;
	float:right;
	}
#mailbox a {
	text-indent:-5000px;
	width:255px;
	height:76px;
	display:block;
	}
#mailbox a:hover {
	width:255px;
	height:76px;
	background-image:url(images/mailhover.png);
	background-repeat:no-repeat;
	}
a.imghover:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
	}
/* Mac IE 文字化け回避対策*/ 
input, select, textarea { 
font-family: "ヒラギノ角ゴPro W3", osaka, verdana, "MS ゴシック", sans-serif; 
} 
