/*
Theme Name: FOCS Blog
Description: FOCS制作スタッフのブログ
Version: 1.1 IE6OK
Author: FOCS
Author URI: http://www.focs.jp/
*/

/* メイン */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #3E3E3E;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	background: #DAEBFE url(images/bg.gif) repeat;
	text-align: center;
}

a img { 
  border: 0; 
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a {
	color: #039;
}

a:link {
	color: #039;
}

a:visited {
	color: #636;
}

a:hover {
	color: #F90;
}

table, th, td
{
  font-size: 1em; 
  padding: 0; 
  border-collapse: collapse;
}

/* 構造 */

#wrapper {
	width: 800px;
	border: 10px solid #A9C7DC;
	background-color: #ECEFF2;
	text-align: left;
	margin: 0 auto;
}

#header {
	background: #ECEFF2 url(images/header.jpg) no-repeat left top;
	height: 240px;
	width: 800px;;
}

#wp-calendar {
	margin: 0;
}

* html #wp-calendar {
	margin-top: 60px;
	padding: 0;
}

#content {
  z-index: 0;
  padding: 0.5em;
  text-align: left;
}

#main {
	float: left;
	width: 69%;
	background-color:#FFF;
	padding: 1em;
}

* html #main {
	width: 67%;
}


#side {
	float: right;
	width: 23%;
	background-color: #FFF;
	padding: 1em;
	margin-left: 5px;
}

* html #side {
	width: 25%;
	margin-left: 0px;
}

#side ul {
	margin-left: 0; 
	padding-left: 20px;
}

#side ul li {
	list-style: none;
	margin-left: -2em;
	padding-left: 12px;
	background: url(images/li_icon.gif) no-repeat left top;	
}

#footer {
	color: #FFFFFF;
	padding: 5px;
	background-color: #999;
	text-align: center;
	clear: both;
	width: auto;
}

* html #footer {
	width: 760px;
}


/*　見出し　*/
h1 {
	font-size: small;
	line-height: 1.2;
	color: #6987EF;
	padding: 3px;
	font-weight: normal;
	text-align: center;
}

h2 {
	margin: 0;
	font-size: 1.2em;
	clear: both;
}

.post h2 {
	border-bottom: 3px double #999;
	/*margin: 1em 0 0 0;*/
	padding: 1em 0 0 2em;
	background: url(images/entry_logo.gif) no-repeat left bottom;
}

.post h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.1em;
	padding-top: 0.5em;
	padding-left: 1em;
	margin: 2em 0 1em 0;
	border-bottom: 1px dotted #CCC;
	border-left: 10px solid #36C;
	background-color: #ECEFF2;
	clear: both;
}

h3#similar {
	font-size: 1.1em;
	padding-left: 0.5em;
	margin: 2em 0 1em 0;
	border-left: 10px solid #F5999D;
	border-bottom: 1px dotted #999;
	line-height: 1.4;
	background-color: #FFF;
}

h4 {
	font-size: 13px;
	border-bottom: 3px double #CCC;
	width: 80%;
	clear: both;
	margin-bottom: 1em;
}

/* 各セクションごと設定　*/
.navigation {
	font-size: small;
}

/*　サイドバー　*/
.BlockContent-body ul{
	margin: 0px;
}
.BlockContent-body li{
	line-height: 1.4em;
	margin-bottom: 0.6em;
	font-size: 12px;
}

.BlockHeader {
	height: 30px;
	z-index: 0;
	line-height: 30px;
	padding: 0 10px 0 3em;
	margin-bottom: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #104570 url(images/sideh.gif) no-repeat left top;
}

* html .BlockHeader {
  zoom: 1;
}

.BlockContent-body {
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0.5em;
	text-align: left;
	color: #2A343C;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;  
	text-decoration: none;
}

/*　とりあえず残しとく　*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 4px 5px;
	margin: 0;
}

/*　コメントエリア　*/
.comment {
	padding: 0.5em;
	width: 95%;
	border: 3px solid #ACACAC;
}

.comment ol.commentlist li {
	background-color: #EDEFFF;
}

div.comment_text {
	font-size: 0.85em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.comment_text p {
	margin-bottom: 1em;
}


.comment ol li {
	list-style: none;
}

/*.comment p {
	margin-left: 1.5em;
}*/

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

/*　その他の細かい設定　*/
.entry {
	overflow: hidden;
}

.entry p {
	margin: 1em 0 2em 0;
}

.post p {
	line-height: 1.6;
	margin-bottom: 2em;
}

.textwidget p {
	line-height: 1.6;
	margin-bottom: 1em;
}

img.bnr {
	margin-bottom: 0.5em;
	padding: 1px;
	border: 1px solid #999;
}

a.more-link {
	font-size: 1.2em;
	font-weight: bold;
}

blockquote {
	font-size: 0.9em;
	font-style: italic;
	color: #333;
	background-color: #EAF0F4;
	border: 2px solid #999;
	margin: 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
	line-height: 1.2;
	width: 90%;
}

.postdate{
	text-align: right;
	line-height: 1.5em;
	font-size: 0.8em;
}

.entry em {
	font-style: normal;
	font-weight: bold;
	background: url(images/em_bg.png) repeat-x left bottom;
}

.entry strong {
	background: url(images/strong_bg.png) repeat-x left bottom;
}

.entry ul,.entry ol {
	margin-bottom: 1.5em;
}

.entry ul li {
	list-style: disc outside;
	margin: 0 0 0.8em 2em;
}

.entry ol li {
	list-style: decimal outside;
	margin: 0 0 0.8em 2em;
}

ul.similar-posts {
	margin: 0 0 0 1em;
}

ul.similar-posts li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 12px;
	background: url(images/li_icon.gif) no-repeat left top;	
	line-height: 1.4;
}

p.postmetadata{
	font-size: small;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.space {
	margin-bottom: 5em;
}

/*　アイキャッチ画像　*/
.attachment-post-thumbnail {
	background: url(images/bg.gif) repeat;
	padding: 10px;
	margin: 10px 0;
}


/* コメント欄下の注意書き　*/

#commentform ul {
	margin: 1em 1em 1em 2em;
}

#commentform li {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

/*横型カレンダー*/

#wp-calendar-horizontal {
    margin : 0;
    padding : 3px 0;
    text-align : center;
	font-size: 13px;
}
#wp-calendar-horizontal a {
	font-weight: bold;
}
#wp-calendar-horizontal a:hover {
    text-decoration : underline;
}
#wp-calendar-horizontal .saturday,
#wp-calendar-horizontal .saturday a {
	color : #06C;
}
#wp-calendar-horizontal .sunday,
#wp-calendar-horizontal .sunday a {
    color : #ff0000;
}
#wp-calendar-horizontal #today {
	font-weight: bold;
	border : 1px solid #FFF;
	background: #FFC;
}
#wp-calendar-horizontal #cal-month{
	font-weight: bold;
	color: #036;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right: 6px;
	/*float: right;*/
	line-height: 110%;
	font-size: 0.85em;
	text-indent: 0;
}
.photo img {
	background-color: #DDD;
	margin: 5px;
	padding: 5px;
	border: 1px solid #999;
}
.photo-end {
	clear: both;
}
/* ---------- */