/* 文字コード
---------------------------------------------------- */
@charset "UTF-8"; 


/* ブラウザスタイルの初期化
---------------------------------------------------- */
/* 全体の初期化 */
* {
	margin: 0px;
	padding: 0px;
}
/* 全体の初期化（IE6用補足）*/
th,td,form {
	margin: 0px;
	padding: 0px;
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #E9F5F9;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* 段落 */
p {
	line-height:150%;
}

/* 段落 */
em {
	display: none;
}

/* 画像 */
img {
	border-width: 0px;
}
a img {
	border-width: 0px;
}

/* 定義リスト */
dl {}
dt {}
dd {}

/* フォーム */
form {
}

#search-options,input {
    padding: 1px;
    font-size: 12px;
}

/* リンク色
---------------------------------------------------- */
a:link {
}
a:visited {
    color: #6633FF;
    text-decoration: underline;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {
}


/* ヘッダー
---------------------------------------------------- */
/* ヘッダーボックス */
#header {
	height: 136px;
	width: 800px;
	background: #3399FF url(img_common/header_01.gif) no-repeat top;
	position: relative;
}

/* ブログタイトル */
#blogtitle {
	font-size: 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}

/* ブログの説明 */
#blogdescription {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 150%;
}

/* ヘッダー部分のナビゲーションul */
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* ブログトップへのナビ */
#navi-top a {
	height: 22px;
	width: 83px;
	display: block;
	position: absolute;
	left: 29px;
	top: 102px;
	background: url(img_common/navi_top.gif) no-repeat;
	overflow: hidden;
}

/* アクアリーナへのナビ */
#navi-aquarena a {
	height: 45px;
	width: 175px;
	display: block;
	position: absolute;
	left: 616px;
	top: 86px;
	background: url(img_common/navi_aquarena.gif) no-repeat;
	overflow: hidden;
}


/* 全体ボックス
---------------------------------------------------- */
/* 全体のボックス(800) */
#container {
	height: auto;
	width: 800px;
	padding: 0px;
	background: #FFFFFF;
	margin: 0px auto 35px;
}

/* ヘッダーから下のボックス */
#contents {
	background: #FFFFFF;
	height: auto;
	clear: both;
	min-height: 600px;
	padding-top: 25px;
}

/* 中央ボックス */
#contents-1st {
	height: auto;
	width: 530px;
	float: right;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 22px;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 25px;
	overflow: hidden;
}

/* 左ボックス */
#contents-2nd {
	height: auto;
	width: 180px;
	float: left;
	overflow: hidden;
	padding-left: 25px;
}

/* 左ボックス */
#line-01 {
	margin: 0px;
	float: left;
	width: 1px;
	border-right: 1px solid #CCCCCC;
	height: 100%;
}



/* サイドバー
---------------------------------------------------- */
/* サイドバー見出し */
.sidebar-title {
	font-size: 12px;
	background: #4EBFF7;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #999999;
}


/* サイドバーリストボックス */
.sidebar-listbox {
	clear: both;
	display: block;
	list-style: url(none) none;
	margin: 0px 0px 30px;
	padding: 0px;
	text-indent: 0px;
}

/* サイドバーリストボックス */
.sidebarbox {
	border-width: 0px;
	margin-bottom: 30px;
	clear: both;
}

/* サイドバーリスト部分 */
.sidebar-listbox li {
	font-size: 13px;
	text-decoration: none;
	line-height: 130%;
	color: #666666;
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	text-indent: 0px;
	text-align: left;
	list-style: url(none) none outside;
}


/* エントリー
---------------------------------------------------- */

/* エントリー部分ボックス */
.entry {
	overflow: hidden;
}
.entry-body {
}

/* エントリー日付（帯） */
.entrydate {
	background: #3399FF;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1.3px solid #999999;
	font-weight: bolder;
	margin-bottom: 13px;
}

/* エントリータイトル */
.entrytitle {
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 0px;
	line-height: 1.3em;
}

/* エントリー本文 */
.entry-body p {
	line-height: 180%;
	margin-top: 10px;
}

/* エントリー投稿者部分文字 */
p.posted {
	margin-bottom: 40px;
	border-top: 1px solid #999999;
	padding-top: 5px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
	text-decoration: none;
	letter-spacing: normal;
}

.entry-2 {
	padding: 10px 20px 20px 10px;
}

#trackbackurlbox {
	background: #E9F5F9;
	padding: 10px;
	border: 1px dashed #5C87C1;
	margin-bottom: 20px;
}

/* エントリータイトル */
.komidashi {
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}


/*カレンダー
---------------------------------------------------- */
/* カレンダーボックス */
#calendar {
	height: auto;
	width: 180px;
	margin-top: 7px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

/* カレンダー文字 */
#calendar a {
	font-size: 11px;
	text-decoration: underline;
}
#calendar a:hover {
	font-size: 11px;
	color: #FF3366;
}

/* アーカイブページ
---------------------------------------------------- */
#entrynavi {
	font-size: 11px;
	margin-bottom: 20px;
}
#trackback {
	background: #FF9999;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1.3px solid #CC6666;
	font-weight: bolder;
	margin-bottom: 13px;
}



/* コメントフィールド
---------------------------------------------------- */
#commentfield {
	height: auto;
	width: 420px;
}

/* 
---------------------------------------------------- */
#tbdata {
	margin-bottom: 25px;
	clear: both;
}
/*
#tbdata h3 {
	font-size: 12px;
	color: #333333;
}
#tbdata p {
	font-size: 12px;
	color: #666666;
}
*/

/* カテゴリーページ
---------------------------------------------------- */
/* カテゴリータイトル */
#categorytitle {
	font-size: 14px;
	color: #FFFFFF;
	background: #33CCFF;
	font-weight: bolder;
	border-bottom: 2px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 20px;
}
.error {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* フッター部分
---------------------------------------------------- */
#footer {
	height: 65px;
	clear: both;
	background: url(img_common/futter_01.gif) no-repeat;
	width: 800px;
}
