@charset "EUC-JP";

/* 全体を初期化
------------------------------------------------------------ */

* { margin : 0; padding : 0;}


/* body要素以下全てに適用されます */

body {
	color : #777;/* 文字の色 */
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_bg.gif") top left repeat;
	text-align : center;/* 古いIEでセンタリングする */
	line-height : 170%;/* 行間 */
	font-family : "HiraMaruPro-W4" , "ヒラギノ丸ゴ Pro W4", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size : 12px;/* 古いIEの文字サイズ */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 12px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body {
	font-size : 12px;/* Opera用の文字サイズ */
}


/* リンクの設定
------------------------------------------------------------ */

/* リンクの設定 */
a { text-decoration : none;}
a:link , a:visited { color : #f65eb2;}/*ピンク*/
a:hover , a:active { color : #f9c;}


/* リンク画像の枠を表示しない */
a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}



/* リンクの設定（ブログ名・・・タイトル）
------------------------------------------------------------ */

div#branding h1 a:link , div#branding h1 a:visited {
	color : #999;/*グレー*/
	font-weight : normal;
	font-style : normal;
}

div#branding h1 a:hover , div#branding h1 a:active {
	color : #f65eb2;/*ピンク*/
	border : none;/* ボーダーを表示しない */
	font-weight : normal;
	font-style : normal;
}



/* リンクの設定（エントリー（記事の名前）・・・タイトル）
------------------------------------------------------------ */

div.section h2 a:link , div.section h2 a:visited {
	color : #f65eb2;/*ピンク*/
	font-weight : normal;
	font-style : normal;
}

div.section h2 a:hover , div.section h2 a:active {
	color : #f9c;
	border : none;/* ボーダーを表示しない */
	font-weight : normal;
	font-style : normal;
}



/* リンクの設定（カレンダー）
------------------------------------------------------------ */

.calender td a:link , .calender td a:visited {
	color : #f65eb2;
	border: solid 1px #fff;
}

.calender td a:hover , .calender td a:active {
	color : #f9c;
	border: dotted 1px #f9c;
}


/* ULリンクの設定（右）
------------------------------------------------------------ */

.pixel_left ul a:link , .pixel_left ul a:visited {
	color : #777;
	border : none;
	text-decoration : none;
	display : block;
}

.pixel_left ul a:hover , .pixel_left ul a:active {
	color : #f65eb2;
	border : none;
	text-decoration : none;
	background-color : #ffe2f5;
	display : block;
}


/* リンクの設定（コピーライト）
------------------------------------------------------------ */

div#siteinfo-legal a:link , div#siteinfo-legal a:visited {
	color : #777;
}

div#siteinfo-legal a:hover , div#siteinfo-legal a:active {
	color : #ccc;
	border-bottom: dotted 1px #ccc;
}


/* レイアウト用ブロックの設定
------------------------------------------------------------ */

div#container {
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;/* 古いIE用にセンタリングした部分を元に戻す */
}


/* 上の角丸 */

/*その他ブラウザ用の指定*/
div#kadomaru {
	width : 760px;
	height : 5px;
	padding-top : 15px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_kadomaru.gif") bottom no-repeat;
}
/*IE用の指定*/
*html body div#kadomaru {
	width : 760px;
	height : 5px;
	margin : 0px;
	padding : 0px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_kadomaru.gif") bottom no-repeat;
}


/* タイトル部分（ブログ名） */
div#branding {
	width : 760px;
	background-color : #fff;/*白*/
	margin : 0px auto;
	padding : 15px 0px 20px;
}


/* 記事（エントリー）ブロック */
div#primary-column {
	padding-top : 30px;
	float : left;/* 左側に回り込む */
	width : 500px;
}


/* 記事（エントリー）内に左右10pxの余白★ */
div.pix10 {
	padding : 0px 10px;
}


/* サイトインフォ関連ブロック */

div#pix-waku {
	margin : 10px 0px;
	width : 260px;
	float : right;/* 右側に回り込む */
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_bg_waku250.gif") top left repeat-y;
}

div#secondary-column {
	margin : 10px 0px;
	width : 230px;
	font-size : 11px;
	line-height : 150%;
	background-color : #fff;/*白*/
}

div.pixel15 {
	padding :0px 15px 15px;
}

/* 背景白に使用☆ */
div#pix-bg {
	width :760px;
	background-color : #fff;
}

/* フロート解除に使用☆ */
div#pix-clear {
	width :760px;
	clear : both;/* 回り込みを解除 */
}

/* 著作表示メインブロック */
div#siteinfo-legal {
	width : 760px;
	height : 74px;
	margin-top : 12px;
	font-size : 11px;
	text-align : left;
	background-color : #fff;/*白*/
	position : relative;
}

div#copy-box {
	width : 500px;
	position : absolute;
	top : 15px;
	left :  0;
}

div#butterfly-box {
	width : 260px;
	position : absolute;
	top : 10px;
	left : 500px;
}

/* 他のブラウザ用の指定 */
div#kadomaru_b {
	width : 760px;
	height : 5px;
	padding-bottom : 15px;
	clear : both;/* 回り込みを解除 */
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_kadomaru_b.gif") top no-repeat;
}
/*IE用の指定*/
*html body div#kadomaru_b {
	width : 760px;
	height : 5px;
	margin : 0px;
	padding : 0px;
	clear : both;/* 回り込みを解除 */
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_kadomaru_b.gif") top no-repeat;
}


/* 絵文字 */
.emoji { vertical-align : middle; }


/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

/* タイトル */

div#branding h1 {
	margin : 0px 20px;
	font-size : 24px;/* 古いIEの文字サイズ */
	font-weight : normal;
	font-style : normal;
	line-height : 100%;/* 行間 */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 24px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body div#branding h1 {
	font-size : 24px;/* Opera用の文字サイズ */
}


/* サイトの説明 */

div#branding p {
	padding : 0px 10px 0px 15px;
	color : #626262;
	line-height : 150%;/* 行間 */
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_tit_bg.gif") top left repeat-y;
	font-size : 11px;/* 古いIEの文字サイズ */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 11px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body div#branding p {
	font-size : 11px;/* Opera用の文字サイズ */
}


/* ページ上の検索フォーム★ */
p#pixel-search {
	width : 760px;
	height : 28px;
	padding-bottom : 10px;
	margin-bottom : 12px;
	text-align : right;
	background : #fff url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_serch_bg.jpg") top center no-repeat;
}

.pixel_search_input {
	font-size : 11px;
	color : #f9c;
	background-color : #4e4e4e;
	width : 160px;
	margin : 3px 24px 0px 0px;
	padding : 1px;
}

/*IE用の指定*/
*html body .pixel_search_btn {
	margin : 0px 14px 0px 0px;
	vertical-align : baseline;
	position : relative;
	top : 3px;
}

/*その他ブラウザ用の指定*/
.pixel_search_btn {
	margin : 0px 14px 0px 0px;
	vertical-align : baseline;
	position : relative;
	top : 4px;
}

/* safari only \*/
html:\66irst-child .pixel_search_btn {
	margin : 0px 16px 0px 0px;
	vertical-align : baseline;
	position : relative;
	top : 3px;
}
/* end */


/* Primary-Columnの設定
------------------------------------------------------------ */

/* 記事のタイトル部分 */
div.section h2 {
	line-height : 110%;
	margin-bottom : 20px;
	padding : 2px 0px 2px 15px;
	border-bottom : 1px solid #eee;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_tit_bg.gif") top left repeat-y;
	font-size : 18px;/* 古いIEの文字サイズ */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 18px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body div.section h2 {
	font-size : 18px;/* Opera用の文字サイズ */
}


/* ページ移動用ナビゲーション */
p.prev-next-navi {
	color : 4e4e4e;
	font-size : 11px;
	font-family : "Times New Roman", Times, serif;
	margin-bottom : 50px;
	text-align : center;
}

div.section { margin-bottom : 50px;}/* 記事と記事の間隔 */


/* 段落の設定 */
div.section p { margin : 0px 0px 1em;}/* 下に1行分空ける */


/* 記事本体部分 */
div.entry-body {
	padding : 0px 15px 20px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_line.gif") bottom left repeat-x;
}


/* 記事本体部分のリスト設定 */
div.entry-body ul {
	font-size : 11px;
	list-style-position : inside;
	line-height : 130%;
}

div.entry-body li { padding : 2px 1em;}


/* 追記部分 */

p.entry-more {
	padding-top : 20px;
	text-align : right;
}


/* フッター部分 */

div.section ul.entry-footer {
	color : 4e4e4e;
	font-size : 11px;
	font-family : "Times New Roman", Times, serif;
	line-height : 100%;
	margin-top : 4px;
	list-style-position : inside;
	text-align : right;
}

div.section ul.entry-footer li {
	display : inline;
	list-style-type : none;
}


.font_f {
	font-size : 11px;
	font-family : "HiraMaruPro-W4" , "ヒラギノ丸ゴ Pro W4", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
}


/* コメント部分の設定
------------------------------------------------------------ */

/* コメントトップ */

p#comment-top {
	line-height : 110%;
	margin-bottom : 20px;
	padding : 2px 0px 2px 15px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_tit_bg.gif") top left repeat-y;
	font-size : 18px;/* 古いIEの文字サイズ */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 18px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body p#comment-top {
	font-size : 18px;/* Opera用の文字サイズ */
}


/* コメントの投稿タイトル文字 */
.comment-post {
	color : #4e4e4e;
	font-size : 16px;
	line-height : 100%;
	padding-bottom : 5px;
	margin-bottom : 20px;
	text-align : right;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_line.gif") bottom left repeat-x;
}


/* コメントのタイトル */
.comment-header {
	color : #6e9eba;
	padding-left: 15px;
}


/* コメント本文 */
div.comment-body {
	width : 450px;
	overflow : hidden;/* Mac用にはみ出したテキストを非表示 */
	padding : 0px 15px 20px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_line.gif") bottom left repeat-x;
}


/* コメントフッター */
ul.comment-footer {
	color : #4e4e4e;
	font-size : 11px;
	font-family : "Times New Roman", Times, serif;
	line-height : 100%;
	margin-top : 4px;
	list-style-position : inside;
	text-align : right;
}

ul.comment-footer li {
	display : inline;
	list-style-type : none;
}

/* コメントフォーム */

div#primary-column form { padding : 0px;}


/* コメントフォームの色とサイズ☆☆☆ */

.pixel_form_style {
	color : #999;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	text-align : right;
	padding : 1px 0px;
	margin : 0px;
}

/*コメント絵文字レイアウトに使用*/
.pixel_form_style2 {
	position : relative;
	top : 2px;
	color : #999;
	text-align : left;
	margin-left : 124px;
}
/* OperaとSafari用 */
html:first-child .pixel_form_style2 {
	position : relative;
	top : 2px;
	color : #999;
	text-align : left;
	margin-left : 130px;
}


.pixel_form_style3 {
	color : #999;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	text-align : right;
	padding : 1px 250px 1px 0px;
	margin : 0px;
}

.pixel_form {
	color : #777;
	background-color : #fff;
	width : 350px;
	border-style : solid;
	border-width : 1px;
	border-color : #d7d7d7;
	padding : 2px;
	margin-left : 5px;
}

.pixel_form_title {
	color : #6e9eba;
	background-color : #fff;
	width : 350px;
	border-style : solid;
	border-width : 1px;
	border-color : #d7d7d7;
	padding : 2px;
	margin-left : 5px;
}

.pixel_textarea {
	color : #777;
	font-size : 12px;
	background-color : #fff;
	width : 350px;
	height : 350px;
	border-style : solid;
	border-width : 1px;
	border-color : #d7d7d7;
	padding : 2px;
	margin-left : 5px;
	vertical-align : middle;
}

.pixel_pass {
	color : #777;
	background-color : #fff;
	padding : 2px;
	width : 100px;
	border-style : solid;
	border-width : 1px;
	border-color : #d7d7d7;
	margin-left : 5px;
}

.pixel_check {
	border-width : 0;
	margin : 0px 5px;
}

/* editでsubmitbtnとdeletebtnの隙間に使用★ */
.pixel_edit_sp { margin-left : 5px;}


/* トラックバック部分の設定
------------------------------------------------------------ */

/* トラックバックトップ */
p#trackback-top {
	line-height : 110%;
	margin : 50px 0px 20px;
	padding : 2px 0px 2px 15px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_tit_bg.gif") top left repeat-y;
	font-size : 18px;/* 古いIEの文字サイズ */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 18px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>body p#trackback-top { font-size : 18px;}/* Opera用の文字サイズ */


/* トラックバックURI */

.trackback-uri {
	font-size : 11px;
	color : #777;
	background-color : #fff;
	width : 350px;
	border-style : solid;
	border-width : 1px;
	border-color : #d7d7d7;
	padding : 2px;
	margin-left : 5px;
}

.pixel_uri_style {
	color : #999;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	text-align : right;
	padding : 1px 0px;
	margin-bottom : 20px;
}


/* トラックバックのタイトル */

p.trackback-header { padding-left : 15px;}


/* トラックバック先の概要 */

div.trackback-excerpt {
	width : 450px;
	overflow : hidden;/* Mac用にはみ出したテキストを非表示 */
	padding : 0px 15px 20px;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_line.gif") bottom left repeat-x;
}


/* トラックバックフッター */

ul.trackback-footer {
	color : #4e4e4;
	font-size : 11px;
	font-family : "Times New Roman", Times, serif;
	line-height : 100%;
	margin-top : 4px;
	list-style-position : inside;
	text-align : right;
}

ul.trackback-footer li {
	display : inline;
	list-style-type : none;
}


/* Secondary-Columnの設定
------------------------------------------------------------ */

/* アーカイブ関連の見出（CalendarとかMonthlyとかCategoriesとか） */

div#secondary-column p.m_tit {
	padding : 25px 0px;
	line-height : 120%;
	font-size : 12px;/* 古いIEの文字サイズ */
	text-align : left;/* センタリング */
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 12px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>div#secondary-column p.m_tit { font-size : 12px;}/* Opera用の文字サイズ */

span.m_bg {
	padding : 7px 8px;
	background-color : #f0f0e7;
}


/* 著者名・著者概要・広告の位置調整 */

p.author-name , p.author-description { margin : 1em 0px;}


/* プロフィール画像 */

p.author-image img {
	display : block;/* ブロックレベルで表示 */
	margin : 10px 0px;/* マージン */
	border : 1px solid #d7d7d7;/* 枠線 */
}


/* アーカイブ関連のリスト表示設定 */
/* リスト表示を非表示にしたい場合はlist-style-typeにnoneを設定して下さい */

div#secondary-column ul {
	list-style : none;
	list-style-position: outside;
}

div#secondary-column li {
	width : 180px;/*IEのCSSバグ回避の為に指定*/
	line-height : 120%;
	padding-left : 15px;
	margin-bottom : 5px;
	background-image : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_list.gif");
	background-repeat : no-repeat;
}


/* カレンダー部分の設定
------------------------------------------------------------ */

/* カレンダー表示用のテーブル設定 */

table.calender {
	color : #777;
	line-height : 150%;/* 行間 */
	font-size : 12px;/* 古いIEの文字サイズ */
	font-family : "Times New Roman", Times, serif;
	voice-family : "\"}\"";/* おまじない */
	voice-family : inherit;/* おまじない */
	font-size : 12px;/* CSSを正しく解釈出来るブラウザ用の文字サイズ */
}

html>table.calender { font-size : 12px;}/* Opera用の文字サイズ */


/* カレンダー見出（前月・当月・次月などのリンク部分） */

.calender caption { margin-bottom : 2px;}


/* カレンダーのセル見出（曜日表示部分） */

.calender th {
	width : 26px;
	color : #999;
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	border-bottom : 2px solid #999;
	text-align : center;
}


/* カレンダーのセル部分（日付表示部分） */

.calender td {
	text-align : center;
	border: solid 1px #fff;
}


/* カレンダーリンク部分（記事を書いた日） */

.calender td a {
	display : block;
	border: solid 1px #fff;
}


/* 日曜日 */

th#sun {
	color : #f9c;/* 日曜日を赤色表示 */
	border-bottom : 2px solid #f9c;
}

/* 土曜日 */

th#sat {
	color : #6e9eba;/* 土曜日を青色表示 */
	border-bottom : 2px solid #6e9eba;
}

.pixel_center {
	width : 198px;
	margin : 0px auto;
	text-align : center;
}


/* フッター部分の設定
------------------------------------------------------------ */

p.siteinfo_pink {
	line-height : 100%;
	border-left : #f65eb2 solid 10px;
	padding : 1px 0px 1px 5px;
	margin : 0px 0px 5px;
}

p.siteinfo_black {
	line-height : 100%;
	border-left : #4e4e4e solid 10px;
	padding : 1px 0px 1px 5px;
	margin : 5px 0px;
}


/* 強調の設定
------------------------------------------------------------ */

/* 強調 */

em { font-style : italic;}/* 斜体 */

/* より強い強調 */

strong {
	color : #4d4d4d;
	font-weight : normal;/* 太字にする場合はbold */
}

abbr { cursor : help;}/*？カーソル*/


/* 引用の設定
------------------------------------------------------------ */

/* 背景に画像を使用したい場合はbackground-colorをbackgroundに修正してお使い下さい */

blockquote {
	width : 300px;/* 幅 */
	margin : 20px 0 20px 50px;/* マージン */
	padding : 0.5em;/* パディング */
	border : 1px solid #d7d7d7;/* 枠の色と線種 */
	background-color : #6e9eba;
}


/* コード
------------------------------------------------------------ */

/* 記事中にプログラムコードなどを書く時に使います */
/* プロポーショナルフォントではなく等幅フォントを指定すると良いでしょう */

div.section pre {
	margin : 1em auto;
	padding : 0.5em;
	border : 1px solid #d7d7d7;
	background-color : #fff;
	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;
}


/* レイアウトクラス
------------------------------------------------------------ */


.fc2_footer a { border : none;}


/* 制作者用クラス（もし良かったらブログの装飾にどうぞ） 
※必要ないようでしたら削除しても大丈夫です。ピクセルより▼
------------------------------------------------------------ */

/* ミニタイトル（行頭にアイコンがつきます） */
h3.pixel {
	font-size : 12px;
	font-weight : normal;
	text-indent : 17px;
	color : #4d4d4d;
	background : url("http://blog-imgs-11.fc2.com/p/i/x/pixeldesign/005_icon_plus.gif") left no-repeat;
	margin : 20px 0px;
	padding : 0px;
}

/* ミニタイトル（アイコン無し） */
h3.pixel2 {
	font-size : 12px;
	font-weight : normal;
	color : #4d4d4d;
	margin : 12px 0px;
	padding : 0px;
}

/* テキストの着色（赤） */
.kyoutyou1 , .b1 { color : #c33;}


/* テキストを太字にする */
.futoji { font-weight : bold;}


/* テキストを11px */
.txt11 { font-size : 11px;}


/* ＊＊＊　お約束　＊＊＊
著作権ブロック内のリンクを削除しなければカスタマイズはご自由にしてください。再配布はご遠慮ください。
------------------------------------------------------------ */