/*****************************************************/
/* ヒヨコ君増殖中テンプレート menu ver0.0              */
/* http://hiyokokun.blog2.fc2.com/                   */
/*****************************************************/

/* ++++++++++簡易カスタマイズ設定++++++++++++　*/

/* ----------------トップ画像用設定 */
/* 2015/09/29　Top画像を変更　*/
#header {
	height: 199px;
	background-color: #FFFFFF;
	background-image: url(http://www.d-umihe.com/img/chart/hedder_back2.gif);
}

/* ----------------タイトルボーダーライン色設定 */

#blogtitle {
	border-bottom-color: #333;
}

/* ----------------メニュー用ボーダーライン色設定 */

/* 通常時・訪問済みリンクカラー */
#submenu a:link, #submenu a:visited {
	color: #666666;
	background-color: #F7F7F7;
	border-bottom: 5px solid #333;
}

/* マウスを上に重ねた時リンクカラー */
#submenu a:hover {
	color: #000000;
	background-color: #F7F7F7;
	border-bottom: 5px solid #FF9900;
}

/* クリックした時リンクカラー */
#submenu a:active {
	color: #999999;
	border-bottom: 5px solid #FF0000;
}


/* ----------------記事タイトルワンポイント画像用設定 */

.entry_title {
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 27px;
}

/* ----------------links　*/

/* 通常時リンクカラー */
a:link {
	color: #999999;
}
/* 訪問済みリンクカラー */
a:visited {
	color: #999999;
}
/* マウスを上に重ねた時リンクカラー */
a:hover {
	color: #FF9900;
}
/* クリックした時リンクカラー */
a:active {
	color: #FFCC00;
}

/* ++++++++++簡易カスタマイズ用END++++++++++++　*/

/* 2015/09/28　文字サイズを100%に変更　*/
/* 2015/09/29　背景色を#99FF99に変更　*/
body {
	color: #000;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: #99FF99;
	font-size: 90%;
	margin: 0px;
	background-position: center top;
	background-repeat: repeat-y;
	padding-bottom: 0px;
	padding-top: 0px;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/m-bg-710.jpg);
}

/* ----------------基本タグ　*/

p {
	margin: 0px;

}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height: 150%;
	color: #999999;
}

li {
	padding-bottom: 3px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

address {
	font-style: normal;
}

label {
	color: #999999;
	font-weight: normal;
}

code {
	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: 1px solid #ccc;
	font-size:100%;
	display:block;
}

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:95%;
}


/* -------エントリ内タグ(私用) */


.entry_body ol {
	margin-bottom: 10px;
	margin-top: 5px;
}

.entry_body ul {
	margin: 0px 0px 15px 30px;
}

.entry_body h3 {
	margin: 0px 0px 0px 0px;
	font-size:100%;
}

.entry_body h4 {
	margin: 0px 0px 5px 0px;
	font-size:100%;
}

.entry_body h5 {
	margin: 0px 0px 5px 0px;
	font-size:100%;
}

.entry_body p {
	margin-bottom: 15px;
}

.entry_body table {
	font-size: 80%;
}

.tagword {
	color: #000000 !important;
	background-color: #DDEEFF;
	text-decoration: none;
}

.fc2_footer {
	margin-top: 10px;
}

/*-----------------画像位置 */

img { 
	border: 1px solid #f7f7f7;
	margin: 0px;
}


/* -------見出し */

h1 {
	margin: 0px;
	font-size: 90%;
}


h3 {
	margin: 0px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 90%;
	color: #000000;
}


h4 {
	font-size: 100%;
}

/* ----------------form　*/

form {
	margin: 0px;
}

#comment {
	width: 400px;
}



/* ----------------全体 */

#container {
	text-align: left;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


/* ----------------ブログタイトルリンクカラー　*/


/* 通常時・訪問済みリンクカラー */
h1 a:link, h1 a:visited {
	color: #666666;
	text-decoration: none;
}

/* マウスを上に重ねた時リンクカラー */
h1 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* クリックした時リンクカラー */
h1 a:active {
	color: #FF0000;
	text-decoration: none;
}

/* ----------------header */


#blogtitle {
	padding: 13px 20px 7px;
	background-color: #FFFFFF;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko-title.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

/* ----------------ブログ説明設定　*/

.myblog-description {
	color: #666666;
	font-size: 75%;
	padding-top : 3px;
}

/* ----------------ADMINMENU設定・画像　*/

#adminmenu {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 183px;
	width: 680px;
	color: #ccc;
	display: none;
}

.adminmenu {
	color: #FFF;
}

#submenu a {
	text-decoration: none;
	width: 140px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/submenu_bar_145.jpg);
}

#submenu #subright a {
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/submenu_bar_142.jpg);
	width: 142px;
}

/* ----------------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;
}


/* ---------------サブメニュー */

#submenu {
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 4px;
	margin-bottom: 5px;
}

#submenu ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: left;
}

#submenu li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ----------------blog */

#blog {
	width: 500px;
	float: left;
	padding-top: 10px;
	margin-left: 2px;
	padding-bottom: 0px;
}

#blog-position {
	word-break: break-all;
	overfolow: visible;
}

/* -------NEW ENTRIES */

#newentrys ul {
	color: #999999;
	margin-left: 20px;
}

#newentrys {
	border: 1px solid #ccc;
	background-color: #FDFDFD;
	padding: 0px 10px 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko_new.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}

#newentryname {
	margin: 5px 0px;
	padding: 0px 0px 0px;
	color: #000000;
	background-image: none;
	height: auto;
	text-indent: 0px;
	border: none;
}

#newentrylist {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

#newentryname a:link {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
#newentryname a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
#newentryname a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
#newentryname a:active {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}


/* ------ページセレクト */

.pageselect {
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	color: #999999;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 65%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko_bar.gif);
	margin-left: 15px;
	margin-right: 15px;
}

.pageselect a {
	text-decoration: none;
}

#ps_top {
}


/* -------entry */

.entry {
	margin: 20px 25px 45px 25px;
}

.entry_edit {
	clear: right;
	float: right;
	font-size: 10px;
}

.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  {
	margin: 0px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 75%;
	color: #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.entry_body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.entry_body-url {
	border: 1px solid #999;
	padding: 10px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 70%;
}

.entry_author {
}

.entry_more {
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 35px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.entry_state {
	font-size: 11px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	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;
}



/* ----------------comment */

.comment-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 80%;
}

.c_title {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}

.c_entry_body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 10px;
	color: #666;
}

.entry_state_comment {
	color : #999966;
	margin-bottom: 25px;
	font-size: 70%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCC;
}

.comment-form {
	font-size: 70%;
	border: 1px solid #ccc;
	padding: 10px;
}

.trackback-title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 80%;
}

.trackback-title-url {
	font-size: 80%;
}

.entry_title_tb {
	margin-bottom: 10px;
}


/* ----------------navi */

#navi {
	width: 200px;
	float: left;
	padding-bottom: 30px;
	margin-top: 10px;
}

#navi-position {
}

.navi-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 75%;
	margin-bottom: 10px;
	padding-top: 5px;
	text-indent: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.navi-contents {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 75%;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 5px;
}

.navi-contents p {
	margin-bottom: 15px;
}

.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 {
	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;
}



/* ------------calender */

#navi table {
	font-size: 10px;
	text-align: center;
	width: 175px;
}

#navi td {
	padding: 3px;
	text-align: center;
}

caption {
	padding: 10px 0px;
}

#sun {
	color: #FF0000;
}

#sat {
	color: #0066FF;
}

/* -------tree */

ul.tree {
  list-style: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 140%;
}

ul.tree li {
  margin: 0px;
  padding: 0px 0px 0px 18px;
  background-image: url(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/tree_a.gif);
  background-repeat: no-repeat;
  font-size: 80%;
	list-style-image: none;
}

ul.tree li.end {
  background-image: url(https://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(https://blog-imgs-27.fc2.com/h/i/y/hiyokokun/hiyoko_bar.gif);
}

.copyright {
	margin: 0px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 65%;
	padding: 5px;
	color: #000000;
}

#footer a {
	text-decoration: none;
}

/* ----------------end */
