@charset "utf-8";

/* General
------------------------------------------------------------ */
/*
*:before,
*:after {
	content : "";
}
*/
* {
	margin : 0;
	padding : 0;
}

body {
	color : #966;
	background : url(http://blog36.fc2.com/g/gekonomi/file/kabe_bara_kusumi.gif);
	text-align : center;
	line-height : 1.5;
	font-family : "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	font-size : x-small !important;
	font-style : normal;
	font-weight : normal;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small !important;
}

html>body {
	font-size : small !important;
}

a {
	color: #F17878;
	text-decoration : none;
}

a:link {
	color: #F17878;  !important;
}

a:visited {
	color: #F17878 !important;
}

a:hover {
	color: #D22036 !important;
	text-decoration : underline;
}

a:active {
	color: #D22036 !important;
}

a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
}

textarea {
	width : 90%;
}

/* Layout
------------------------------------------------------------ */

div#wrapper-1 {
	width : 780px;
	margin : 0 auto;
	text-align : center;
}

div#wrapper-1-2 {
	width : 780px;
	background : #fff;
}


div#branding {
	width : 780px;
	margin-top: 10px;
	height : 100px;
	background : transparent url("http://blog36.fc2.com/g/gekonomi/file/rose_head_pink.gif") top left no-repeat;
}

div#calendar {
	width : 780px;
	margin : 0;
	padding : 10;
	background : #fff;
	text-align : center;
}

div.column {
	margin : 5px 0;
}

div#wrapper-2 {
	float : left;
	background : #fff;
	width : 620px; /*全体+カラム1つ分*/
}

 /* エントリー部分の位置・幅 */
div#primary-column {
	float : right;
	width : 460px; /*全体－両カラム分*/
	padding : 0 10px;
	voice-family : "\"}\"";
	voice-family : inherit;
	width : 440px; /*全体－両カラム分－padding*/
}

html>body div#primary-column {
	width : 440px;/*全体－両カラム分－padding*/
}

 /* 左プラグイン部分の位置・幅 */
div#secondary-column {
	float : left;
	width : 160px;
	background : #fff;
}

 /* 右プラグイン部分の位置・幅 */
div#extra-column {
	float : left;
	width : 160px;
	background : #fff;
}

 /* 一番下の著作名 */
div#siteinfo-legal {
	clear : both;
	margin : 0 10px;
}

/* Branding
------------------------------------------------------------ */

div#branding h1 {
	padding : 20px 0px 0px 0px;
	text-align:center;
	font-size : 30px;
	voice-family : "\"}\"";
	voice-family : inherit;
}

html>body div#branding h1 {
	font-size : 30px;
}

div#branding p {
	text-align:center;
	font-size : small;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : medium;
}

html>body div#branding p {
	font-size : small;
}

/* Calendar
------------------------------------------------------------ */

p.now-month {
	background : #fff ;
}

div#calendar ul {
	list-style-position : inside;
}

div#calendar li {
	display : inline;
	list-style-type : none;
}

li.prev-month-calendar {
	margin-right : 0.5em;
}

li.day {
	margin : 0 0.1em;
}

li.next-month-calendar {
	margin-left : 0.5em;
}

/* Primary-Column
------------------------------------------------------------ */

div.section {
	margin-bottom : 25px;
}

div.section h2 {
	padding : 10px;
	background : #fcc;
	color: #933;
	font-size : 13px;
	voice-family : "\"}\"";
	voice-family : inherit;
}

html>body div.section h2 {
	font-size : large;
}

div.section p {
	padding : 1em 0;
}

div.entry-body {
	padding : 0 10px;
	text-align : left;
	background : #FFEDED; /* エントリー本文背景の色 */
}

p.entry-more {
	padding : 25px 10px 10px 10px;
	text-align : right;
}

div.section ul.entry-footer {
	padding : 10px;
	background : #fcc;
	list-style-position : inside;
	text-align : right;
}

div.section li {
	display : inline;
	list-style-type : none;
}

/* ホーム・次 前のページ */
p.prev-next-navi {
	margin-bottom : 20px;
	margin:10px 0px;
	height:40px;
	width:440px;
	text-align : center;
	background : url(http://blog36.fc2.com/g/gekonomi/file/bara1_foot_pink.gif) no-repeat;
}


/* Comment
------------------------------------------------------------ */

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;
}

h3.comment-post,
h3.comment-edit {
	padding : 0 15px;
}

h4.comment-header {
	padding : 10px;
	background : #fcc;
}

div.comment-body {
	padding : 0 10px;
	text-align : left;
	background : #FFEDED;
}

ul.comment-footer {
	padding : 10px;
	background : #fcc;
}

/* Trackback
------------------------------------------------------------ */

h3#trackback-top {
	margin : 15px 0;
}

p.trackback-uri {
	margin-bottom : 15px;
	padding : 0.2em 0.5em;
	background : #fff;
	border : 1px solid #993333;
	-moz-border-radius : 5px;
}

h4.trackback-header {
	padding : 10px;
	background : #fcc;
}

div.trackback-excerpt {
	padding : 0 10px;
	text-align : left;
	background : #FFEDED;
}

ul.trackback-footer {
	padding : 10px;
	background : #fcc;
}

/* Secondary-Column
------------------------------------------------------------ */

div#secondary-column h3 {
	font-size : 10px;
	font-weight : bold;
	text-align : right;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	margin : 0px;
	padding-left: 5px;
	height : 25px;
	background : url("http://blog36.fc2.com/g/gekonomi/file/bara1_midasi_pink-l.gif")  no-repeat;
}

div#secondary-column h2.special {
	padding : 0;
	background : transparent;
}

div#secondary-column form {
	margin : 0 10px;
	padding-bottom : 10px;
}

div#secondary-column ul {
	margin : 0 10px;
	list-style-position : inside;
}

div#secondary-column p {
	margin : 5px 10px 10px 10px;
}
/* Extra-Column
------------------------------------------------------------ */

div#extra-column h3 {
	font-size : 10px;
	font-weight : bold;
	text-align : right;
	voice-family : "\"}\"";
	voice-family : inherit;
	font-size : small;
	margin : 0px;
	padding-left: 5px;
	height : 25px;
	background : url("http://blog36.fc2.com/g/gekonomi/file/bara1_midasi_pink-r.gif")  no-repeat;
}

div#extra-column h2.special {
	padding:0;
}


div#extra-column ul {
	margin : 0 10px;
	list-style-position : inside;
}

div#extra-column p {
	margin : 5px 10px 10px 10px;
}

p.author-name,
p.author-description {
	margin : 0 10px;
}

p.ads {
	margin : 0 10px;
	padding-bottom : 10px;
}

p.author-image img {
	display : block;
	margin : 10px 10px;
	border : 1px solid #933;
}

/* Siteinfo-Legal
------------------------------------------------------------ */

div#siteinfo-legal p {
	padding : 0.5em 0;
	text-align : center;
}

/* Blockquote
------------------------------------------------------------ */

blockquote {
	width : 300px;
	margin : 20px auto 20px auto;
	padding : 0.5em;
	background : transparent;
	border : 1px solid #933;
	-moz-border-radius : 5px;
}

img.emoji{
	vertical-align:middle;
	border:0;
}

.calender{
	width:95%;
}

div.clearspace{
	clear: both;
	overflow:hidden;
}
