/* 全体的な設定
------------------------------------------------------------ */

	* {
		margin : 0;
		padding : 0;
		font-style : normal;
		font-weight : normal;
	}

	body {
		color : #333333;
		background : url(http://templates.blog.fc2.com/template/pink_ribbon/ribbon_body_bg.gif);
		background-color : #fff;
		text-align : center;
		line-height : 1.5;
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		font-family:"Verdana", "Tahoma", "Osaka", Sans-serif;
	}

	html>body {
		font-size : small;
	}

	textarea {
		width : 90%;
	}

	/* 絵文字 */
	.emoji{
		vertical-align:middle;
	}


/* リンクの設定
------------------------------------------------------------ */

	/* リンクの設定 */
	a {
		text-decoration : none;
	}

	a:link {
		color : #9900ff;
	}

	a:visited {
		color : #ff0099;
	}

	a:hover {
		color : #ff0099;
	}

	a:active {
		color : #ff0099	}

	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 : 2px solid #F8CEDE;
		background: #FFF5F9;
	}



/* コード
------------------------------------------------------------ */

	div.main_body pre {
		margin : 1em auto;
		padding : 0.5em;
		border : 1px solid #e1b0cc;
		font-family : sans-serif;
		overflow : auto;
		width : 90%;
	}

	/* 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 : 750px;
		margin-left : auto;
		margin-right : auto;
		text-align : left;
		background:#fff;
	}

	div#header {
		height:150px;
		background:url(http://templates.blog.fc2.com/template/pink_ribbon/ribbon_header.gif) left bottom repeat-x;
	}

	div.main {
		margin : 15px 0;
	}

	div#left {
		float : left;
		width : 500px;
		padding-right : 0px 20px;
		voice-family : "\"}\"";
		voice-family : inherit;
		width : 480px;
	}

	html>body div#left {
		width : 480px;
	}

	/* サイトインフォ関連ブロック */

	div#right {
		margin: 15px 0;
		float : right;
		width : 220px;
		background:#fff;
	}

	/* 著作表示ブロック */

	div#footer {
		clear : both;
		margin : 0px 10px;
		background: #fff;
		border-top: 2px solid #FEDFE7;
	}
	


/* タイトル・サイトの説明部分の設定
------------------------------------------------------------ */

	h1 {
		padding:10px 0 0;
		margin:0 10px;
		border-bottom:1px dashed #fff;
	}
	
	div#header h1 a {
		padding : 0px 5px;
		font-size : x-large;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : xx-large;
		font-family:"Century Gothic",Verdana,sans-serif;
	}

	html>body div#header h1 {
		font-size : xx-large;
	}

	div#header p {
		margin : 5px 15px 10px;
		font-size : small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
	}

	html>body div#header p {
		font-size : small;
	}



/* leftの設定
------------------------------------------------------------ */

	div.main_body {
		margin:0 10px 15px;
	}

/* 記事の日付 */

	/* 記事のタイトル部分 */

	div.main_body h2.entry_header {
		margin-bottom : 10px;
		font-size : small;
		voice-family : "\"}\"";	
		voice-family : inherit;
		font-size : small;
		background : url(http://templates.blog.fc2.com/template/pink_ribbon/ribbon_entry_header.gif) repeat-x #fff;
		text-align:center;
		height:50px;
		line-height:50px;
		font-family:Verdana,Tahoma,Sans-serif;
		letter-spacing:1px;
	}

	html>body div.main_body h2 {
		font-size : medium;
	}

h2.entry_header a:link,
h2.entry_header a:visited {
		color:#3333CC !important;
	}
h2.entry_header a:hover,
h2.entry_header a:active {
		border-bottom:1px dotted;
}

	/* 段落の設定 */

	div.main_body p {
		margin : 1em 0em;
	}

	/* 記事本体部分 */

	div.entry_body {
		padding : 0px 10px;
	}

	/* 追記部分 */

	p.entry_more {
		padding : 25px 15px 15px 0px;
		text-align : right;
	}
	
	div.fc2_footer {
		margin:1em 0 0 0;
	}
	/* 記事中に使われたタグのリンクリスト */
	
	div.entry_body p.tag_lnk {
		margin-top: 10px;
	}
	
	/* 記事の投稿先テーマ・ジャンル */

	div.entry_body p.theme {
		margin-top: 10px;
	}

	/* フッター部分（コメントやトラックバックなど） */

	div.main_body ul.entry_footer {
		margin-top:10px;
		padding : 3px;
		list-style-position : inside;
		text-align: right;
		border-top:1px dotted #F4B1C2;
	}

	div.main_body ul.entry_footer li {
		display : inline;
		list-style-type : none;
	}


	/* 全記事表示・検索結果表示の時の日付部分 */
	
	div.entry_body span.state {
		color: #FEDFE7;
	}

	/* コメント・トラバ見出し */

	p.sub_header {
		color:#EEADBE;
		margin : 15px 10px 10px;
		font-size: 120%;
		letter-spacing:2px;
		font-family:"Lucida Grande","Lucida Sans",Arial,sans-serif;
		height:42px;
		background:url(http://templates.blog.fc2.com/template/pink_ribbon/ribbon_line.gif) bottom right no-repeat;
	}

	/* コメント・トラックバックのタイトル */

	div.main_body h3 {
		margin:0 10px;
		color:#EEADBE;
		font-size : small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
	}

	html>body div.main_body h3 {
		font-size : small;
	}

	/* ページ移動用ナビゲーション */

	p.page_navi {
		margin-bottom : 20px;
		text-align : center;
	}

	div.pagetop {
		text-align:right;
		margin:10px 15px;
	}
/* コメント部分の設定
------------------------------------------------------------ */

	/* コメントフォーム */

	div#left form {
		margin : 0px 30px;
	}
	
	input,textarea,select {
		margin:1px;
		border:1px solid #EFD1E5;
		color:#B871A5;
		background:#fff;
		font-size:12px;
	}
	
	p.form_btn {
		margin-top : 20px;
	}

	p.form_btn input {
		padding: 0.2em;
		font-weight: bold;
		font-family:Verdana,Tahoma,Sans-serif;
		background: #D4B0E4;
		color: #fff;
		border:1px solid #C69ED8;
	}
	
	/* 管理者だけにコメント */

	input#himitu {
		margin-right : 0.5em;
	}

	/* コメントフォームのボタン */

	p.form_btn {
		margin-top : 20px;
	}


	/* コメント本文 */

	div.comment_body {
		padding : 0px 15px;
	}

	/* コメントフッター */

	ul.comment_footer {
		padding : 10px;
	}

	ul.comment_footer li {
		display : inline;
		list-style-type : none;
	}



/* トラックバック部分の設定
------------------------------------------------------------ */


	/* トラックバックURL */

	p.trackback_uri {
		margin : 10px 15px;
		padding : 0.2em 0.5em;
	}

	/* トラックバックURLワンクリックフォーム */

	p.trackback_uri input {
		padding-bottom: 1px;
		border-bottom: 1px dotted #EFD1E5;
		border-top: none;
		border-right: none;
		border-left: none;
		margin-bottom: 1px;
		width: 100%;
		background-color: #FFFFFF;
		color:#f5bad9;
	}

	/* トラックバック先の概要 */

	div.trackback_body {
		padding : 0px 15px;
		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;
	}



/* サイドメニュー（プラグイン）の設定
------------------------------------------------------------ */


	dl.plugin {
		margin: 0 15px 15px 0px;
	}
	dl.plugin dt {
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		text-align:center;
		color:#9900ff;
		background:url(http://templates.blog.fc2.com/template/pink_ribbon/ribbon_line.gif) bottom right no-repeat;
		height:37px;
	}
	html>dl.plugin dt {
		font-size : small;
	}
	dl.plugin dd {
		margin-top: 3px;
		margin-right: 10px;
		margin-left: 10px;
	}

	/* サイドメニューリストマーク設定 */

	#left li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	}



/* カレンダー部分の設定（HTMLソースは管理画面のプラグインHTML参照）
------------------------------------------------------------ */

	/* カレンダー表示用のテーブル設定 */

	table.calender {
		width : 100%;
		border-collapse : collapse;
		font-size : x-small;
		voice-family : "\"}\"";
		voice-family : inherit;
		font-size : small;
		font-family:Verdana,tahoma,sans-serif;
	}

	html>table.calender {
		font-size : small;
	}

	/* カレンダー見出（前月・当月・次月などのリンク部分） */

	.calender caption {
		margin-bottom : 10px;
	}

	/* カレンダーのセル見出（曜日表示部分） */

	.calender th {
		padding : 0.1em;
		text-align : center;
		border: 1px solid #fff;
	}

	/* カレンダーのセル部分（日付表示部分） */

	.calender td {
		padding : 0.1em;
		text-align : center;
		width:25px;
		border: 1px solid #fff;
		background:#FFF8FB;
	}

	/* 日曜日 */

	th#sun {
		color : #ebabd0;
	}

	/* 土曜日 */

	th#sat {
		color : #dac0e9;
	}



/* フッター部分の設定
------------------------------------------------------------ */

	div#footer p {
	text-align : center;
	font-size:x-small;
	padding-bottom: 10px;
	padding-top: 10px;
	}
