﻿@charset "UTF-8";
/* Title */
.title {
 font		: bold 12pt "MS UI Gothic",Osaka,sans-serif;
 color		: royalblue;
 cursor		: hand;
 width		: 100%;
 filter		: shadow(color=lightsteelblue,direction=115);
}

/* MenuBar */
.mbar {
 width		: 98%;
 height		: 16px;
 text-indent	: .5em;
 letter-spacing : .1em;
 font		: 600 14px "ＭＳ Ｐゴシック",Osaka,Arial;
 color		: white;
 background	: #606060 url("/images/mbar.gif") repeat-x left center;
 border		: 2px outset #606060;
}

.navlist {
 margin:5px 0px 5px 3px;
 font-size:0.9em;
 list-style: none;
 padding-left: 0;
}

.navlist li {
 padding-left: 12px;
 background-image: url("/images/arrow_blk.gif");
 background-repeat: no-repeat;
 background-position: 0em;
}

.navlist li img {
 border		: 1px solid dimgray;
}

#active {
 background-image: url("/images/arrow_red.gif");
/* font-weight: bold; */
}

/* Flash-rw */
.rw {
  font-size		: 9pt;
  text-align		: center;
  width			: 80px;
  height		: 40px;
  vertical-align	: bottom;
  background-color	: #dd8;
  background-repeat	: no-repeat;
  background-position	: top center;
}
.rw_list {
 width			: 88%;
 background-image	: url("/images/rw_ball.gif");
 background-repeat	: no-repeat;
 background-position	: 3px 50%;
 padding-left		: 1.5em;
}


/*  メニュー用リンク */
.mlink a:link, .mlink a:visited {
color		: white;
text-decoration : underline;
}
.mlink a:active {
color		: red;
text-decoration : none;
}
.mlink a:hover {
color		: yellow;
background-color: cyan;
text-decoration : none;
}

/* 通常リンク */
a {
text-decoration : none;
}
a:link {
color		: #3300dd;
}
a:visited {
color		: #550044;
}
a:active {
color		: #ff0000;
text-decoration : underline;
}
a:hover {
color		: #ff8040;
text-decoration : underline;
}

/* 見出し用リンク */
b a:link, b a:visited {
 text-decoration: underline;
}


/* ===== body ===== */
body,tr,td,th {
 font-family	: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", Osaka, "Trebuchet MS", sans-serif;
 font-size	: 10pt;
 color		: black;
}

/* ===== calendar ===== */
/*== 今日の色 ==*/
.today {
 background	: #80ffff;
 border		: 1px solid dimgray;
}
/*== 書込の色 ==*/
.writtenday {
 background	: #ccffbb;
 border		: 1px dashed dimgray;
}

/* ==== blog ===== */
.date {
 margin		: 8px 10px 0px 10px;
 color		: #fff;
 font		: bold 12pt/15pt sans-serif;
 text-indent	: 1em;
 border		: 1px outset lightgreen;
 background	: lightgreen url("/images/bnr.gif") repeat-x left center;
}

.t_banner {
 margin		: 0px 10px 0px 10px;
 padding-top	: 3px;
 background-color: #e6e6e4;
}

.category {
 font-size	: 1.1em;
 font-weight	: bold;
}

.blogbody {
 margin		: 0px 10px 10px 10px;
 background-color: #e6e6e4;
 border-bottom	: 2px inset #d6d6d0;
 padding	: .3em;
}

.blogbody p {
 margin		: .7em 0em .7em .3em;
 line-height	: 1.3em;
}

.posted	{
 font		: 7pt verdana,arial,Osaka,sans-serif;
 margin-bottom	: 4pt;
 text-align	: right;
 color		: #333;
}


.comments-body {
	font	: normal small palatino,georgia,verdana,arial,Osaka,sans-serif;
	color	: #666;
	background: #FFF;
	line-height:140%;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}

.comments-post {
	font		: normal x-small verdana,arial,sans-serif;
	color		: #666;
	background	: #FFF;
}


.trackback-url {
	font		: normal small palatino,georgia,verdana,arial,sans-serif;
	color		: #666;
	background	: #FFF;
	line-height	: 140%;
	padding		: 5px;
	border		: 1px dotted #999;
}

.trackback-body {
	font		: normal small palatino,georgia,verdana,arial,sans-serif;
	color		: #666;
	background	: #FFF;
	line-height	: 140%;
	padding-bottom	: 10px;
	padding-top	: 10px;
	border-bottom	: 1px dotted #999;
}

.trackback-post {
	font		: normal x-small verdana,arial,sans-serif;
	color		: #666;
 	background	: #FFF;
}

.comments-head	{ 
	font		: bold small palatino,georgia,verdana,arial,sans-serif;
	color		: #666; 
	border-bottom	: 1px solid #999;
	margin-top	: 20px;
	background	: #FFF;
}

/* ===== footer ===== */
.syndicate {
 font		: normal 7pt verdana,arial,sans-serif;
 text-align	: center;
 padding	: 2px;
}

.powered {
 font		: bold 7pt Verdana,georgia,times new roman,serif;
 color		: white;
 line-height	: 140%;
 letter-spacing	: .1em;
}

/* Mac IE テキストエリア文字化け対策 */
select,input,textarea {
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
