@charset "UTF-8";

/* contentプロパティの初期化 */
*:before,
*:after {
	content: "";
}

/* 全体的なマージン・パディングの初期化 */
* {
	margin: 0;
	padding: 0;
}

/* body要素以下全てに適用されます */





body {   background-image:url(http://blog-imgs-66-origin.fc2.com/p/o/m/pomaje/C1_201404011800065a9.png);
 
         font-family: "MS UI Gothic", Sans-serif;
 font-size: 12px;
 line-height: 1.7;
 text-align: center;


  }


/* リンク画像の枠を表示しない */
a img {
	border-style: none;
}

/* リンクの設定 */
a:link {
	color: #333333;
}

a:visited {
	color: #666666 ;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

/* レイアウト用にサイト全体を包含 */
div#container {
	width: 760px;
	background-color: #fffaf0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	/* 古いIE用にセンタリングした部分を元に戻す */
}

/* タイトルやサイトの説明を記述するブロック */
div#branding {
	background-image:url(http://blog-imgs-73-origin.fc2.com/p/o/m/pomaje/20141222154039065.jpg);
	width: 760px;
	height: 350px;
}

/* レイアウト用に中央カラムを包含するブロックの回り込み */
div#primary-column-wrapper {
	float: right;
	width: 540px;
}

/* 中央カラム */
div#primary-column {
	margin-left: 30px;
	margin-right: 10px;
}

/* 左カラム */
div#secondary-column {
	float: right;
	width: 220px;
}

/* 全カラム */
div.column {
	margin-top: 20px;
}

/* 各プラグインのブロック */
div.plugin {
	margin-left: 20px;
	margin-bottom: 20px;
}

/* プラグインのタイトル */
div.menutitle {
	font-weight: bold;
}

/* 著作表示ブロック */
div#siteinfo-legal {
	width: 760px;
	background-image: url(http://blog-imgs-13-origin.fc2.com/a/a/a/aaadesign/whiterose.jpg);
	text-align: center;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#siteinfo-legal a {
	color: #333333;
	text-decoration: none;
}

/* タイトル */
div#branding h1 {
	font-size: 0px;
	text-align: left;
	margin-top: 100px;
}

div#branding h1 a {
	color:#ffffff;

	text-decoration: none;

}

/* ブログの説明 div#branding p {
	color: #333300;
	text-align: center;
	margin: 0 30px;
}


/* 各記事毎のブロック */
div.section {
	margin-bottom: 30px;
}

/* 記事のタイトル部分 */
h2.entry-header {
	font-size: large;
	padding-bottom: 10px;
}

h2.entry-header a {
	color: #333333;
	text-decoration: none;
}

/* 記事本体部分 */
div.entry-body {
	margin-bottom: 5px;
}

/* 追記部分 */
p.entry-more {
	text-align: right;
	margin-bottom: 5px;
}

/* 拍手ボタン */
div.fc2_footer {
	margin-top: 5px;
}

/* フッター部分（コメントやトラックバックなど） */
div.section ul.entry-footer {
	text-align: right;
}

div.section ul.entry-footer li {
	list-style-type: none;
	display: inline;
}

div.section ul.entry-footer li a{
	padding: 5px;
}

/* ページ移動用ナビゲーション */
p.prev-next-navi {
	margin-bottom: 30px;
	text-align: center;
}

p.prev-next-navi a {
	padding: 10px;
}

/* コメントフォーム */
div#primary-column form {
	margin-bottom: 30px;
}

input {
	font-family: monospace;
	margin-bottom: 5px;
	padding: 2.5px;
}

textarea {
	font-family: monospace;
	margin-bottom: 5px;
	padding: 5px;
}

/* 管理者だけにコメント */
input#himitu {
	margin: 0 5px 0 0;
}

/* コメントフォームのボタン */
p.form-btn {
	margin-top: 10px;
}

/* コメントの見出し */
h3#comment-top,
h3.comment-post,
h3.comment-edit {
	font-size: large;
	margin-bottom: 5px;
}

/* コメントのタイトル */
h4.comment-header {
	font-size: medium;
	margin-bottom: 5px;
}

/* コメント本文 */
div.comment-body {
	margin-bottom: 5px;
}

/* コメントフッター */
ul.comment-footer {
	text-align: right;
	margin-bottom: 10px;
}

ul.comment-footer li {
	list-style-type: none;
	display: inline;
	padding: 2.5px;
}

/* トラックバックトップ */
h3#trackback-top {
	font-size: large;
	margin-bottom: 5px;
}

/* トラックバックURI */
p.trackback-uri {
	margin-left: 10px;
	margin-bottom: 30px;
}

/* トラックバックのタイトル */
h4.trackback-header {
	font-size: medium;
	margin-bottom: 5px;
}

h4.trackback-header a {
	text-decoration: none;
	color: #333333;
}

/* トラックバック先の概要 */
div.trackback-excerpt {
	background: transparent;
	margin-bottom: 5px;
}

/* トラックバックフッター */
ul.trackback-footer {
	text-align: right;
	margin-bottom: 10px;
}

ul.trackback-footer li {
	display: inline;
	list-style-type: none;
	padding: 2.5px;
}

/* 広告タグ削除不可のブロック */
div#ad {
	font-size: smaller;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* リスト */
li {
	list-style-type: disc;
	list-style-position: inside;
}

/* テーブル */
table {
	width: 100%;
}

/* 強調 */
em {
	font-weight: bold;
}

/* より強い強調 */
strong {
	font-weight: bold;
}

/* 引用の設定 */
blockquote {
	padding: 1em;
}

/* 絵文字の設定 */
.emoji {
	vertical-align: middle;
	border: 0;
}

/* コード */
/* 記事中にプログラムコードなどを書く時に使います */
/* プロポーショナルフォントではなく等幅フォントを指定すると良いでしょう */
div.section pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid #333333;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* 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;
}