@charset "UTF-8";

/*****************************************************/
/* ヒヨコ君増殖中テンプレート calendar750 ver1.7    */
/* http://hiyokokun.blog2.fc2.com/                   */
/*****************************************************/

/* ++++++++++簡易カスタマイズ設定++++++++++++　*/

/* ----------------トップ画像用設定 */

#header {
	margin: 0px;
	padding: 0px;
}

/* ----------------ベースカーラー設定（両方とも同じ色をお勧めします） */

#blogtitle {
}

#calender2{
	height:35px;
}
.navi-title {
/*	background-color: #ccc;*/
}

/* ----------------サイドメニューコンテンツ部分背景色*/

.navi-contents {
	background-color: #FFF;
}

/* ----------------横型カレンダー設定 */

#calender2 {
	font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #EAEAEA;
	text-align: center;
	font-size: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#calender2 ul {
	margin: 0px;
	padding: 4px 0 0 0;
}

#calender2 li {
	display: inline;
	padding: 0px 0px 0px 0px;
}

/* 通常時リンクカラー */
#calender2 a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* 訪問済みリンクカラー */
#calender2 a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* マウスを上に重ねた時リンクカラー */
#calender2 a:hover {
	color: #ff0033;
}
/* クリックした時リンクカラー */
#calender2 a:active {
	color: #ff0033;
}

/* ----------------記事タイトルワンポイント画像用設定 */

.entry_title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/icon_01.gif) no-repeat;
	border-bottom:1px dotted #d60000;
	text-indent: 20px;
	margin-top: 0px;
	font-size: 14px;
}

/* ----------------記事タイトルカラー変更　*/

/* 通常時・訪問済みリンクカラー */
.entry_title a:link, .entry_title a:visited {
	color: #000;
	text-decoration: none;
}

/* マウスを上に重ねた時リンクカラー */
.entry_title a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* クリックした時リンクカラー */
.entry_title a:active {
	color: #ff0033;
	text-decoration: none;
}

/* ----------------links　*/

/* 通常時リンクカラー */
a:link {
	color: #555555;
}
/* 訪問済みリンクカラー */
a:visited {
	color: #999999;
}
/* マウスを上に重ねた時リンクカラー */
a:hover {
	color: #FF9900;
}
/* クリックした時リンクカラー */
a:active {
	color: #ff0033;
}

/* -------ブログバトン用 */

.blog_baton {
	border: 1px solid #CCCCCC;
	padding: 8px;
}


/* 質問タイトル */
.baton_q {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px dashed #CCCCCC;
}

/* 答え */
.baton_a {
	padding-top: 2px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 10px;
}

/* 質問タイトル Q番号までの部分 */
.q_number {
}

/* 答え A番号までの部分 */
.a_number {
}

/* ++++++++++簡易カスタマイズEND+++++++++++++　*/

html {
	background-color: #F7F7F7;
}

html, body {
	width: auto;
	height: auto;
}

body {
	font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#e6e1c1 url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/body_bg1.jpg) no-repeat scroll 50% 0;
}

#container {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}
#contents{
	background:#ffffff;
}
/* ----------------基本タグ　*/

p {
}

ul {
}

li {
}

dl {
}

dt {
}

dd {
}

label {
	color: #999999;
	font-weight: normal;
}

/*　画像　*/

img { 
	border: 1px solid #f7f7f7;
	margin: 0px;
}

/*　form　*/

form {
	margin: 0px;
}

#comment {
	width: 430px;
}

/* -------全記事リスト見出し */

#a-list {
	font-size:14px;
}

/* -------エントリ内タグ(私用) */

.entry_body h3 {
	margin: 0px 0px 5px 0px;
	font-size:12px;
}

.entry_body h4 {
	margin: 0px 0px 5px 0px;
	font-size:12px;
}

.entry_body h5 {
	margin: 0px 0px 5px 0px;
	font-size:12px;
}

.entry_body p {
	margin-top: 5px;
}

.entry_body table td {
	font-size: 12px;
}

.entry_body ul {
	color: #999;
	margin-top: 5px;
	line-height: 140%;
}

.entry_body li {
	color: #666;
}

blockquote {
	padding: 10px;
	margin: 10px 0px;
	background-color: #F7F7F7;
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #ccc;
	font-size:12px;
}

.tagword {
	color: #000000 !important;
	background-color: #F0F0E8;
	text-decoration: none;
}

.fc2_footer {
	margin-top: 25px;
}

img.emoji {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

/*　----------------------タイトルヘッダ　*/

#blogtitle {
	height:360px;
}

#blogtitle h1 {
	font-size:13px;
	font-weight:bold;
	color:#d60000;
	padding:236px 0 0 145px;
}
#blogtitle p{
	padding:0 0 0 145px;
	width:460px;
}
/*　ブログタイトルリンクカラー　*/

/* 通常時リンクカラー */
h1 a:link {
	color:#d60000;
	text-decoration: none;
}

/* 訪問済みリンクカラー */
h1 a:visited {
	color:#d60000;
	text-decoration: none;
}

/* マウスを上に重ねた時リンクカラー */
h1 a:hover {
	color:#d60000;
	text-decoration: none;
}

/* クリックした時リンクカラー */
h1 a:active {
	color:#d60000;
	text-decoration: none;
}

#description {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #625012;
	line-height:1.2;
}


/*　----------------------ページセレクト */

.pageselect {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 10px;
	background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/hiyoko_bar.gif);
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.pageselect p {
	margin: 0px;
	padding: 0px;
}

.pageselect a {
	text-decoration: none;
}

#ps_top {
}

/*　----------------------メインコンテンツ　*/

#blog {
	width: 540px;
	float: left;
	overflow: hidden;
}

.topBan{
	padding:0 15px 15px 15px;
}

/* -------NEW ENTRIES */

#newentrys {
	border: 1px solid #db2222;
	background-color: #ffffff;
	padding: 5px 10px 15px;
	margin: 15px 15px 0px;
	background: url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/newentrys_bg.gif) no-repeat left top;
	font-size: 12px;
}

#newentryname {
	margin: 0px 0px 7px;
	padding: 0px 0px 3px 18px;
	color: #ffffff;
	background-image: none;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}

#newentrylist {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: transparent;
}

#newentrys ul {
	color: #999999;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	list-style-type:none;
}
#newentrys li{
	background:url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/arrow_01.gif) no-repeat 0 5px;
	padding:0 0 0 14px;
}

/*　エントリー　*/

.entry {
	margin: 25px 25px 50px 25px;
}

.entry_edit {
	float: right;
	font-size: 10px;
	margin: 0px;
	padding-top: 1px;
}

.entry_edit a:link {
	color: #ccc;
	text-decoration: none;
}
.entry_edit a:visited {
	color: #ccc;
	text-decoration: none;
}
.entry_edit a:hover {
	text-decoration: none;
	color: #FF0000;
}
.entry_edit a:active {
	text-decoration: none;
	color: #0000FF;
}

.entry_date  {
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 2px 5px;
	background:#d60000;
}

.entry_body {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.entry_more {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 35px;
	padding-left: 5px;
}

.entry_state {
	font-size: 11px;
	clear: both;
	text-align: right;
	color: #CCCCCC;
}

.entry_state a:link {
	color: #999;
	text-decoration: none;
}

.entry_state a:visited {
	color: #999;
	text-decoration: none;
}

.entry_state a:hover {
	color: #FF0000;
}

.entry_state a:active  {
	color: #FF0000;
}


/*　----------------------サイドナビゲーション　*/
#navi {
	width: 200px;
	float: left;
	font-size: 12px;
	margin-top: 0px;
	line-height: 130%;
	overflow: hidden;
}

.navi-title {
	font-size: 12px;
	padding: 6px 15px 6px 30px;
	margin:15px 0px 0px;
	background-image: url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/navi_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #564837;
}

.navi-contents {
	background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/hc-navi-200-a.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 25px;
	margin-top: 0px;
	padding: 5px 10px 10px;
}

.navi-contents ul {
	color: #555555;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
	list-style-type:none;
}

.navi-contents li {
	color: #555555;
	background:url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/arrow_01.gif) no-repeat 0 5px;
	padding:0 0 0 14px;	
}

.navi-contents p {
	padding: 5px 0px;
	margin: 0px;
}

.navi-contents .p-desc {
	padding: 0px;
	margin: 0px;
}

.navi-contents img {
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
}

.plugin-myimage img {
	margin-top: 10px;
	margin-bottom: 10px;
}


#navi input {
	border: 1px solid #ccc;
	margin-bottom: 3px;
}


#navi textarea {
	margin-bottom: 3px;
	border: 1px solid #ccc;
	scrollbar-3dlight-color:        #FFF;
	scrollbar-arrow-color:          #ccc;
	scrollbar-darkshadow-color:     #FFF;
	scrollbar-face-color:           #F7F7F7;
	scrollbar-highlight-color:      #ccc;
	scrollbar-shadow-color:         #ccc;
	scrollbar-track-color:          #F3F3F3;
	margin-bottom: 3px;
}

#navi td {
	font-size: 12px;
}

/* calender */


#navi .plugin-calender table {
	font-size: 10px;
	text-align: center;
	width: 175px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#navi .plugin-calender td {
	padding: 3px;
	text-align: center;
}

#navi .plugin-calender th {
	padding: 3px;
	text-align: center;
}

caption {
	padding: 10px 0px;
}

#sun {
	color: #FF0000;
}

#sat {
	color: #0066FF;
}

/* 通常時リンクカラー */
#navi a:link {
	color: #555555;
	text-decoration: none;
}
/* 訪問済みリンクカラー */
#navi a:visited {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
/* マウスを上に重ねた時リンクカラー */
#navi a:hover {
	color: #ff0033;
}
/* クリックした時リンクカラー */
#navi a:active {
	color: #ff0033;
}

/* ----------------comment */

#comment-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 12px;
	padding-bottom: 3px;
}

.c_title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

.c_body {
	font-size: 12px;
	line-height: 145%;
	margin-bottom: 10px;
	color: #666;
}

.c_state {
	color : #999966;
	margin-bottom: 25px;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

.comment-form {
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 10px;
}

/* ----------------trackback URL */


#trackback-url-title {
	font-size: 12px;
}

#tb_url {
	border: 1px solid #999;
	padding: 10px;
	font-size: 11px;
}

/* ----------------trackback */

#trackback-title {
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	padding-bottom: 3px;
}

.tb_title {
	margin-bottom: 10px;
	font-size: 12px;
}

.tb_body {
	font-size: 12px;
	line-height: 145%;
	margin-bottom: 10px;
	color: #666;
}

.tb_state {
	color : #999966;
	margin-bottom: 25px;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

/* -------tree */

ul.tree {
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 160%;
}

ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 18px;
  background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/tree_a.gif);
  background-repeat: no-repeat;
  font-size: 10px;
	list-style-image: none;
}

ul.tree li.end {
  background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/tree_b.gif);
}

/*　----------------------footer　*/

#footer {
	clear: both;
	text-align: right;
	background: url(https://blog-imgs-36-origin.fc2.com/o/t/a/otakara3/footer_bg.gif);
}

#copyright {
	font-size: 10px;
	padding: 5px;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
}

address {
	font-style: normal;
}

/*　----------------------公式カテゴリツリー化用CSS　*/

ul.sub_menu  {
	margin: 0px;
	padding: 0px;
}

.sub_menu li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 18px;
	font-size: 10px;
}

.sub_list_end {
	margin-bottom: 10px;
}

ul.main_menu .main_list .sub_menu .sub_list {
	background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/tree_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.main_menu .main_list .sub_menu .sub_list_end {
	background-image: url(https://blog-imgs-27-origin.fc2.com/h/i/y/hiyokokun/tree_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
