@charset "EUC-JP";



/* 全体的な設定
------------------------------------------------------------ */

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

	body {
		color : #9F9E9E;
		background : #000;	
		text-align : center;
		line-height : 1.5;	
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;	
		font-family:verdana,"ＭＳ Ｐゴシック",osaka,sans-serif;
	}

	html>body {
		font-size : small;	
	}

	textarea {
		width : 90%;
	}

	/* 絵文字 */
	
	.emoji{
		vertical-align:middle;
		border:0;
	}



/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;
	}
	a:link {
		color :#DE7C0F;
	}
	a:visited {
		color :#C1800E;
	}
	a:hover {
		color :#D76316;
	}
	a:active {
		color :#D76316;
	}
	a img {
		border-style : none;
		border-width : 0px;
		text-decoration : none;
	}



/* 強調の設定
------------------------------------------------------------ */

	/* 強調 */

	em {
		font-style : italic;
	}

	/* より強い強調 */

	strong {
		font-weight : bold;
	}



/* リストの設定
------------------------------------------------------------ */

	/* リスト・要素 */

	ul, ol, li, dl, dt, dd {
		list-style: none;
	}



/* 引用の設定
------------------------------------------------------------ */

	blockquote {
		width : auto;
		margin : 10px 20px;
		padding : 0.5em;
		border : 1px solid #DF7E0E;
	}



/* コード
------------------------------------------------------------ */

	div.main_body pre {
		margin : 1em auto;
		padding : 0.5em;
		border : 1px dotted #333;
		font-family : sans-serif;
		overflow : auto;
		width : 90%;						/* pre element clearing bug in WinIE  */
	}
	/* for without MacIE5 \*/
	div.main_body pre {
		overflow : scroll;	
	}/* */
	div.main_body > pre {
		width : auto;
	}
	div.main_body code {
		font-family : monospace;
	}



/* Mac版IEの文字化け対策
------------------------------------------------------------ */

	textarea,input,select {
		font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
	}



/* レイアウト用ブロックの設定
------------------------------------------------------------ */

	div#container {
		width : 800px;
		margin-left : auto;
		margin-right : auto;
		background-color : #000;
		text-align : left;	
	}

	/* タイトル部分 */
	div#header {
		width : 800px;
		height : 170px;
		padding-top:20px;
		background : url(http://templates.blog.fc2.com/template/flying_night/flying_night_header.gif) no-repeat;
	}

	div.main {
		margin : 10px 0;
	}

	/* blog_contentとleftの回り込み */

	div#wrapper {
	float : left;
	width : 620px;
	}

	div#blog_content {
	float : right;
	width : 400px;
	padding : 0 20px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 400px;
	overflow: hidden;
	}

	html>body div#blog_content {
		width : 400px;						/* Opera用のコンテンツ幅 */
	}

	/* 左カラムのサイドメニューブロック */

	div#sidemenu1{
	float : left;
	width : 180px;
	overflow: hidden;
	}

	/* 右カラムのサイドメニューブロック */

	div#sidemenu2 {
	float : left;
	width : 180px;
	overflow: hidden;
	}

	/* 著作表示ブロック */

	div#footer {
		clear : both;
		margin : 0 10px;
		background: url(http://templates.blog.fc2.com/template/flying_night/flying_night_footer.gif) center bottom no-repeat;
		font-size:10px;
		padding-top:30px;
		height:80px;
	}



/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

	/* タイトル */

	div#header h1 a {
		padding : 10px;
		font-size : large;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-large;
	}
	html>body div#header h1 {
		font-size : x-large;
	}

	/* サイトの説明 */

	div#header p {
		padding : 0 10px;
		font-size : x-small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;	
	}

	html>body div#header p {
		font-size : small;
	}



/* blog_contentの設定
------------------------------------------------------------ */

	/* ページ移動用ナビゲーション */

	p.prev-next-navi {
		margin-bottom : 20px;
		text-align : center;
	}

	/* 各記事毎のブロック */

	div.main_body {
		margin-bottom : 15px;
	}

	/* 記事のタイトル部分 */

	div.main_body h2.entry_header {
		margin-bottom : 10px;
		padding-left:40px;
		height:30px;
		line-height:30px;
		font-size : small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : medium;
		background:url(http://templates.blog.fc2.com/template/flying_night/flying_night_title.gif) left center no-repeat;
		color:#D76316;
	}

	html>body div.main_body h2.entry_header {
		font-size : medium;
	}

	/* 段落の設定 */

	div.main_body p {
		margin : 1em 0;
	}

	/* 記事本体部分 */

	div.entry_body {
		padding : 0px 10px 10px;
	}

	/* 追記部分 */

	div.entry_body p.entry_more {
		padding: 15px 15px 15px 0px;
		margin: 0px;
	}

	/* 記事中に使われたタグのリンクリスト */
	
	div.entry_body p.tag_lnk {
		margin: 0px;
	}

	
	/* 記事の投稿先テーマ・ジャンル */

	div.entry_body p.theme {
		margin: 10px 0px 0px;
	}

	/* clap + bookmark */
	div.fc2_footer {
		margin-top: 10px;
	}

	/* フッター部分（コメントやトラックバックなど） */

	div.main_body ul.entry_footer {
		padding : 15px 10px 15px 10px;
		list-style-position : inside;
		text-align: right;
		font-size:10px;
	}

	div.main_body ul.entry_footer li {
		display : inline;
		list-style-type : none;
	}

	/* 全記事表示・検索結果表示の時の日付部分 */
	
	div.entry_body span.state {
		font-size: 90%;
	}

	/* コメント・トラバ見出し */

	p.sub_header {
		margin : 15px 0px 10px;
		padding-left:50px;
		height:30px;
		line-height:30px;
		font-size : small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : medium;
		background:url(http://templates.blog.fc2.com/template/flying_night/flying_night_sub.gif) left center no-repeat;
		color:#D76316;
		letter-spacing:2px;
		font-weight:bold;
	}

	/* ページ移動用ナビゲーション */

	div.page_navi {
		margin-bottom : 20px;
		text-align : center;
	}
	
	/* ページトップへのリンク */
	
	div.pagetop {
		text-align: right;
		margin-bottom: 25px;
	}



/* Entry (html tag)
------------------------------------------------------------ */

	div.entry_body h2,
	div.entry_body h3,
	div.entry_body h4,
	div.entry_body h5,
	div.entry_body h6 {
		margin: 0em 0em 0.5em;
	}

	div.entry_body p {
		margin: 0.3em 1em;
	}

	div.entry_body ul,
	div.entry_body ol {
		margin: 1em 0em 1em;
	}

	div.entry_body ul li {
		list-style: disc outside;
		margin-left: 15px;
	}

	div.entry_body ol li {
		list-style: decimal outside;
		margin-left: 2em;
	}

	div.entry_body dl {
		margin: 1em 1.5em;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		padding: 1em 1em 0em;
	}

	div.entry_body dt {
		font-weight: bold;
		margin-bottom: 0.5em;
		padding-bottom: 2px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}

	div.entry_body dd {
		margin: 0em 1em 1em;
	}



/* コメント・トラックバック部分の設定
------------------------------------------------------------ */

	/* コメント・トラックバックのタイトル */

	div.main_body h3.sub_title {
		margin : 10px;
		font-size : x-small;	
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		border-bottom:1px dashed #D76316;
		color:#D76316;
	}
 
	html>body div.main_body h3 {
		font-size : small;	
	}

	/* コメントフォーム */

	div#blog_content form {
		padding : 0 10px;
	}
	input,textarea,select {
		border:1px solid #333;
		background-color: #C1800E;
		color:#000;
		font-size:12px;
	}

	/* 管理者だけにコメント */

	input#himitu {
		margin-right : 0.5em;
	}

	/* コメントフォームのボタン */

	p.form_btn {
		margin-top : 20px;
	}

	/* コメント本文 */

	div.comment_body {
		padding : 0 10px;
	}

	/* コメントフッター */

	ul.comment_footer {
		padding : 10px;
		font-size:10px;
	}

	ul.comment_footer li {
		display : inline;
		list-style-type : none;
	}

	/* トラックバックURI */

	p.trackback_uri {
		margin-bottom : 15px;
		padding : 0.2em 0.5em;
		font-size:10px;
	}

	/* トラックバックURLワンクリックフォーム */

	p.trackback_uri input {
		padding-bottom: 1px;
		border-bottom: 1px solid #333;
		border-top: none;
		border-right: none;
		border-left: none;
		margin-bottom: 1px;
		width: 100%;
		background-color: #C1800E;
		color:#000;
		font-size:10px;
	}

	/* トラックバック先の概要 */

	div.trackback_excerpt {
		padding : 0 10px;
		background : transparent;
	}

	/* トラックバックフッター */

	ul.trackback_footer {
		padding : 10px 10px 15px 10px;
		display : inline;
		list-style-type : none;
		font-size:10px;
	}

	ul.trackback_footer li {
		display : inline;
		list-style-type : none;
	}



/* プラグイン（メインカラム下部）の設定
------------------------------------------------------------ */

	dl.plugin {
		margin-bottom: 25px;
	}
	
	dl.plugin .plg_title {
		color:#D76316;
		padding-bottom:15px;			
		background:url(http://templates.blog.fc2.com/template/flying_night/flying_night_sidebg.gif) left bottom repeat-x;
		letter-spacing:2px;
	}
	
	dl.plugin .plg_header,
	dl.plugin .plg_body,
	dl.plugin .plg_footer {
		margin: 3px 10px 0px;
	}



/* サイドメニュー（プラグイン）の設定
------------------------------------------------------------ */


	dl.sidemenu_body {
		margin-bottom: 20px;
	}
	
	dl.sidemenu_body .plg_title {
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;	
		color:#D76316;
		padding-bottom:15px;			
		background:url(http://templates.blog.fc2.com/template/flying_night/flying_night_sidebg.gif) left bottom repeat-x;
		letter-spacing:2px;
	}
	
	html>dl.sidemenu_body .plg_title {
		font-size : small;	
	}
	
	dl.sidemenu_body .plg_header,
	dl.sidemenu_body .plg_body,
	dl.sidemenu_body .plg_footer {
		margin-top: 5px;
		margin-right: 10px;
		margin-left: 10px;
	}



/* カレンダー部分の設定
------------------------------------------------------------ */

	/* カレンダー表示用のテーブル設定 */

	table.calender {
		width : 100%;
		border-collapse : collapse;
		font-size : xx-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;	
	}

	html>table.calender {
		font-size : x-small;	
	}

	/* カレンダー見出（前月・当月・次月などのリンク部分） */

	.calender caption {
		margin-bottom : 10px;
	}

	/* カレンダーのセル見出（曜日表示部分） */

	.calender th {
		padding : 0.1em;
		border-bottom : 1px dotted #333;
		text-align : center;
	}

	/* カレンダーのセル部分（日付表示部分） */

	.calender td {
		padding : 0.1em;
		border-bottom : 1px dotted #333;
		text-align : center;
	}

	/* カレンダーリンク部分（記事を書いた日） */

	.calender td a {
		display : block;
		background:#414141;
	}

	/* 日曜日 */

	th#sun {
		color : #DA7611;
	}

	/* 土曜日 */

	th#sat {
		color : #715728;
	}



/* Piyo(Plugin)
------------------------------------------------------------ */

	div.tab {
		text-align: left;
		margin-bottom: 10px;
	}

	div.tab input.b1{
		margin-right: 5px;
	}
    
	div.mylog {
		padding: 5px;
		text-align: left;
	}

	div.mylog p.title {
		font-weight: bold;
		color: #838383;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		border-bottom-color: #A5A5A5;
		margin: 0px 0px 10px;
		padding: 0px 0px 3px;
	}

	div.mylog dl {
		margin: 0px;
		padding: 0px;
	}

	div.mylog dt.day {
		width: 160px;
		color: #d76316;
		margin: 0px;
		padding: 0px 0px 5px;
		text-align: left;
		font-size : xx-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;
	}

	html>div.mylog dt.day {
		font-size : x-small;	
	}

	div.mylog dt.day img {
		vertical-align: middle;
	}
	
	div.mylog dd.piyolog {
		margin: 0px 0px 5px;
		border-bottom-width: 1px;
		border-bottom-style: dashed;
		padding: 0px 0px 10px;
	}

	div.license {
		text-align: right;
		font-size : xx-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : x-small;
	}

	html>div.license {
		font-size : x-small;	
	}



/* フッター部分の設定
------------------------------------------------------------ */

	div#footer p {
		text-align : center;
		padding: 3px 0;
	}
	
	#footer address {
		text-align: center;
	}