@charset "utf-8";

*{
	padding							: 0px;
	margin							: 0px;
}
body{
	text-align					: center;
	background-image		: url(../../img/backimgww.png);
	background-repeat		: repeat-x;
	background-color		: #000;
	font-size						: 0.9em;
	letter-spacing			: 2px;
	line-height					: 1.5em;
}
img{
	border							: none;
	vertical-align			: bottom;
}
a:link{
	color								: #03f;
	text-decoration			: none;
}
a:visited {
	color								: #666;
}

a:hover{
	color								: #0c9;
	text-decoration			: underline;
}
ul li{
	list-style-type			: none;
}

#all
{
	margin							: 0 auto;
	width								: 800px;
	text-align					: left;
	background-image		: url(../../img/containerback.png);
	backgroun-repeat		: repeat-y;
	overflow						: auto;
	margin-top					: 0px;
}
#searchbar{
	text-align					: right;
}
#searchbar a:link{
	background-color		: #000;
	color								: #09f;
}
#searchbar a:visited{
	background-color		: #000;
	color								: #09f;
}
#searchbar a:hover{
	color								: #0cc;
}
#left
{
	width								: 150px;
	height							: 800px;
	float								: left;
	margin-left					: 20px;
}

#title
{
	height							: 150px;

}

/***************** 左部分のメニューのスタイル *********/

#links
{
	margin-top					: 20px;
	background-image		: url(../../img/menuback.png);
	background-repeat		: no-repeat;
	cursor							: pointer;
}

#links a{
	display							: block;
	margin-bottom				: 2px;
	width								: 150px;
	height							: 30px;
	background-color		: #FDA;
	overflow						: hidden;
	background-image		: url("../../img/contentmenu.png");
}

#menublog
{
	background-repeat		: no-repeat;
	background-position	: 0 -80px;
}

#menublog:HOVER
{
	background-position	: 0 -120px;
}

#menutips
{
	background-position	: 0 -480px;
}

#menutips:HOVER
{
	background-position	: 0 -520px;
}

#menudl
{
	background-position	: 0 -560px;
}

#menudl:HOVER
{
	background-position	: 0 -600px;
}

#menucon
{
	background-position	: 0 -160px;
}

#menucon:HOVER
{
	background-position	: 0 -200px;
}

#menulink
{
	background-position	: 0 -240px;
}

#menulink:HOVER
{
	background-position	: 0 -280px;
}

#menumail
{
	background-position	: 0 -320px;
}

#menumail:HOVER
{
	background-position	: 0 -360px;
}

#menuout
{
	background-position	: 0 -400px;
}

#menuout:HOVER
{
	background-position	: 0 -440px;
}

#menuaisa
{
	background-position	: 0 0;
}

#menuaisa:HOVER
{
	background-position	: 0 -40px;
}


/**********************************************************/

#content
{
	width								: 390px;
	float								: left;
	margin							: 50px 5px 0 10px;

}
#entries{
	padding-bottom			: 10px;
	border-bottom				: 1px dashed #000;
}
#entries h1 {
	line-height					: 1em;
}
#entries li{
	margin-left					: 20px;
}
#entries pre{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
	margin-bottom				: 20px;

}
.bb{
	margin-bottom				: 20px;
	border-bottom				: 1px dashed #000;
}
#comentWriter
{
	border-top					: 1px dashed #000;
}

#coments dt
{
	margin-left					: 3px;
	margin-bottom				: 5px;
}

#coments dd
{
	margin-left					: 30px;
	margin-bottom				: 10px;
	overflow						: auto;
}

#right
{
	width								: 200px;
	float								: right;
	margin-right				: 20px;
}
/******************** ウィジェット *********************/
#widget {
	text-align					: center;
	margin-top					: 20px;
	width								: 200px;
}
#widget h4 {
	background-image		: url(../../img/ewr24.png);
	height							: 20px;
	line-height					: 16px;
	padding-left				: 20px;
	color								: #fff;
	text-align					: left;
}

#calendar		/****************** カレンダー **************/
{
	margin-top					: 3px;
	width								: 200px;
}
#calendar h4{
	background-image		: url(../../img/ewr24.png);
	height							: 20px;
	line-height					: 16px;
	padding-left				: 20px;
	color								: #fff;
}
#calendar table
{
	background-color		: #444;
	width								: 180px;
	margin-left					: 10px;
}

#calendar table td
{
	text-align					: center;
	height							: 10px;
	background-color		: #FFF;
}

#calendar table th
{
	color								: #FFF;
	text-align					: center;
}

#calendar .weekStart
{
	color								: #f00;
}

#calendar .weekEnd
{
	color								: #00f;
}

#calendar td.update
{
	border							: outset 2px #EF7E0F;
	background-color		: #E92;
	cursor							: pointer;
}

#calendar td.update:hover
{
	border							: inset 2px #EF7E0F;
	background-color		: #Ea3;
}

#calendar td.today
{
	background-color		: #afa;
}
#calendar a{
	display							: block;
}

#category		/****************** カテゴリ **************/
{
	width								: 200px;
	margin-top					: 20px;
}
#category h4{
	background-image		: url(../../img/ewr24.png);
	height							: 20px;
	line-height					: 16px;
	padding-left				: 20px;
	color								: #fff;
	margin-bottom				: 5px;
}
#category dt{
	padding-left				: 10px;
}
#category li
{
	list-style					: none;
	padding-left				: 30px;
	margin-bottom				: 5px;
}

#category .buttons
{
	cursor							: pointer;
}

#category .insets li
{
	cursor							: pointer;
}

#monthKind		/***************** 月別アーカイブ ********/
{
	width								: 200px;
	margin-top					: 20px;
}
#monthKind h4{
	background-image		: url(../../img/ewr24.png);
	height							: 20px;
	line-height					: 16px;
	padding-left				: 20px;
	color								: #fff;
	margin-bottom				: 5px;
}
#monthKind dt{
	padding-left				: 10px;
}
#monthKind li
{
	list-style-type			: none;
	padding-left				: 30px;
}

#monthKind dt
{
	cursor							: pointer;
}


/*********** フッター **************/
#footer{
	width								: 100%;
	color								: #fff;
}
address{
	font-style					: normal;
}
#footerimg{
	width								: 800px;
	height							: 100px;
	margin							: 0 auto;
	background-image		: url(../../img/footerimg.png);
	background-repeat		: no-repeat;
}