/**************************************************************

ダウンロードしていただき、ありがとうございます(*^_^*)

★テンプレートをお使いの前に、当ブログのテンプレート利用規約をお読み下さい。
★不具合の報告・質問等は当ブログにてお願いします。

［TENTEN★くらぶ］
ブログ：http://zuttoissyodayo2.blog85.fc2.com/

******************************************************AYU*****/

@charset "EUC-JP";

/*********************************** 全体的な設定lammban ***A*/

/* contentプロパティの初期化 */

*:before,
*:after {
	content : "";
}

/** 全体的なマージン・パディング・フォントスタイル等の初期化 */

* {
	margin : 0;
	padding : 0;
}

body {
	color : #454a56;
	background : url("http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d02.gif") top left repeat;
	background-color : #c2d0de;
	text-align : center;
	line-height : 1.5;
	font-size : x-small !important;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
}

html>body {
	font-size : small !important;
}

textarea {
	width : 90%;
}

/* スクロールバーの色 */
html{
         scrollbar-face-color : #c2d0de;
         scrollbar-highlight-color : #ecf0f4;
         scrollbar-shadow-color : #ecf0f4;
         scrollbar-3dlight-color : #c2d0de;
         scrollbar-arrow-color : #ecf0f4;
         scrollbar-darkshadow-color : #c2d0de;
}

/****************************************** リンクの設定 ***A*/

/* リンクの設定 */
a {text-decoration : none;}
a:link {color : #454a56 !important;}
a:visited {color : #454a56 !important;}
a:hover {color : #c2d0de!important;}
a:active {color : #454a56 !important;}

/* 画像 */
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}

/**************************** レイアウト用ブロックの設定 ***A*/

/* 全体の大枠 */
div#container {
	width : 850px;
	margin : 0px auto;
	background-color : #transparent;
	text-align : center;
}

/* タイトル部分 */
div#branding {
	width : 850px;
	height : 300px;
	background : url("http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d01.jpg") top center no-repeat;
        margin : 15px 0px 10px 0px;
        text-align : left;
}

div.column {
	margin : 0px 0;	/* タイトル部分と記事、記事部分とフッター部分の間隔 */
}

/* primary-columnとsecondary-columnの回り込み */
div#wrapper {
         background-color : #ecf0f4;
	float : left;		
	width : 850px;
         border-right : 5px solid #ffffff;
	border-left : 5px solid #ffffff;
}

/* 横カレンダー */
.line-calender {
         text-align : center; 
         font-family : Georgia,Helvetica, Arial,sans-serif; 
         font-size : 12px; 
         color : #727a8d; 
         background-color : #c2d0de; 
         padding : 2px 0;
         margin : 15px auto;
}

.day {
         margin : 0 2px;
}

/* 横カレンダーのリンク色 */
.line-calender a {
        text-decoration:none;
        font-weight:bold;
        color:#454a56 !important;
}

.line-calender a:link,
.line-calender a:visited,
.line-calender a:active {
        text-decoration:none;
        font-weight:bold;
        color:#454a56 !important;
}

.line-calender a:hover {
        color: #993333 !important;
        text-decoration:none;
}

/* 本文部分ブロック */
div#primary-column {
	float : left;		
	width : 500px;
	padding : 0px 10px 15px 30px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 500px;
}

html>body div#primary-column {
	width : 500px;
}

/* アーカイブ関連ブロック */
div#secondary-column {
	float : right;
	width : 260px;
	padding : 0px 30px 15px 10px;
}

/* 著作表示ブロック */
div#siteinfo-legal {
	clear : both;
	margin : 0 0px;
}

/********************** タイトル・サイトの説明部分の設定 ***A*/

/* タイトル名 */
div#branding h1 {
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
	font-weight : normal;	
	voice-family : "\"}\"";		
	voice-family : inherit;		
	font-size : x-large;	
         padding-top : 120px;
         padding-left : 35px;
         padding-right : 400px;
	font-size : xx-large;
	text-align : left;	
}

html>body div#branding h1 {
	font-size : xx-large;
}

/* サイトの説明文 */
div#branding p {
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
	font-weight : normal;
         color : #c2d0de;
         padding-left : 40px;
         padding-right : 400px;
         padding-top : 5px;
         padding-bottom : 5px;
	font-size : x-small;	
	voice-family : "\"}\"";		
	voice-family : inherit;
	font-size : small;
	text-align : left;
}

html>body div#branding p {
	font-size : medium;
}

/********************************* Primary-Columnの設定 ***A*/ 

/* ページ移動用ナビゲーション */
p.prev-next-navi {
	margin : 15px 0px 20px 0px;
	text-align : center;
}

div.section {
	width : 500px;
         padding-top : 0px;
	margin-bottom : 25px;
	border : 2px solid #c2d0de;
}

/* 記事のタイトル部分 */
div.entry-header {
         margin : 10px 7px 2px 7px;
         height : 30px;
         width : 486px;
         text-align : left;
         background-image : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d04.gif) ;
         background-repeat : no-repeat;
         background-position : top center;
}

div.section h2 {
	font-weight : normal;
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
         text-align : left;
	padding : 5px 20px 0px 45px;
	font-size : small;	 
	voice-family : "\"}\"";	
	voice-family : inherit;
	font-size : medium;
}

html>body div.section h2 {
	font-size : medium;
}

/* 段落の設定 */
div.section p {
	margin : 1.5em 0 0 0;
}

/* 記事日付 */ 
div.entry-date {
	font-size : 10pt;
	font-weight : normal;
         padding : 0px 15px 0px 0px;
	text-align : right;
}

/* 記事本体部分 */
div.entry-body {
         color : #727a8d;
	padding : 7px 7px 7px 7px;
	margin : 0px 8px 8px 8px;
         line-height : 20px;
	text-align : left;
	background-color : #f4f7f9;	
}

div.entry-body a:link {color : #993333 !important;}
div.entry-body a:visited {color : #993333 !important;}
div.entry-body a:hover {color : #c2d0de !important;}
div.entry-body a:active {color : #993333 !important;}


/* 追記部分 */
p.entry-more {
	padding : 1px 15px 0 0;
	text-align : right;
}

/* 記事フッター部分 */
.entry_footer {
         text-align : center; 
         font-size : 12px; 
         line-height : 1.2; 
	background : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d07.gif) 
center top no-repeat;
         margin : 5px 7px 10px 7px;
         padding : 5px;
}

/* 絵文字 */
.emoji{
        border : 0px; 
　　　　vertical-align:middle;
        margin : 2px 0px 0px 0px;
}

/************************************ コメント部分の設定 ***A*/

/* コメント枠 */
div.section2 {
	margin-bottom : 0px;
	width : 500px;
}

/* コメントフォーム */
div#primary-column form {
	padding : 0 10px 0 10px;
	text-align : left;
}

/* 管理者だけにコメント */
input#himitu {
	margin-right : 0.5em;
}

/* コメントフォームのボタン */
p.form-btn {
	height : 25px;
	margin-top : 5px;
	margin-bottom : 10px;
	text-align : center;
	padding : 0px 0px 0px 0px;
	background : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d07.gif) left top no-repeat;
}

/* コメントトップ */
h3#comment-top {
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
         margin : 10px 7px 2px 7px;
	padding : 5px 20px 0px 45px;
         height : 30px;
	font-size : 13pt;
         text-align : left;
	font-weight : normal;
         background-image : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d04.gif) ;
         background-repeat : no-repeat;
         background-position : top center;
	voice-family : "\"}\"";
	voice-family : inherit;
}

.comment-area {
         margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 2px solid #c2d0de;
	width : 500px;
}

.comment-area2 {
	padding : 10px 10px 10px 10px;
}

h3.comment-post,
h3.comment-edit {
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
         margin : 10px 7px 2px 7px;
	padding : 5px 20px 0px 45px;
         height : 30px;
	font-size : 13pt;
         text-align : left;
	font-weight : normal;
         background-image : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d04.gif) ;
         background-repeat : no-repeat;
         background-position : top center;
	voice-family : "\"}\"";
	voice-family : inherit;
}

/* コメントのタイトル */
h4.comment-header {
	height : 20px;
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
	padding : 3px 10px 0px 20px;
	font-weight : normal;
	text-align : left;
	background : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d08.gif) no-repeat center;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}

/* コメント本文 */
div.comment-body {
	padding : 10px 15px;
         color : #727a8d;
	text-align : left;
}

/* コメントフッター */
ul.comment-footer {
         margin-top : 0px;
	text-align : right;
	margin-bottom : 0px;
	padding : 10px 20px 10px 10px;
}

ul.comment-footer li {
	text-align : right;
	display : inline;
	list-style-type : none;
}

dd{
         scrollbar-face-color : #c2d0de;
         scrollbar-highlight-color : #ecf0f4;
         scrollbar-shadow-color : #ecf0f4;
         scrollbar-3dlight-color : #c2d0de;
         scrollbar-arrow-color : #ecf0f4;
         scrollbar-darkshadow-color : #c2d0de;
}

input {
         background-color : #ecf0f4;
 	border : 2px solid #c2d0de;
	color : #727a8d;
}

textarea {
         background-color : #ecf0f4;
	border : 2px solid #c2d0de;
	color : #727a8d;
}

/***************************** トラックバック部分の設定 ***A*/

.trackback_table{
	width : 500px;
         margin-top : 25px;
	margin-bottom : 25px;
      　 padding-bottom : 10px; 
	border : 2px solid #c2d0de;
}

/* トラックバックタイトル */
.trackback_header {
         margin : 10px 7px 2px 7px;
         height : 30px;
         width : 486px;
         text-align : left;
         background-image : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d04.gif) ;
         background-repeat : no-repeat;
         background-position : top center;
}

.trackback_headertitle {
	font-weight : normal;
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
         text-align : left;
	padding : 5px 20px 0px 45px;
	font-size : 13pt;
	voice-family : "\"}\"";	
	voice-family : inherit;
}

/* トラックバックURI */
h5 {
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
         margin : 10px 7px 2px 7px;
	padding : 2px 20px 0px 20px;
         text-align : left;
	font-weight : normal;
         background-image : url(http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d08.gif) ;
         background-repeat : no-repeat;
         background-position : top center;
	font-size : x-small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
}

.trackback_top {
         margin-bottom : 20px;
	padding : 5px 30px 0px 30px;
	text-align : left;
	line-height : 150%;
}

/* トラックバックのタイトル */
.trackback_title{
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
	text-align : left;
	font-weight : normal;
	margin : 20px 0px 0px 0px;
	padding : 0px 25px 0px 20px;
        background : url("http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d08.gif") top center no-repeat;
}

/* トラックバック先の概要 */
.trackback_text {
	text-align : left;
	margin : 5px 25px 10px 25px;
	line-height : 150%;
}

/* トラックバックフッター */
.trackback_footer {
	text-align : right;
	margin-bottom : 5px;
	padding : 0px 25px 5px 20px;
	line-height : 150%;
}

/******************************** Secondary-Columnの設定 ***A*/

/* メニュータイトル背景 */
div.plugin_header {
	height : 30px;
	width : 260px;
	margin : 0px 0px 0px 0px;
	background : url("http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d03.gif") top left no-repeat;
}

/* メニュータイトル */
div.plugin_title {
	font-weight : normal;
	padding : 5px 20px 0px 35px;
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体",Osaka;
	font-size : 11pt;
	text-align : left;
	voice-family : "\"}\"";
	voice-family : inherit;
}

html>div.plugin_title {
	font-size : small;
}


/* メニュー本文 */
div.plugin_body {
         color : #727a8d;
	/*width : 250px;*/
	margin : 0;
	text-align : left;
	padding : 10px 20px 10px 35px;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
}

html>div.plugin_body {
	font-size : small;
}

div#secondary-column ul {
	margin : 0 0px;
	list-style-position : outside;
}

p.plugin-freearea {
	margin : 5px -0px 5px -15px;
}

p.plugin-myimage {
	margin : 5px 2px 5px -10px;
}

div.plugin-counter {
	margin : 5px 2px 5px -10px;
}

p.plugin-search {
	margin : 5px 2px 5px -13px;
}

/********************************** カレンダー部分の設定 ***A*/

div.plugin-calender {
	margin : 5px 2px 5px -10px;
	border : 2px solid #c2d0de;
	padding : 10px 10px 10px 10px;

}

/* カレンダー表示用のテーブル設定 */
table.calender {
         color : #727a8d;
	width : 98%;		
	border-collapse : collapse;
	font-size : small;	         
	voice-family : "\"}\"";	
	voice-family : inherit;	
         text-align : center;
}

html>table.calendar {
	font-size : small;	
}

/* カレンダー見出（前月・当月・次月などのリンク部分） */
.plugin-calender caption {
	margin-bottom : 10px;
	border-bottom : 2px solid #c2d0de;
}

/* カレンダーのセル見出（曜日表示部分） */
.plugin-calender th {
	text-align : center;
}

/* カレンダーのセル部分（日付表示部分） */
.plugin-calender td {
	text-align : center;
}

/* カレンダーリンク部分（記事を書いた日） */
.plugin-calender td a {
	display : block;
	background : url("http://blog-imgs-12-origin.fc2.com/z/u/t/zuttoissyodayo2/11-d05.gif") center center no-repeat;
	text-align : center;
         font-weight : bold;
}

/* 日曜日 */
th#sun {
	color : #ff2222;
}

/* 土曜日 */
th#sat {
	color : #2996cc;
}

/************************************ フッター部分の設定 ***A*/

div#siteinfo-legal p {
	width : 500px;
	/*padding: 0px 15px 0px 15px;*/
	text-align : center;
	border : 1px solid　#c2d0de; 
}

/******************************************** 強調の設定 ***A*/

/* 強調 */
em {
	font-style : italic;
}	

/* より強い強調 */
strong {
	font-weight : bold;
}
  
/******************************************** 引用の設定 ***A*/

blockquote {
	width : 94%;		     
	margin : 0em;		     
	padding : 0.7em;
	text-align : left;
         color : #454a56;;
	border : 3px solid #ffffff;  
	background-color : #ecf0f4; 
         line-height : 20px;   
}

/************************************************ コード ***A*/

div.section pre {
	margin : 1em auto;
	padding : 0.5em;
	border : 1px solid #727a8d;
	font-family : sans-serif;
	overflow : auto;
	width : 90%;     
}

div.section pre {
	overflow : scroll;
}

div.section > pre {
	width : auto;
}

div.section code {
	font-family : monospace;
}

/********************************* Mac版IEの文字化け対策 ***A*/

textarea,input,select {
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
}