@charset "EUC-JP";

/* -基本設定- */
body {
	margin:0px;
	padding:0px 15px;
	background-color:#000503;
	background-image:url(img/secretwater-bg.gif);
	background-repeat:repeat-x;
	_font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000;
}
textarea {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
h1, h2, h3, form, p {
	margin:0px;
	padding:0px;
}
.Entry-Body p, .Entry-BodyEx p {
	margin-top:0px;
	margin-bottom:1em;
}
hr.hide {
	display:none;
}
.Clear-Both {
	clear:both;
	font-size:1px;
}
a:link {
	color:#036;
}
a:visited {
	color:#033;
}
a:active {
	color:#036;
}
a:hover {
	color:#f30;
}

/* ------------ヘッダーの設定------------ */
#HeaderArea-out {
	background-color:#112B21;
	background-image:url(img/secretwater-headBg-C.gif);
	background-repeat:repeat-x;
}
#HeaderArea-mid {
	background-image:url(img/secretwater-headBg-L.gif);
	background-repeat:no-repeat;
}
#HeaderArea-in {
	background-image:url(img/secretwater-headBg-R.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:174px;
}
#Header {
	padding:62px 0px 0px 0px;
	text-align:center;
}
.headSpacer {
	width:770px;
	height:1px;
	font-size:1px;
}
/* ブログのタイトル */
#Header h1 {
	padding:0px 0px 0px 0px;
	margin:0px;
	text-shadow: #000 2px 2px 3px;
	font-size:28px;
	font-family: "Century Gothic",Verdana,Helvetica,Airal,sans-serif;
}
#Header h1 a {
	text-decoration:none;
}
#Header h1 a:link, 
#Header h1 a:visited, 
#Header h1 a:active, 
#Header h1 a:hover {
	color:#fff;
}
/* ブログの説明文 */
#Header .description {
	padding:6px 0px 0px 0px;
	margin:0px;
	font-size: 9pt;
	color:#fff;
	text-shadow: #000 2px 2px 3px;
}

/* -ボディエリアの囲み- */
#BodyArea-out {
	background-color:#fff;
	background-image:url(img/secretwater-bodyBg-midL.gif);
	background-repeat:repeat-y;
}
#BodyArea-in {
	background-image:url(img/secretwater-bodyBg-midR.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#BodyArea2-out {
	background-image:url(img/secretwater-bodyBg-topC.gif);
	background-repeat:repeat-x;
}
#BodyArea2-mid {
	background-image:url(img/secretwater-bodyBg-topL.gif);
	background-repeat:no-repeat;
}
#BodyArea2-in {
	background-image:url(img/secretwater-bodyBg-topR.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width:100%;
}

/* -基本レイアウト- */
#MainArea {
	margin-right:238px;
	padding-top:5px;
	_height:100%;
}
#SideArea {
	width:215px;
	float:right;
	padding-top:15px;
}

/* ------------エントリー部分の設定------------ */
/* ページ遷移リンク */
.Navi {
	font-size: 9pt;
	margin:10px 0px 0px 50px;
	line-height:140%;
}

/* アーカイブの名称表示 */
.ArchiveName {
	font-size: 9pt;
	font-weight:bold;
	padding:5px 0px 15px 50px;
}

/* エントリー */
.OneEntry {
	padding:0px 0px 25px 0px;
	margin:0px;
}
/* エントリーの日付 */
.OneEntry .Entry-Date {
	margin:10px 0px;
	padding-left:35px;
	font-size: 8pt;
	color:#000;
}
/* エントリーのタイトル */
.OneEntry .EntryTitleArea-out {
	background-image:url(img/secretwater-entryTtlBg-topC.gif);
	background-repeat:repeat-x;
}
.OneEntry .EntryTitleArea-mid {
	background-image:url(img/secretwater-entryTtlBg-topL.gif);
	background-repeat:no-repeat;
}
.OneEntry .EntryTitleArea-in {
	background-image:url(img/secretwater-entryTtlBg-topR.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.OneEntry .EntryTitleArea2-out {
	background-image:url(img/secretwater-entryTtlBg-btmC.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.OneEntry .EntryTitleArea2-mid {
	background-image:url(img/secretwater-entryTtlBg-btmL.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.OneEntry .EntryTitleArea2-in {
	background-image:url(img/secretwater-entryTtlBg-btmR.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	_width:100%;
}
.OneEntry .Entry-Title {
	padding:15px 15px 15px 15px;
	font-weight:bold;
	font-size: 11pt;
	font-family: 'HiraKakuStd-W8', 'Lucida Grande';
	color:#fff;
	text-shadow:#000 2px 2px 3px;
}

/* エントリーの本文 */
.OneEntry .EntryBodyArea {
	padding:5px 15px 15px 50px;
}
.OneEntry .Entry-Body {
	font-size: 9pt;
	line-height:150%;
}
.OneEntry .Entry-BodyEx {
	font-size: 9pt;
	line-height:150%;
}
.OneEntry .Entry-Foot {
	font-size: 8pt;
	line-height:145%;
	margin:10px 0px;
	padding:5px 0px 0px 0px;
}
/* トラックバック・コメント */
.OneEntry .Entry-Trackback, 
.OneEntry .Entry-Comments {
	margin-left:40px;
	margin-right:10px;
	padding:20px 20px 20px 20px;
	border-top:1px solid #ccc;
}
.OneEntry .Entry-Trackback h2, 
.OneEntry .Entry-Comments h2 {
	padding:0px 0px 2px 0px;
	font-weight:bold;
	font-size: 10pt;
	font-family: 'HiraKakuStd-W8', 'Lucida Grande';
	text-shadow:#bbb 2px 2px 3px;
}
.OneEntry .TrackbackBodyArea, 
.OneEntry .CommentsBodyArea {
	padding:12px 0px 20px 0px;
}
.OneEntry .Entry-Trackback p, 
.OneEntry .Entry-Comments p {
	font-size: 9pt;
	line-height:150%;
	margin:0px 0px 10px 0px;
}

.OneEntry .Entry-Comments .OneComment {
	border:1px ridge #dedede;
	padding:6px;
	margin-bottom:10px;
}
.OneEntry .Entry-Comments p.posted {
	font-size: 9pt;
	color:#444;
	padding:0px;
	margin-bottom:0px;
	border-top:1px dashed #dedede;
}

.OneEntry .Entry-Trackback .OneTrackback {
	border:1px ridge #dedede;
	padding:6px;
	margin-bottom:10px;
}
.OneEntry .Entry-Trackback p.ListHead {
	font-size: 9pt;
	margin-top:2em;
	margin-bottom:1em;
	font-weight:bold;
}
.OneEntry .Entry-Trackback .trackbacksList {
	padding:0px;
}
.OneEntry .Entry-Trackback p.posted {
	font-size: 9pt;
	color:#444;
	padding:0px 0px 0px 20px;
	margin-bottom:0px;
}
/* アーカイブ一覧のリスト */
.OneEntry .ArchiveList {
	font-size:9pt;
	margin:0px;
	padding:0px 0px 0px 20px;
}

/* ------------サイドコンテンツの設定------------ */
#Side {
	width:184px;
}
.SideModule {
	padding:0px;
}
/* 各項目のタイトル */
.SideTitleArea-out {
	background-image:url(img/secretwater-sideTtlBg-mid.gif);
	background-repeat:repeat-y;
}
.SideTitleArea-mid {
	background-image:url(img/secretwater-sideTtlBg-top.gif);
	background-repeat:no-repeat;
}
.SideTitleArea-in {
	background-image:url(img/secretwater-sideTtlBg-btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	_width:100%;
	text-align:center;
}
.Side-Title {
	padding:10px;
	margin:0px;
	font-weight:bold;
	color:#fff;
	text-shadow:#000 2px 2px 3px;
	font-size: 9pt;
	font-family: "Century Gothic",Verdana,Helvetica,Airal,sans-serif;
}
/* 各項目の中身 */
.Side-Body {
	padding:2px 15px;
}
.Side-Body ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.Side-Body ul ul {
	margin:0px;
	padding:0px 0px 0px 24px;
}
.Side-Body ul li {
	margin:0px;
	padding:2px 0px;
	font-size: 9pt;
}
.Side-Body p {
	font-size: 9pt;
}
.Side-Body ul li a {
	padding:0px 0px 0px 11px;
	background-image:url(img/secretwater-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}
.Side-Body ul li a:hover {
	background-image:url(img/secretwater-arrow-over.gif);
	background-repeat:no-repeat;
}
.Side-Body ul li .Posted {
	padding:0px 0px 0x 0px;
	margin:0px 0px 0px 11px;;
	color:#555;
	font-size:8pt;
}
.Side-Body input#search {
	width:144px;
}

.SideBottom {
	margin:10px 0px 0px 0px;
	padding:10px;
	font-size: 9pt;
}
.SideBottom p {
	margin-bottom:1em;
}


/* カレンダー */
#calendarBox {
	margin:10px 0px;
}
.calendarhead {
	font-size:small;
	font-weight:bold;
	line-height:140%;
	padding:1px;
}
.calendar {
	color:#666;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding:1px 3px;
}
table.calendar{
	border-collapse: separate;
	empty-cells:hide;
}
td.calendarDay{
	padding:0px 2px;
}


/* ------------コメント確認・エラー・保留------------ */
#banner {
	display:none;
}
#container {
	background-color:#fff;
	background-image:url(img/secretwater-bodyBg-midL.gif);
	background-repeat:repeat-y;
}
.content {
	padding:20px 278px 20px 60px;
	background-image:url(img/secretwater-bodyBg-midR.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.content h2 {
	padding:2px 5px;
	border:1px dotted #ccc;
	margin:15px 0px;
	font-weight:bold;
	font-size: 10pt;
	font-family: 'HiraKakuStd-W8', 'Lucida Grande';
	text-shadow:#bbb 2px 2px 3px;
}
.content p {
	font-size: 9pt;
	line-height:150%;
	margin-bottom:1em;
}
.content p.posted {
	font-size: 9pt;
	color:#444;
	padding-bottom:1em;
	margin-bottom:1em;
	border-bottom:1px solid #dedede;
}
