@charset "EUC-JP";

/*
*file:蛙亭日乗デザイン設定CSSファイル
*update:2005.02.17
*copyright(C) 2005 HOW'S MARKET INC.All rights reserved.
*/

/* 基本情報の設定 */

	body{
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		text-align:center;
		background-image:url('http://livedoor.blogimg.jp/redfelix/352d0d3b.gif');
	}

	a{color:#333;text-decoration:none;}
	a:link{color:#333;text-decoration:none;}
	a:visited{text-decoration:underline;}
	a:active{}
	a:hover{color:#B80000;text-decoration:underline;}

	a.acalendar{color:#555;text-decoration:none;font-weight:bold;}
	a.acalendar:link{color:#000;text-decoration:none;font-weight:bold;}
	a.acalendar:visited{text-decoration:none;font-weight:bold;}
	a.acalendar:active{}
	a.acalendar:hover{color:#C00;text-decoration:underline;font-weight:bold;}

	a.acontinues{color:#69C;text-decoration:none;}
	a.acontinues:link{color:#69C;text-decoration:none;}
	a.acontinues:visited{text-decoration:none;}
	a.acontinues:active{}
	a.acontinues:hover{color:#C00;text-decoration:underline;}

	a.amenu{color:#333;text-decoration:none;}
	a.amenu:link{color:#333;text-decoration:none;}
	a.amenu:visited{text-decoration:none;}
	a.amenu:active{font-weight:bold;}
	a.amenu:hover{color:#C00;text-decoration:underline;}

/* ヘッダ部分の画像 */

	#banner,#subbanner{
		width:830;
		height:150;
		background:url('http://livedoor.blogimg.jp/redfelix/imgs/5/7/57734279.jpg') no-repeat;
	}

	#banner a{color:#333;text-decoration:none;}
	#banner a:link{color:#333;text-decoration:none;}
	#banner a:visited{text-decoration:none;}
	#banner a:active{color:#C00;text-decoration:underline;}
	#banner a:hover{color:#C00;text-decoration:underline;}

	#subbanner a{color:#790000;text-decoration:none;}
	#subbanner a:link{color:#790000;text-decoration:none;}
	#subbanner a:visited{text-decoration:none;}
	#subbanner a:active{}
	#subbanner a:hover{color:#790000;text-decoration:underline;}

	h1,h2,h3{margin:0;padding:0;}

/* コンテナのwidth */

	#container{
		width:830;
		margin:0 auto 0 auto;
		text-align:left;
	}

/*ブログタイトルのサイズと位置 */

	.blogtitle{
		font-size:10px;
		font-weight:normal;
		padding-top:110px;
		padding-left:20px;
		text-align:left;
	}

/*サイト説明文のサイズと位置 */

	.description{
		color:#333;
		font-size:xx-small;
		font-weight:normal;
		padding:0px 0px 5px 20px;
	}

/*コンテナと入れ子になっている記述部分の位置指定 */

	.blog{
		padding:15px 0px 15px 0px;
	}

/*ブログ右側のサイズと位置 */

	#links{
		width:200px;
		float:right;
		padding:15px 0px 15px 0px;
		text-align:center;
	}

/*ブログ左側のサイズと位置 */

	#content{
		float:left;
		width:600px;
	}

/*エントリー日付けのテーブル指定、サイズと位置 */

	.date{
		color:#333;
		font-size:small;
		font-weight:bold;
		font-family:sans-serf;
		background:#FFB5E1;
		padding:10px 10px 10px 10px;
		border-top:1px solid #F60;
		border-right:1px solid #F60;
		border-left:20px solid #F60;
		border-bottom:1px solid #F60;
	}

/*ブログ本文の開始位置と行間指定 */

	.blogbody{
		padding:12px 0 10px;
		line-height:130%;
	}

/*エントリータイトル回りの指定 */

	.title{
		color:#333;
		background-image:url('http://livedoor.blogimg.jp/redfelix/55832c62.gif');
		background-repeat:no-repeat;
		font-size:medium;
		font-weight:bold;
		text-indent:17px;
		line-height:10px;
		padding:10px 10px 5px 10px;
		border-bottom:2px solid #F60;
		}

/* 本文の文字サイズとマージン指定 */

	.main{
		color:#333;
		font-size:12px;
		margin:5px 0 20px;
	}

/* 写真のマージン指定 */

	.pict{
		margin-right:5px;
		margin-bottom:5px;
	}

/* 「続きを読む」の文字サイズとマージン指定 */
	
	.main-continues{
		font-size:12px;
	}

/* エントリー下部、Postedほかの文字サイズと位置 */

	.posted{
		color:#333;
		font-size:12px;
		text-align:right;
		margin:0;
		padding:0;
	}

	a.aposted{color:#333;text-decoration:none;}
	a.aposted:link{color:#333;text-decoration:none;}
	a.aposted:visited{text-decoration:none;}
	a.aposted:active{color:#F00;}
	a.aposted:hover{color:#C00;text-decoration:underline;}

	.menu{
		color:#333;
		font-size:12px;
		text-align:right;
		margin-top:5px;
	}

/* 投稿コメントのタイトル */

	.comments-head{
		color:#333;
		font-size12px;
		font-weight:bold;
		padding-left:22px;
		background:url('/imgs/3/c/3c4e35df.gif') no-repeat;
	}

/* 投稿コメント、Trackbackの指定 */

	.comments-body{
		color:#333;
		font-size:12px;
		margin:5px 0 20px;
	}

	.comments-post{
		color:#333;
		font-size:12px;
		text-align:right;
		margin:20px 0;
		padding:0;
	}

	.trackback-url{
		color:#F60;
		font-size:12px;
		font-weight:bold;
		margin:20px 0;
		padding-left:10px;
	}

	.trackback-body{
		color:#333;
		font-size:12px;
		margin:5px 0 20px;
	}

	.trackback-post{
		color:#333;
		font-size:12px;
		text-align:right;
		margin:20px 0;
		padding:0;
	}

	a.atrackback-post{color:#333;text-decoration:none;}
	a.atrackback-post:link{color:#333;text-decoration:none;}
	a.atrackback-post:visited{text-decoration:none;}
	a.atrackback-post:active{}
	a.atrackback-post:hover{color:#C00;text-decoration:underline;}

/* 投稿フォームの指定 */

	table.form{margin-top:25px;}

	label{
		color:#333;
		font-size:12px;
	}
	
	#author{width:200px;border:1px solid #F60;}
	#email{width:200px;border:1px solid #F60;}
	#url{width:200px;border:1px solid #F60;}
	#text{width:400px;height:200px;border:1px solid #F60;}

/* カレンダーの指定-年月の表示枠 */

	.calendarhead{
		color:#fff;
		font-size:12px;
		font-weight:bold;
		font-family:sans-serif;
		letter-spacing:0px;
		margin-top:0px
		margin-right:0px;
		margin-bottom:10px;
		margin-left:0px;
		padding:10px 0px 10px 0px;
		text-align:center;
		background:#F60;
		border-bottom:1px solid #F60;
	}

/* カレンダーの指定-テーブルサイズ */

	.calendartable{
		width:200px;
		text-align:center;
		margin-bottom:10px;
		border-right:1px solid #F60;
	}

/* カレンダーの指定-曜日表示 */
	
	.calendarweek{
		color:#FFF;
		font-size:10px;
		font-family:sans-serif;
		font-weight:bold;
		padding-top:8px;
		position:center;
	}

/* カレンダーの指定-曜日表示の地色 */

	.calendarwd{background:#F60;}

/* カレンダーの指定-日表示の設定 */

	.calendard{
		empty-cells:show;
		border-left:1px solid #F60;
		border-bottom:1px solid #F60;
		background:#fff;
	}

/* カレンダーの指定-エントリがあった場合の表示指定 */

	.calendardbg{
		border-left:1px solid #F60;
		border-bottom:1px solid #F60;
		background:#DDD;
	}

/* カレンダーの指定-日表示の文字設定 */

	.calendar{
		color:#333;
		font-weight:bold;
		font-size:10px;
		position:center;
	}

/* 左側-タイトルボックスの設定 */

	.sidetitle{
		color:#FFF;
		font-size:12px;
		font-weight:bold;
		font-family:sans-serf;
		letter-spacing:0px;
		margin:10px 0px 0px 0px;
		padding:10px 0px 0px 0px;
		height:30px;
		text-align:center;
		background:F60;
		border-bottom:1px solid #F60;
	}

/* 左側-本文の設定 */

	.side{
		font-size:10px;
		font-family:sans-serf;
		text-align:left;
		margin:0 0 12px 0;
		line-height:120%;
		padding:5px;
		border:solid F60;
		border-width:0 1px 1px;
		background:#FFF;
	}
	
	.sidebody{
		margin-bottom:5px;
	}
	
	a.aside{color:#333;text-decoration:none;}
	a.aside:link{color:#333;text-decoration:none;}
	a.aside:visited{color:#333;text-decoration:none;}
	a.aside:hover{color:#C00;text-decoration:underline;}

	a.arss{color:#fff;text-decoration:underline;}
	a.arss:link{color:#fff;text-decoration:underline;}
	a.arss:visited{text-decoration:underline;}
	a.arss:active{}
	a.arss:hover{color:#fff;text-decoration:none;}

/* 最下部-ページトップに戻るの設定 */

	.pagetop{
		font-size:12px;
		text-align:right;
		margin:25px;
	}	

/* プロフィールの設定 */

	.photo{text-align:center;}

	.nickname{color:#333;font-size:10px;font-weight:bold;margin:10px 0;}

	.message{
		font-size:10px;
		color:#333;
		}

/* livedoor blog toolの設定 */

	.quotetable{background:#feb19d;}
	.quote{color:#ce7082;font-size:xx-small;padding:1px;background:#fff;}

	.blogtimes{margin:0 0 10px 0;text-align:center;}

	.powered{
		text-align:center;
		margin:0 0 10px 0;
	}

	.syndicate{
		font-size:xx-small;
		text-align:center;
	}
		.checkers{
		font-size:xx-small;
		margin-top:10px;
	}
