@charset "utf-8";

/* ------------------------------------------------------------------
	作成者:	TAKE-C
	説明:	FC2ブログ用スタイルシート
		simple_clear_blue	(Ver.1.0.4)

	Copyright (C) TAKE-C All Rights Reserved.
--------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	共通設定
--------------------------------------------------------------------- */

/* ----- 背景 ----- */

body {
	text-align: left;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: "Segoe UI", "Arial", "メイリオ", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #003333;
	line-height: 180%;
}

/* ----- ブロック ----- */

/* ----- 見出し ----- */

h1 {
	text-align: left;
	font-size: 18pt;
	color: #003333;
	padding: 5px;
	margin: 5px;
}

h2.entry_title {
	text-align: left;
	font-size: 12pt;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: 1px solid #99ccff;
	color: #003333;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

h3.cmarea_title {
	text-align: left;
	font-size: 12pt;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/subsection_bg_clearblue.gif);
	background-color: #ffffff;
	border: 1px solid #99ccff;
	color: #003333;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

h4.cmtb_title {
	text-align: left;
	font-size: 10pt;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: 1px solid #99ccff;
	color: #003333;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

/* ----- 段落 ----- */

p {
	padding: 5px;
	margin: 5px;
}

/* ----- 引用文 ----- */

blockquote {
	background-color: #ffffff;
	border-left: 5px solid #99ccff;
	padding: 5px;
}

/* ----- 制作者・管理者情報 ----- */

address {
	padding: 5px;
	margin: 5px;
	font-style: normal;
}

/* ----- 順不同・順序リスト ----- */

ul {
	list-style-image: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/list_clearblue.gif);
	margin: 0px;
	padding-left: 40px;
}

ol {
	margin: 0px;
	padding-left: 40px;
}

/* ----- 定義リスト ----- */

dl {
	padding: 5px;
	margin: 5px;
}

dt {
	font-weight: bold;
}

/* ----- 表 ----- */

table {
	border-collapse: collapse;
	margin: 2px;
}

th {
	padding: 2px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}

td {
	padding: 2px;
	white-space: nowrap;
}

/* ----- フォーム ----- */

/* ---- リンク ----- */

a:link {
	color: #006666;
}

a:visited {
	color: #006666;
}

a:hover {
	color: #660000;
}

/* ----- 画像 ----- */

img {
	border: 0px;
}

/* ----- スパン ----- */

/* ------------------------------------------------------------------
	ID・クラス別設定
--------------------------------------------------------------------- */

/* ----- レイアウト ----- */

div#layout {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	float: center;
}

div#header {
	width: 940px;
	height: 110px;
	text-align: left;
	background-image: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/header_bg_clearblue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #99ccff;
	padding: 5px;
	margin: 5px;
}

div#global-nav {
	width: 940px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

div#main {
	float: left;
	width: 580px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

div#side {
	float: left;
	width: 336px;
	text-align: left;
	padding: 5px;
	margin: 5px;
}

div#footer {
	clear: both;
	width: 940px;
	text-align: center;
	border-top: 1px solid #99ccff;
	padding: 5px;
	margin: 5px;
}

/* ----- フォーム ----- */

.input_design {
	border: solid 1px #99ccff;
	color: #003333;
}

.button_design {
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: solid 1px #99ccff;
	color: #003333;
	padding: 5px;
	margin: 5px;
}

input:hover.button_design {
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/subsection_bg_clearblue.gif);
	background-color: #ffffff;
	border: 1px solid #99ccff;
	color: #003333;
	padding: 5px;
	margin: 5px;
}

/* ---- リンク ----- */

a:link.blog_title {
	color: #003333;
	text-decoration: none;
}

a:visited.blog_title {
	color: #003333;
	text-decoration: none;
}

a:hover.blog_title {
	color: #003333;
	text-decoration: underline;
}

a:link.globalnav_title {
	color: #003333;
	text-decoration: none;
}

a:visited.globalnav_title {
	color: #003333;
	text-decoration: none;
}

a:hover.globalnav_title {
	color: #003333;
	text-decoration: underline;
}

a:link.nav_title {
	color: #003333;
	text-decoration: none;
}

a:visited.nav_title {
	color: #003333;
	text-decoration: none;
}

a:hover.nav_title {
	color: #003333;
	text-decoration: underline;
}

a:link.archive_title {
	color: #003333;
	text-decoration: none;
}

a:visited.archive_title {
	color: #003333;
	text-decoration: none;
}

a:hover.archive_title {
	color: #003333;
	text-decoration: underline;
}

a:link.archive_title2 {
	color: #003333;
	text-decoration: none;
}

a:visited.archive_title2 {
	color: #003333;
	text-decoration: none;
}

a:hover.archive_title2 {
	color: #003333;
	text-decoration: underline;
}

a:link.more_title {
	color: #003333;
	text-decoration: none;
}

a:visited.more_title {
	color: #003333;
	text-decoration: none;
}

a:hover.more_title {
	color: #003333;
	text-decoration: underline;
}

a:link.status_date {
	color: #003333;
	text-decoration: none;
}

a:visited.status_date {
	color: #003333;
	text-decoration: none;
}

a:hover.status_date {
	color: #003333;
	text-decoration: underline;
}

a:link.status_title {
	color: #003333;
	text-decoration: none;
}

a:visited.status_title {
	color: #003333;
	text-decoration: none;
}

a:hover.status_title {
	color: #003333;
	text-decoration: underline;
}

a:link.status_title_cmtb {
	color: #003333;
	text-decoration: none;
}

a:visited.status_title_cmtb {
	color: #003333;
	text-decoration: none;
}

a:hover.status_title_cmtb {
	color: #003333;
	text-decoration: underline;
}

a:link.comment_title {
	color: #003333;
	text-decoration: none;
}

a:visited.comment_title {
	color: #003333;
	text-decoration: none;
}

a:hover.comment_title {
	color: #003333;
	text-decoration: underline;
}

/* ----- 検索エリア ----- */

.searcharea {
	vertical-align: middle;
}

/* ----- ナビ ----- */

.globalnav_btn {
	padding: 5px;
	margin: 5px;
	font-size: 12pt;
	font-weight: bold;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: 1px solid #99ccff;
	color: #003333;
}

/* ----- メイン: 記事 ----- */

.archive {
	background-color: #ffffff;
	border: 1px solid #99ccff;
	padding: 5px;
	margin: 5px;
}

.archive_txt {
	text-align: left;
	padding: 5px;
	margin: 5px;
}

.entry_status_head {
	text-align: left;
}

.more_btn {
	padding: 5px;
	margin: 5px;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: 1px solid #99ccff;
	color: #003333;
}

.entry_status_foot {
	text-align: center;
}

.cmtb_status {
	text-align: center;
}

.status_btn {
	padding: 5px;
	margin: 5px;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/subsection_bg_clearblue.gif);
	background-color: #ffffff;
	border: 1px solid #99ccff;
	color: #003333;
}

.status_btn_cmtb {
	padding: 5px;
	margin: 5px;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	background-color: #ccffff;
	border: 1px solid #99ccff;
	color: #003333;
}

hr {
  border-top:1px solid #99ccff;    /*for Fx*/
   border-right:none;
   border-bottom:none;
   border-left:none;
   margin:5px 0px;
   color:#99ccff;                    /*for IE*/
}


/* ----- メイン: 記事ナビ ----- */

.entry_navi {
	text-align: center;
}

.nav_btn {
	padding: 5px;
	margin: 5px;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/subsection_bg_clearblue.gif);
	background-color: #ffffff;
	border: 1px solid #99ccff;
}

/* ----- プラグイン: タイトル ----- */

.plugin_title {
	font-size: 10pt;
	font-weight: bold;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/subsection_bg_clearblue.gif);
	background-color: #ffffff;
	border: 1px solid #99ccff;
	color: #003333;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

/* ----- プラグイン: カレンダー ----- */

.calender {
	font-size: 9pt;
	line-height: 100%;
	width: 150px;
	background: #ffffff;
	border: 1px solid #99ccff;
	margin-bottom: 20px;
	margin-left: 10px;
}

.calender table {
	border: 1px #99ccff solid;
}

.calender caption {
	font-size: 9pt;
	line-height: 150%;
	padding-bottom: 2px;
}

.calender th {
	width: 20px;
	height: 16px;
	background: url(https://blog-imgs-46-origin.fc2.com/s/u/n/sun3ene/section_bg_clearblue.gif);
	border: 1px #99ccff solid;
	background-color: #ccffff;
	color: #003333;
	font-weight: bolder;
	text-align: center;
}

.calender td {
	width: 20px;
	height: 16px;
	text-align: center;
	border: 1px #99ccff solid;
}

.calender td a {
	display: block;
}

th#sun {
	color: #003333;
}

th#sat {
	color: #003333;
}

#lc_cat_parent_6 {display:none}