@charset "euc-jp";

/*****************************************************/
/* ヒヨコ君増殖中テンプレート 犬・猫 ver1.6         */
/* http://hiyokokun.blog2.fc2.com/                   */
/*****************************************************/

/* ++++++++++簡易カスタマイズ設定++++++++++++　*/

/* ----------------トップ画像用設定 */

#header {
	height: 200px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(http://blog-imgs-15.fc2.com/z/a/c/zaccafe/tanawada-top2.jpg);
}

/* ----------------記事タイトルワンポイント画像用設定 */

.entry_title {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/dog_t.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 27px;
	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: #FFCC00;
	text-decoration: none;
}

/* ----------------ブログタイトルリンクカラー　*/


/* 通常時・訪問済みリンクカラー */
h1 a:link, h1 a:visited {
	color: #FFF;
	text-decoration: none;
}

/* マウスを上に重ねた時リンクカラー */
h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* クリックした時リンクカラー */
h1 a:active {
	color: #FF0000;
	text-decoration: none;
}

/* ----------------ブログ説明設定　*/

#description {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}


/* ----------------ADMINMENU設定　*/

#adminmenu {
	font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 183px;
	width: 680px;
	color: #ccc;
	margin-bottom: 0px;
	margin-top: 0px;
}

.adminmenu {
	color: #FFF;
}

/* ----------------ADMINMENUリンクカラー　*/

#adminmenu a {
	text-decoration: none;
}

#adminmenu a:link {
	color: #CCCCCC;
}

#adminmenu a:visited {
	color: #CCCCCC;
}

#adminmenu a:hover {
	color: #FFFFFF;
}

#adminmenu a:active {
	color: #FFCC00;
}


/* ----------------links　*/

/* 通常時リンクカラー */
a:link {
	color: #999966;
}
/* 訪問済みリンクカラー */
a:visited {
	color: #999966;
}
/* マウスを上に重ねた時リンクカラー */
a:hover {
	color: #FF9900;
}
/* クリックした時リンクカラー */
a:active {
	color: #FFCC00;
}

/* ++++++++++簡易カスタマイズ用END++++++++++++　*/

html {
	background-color: #FFF;
}

html, body {
	width: auto;
	height: auto;
}

body {
	font-family: Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	background-image: url(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/h-bg-etc-700.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	background-color: #FFFFFF;
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

/* ----------------基本タグ　*/

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: 400px;
}



/* -------エントリ内タグ(私用) */

.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 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: #F3F3ED;
	text-decoration: none;
}

.fc2_footer {
	margin-top: 25px;
}

img.emoji {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}

/*　----------------------タイトルヘッダ　*/

#blogtitle {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 130%;
}

#blogtitle h1 {
	font-size: 14px;
	margin: 0px 0px 3px;
	padding: 0px;
}

/*　----------------------ページセレクト */

.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(http://blog-imgs-27.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: 500px;
	float: left;
	overflow: hidden;
}

/* -------NEW ENTRIES */

#newentrys {
	border: 1px solid #ccc;
	background-color: #FDFDFD;
	padding: 5px 10px 15px;
	margin: 15px 15px 0px;
	background-image: url(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko_new.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	background-position: left top;
}

#newentryname {
	margin: 0px 0px 7px;
	padding: 0px 0px 3px;
	color: #333333;
	background-image: none;
	text-indent: 0px;
	border-bottom: 1px dashed #CCCCCC;
	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 22px;
}

/*　エントリー　*/

.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: 12px;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.entry_body {
	font-size: 11px;
	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: 190px;
	float: left;
	font-size: 11px;
	margin-top: 0px;
	line-height: 130%;
	overflow: hidden;
}

.navi-title {
	font-size: 11px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	text-indent: 3px;
}

.navi-contents {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 25px;
}

.navi-contents ul {
	color: #999;
	padding: 0px;
	margin-right: 0px;
	margin-left: 18px;
	line-height: 150%;
	margin-top: 0px;
}

.navi-contents li {
	color: #666;
}

.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: 11px;
}

/* calender */

#navi .plugin-calender table {
	font-size: 10px;
	text-align: center;
	width: 175px;
}

#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;
}


/* ----------------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: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

.c_body {
	font-size: 11px;
	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: 11px;
	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(http://blog-imgs-27.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(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/tree_b.gif);
}

/*　----------------------footer　*/

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	text-align: right;
	background-image: url(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko_bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#copyright {
	font-size: 10px;
	padding: 5px;
	color: #000000;
}

#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;
}

.sub_list_end {
	margin-bottom: 10px;
}

ul.main_menu .main_list .sub_menu .sub_list {
	background-image: url(http://blog-imgs-27.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(http://blog-imgs-27.fc2.com/h/i/y/hiyokokun/tree_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
