@charset "utf-8";

/* 全体設定 ---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	color: #8A744F;
	background-image: url(http://blog-imgs-12.fc2.com/h/o/g/hoge0710/bg.gif);
	text-align: center;
	line-height: 150%;
}

a {
	text-decoration: none;
}

a:link {
	color: #8A744F;
}

a:visited {
	color: #9E9161;
}

a:hover {
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}

a:active {
	color: #B9603E;
}

/* コンテナ -----------------------------------------------*/

div#container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

/* ヘッダー ------------------------------------------------*/

div#headder {
	margin-bottom: 10px;
	height: 160px;
	background-image: url(http://blog-imgs-12.fc2.com/h/o/g/hoge0710/headder-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
	padding-left: 30px;
}

/* ブログタイトル */
.blogtitle {
	font-size: large;
}

.blogtitle a {
	font-size: large;
	color: #8A744F;
}

.introduction {
	color: #8A744F;
	font-size: small;
	font-weight: normal;
	margin-top: 10px;
}


/* メイン（中央部分） ---------------------------------------*/

div#main-wrapper {
	float: right;
	width: 100%;
	margin-left: -220px;
}

div#main {
	margin-left: 240px;
	margin-right: 20px;
}

div.blog {
	margin-bottom: 40px;
}

div.blog img {
	padding: 5px;
	border: 1px solid #CAC2AA;
	background-color: #FFFFFF;
 }

div.entry,
div#comment,
div#trackback {
	padding: 10px 15px 5px 15px;
	margin-bottom: 10px;
}

div.entry a,
div#comment a,
div#trackback a {
	color: #B9603E;
 	text-decoration: none;
}

div.entry a:hover,
div#comment a:hover,
div#trackback a:hover {
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}

div.blog-title {
	background-color: #E8E6DB;
	padding: 10px;
	margin-bottom: 15px;
}

div.blog-title a {
	color: #B9603E;
}

div.blog-title a:hover {
	color: #B9603E;
}


h2.entry-header {
	font-size: large;
	margin-bottom: 10px;
}

h2.entry-header a {
	font-size: large;
	color: #B9603E;
	text-decoration: none;
}



div.entry-body {
	margin-bottom: 5px;
}

div.entry-body a {
	text-decoration: underline;
}

p.entry-more {
	text-align: right;
	margin-bottom: 5px;
}

div.fc2_footer {
	margin-top: 5px;
}

ul.entry-footer {
	text-align: right;
}

ul.entry-footer li {
	list-style-type: none;
	display: inline;
	padding: 2.5px;
}

ul.entry-footer li a {
	color: #B9603E;
 	text-decoration: none;
}

ul.entry-footer li a:hover {
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}

p.navi-link {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

p.navi-link a {
	padding: 10px;
	color: #B9603E;
 	text-decoration: none;
}

p.navi-link a:hover {
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}

h3#comment-title,
h3.comment-post,
h3.comment-edit {
	font-size: medium;
}

h3.comment-post {
	margin-top: 20px;
}

h4.comment-header {
	font-size: small;
}

div.comment-body {
}

ul.comment-footer {
	text-align: right;
}

ul.comment-footer li {
	list-style-type: none;
	display: inline;
	padding: 2.5px;
}

input {
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #8A744F;
}

textarea {
	font-family: monospace;
	margin-bottom: 5px;
	padding: 5px;
	height: 100px;
	width: 350px;
	border: 1px solid #8A744F;
}

input#himitu {
	margin: 0 5 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 30px;
}

input.form-btn {
	margin-top: 10px;
	width: 60px;
	padding: 1px;
	margin-right: 5px;
	background-color: #CCCCCC;
}

h3#trackback-top {
	font-size: medium;
}

p.trackback-uri {
}

h4.trackback-header {
	font-size: small;
}

h4.trackback-header a {
	color: #333333;
}

div.trackback-excerpt {
}

ul.trackback-footer {
	text-align: right;
}

ul.trackback-footer li {
	display: inline;
	list-style-type: none;
	padding: 2.5px;
}


/* 左メニュー  ----------------------------------------------*/

div#left-menu {
	float: right;
	width: 219px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BEB595;
}

div.plugin {
	margin-bottom: 10px;
	margin-left: 20px;
	padding-right: 10px;
}

div.plugin a {
	color: #B9603E;
 	text-decoration: none;
}

div.plugin a:hover {
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}

div.menutitle {
	background: url(http://blog-imgs-12.fc2.com/h/o/g/hoge0710/icon.gif) no-repeat left center;
	font-weight: bold;
	height: 25px;
	padding-top: 10px;
	padding-left: 30px;
}


/* フッター  ------------------------------------------------*/

div#footer {
	font-size: x-small;
	text-align: center;
	padding: 10px 0px 0px;
	clear: both;
	height: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BEB595;
}

div#footer a {
	font-size: x-small;
	color: #B9603E;
	text-decoration: none;
}

div#footer a:hover {
	font-size: x-small;
	color: #B9603E;
	text-decoration: underline;
	background-color: #FFF8DF;
}


/* その他  ------------------------------------------------*/

a img {
	border-style: none;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
}
ul ul li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 2em;
}
ul ul ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 4em;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ol ol li {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 2em;
}
ol ol ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-left: 4em;
}

table {
	width: 100%;
}



blockquote{
	color:#8A744F;
	padding:10px;
	width:90%;
	font-size:small;
	margin:5px 5px 5px 15px;
	border-left:4px solid #85AC68;
	background:#F8F8E7;
	letter-spacing:2px;
	word-break:break-all;
}
