@charset "EUC-JP";



/* 全体的な設定lammban
------------------------------------------------------------ */

html{
scrollbar-face-color:black;
scrollbar-track-color:black;
scrollbar-arrow-color:pink;
scrollbar-3dlight-color:black;
scrollbar-highlight-color:black;
scrollbar-shadow-color:black;
scrollbar-darkshadow-color:black;
}



	*:before,
	*:after {
		content : "";
	}


	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

	body {
		color : black;				
		background-color : #fff;				
		text-align : center;					
		line-height : 1.5;					
		voice-family : "\"}\"";	/* おまじない */
		voice-family : inherit;	/* おまじない */
		font-size : 10px ;			
	}

	html>body {
		font-size : 10px ;			/* Opera用の文字サイズ */
	}

	textarea {
		width : 90%;
	}


/* リンクの設定
------------------------------------------------------------ */

	a {
		text-decoration : none;	
                                font-size:10px;
	}

	a:link {
		color : black;
	}

	a:visited {
		color : black ;
	}

	a:hover {
		color : black;
                  border-bottom:1px black solid;
	}


	a:active {
		color : black ;
	}


	a img {
		border-style : none;				         border-width : 0px;			
		text-decoration : none;		
	}



/* レイアウト用ブロックの設定
------------------------------------------------------------ */


	div#container {
		width : 650px;				
		margin-left : auto;
		margin-right : auto;
		background-color : transparent;
		text-align : left;						}

	/* タイトル部分 */

	div#branding {
		width : 650px;				
		height : 101px;				
		background : url("http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_title.png") top left no-repeat;
	}

	div.column {
		margin : 15px 0;
	}

	/* 回り込み */

	div#wrapper {
		float : left;
		width : 650px;					
	}

	/* 本文部分ブロック */
	/* IEは正しくCSSの幅・高さを解釈出来ませんのでそのままではレイアウトが崩れます */
	/* 正しく解釈出来るようにボックスモデルハックと呼ばれるおまじないを施します */

	div#primary-column {
		float : right;						
		width : 440px;						/* 古いIE用の幅（コンテンツ幅＋ボーダー幅＋左右パディングの幅） */
		padding : 10px;					/* パディング */
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		width : 440px;						/* CSSを正しく解釈出来るブラウザ用のコンテンツ幅 */
	}


#leftside{
	float:left;
	margin:0px 0px 0px 0px;
	padding:15px;
	background:transparent;
	text-align:left;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:150px;
         background-image : url("http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_back1.png");
         background-position: 100% 0%;
         background-repeat: repeat-y;
         height:100%;
}


html>body leftside{
	width:150px;
}

	/* 著作表示ブロック */

	div#siteinfo-legal {
		clear : both;						/* 回り込みを解除 */
	}



/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

	/* タイトル */

	div#branding h1 a {
		padding : 0 15px;
		font-size : 12px;	
		font-weight : bold;							voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */				
	}

	html>body div#branding h1 {
		font-size : 12px;					}

	/* サイトの説明 */

	div#branding p {
		padding : 0 10px;
		font-size : 10px;
                                color:pink;			
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
	}

	html>body div#branding p {
		font-size :10px;					/* Opera用の文字サイズ */
	}



/* Primary-Columnの設定
------------------------------------------------------------ */

         div#primary-column{filter:DropShadow(color=pink,offX=1,offY=1);	}

	/* ページ移動用ナビゲーション */

	p.prev-next-navi {
		margin-bottom : 20px;
		text-align : center;
	}

	/* 各記事毎のブロック */
	/*

        *-------------+
        |             |
        |             |
        |   section   |
        |             |
        |             |
        +-------------+

        *-------------+
        |             |
        |             |
        |   section   |
        |             |
        |             |
        +-------------+

        
        +-+- section
        | |
        | +-+- h2（タイトル）
        |   |
        |   +-+- 記事
        |     |
        |     +- 段落
        |
        +-+- section
        | |
        | +-+- h2（タイトル）

        各記事はこのようにブロックで記事毎に階層が分けられています */

	div.section {
		margin-bottom : 30px;				/* 記事と記事の間隔 */
	}

	/* 記事のタイトル部分 */

	div.section h2 {
		margin-bottom : 10px;
                  padding-bottom:5px;
		border-bottom : 1px solid black;
		voice-family : "\"}\"";				/* おまじない */
		voice-family : inherit;				/* おまじない */
		font-size : 10px;	
	         font-weight:bolder;				
	}

	html>body div.section h2 {
		font-size : medium;					/* Opera用の文字サイズ */
	}

	/* 段落の設定 */

	div.section p {
		margin : 1em 0;						/* 上下1行分空ける */
	}

	/* 記事本体部分 */

	div.entry-body {
		padding : 0 10px;
　　　　　　　　　font-size:10px;
	}

	/* 追記部分 */

	p.entry-more {
		padding : 25px 15px 15px 0;
		text-align : right;
	}

	/* フッター部分（コメントやトラックバックなど） */

	div.section ul.entry-footer {
		padding : 20px 5px 5px 5px;
		list-style-position : inside;
	}

	div.section ul.entry-footer li {
		display : inline;
		list-style-type : none;
		list-style-image:url(http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_li.gif);
	}

	.emoji{
		vertical-align:middle;
		border:0;
	}

/* コメント部分の設定
------------------------------------------------------------ */

	/* コメントフォーム */

	div#primary-column form {
		padding : 0 10px;
	}

	/* 管理者だけにコメント */

	input#himitu {
		margin-right : 0.5em;
	}

	/* コメントフォームのボタン */

	p.form-btn {
		margin-top : 20px;
	}

	/* コメントトップ */

	h3#comment-top {
		margin : 15px 0 10px 0;
		padding : 0 15px;
                  font-size:10px;
                  border-bottom:1px solid black;
                  font-weight:bolder;
	}

	h3.comment-post,
	h3.comment-edit {
		padding : 0 15px;
                  font-size:10px;
                  font-weight:bolder;
	}

	/* コメントのタイトル */

	h4.comment-header {
		margin-bottom : 10px;
		padding : 0 10px;	
        	/* 枠線 */
                  font-size:10px;
                  font-weight:bolder;
	}

	/* コメント本文 */

	div.comment-body {
		padding : 0 10px;
                  font-size:10px;
	}

	/* コメントフッター */

	ul.comment-footer {
		padding : 10px 10px 10px 10px;
	}

	ul.comment-footer li {
		display : inline;
		list-style-image:url(http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_li.gif);

	}




/* トラックバック部分の設定
------------------------------------------------------------ */

	/* トラックバックトップ */

	h3#trackback-top {
		margin : 15px 0;
                  border-bottom:1px solid black;
　　　　　　　　　font-size:10px;
	}

	/* トラックバックURI */

	p.trackback-uri {
		margin-bottom : 15px;
		padding : 0.2em 0.5em;
		border : 1px solid black;
	}

	/* トラックバックのタイトル */

	h4.trackback-header {
		margin-bottom : 10px;
		padding : 0 10px;
                  font-size:10px;
                  font-weight:bold;
	}

	/* トラックバック先の概要 */

	div.trackback-excerpt {
		padding : 0 10px;
		background : transparent;
	}

	/* トラックバックフッター */

	ul.trackback-footer {
		padding : 10px 10px 15px 10px;
		display : inline;
		list-style-type : none;
	}

	ul.trackback-footer li {
		display : inline;
		list-style-type : none;
		list-style-image:url(http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_li.gif);
	}



/* leftsideの設定 (左側のプラグイン部分)
------------------------------------------------------------ */
h4.sidetitle{
	margin:0px;
	padding:18px 0px 3px 15px;
	color:pink;
	border-bottom:solid 1px pink;
	font-size:10px;
	line-height:16px;
	font-weight:bold;				
	text-align : center;				
	voice-family : "\"}\"";				
	voice-family : inherit;			
	}

	html>div#secondary-column h2 {
		font-size : small;					/* Opera用の文字サイズ */
	}


.sidebody{
	margin:5px 0px 10px 0px;
	padding:0px 0px 0px 15px;
	font-size:10px;
	line-height:14px;
         color:pink;
}

.sidebody input {
         background:transparent;
         border:1px solid pink;
         color:pink;
         font-size:10px;
}

.sidebody textarea {
         background:transparent;
         border:1px solid pink;
         color:pink;
         font-size:10px;
}

         .sidebody a:link   { color:pink; }
         .sidebody a:active { color:pink; }
         .sidebody a:visited{ color:pink; }
         .sidebody a:hover  { color:pink; border-bottom:1px solid pink; }

         .cm_font { color:pink; font-weight:bold; text-align:center; }

         .cm_font a:link   { color:pink;  font-weight:bold;}
         .cm_font a:active { color:pink;  font-weight:bold;}
         .cm_font a:visited{ color:pink;  font-weight:bold;}
         .cm_font a:hover  { color:pink; border-bottom:1px solid pink;  font-weight:bold;}

	/* アーカイブ関連のリスト表示設定 */
	/* リスト表示を非表示にしたい場合はlist-style-typeにnoneを設定して下さい */
	/* 画像を使いたい場合はlist-style-imageを追加して下さい */

	/* 例 */

	/* list-style-type : none; */
	/* list-style-image : url("画像のパス"); */

ul{
	margin:5px 0px 15px 15px;
	padding:0px;
}
 li{
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 6px;
	font-size:10px;
	line-height:15px;
 　　　  list-style-image : url("http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_li.png");
}



/* カレンダー部分の設定
------------------------------------------------------------ */

	/* カレンダー表示用のテーブル設定 */

	.plugin-calender {
		width : 100%;	
			/* 幅 */
		border-collapse : collapse;		
/* 値の入っていないセルも表示する */
		font-size : 10px;			
/* 古いIEの文字サイズ */
		voice-family : "\"}\"";			/* おまじない */
		voice-family : inherit;			/* おまじない */
		font-size : 10px;				/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
	}

	html>	.plugin-calender {
		font-size : 10px;				/* Opera用の文字サイズ */
	}

	/* カレンダー見出（前月・当月・次月などのリンク部分） */

		.plugin-calender caption {
		margin-bottom : 10px;
	}

	/* カレンダーのセル見出（曜日表示部分） */

		.plugin-calender th {
		padding : 0.1em;
		text-align : center;
	}

	/* カレンダーのセル部分（日付表示部分） */

		.plugin-calender td {
		padding : 0.1em;
		text-align : center;
	}

	/* カレンダーリンク部分（記事を書いた日） */

		.plugin-calender td a {
		display : block;
		text-decoration : none;
                  font-weight:bold;
                  color:pink;
                  border-bottom:1px solid pink;
	}


		.plugin-calender td a:hover {
		display : block;
                  color:pink;
                  font-weight:bold;
	}


/* フッター部分の設定
------------------------------------------------------------ */

	div#siteinfo-legal {
                  height:100px;
		text-align : center;			/* センタリング */
                   color:pink;				
		 background : url("http://blog-imgs-27.fc2.com/f/l/y/flysky/kino_foot.png") bottom left no-repeat;
	}

         .foo_font a:link   { color:pink; }
         .foo_font a:active { color:pink; }
         .foo_font a:visited{ color:pink; }
         .foo_font a:hover  { color:pink; border-bottom:1px solid pink; }


/* 強調の設定
------------------------------------------------------------ */

	/* 強調 */

	em {
		font-style : italic;				/* 斜体 */
	}

	/* より強い強調 */

	strong {
		font-weight : bold;					/* 文字を太字にする */
	}



/* 引用の設定
------------------------------------------------------------ */

	/* 背景に画像を使用したい場合はbackground-colorをbackgroundに修正してお使い下さい */

	/* 書式・例 */

	/* background : url("画像のパス") 画像の表示位置 繰り返し指定; */
	/* background : url("hoge.gif") top left repeat; */

	blockquote {
		width : 300px;						/* 幅 */
		margin : 20px 0 20px 50px;			/* マージン */
		padding : 0.5em;					/* パディング */
		border : 1px solid black;			/* 枠の色と線種 */
	}



/* コード
------------------------------------------------------------ */

	/* 記事中にプログラムコードなどを書く時に使います */
	/* プロポーショナルフォントではなく等幅フォントを指定すると良いでしょう */



	div.section pre {
		margin : 1em auto;
		padding : 0.5em;
		border : 1px solid #633;
		font-family : sans-serif;
		overflow : auto;
		width : 90%;						/* pre element clearing bug in WinIE  */
	}

	/* for without MacIE5 \*/

	div.section pre {
		overflow : scroll;					/* MacIE用バグ対応 */
	}/* */

	div.section > pre {
		width : auto;						/* MacIE用バグ対応 */
	}

	div.section code {
		font-family : monospace;			/* 等幅フォントを指定 */
	}



/* Mac版IEの文字化け対策
------------------------------------------------------------ */

	/* マック版IEでは表示できるフォントを指定しないと文字化けを起こしますので通常は削除しないで下さい */

	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;
	}


textarea,input{
color:black;
border:1px solid black;
font-size:10px;
background:transparent;
}