@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
	color: #333364;
	background-color: #F3FFFF;
	background-image: url(../../images/aqua.gif);
	/* background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 20%; */
	font-family: "MS PGothic", Arial, sans-serif;
	font-size: 75%;
	line-height: 180%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

a{
	text-decoration: underline;
}

a:link {
	color: #336699;
}

a:visited {
	color: #3366CC;
} 

a:active {
	color: #6666FF;
} 

a:hover {
	color: #FF66FF;
} 

strong {
	color: red;
	font-weight: bold;
	font-size: 125%;
	line-height: 100%;
}

em {
	color: red;
	font-weight: normal;
	font-style: normal;
}

sup {
	vertical-align : 20%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-weignt: normal;
}

dt {
	font-weight: bold;
}

dl,ul,ol,form {
	margin-top: 0px;
	margin-bottom: 0px;
}

form p{
	margin: 1px;
	line-height: 100%;
}

textarea {
	font-size: 100%;
	overflow: auto;
}

input {
	font-size: 100%;
	line-height: 100%;
}

hr.sep {
	display: none;
}
.b{
	font-weight: bold;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	/* background-color:#0F0F0A; */
	background-image: url(./observatory.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px 30px 30px;
	border-bottom: 1px solid #F3FFFF;
	margin 15px;
	height 126px;
}

#banner a {
	color: #F3FFFF;
	text-decoration: underline;
}

#banner h1 {
	font-family: georgia, "MS PGothic", serif;
	font-size: xx-large;
	font-weight: bold;
	margin 1em;
}

#banner h2 {
	font-family: georgia, "MS PGothic", serif;
	font-size: medium;
	margin 0.7em;
}

#banner h3 {
	font-family: georgia, "MS PGothic", serif;
	font-size: small;
}

#banner p {
	margin: 1.4em 0.7em;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
}

#banner a img {
	border: 0px;
}

#banner_note {
	background: #F0F0F0;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid;
}

/*==============================
	本文エリア
==============================*/

#content {
	position: absolute;
	left: 256px;
	top: auto;
	padding: 15px 15px 5px 15px;
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	width: 512px;
	/* min-width: 512px;
	width: 70%; */
}

/* 前後移動とか */
#menu {
	background-color: white;
	font-weight: bold;
	line-height: 100%;
	padding: 8px;
	margin-bottom: 16px;
	border: 2px outset #06334B;
}

#menu p{
	margin: 0px;
	padding: 2px;
}

#menu .btn_prev,
#menu .btn_next {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	font-size: 0px;
}

#menu a {
	text-decoration: none;
}

/* 本文１項目 */
#content .item {
	margin-bottom: 16px;
	background-color: #F3FFFF;
	border: 2px outset #06334B;
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 8px;
}

.item h2 {
	color: #333366;
	font-family: Arial, "MS PGothic", sans-serif;
	font-size: 150%;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px ridge;
	margin: 10px;
}

.item h2 a{
	text-decoration: none;
}

.item h2 .date {
	font-size: 75%;
}

.item .category {
	font-size: 100%;
	font-weight: bold;
	float: right;
	margin: 10px;
}

.item .text{
	clear: both;
	margin: 0.7em;
}

/* BBS */
.bbs_form {
	background-color: white;
	border: 2px groove white;
	margin-bottom: 16px;
	padding: 8px;
	text-align: right;
}

.bbs_AuthorUrl {
	font-size: 92%;
	line-height: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

/*==============================
	ツッコミ関係
==============================*/
.writeback {
	margin-top: 0px;
	padding-top: 8px;
	border-top: 1px ridge;
	text-align: right;
	line-height: 120%;
}

.writeback a {
	text-decoration: none;
}

.writeback form {
	text-align: right;
	margin-bottom: 0.5em;
}

.writeback dl {
	border: 1px solid #A0A0A0;
	background: #F8F8F0;
	line-height: 100%;
	padding: 2px 0.5em;
	margin: 0px 0px 4px 0px;
	text-align: left;
}

.writeback dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

.writeback dd {
	font-weight: normal;
	margin-left: 24px;
	margin-bottom: 0.25em;
	line-height: 125%;
}

.writeback li {
	line-height: 125%;
}

.writeback ul {
	border: 1px solid #A0A0A0;
	background: #F8F8F0;
	padding: 2px 2em;
	margin: 0px 0px 4px 0px;
	text-align: left;
}

.writeback .url{
	font-size: 11px;
	margin: 0px;
}

/*==============================
	サイドバーエリア
==============================*/

#links {
	padding: 10px 10px 0px 20px;
	width: 192px;
	margin: 0px;
	/*
	color: #FF8040;
	*/
}

#links .side {
	margin-left: 16px;
	margin-bottom: 16px;
}

#links img {
	border: 0px;
}

/*
#links a{
	color: #FF8040;
}
*/

/* カレンダー */
#links table.calendar th{
	text-align: center;
	font-weignt: normal;
	color: #333366;
	background: #F3FFFF;
}

#links table.calendar td {
	text-align: center;
	/* font-size: larger; */
	border: 1px #F3FFFF solid;
	background: #99CCF3;
	line-height: 100%;
	padding: 5px;
}

#links table.calendar tr.caption td,
#links table.calendar tr.caption th {
	text-align: center;
	/* font-size: larger; */
	font-weight: bold;
	border-bottom: 1px solid;
}

#links table.calendar a{
	font-weight: bold;
}

#links h1,
#links h2,
#links h3,
#links h4,
#links h5,
#links h6 {
	font-family: verdana, Arial, san-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin: 0px 0px 4px 0px;
}

#links ul {
	margin: 0px;
	margin-bottom: 30px;
	padding-left: 0px;
	list-style-type: square;
}

#links ul li {
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 150%;
	margin-top 10px;
	margin-left: 12px;
}

