@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
* {
	margin : 0px;
	padding : 0px;
}
body {
	width : 100%;
}
/* 文字の大きさ対策 */
/* IE以外（基本サイズ） */
body {
    font-size: 11pt;
}
/* Windows IE 用 macは不明 */
@media screen {
    * html body {
        font-size: 92%;
    }
}
body {
	color: #1133aa;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	line-height: 150%;
}
a {
	color: #3377ee;
	text-decoration: none;
}
a:hover {
	position: relative;
	top: -1px;
}
strong {
	color: red;
	font-weight: bold;
	font-size: 125%;
}
em {
	color: red;
	font-weight: normal;
	font-style: normal;
}
sup {
	vertical-align : 20%;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 120%;
}
dt {
	font-weight: bold;
	margin-top: 16px;
}
dd {
	margin-left: 1em;
}
form p{
	margin: 1px;
	line-height: 100%;
}
textarea {
	font-size: 100%;
	width: 98%;
	overflow: auto;
}
input {
	line-height: 100%;
}
blockquote {
	padding: 0px 1em 1.5em 1em;
}
hr {
	display: none;
}
img {
	border: 0px;
}
.frame {
	background: white;
	width: 950px;
	margin: auto;
	border-left: 1px #cceeff solid;
	border-right: 1px #7799ff solid;
}
/*==============================
	ヘッダ部分
==============================*/
#banner {
	background: url(/code.png) no-repeat;
	width: 950px;
	height: 81px;
	margin: 0px auto;
	border-left: 1px #cceeff solid;
	border-right: 1px #7799ff solid;
}
#banner h1 {
	background-color: transparent;
	color: #1133aa;
	font: normal bold 16pt 'Lucida Sans Unicode', Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 8pt;
	margin: 0px;
	padding: 10px 0px 7px;
}
#banner div, #banner p {
	background-color: transparent;
	color: #3355cc;
	font: normal bold 8pt 'Lucida Sans Unicode', Helvetica, sans-serif;
	text-align: right;
	margin: 0px 0px 0px 650px;
	padding: 0px;
	position: relative;
	top: -8px;
}
#banner div {
	letter-spacing: 9pt;
	border-top: 1px #1133aa solid;
}
#banner p {
	padding-right: 8px;
}
/*==============================
	本文エリア
==============================*/
#content {
	width: 710px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px;
}
/* 前後移動とか */
#menu, #menu_b {
	background-color: white;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#menu a, #menu_b a {
	text-decoration: none;
}
/* 本文１項目 */
#content .item {
	margin-bottom: 64px;
	background-color: white;
}
.item h2 {
	font-family: 'MS UI Gothic', Osaka, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 2em 0px 0px 5px;
	border-bottom: 1px #aaccff solid;
}
.item h2 a{
	text-decoration: none;
}
.item h2 .date {
	font-size: 75%;
}
.item .category {
	font-size: 80%;
	font-weight: bold;
	padding: 1.8em 5px 0px 0px;
	float: right;
	position: relative;
	top: 1.5em;
}
.text {
	width: 98%;
	padding: 8px 0px 1em 16px;
	overflow-x: auto;
}
.text p {
	margin-top: 1em;
}
.img_m {
	margin-top: 10px;
	text-align: center;
}
#add {
	margin: 16px 8px;
	padding: 16px 0px;
	border-top: 1px #bbddff dashed;
	border-bottom: 1px #88aaff dashed;
}
.item dl {
	padding-bottom: 1em;
	border-bottom: 1px #aaccff solid;
}
/*==============================
	掲示板
==============================*/
.bbs_form {
	background-color: white;
	border-bottom: 1px #aaccff solid;
	margin-bottom: 16px;
	padding: 8px;
	text-align: right;
}
.bbs_AuthorUrl {
	font-size: 92%;
	line-height: 100%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.bbs_form .tags {
	width: 75%;
}
/*==============================
	ツッコミ関係
==============================*/
.writeback {
	width: 700px;
	font-size: 80%;
	border-top: 1px #aaccff solid;
	text-align: right;
	line-height: 120%;
	padding-top: 5px;
}
.writeback a {
	text-decoration: none;
}
.writeback form {
	text-align: right;
	margin-bottom: 8px;
}
.writeback dl {
	font-size: 100%;
	background: #fbffff;
	border: 1px #aabbff dotted;
	padding: 2px 8px;
	margin: 0px 0px 4px 0px;
	text-align: left;
}
.writeback dt {
	font-weight: bold;
	margin: 0px;
}
.writeback dd {
	width: 98%;
	font-weight: normal;
	padding-bottom: 16px;
	overflow-x: auto;
}
.writeback li {
	line-height: 125%;
}
.writeback ul {
	border: 1px #aabbff solid;
	background: #eaffff;
	padding: 2px 24px;
	margin: 0px 0px 4px 0px;
	text-align: left;
}
.writeback .url{
	font-size: 11px;
	margin: 0px;
}
/*==============================
	サイドバーエリア
==============================*/
#sidebar {
	float: left;
	width: 202px;
	font-size: 90%;
	padding-left: 15px;
}
/* カレンダー */
#sidebar table.calendar {
	margin: auto;
}
#sidebar table.calendar th,
#sidebar table.calendar td {
	text-align: center;
	line-height: 100%;
	padding: 1px 2px;
}
#sidebar table.calendar tr.caption td,
#sidebar table.calendar tr.caption th {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid;
}
#sidebar table.calendar a{
	font-weight: bold;
}
#sidebar table.calendar td {
	font-size: 90%;
	text-align: center;
	line-height: 100%;
	padding: 1px 2px;
}
#sidebar h3 {
	font-family: 'Century Gothic', Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0px 2px;
}
#sidebar .rThum {
	padding: 0px 20px;
}
#sidebar ul {
	margin: 0px;
}
#sidebar ul li {
	list-style-type: none;
	padding-left: 10px;
	line-height: 125%;
}
#sidebar .Suche {
	padding: 0px 0px 20px 10px;
}
#sidebar div.nohx {
	text-align: center;
	line-height: 95%;
	margin: 0px 0px 2em;
}
/*==============================
	フッターエリア
==============================*/
#footer {
	clear: both;
	padding-top: 30px;
}
address {
	background: url(/code2.png) white;
	color: #1133aa;
	font: 80% 'Century Gothic',Helvetica, sans-serif;
	padding-top: 5px;
	text-align: center;
} 
