@charset "EUC-JP";

/* サイト・記事タイトル・メニュー枠線色 #399 */


/* 基本レイアウト */

	body{
		color:#000;
		background-image:none;
                background-repeat: repeat;
		margin:0;
                  padding:0;

	}

/* 見出し */

	h1,h2,h3{margin:0;padding:0;}


/* リンク色（サイト全体） */

	a{color:#0000ff;text-decoration:underline;}
	a:link{color:#0000ff;text-decoration:underline;}
	a:visited{color:#0000ff;text-decoration:underline;}
	a:active{}
	a:hover{color:#0000ff;text-decoration:none;}

/* リンク色（h3） */

	h3 a{color:#333;text-decoration:none;}
	h3 a:link{color:#0000ff;text-decoration:underline;}
	h3 a:visited{color:#333;text-decoration:none;}
	h3 a:active{}
	h3 a:hover{color:#333;text-decoration:none;}

/* リンク色（画像リンク） */

	.side a{color:#0000ff;text-decoration:underline;}
	.side a:link{color:#0000ff;text-decoration:underline;}
	.side a:visited{color:#0000ff;text-decoration:underline;}
	.side a:active{}
	.side a:hover{color:#0000ff;text-decoration:none;}



/* h1タイトル */

	.titleh1{
		color:#999;
		font-size:x-small;
		background:#fff;
		font-weight:bold;
		margin:0 5px 0 5px
		padding:0 0 2px 5px;
		border-bottom:1px solid #999;
		}



/* サイトタイトル部分（ヘッダー） */

	#banner{
		background:#fff;
		border-right:1px solid #999;
		border-left:1px solid #999;
		border-bottom:1px solid #999;
		margin:0 5px 10px 5px;
		height:100px;
	}


	#subbanner{
		background:#fff;
		border-bottom:1px solid #00BFFF;
		height:70px;
	}

	#banner a{color:#333;text-decoration:none;}
	#banner a:link{color:#0000ff;text-decoration:none;}
	#banner a:visited{text-decoration:none;}
	#banner a:active{}
	#banner a:hover{color:#0000ff;text-decoration:none;}

	#subbanner a{color:#33;text-decoration:none;}
	#subbanner a:link{color:#0000ff;text-decoration:none;}
	#subbanner a:visited{text-decoration:none;}
	#subbanner a:active{}
	#subbanner a:hover{color:#0000ff;text-decoration:none;}


/* サイトタイトル */

	.blogtitle{
		color:#333;
		font-size:20px;
		font-weight:bold;
		text-decoration:none;
		padding:10px 0 5px 20px;
	}


/* サイト説明分 */

	.description{
		color:#333;
		font-size:14px;
		font-weight:bold;
		margin:0 10px 10px 10px;
		padding:0 0 0px 15px;
	}


/* バナー下各種登録部分 */

	.regi{
		font-size:x-small;
		text-align:center;
		padding:10px 0;
	}




/* メインコンテンツ部分 */

	#content{
		position:relative;
		margin-top: 0px;
		margin-right:180px;
		margin-bottom: 0px;
		margin-left: 180px;
		line-height: 140%;
		padding: 0px 8px 30px 8px;
	}

/* 記事表示部分 */

	.blog{
		padding:10px 20px 25px 15px;
	}


/* サイドメニュー左 */

	#links{
		position:absolute;
		left:5px;
		top:170px;
		width:200px;
		padding:0;
	}


/* サイドメニュー右 */

	#links2{
		position:absolute;
		width:200px;
		top:170px;
		right:5px;
		padding:0;
	}


/* トップページへのリンク */

	.menu{
		color:#666;
		font-size:xx-small;
		text-align:right;
	}


/* フリースペース */

	.free{
		font-size:x-small;
		width:550px;
		text-align:left;
		line-height:135%;
		margin:5px 15px 0 15px;
		padding:5px 5px 5px 5px;
		border-top:1px solid #999;
		border-right:1px solid #999;
		border-left:1px solid #999;
		border-bottom:1px solid #999;

	}

.free ul{
margin:0px;
padding:0px 20px;
}




/* 記事本文 */

	.blogbody{
		font-size:14px;
		line-height:135%;
		margin:10px 15px 0 15px;
	}


/* 記事タイトル */

	.title{
		color:#666;
		font-size:small;
		font-weight:bold;
		background:#fff;
		padding:5px 0 3px 10px;
		border-right:1px solid #d1d1d1;
		border-bottom:1px solid #d1d1d1;
	}

/* 記事日付 */

	.date{
		color:#666;
		font-size:x-small;
		font-weight:bold;
		background:#fff;
		padding:5px 0 3px 10px;
		border-right:1px solid #d1d1d1;
		border-bottom:1px solid #d1d1d1;
	}


/* 投稿者・投稿日など */

	.posted{
		color:#666;
		font-size:xx-small;
		text-align:right;
		margin:0 0 25px 0;
	}

	a.aposted{text-decoration:underline;font-weight:bold;}
	a.aposted:link{text-decoration:underline;font-weight:bold;}
	a.aposted:visited{text-decoration:underline;font-weight:bold;}
	a.aposted:active{font-weight:bold;}
	a.aposted:hover{text-decoration:none;font-weight:bold;}


/* カレンダー */

	.calendar{
		font-size:xx-small;
		position:center;
	}

	.calendarhead{
		color:#399;
		font-size:xx-small;
		font-weight:bold;
		letter-spacing:5px;
		margin:0 0 10px 0;
	}

	.calendard{border-top:1px solid #399;empty-cells:show;}
	.calendardbg{border-top:1px solid #399;background:#f3fbca;}
	.calendartable{text-align:center;border:1px solid #399;margin:0 auto 10px auto;}
	.calendarwd{background:#d7f6f1;padding:2px;}
	.calendarweek{color:#399;font-size:xx-small;position:center;}



/* サイドメニュータイトル */

	.sidetitle{
		color:#666;
		font-size:x-small;
		font-weight:bold;
		letter-spacing:5px;
		text-align:center;
		background:#fff;
		padding:5px;
		border-top:1px solid #999;
		border-right:1px solid #999;
		border-left:1px solid #999;
	}


/* サイドメニュー内コンテンツ */

	.side{
		font-size:x-small;
		line-height:135%;
		text-align:left;
		padding:5px;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
		border-left:1px solid #999;
		margin:0 0 10px 0;
	}

/* コメントタイトル */

	.comments-head{
		color:#666;
		font-size:x-small;
		font-weight:bold;
		padding:0 0 2px 5px;
		border-bottom:1px solid #999;
	}

/* コメント本文 */

	.comments-body{
		font-size:x-small;
		margin:20px 0 15px 15px;
	}


/* コメント投稿者 */

	.comments-post {
		color:#666;
		font-size:xx-small;
		text-align:right;
		margin:0 0 25px 0;
	}

/* トラックバック内容 */

	.trackback-body{
		font-size:x-small;
		margin:20px 0 15px 15px;
	}

/* トラックバック送信者 */

	.trackback-post{
		color:#666;
		font-size:xx-small;
		text-align:right;
		margin:0 0 25px 0;
	}

/* トラックバックリンク部分 */

	a.atrackback-post{text-decoration:underline;font-weight:bold;}
	a.atrackback-post:link{text-decoration:underline;font-weight:bold;}
	a.atrackback-post:visited{text-decoration:underline;font-weight:bold;}
	a.atrackback-post:active{font-weight:bold;}
	a.atrackback-post:hover{text-decoration:none;font-weight:bold;}

/* トラックバックリンクURL */

	.trackback-url{
		color:#69c;
		font-size:x-small;
		font-weight:bold;
		margin:20px 0 25px 40px;
	}


/* ライブドアブログバナー */

	.powered{
		text-align:center;
		margin:0 0 10px 0;
	}

/* RSS */

	.syndicate{
		font-size:xx-small;
		text-align:center;
	}

/* ページトップへのリンク */

	.pagetop{
		color:#666;
		font-size:xx-small;
		text-align:right;
		margin:0 0 25px 0;
	}

/* パンくず */

	.pankuzu{
		color:#666;
		font-size:xx-small;
		text-align:right;
	}


/* 著作権表記 */

	.copyright{
		font-size:x-small;
		margin:10px 0;
		text-align:center;
		font-weight:bold;
	}
	.copyright a{text-decoration:none;color:#000;}
	.copyright a:link{text-decoration:none;color:#000;}
	.copyright a:visited{text-decoration:none;color:#000;}
	.copyright a:active{text-decoration:none;color:#000;}
	.copyright a:hover{text-decoration:none;color:#000;}



/* endfooter */

	.endfooter{
		color:#999;
		font-size:x-small;
		text-align:left;
	}



/* 入力フォーム部分 */

	table.form{margin:25px 0 0 0;}

	#author{width:200px;border:1px solid #69c;}
	#email{width:200px;border:1px solid #69c;}
	#url{width:200px;border:1px solid #69c;}
	#text{width:500px;height:200px;border:1px solid #69c;}

/* その他 */


	div.main{margin:10px;}

	label {
		font-size:x-small;
		font-weight:bold;
	}

	.photo{text-align:center;}
	.nickname{color:#399;font-size:xx-small;font-weight:bold;margin:10px 0;}
	.message{font-size:xx-small;}
	.quotetable{background:#399;}
	.quote{color:#000;font-size:xx-small;padding:1px;background:#fff;}
	.blogtimes{margin:0 0 10px 0;text-align:center;}

	blockquote{
		margin:0 0 0 40px;
		color:#399;
	}

	pre{
		font-size: 12px;
		line-height:1.2em;
		border:1px solid #aaa;
		background:#eee;
		padding:0.5em; 
	}
	.checkers{
		font-size:xx-small;
		margin-top:10px;
	}

a.adtitle{font-weight:bold;text-decoration:underline;}
a.adtitle:link{font-weight:bold;text-decoration:underline;}
a.adtitle:visited{font-weight:bold;text-decoration:underline;}
a.adtitle:active{font-weight:bold;text-decoration:underline;}
a.adtitle:hover{font-weight:bold;text-decoration:underline;}

a.addescription{color:black;text-decoration:none;}
a.addescription:link{color:black;text-decoration:none;}
a.addescription:visited{color:black;text-decoration:none;}
a.addescription:active{color:black;text-decoration:none;}
a.addescription:hover{color:black;text-decoration:none;}

a.adurl{color:blue;text-decoration:none;}
a.adurl:link{color:blue;text-decoration:none;}
a.adurl:visited{color:blue;text-decoration:none;}
a.adurl:active{color:blue;text-decoration:none;}
a.adurl:hover{color:blue;text-decoration:none;}

a.adld{text-decoration:underline;}
a.adld:link{text-decoration:underline;}
a.adld:visited{text-decoration:underline;}
a.adld:active{text-decoration:underline;}
a.adld:hover{text-decoration:underline;}
body.ad{background:#fff;}

.red { color: #ff0000; }
.blue { color: #0000ff; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.line { background: #ffff66; }
.f1 {font-size:120%;}
.center {text-align:center;}

a img {border: 0;}

