﻿@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
	color:#111122;
	background:#ffffff url(background.gif) repeat;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif, "HGPｺﾞｼｯｸE";
	line-height:130%;
	padding:0px;
	margin:0px;
}

p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}

blockquote {
	color:#333333;
	background:#ffffff url(blockquoteback.gif) repeat;
	border:#66ff99 1px solid;
	padding:0.5em;
	margin:0.5em;
}

pre {
	color:#333333;
	background:#ffffff url(codeback.gif) repeat;
	border:#66ff99 1px solid;
	padding:0.5em;
	margin:0.5em;
}


a {
	color:#0099ff;
}

a:visited {
	text-decoration:none;
	color:#3399ff;
}

a:hover {
	color:#3366ff;
/*	background:#e0e0ff;*/
	border-top:#0099ff 1px solid;
	border-bottom:#0099ff 1px solid;
}

#menu a {
	color:#f0f0ff;
}

#menu a:visited {
	text-decoration:none;
	color:#e8e8ff;
}

#menu a:hover {
	color:#ffffff;
/*	background:#f0f0ff;*/
	border-top:#0099ff 1px solid;
	border-bottom:#0099ff 1px solid;
}

#banner a:hover {
	color:#0033ff;
	border-top:#0099ff 0px solid;
	border-bottom:#0099ff 0px solid;
}

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:120%;
}

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;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	border-bottom:0px solid;
	background:#ffffff url(logoback.gif) repeat;
	color:#333333;
}

#banner a {
	color:#3366ff;
	text-decoration:none;
}

#banner h1 {
	text-indent:0px;
	font-size:300%;
	font-weight:bold;
}

#banner p {
	margin:0.3em 0px;
	font-size : 90%;
	font-weight : bold;
	line-height:120%;
}
#banner a img {
	border:0px;
}
#banner_note {
	background:#f0f0f0;
	text-align:center;
	padding:2px;
	border-bottom:1px solid;
}

#banner_right {
	float: right;
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
}

/*==============================
	本文エリア
==============================*/
#content {
	margin-left:210px;
	margin-right:210px;
	padding:8px 10px 8px 5px;
}

#container {
/* 	position:absolute; relativeの方がいいのだが(1) */
	left:0px;
	right:0px;
/*	min-width:760px; */
}

#message {
	padding:8px;
	margin-bottom:8px;
	border:2px groove white;
	background:#ffffff url(messageback.gif) repeat;
	color:#333333;
}

#message a {
	color:#3366ff;
	text-decoration:none;
}

#left-side {
	position:absolute;
	top:65px;
	left:0px;
	width:205px;
}

#right-side {
	float: right;
	position:absolute;
	top:65px;
	right:0px;
	width:205px;
}

/* 前後移動とか */
#menu {
	background: url(menuback.gif) repeat;
	background-color: #3366ff;
	color: #ffffff;
	font-weight:bold;
	line-height:100%;
	padding:8px;
	margin-bottom:16px;
	border:2px groove white;
}
#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: white;
	border:2px groove white;
	padding:8px;
	color:#666666;
}
/*
	background:url(/images/line/24/Ice.png) no-repeat;
	text-indent:28px;
*/

.item h2 {
	font-weight:bold;
	font-size:140%;
	text-indent: 28px;
	border-bottom:1px dotted;
}

.item h2.HiyOS {
	background:url(/images/line/24/Clouds.png) no-repeat;
}

.item h2.HariboteOS {
	background:url(/images/line/24/Aqua.png) no-repeat;
}

.item h2.others {
	background:url(/images/line/24/Ice.png) no-repeat;
}

.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:50%;
}
.item .category {
	font-size:70%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
}

/* 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:2px dotted;
	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 #cca0a0;
	background: url(writeback.gif) repeat;
	line-height:100%;
	padding:2px 0.5em;
	margin: 2px 2px 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:80%;
	margin:0px;
}

/*==============================
	サイドバーエリア
==============================*/

.links {
	position:absolute;
	color:#6699ff;
	font-size:75%;
	top:10px;
	left:0px;
	width:205px;
}

.links .side {
	margin-left:5px;
	margin-bottom:10px;
}

img {
	border:0px;
}

/* カレンダー */
.links table.calendar th,
.links table.calendar td {
	text-align:center;
	line-height:100%;
	padding:1px 5px;
}
.links table.calendar tr.caption td,
.links table.calendar tr.caption th {
	text-align:center;
	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-size:130%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

.links h4 {
	color:#6666ff;
	text-indent: 4px;
	background: url(logoback.gif) repeat;
	border-top:#3399ff 1px solid;
	border-right:#3399ff 5px solid;
	border-left:#0099ff 10px solid;
	border-bottom:#0099ff 1px solid;
}


.links ul {
	margin:0px;
	padding-left:3px;
	list-style-type:circle;
}
.links ul li {
	line-height:125%;
	margin-left:10px;
}

.links ul li ul {
	margin:0px;
	padding-left:0px;
	list-style-type:disc;
}

div#footer 
{
	clear: both;
	text-align: right;
	background: url(logoback.gif) repeat;
}