body{
	margin:0 0 50px 0;
	background:#C6E2EE url(./img/bg.gif) fixed no-repeat;
	background-position:left top;
}
body,td{
	/*font-family:Verdana;*/
	color:#666;	/*#663B12*/
	font-size:10pt;
}

/*------------------------------------------リンク*/
A		{	text-decoration:none; color:#1F98C7;}
A:hover	{	text-decoration:underline;color:red;}

b		{	font-size:11pt; margin-right:10px; color:#1F98C7;}
img		{	border:none;}
br		{	clear:both;}
textarea{
	border:solid 1px #AAA;
	width:480px; height:60px;
	margin:5px 0;
}

h3{			/*いまなにしてる？*/
	display:inline;
	margin:0;
	color:#663B12;
	font-size:14pt;
	font-weight:lighter;
}


/*------------------------------------------枠*/
#waku	{
	width:763px;
	text-align:left;
	margin:4px;
	padding:0;
/*border:solid 1px #000;*/
}


#logo{
/*------------------------------------------ロゴの位置調整*/
	position: relative;
	top:5px; left: 0;
	z-index: 2;
	}

/*------------------------------------------main*/
#main	{
	width:763px;
	/*height:100%;*/
	background-image:url(./img/bg-2.gif);
	background-repeat:repeat-y;

}

#left{
/*	border:solid 1px #000;*/
	width:550px;
	padding-left:20px;
}

#right{
/*	border:solid 1px #000;*/
	width:190px;
	vertical-align:top;
}

#footer{
/*	border:solid 1px #000;*/
	display:block;
	clear:both;
	width:530px;
	text-align:center;
	height:20px;
}


#prof img{float:left;margin-right:10px;}




/*------------------------------------------投稿内容／最終更新*/

#Latest{
	width:400px;
	font-size:7.5pt;
	color:#666;
	float:left;
}
#Latest span{color:#999;}




/*------------------------------------------投稿内容*/
.yama	{background-image:url(./img/i-yama.gif);}
.fu		{background-image:url(./img/i-fu.gif);}
.tuna	{background-image:url(./img/i-tuna.gif);}
.goku	{background-image:url(./img/i-goku.gif);}
.kyou	{background-image:url(./img/i-kyouko.gif);}
.haru	{background-image:url(./img/i-haru.gif);}
.nya	{background-image:url(./img/i-nya.gif);}
.jio	{background-image:url(./img/i-jiotto.gif);}
.uge	{background-image:url(./img/i-ugetu.gif);}
.ara	{background-image:url(./img/i-ara.gif);}
.g		{background-image:url(./img/i-g.gif);}
.nak	{background-image:url(./img/i-nakkuru.gif);}
.nuh	{background-image:url(./img/i-nuhuhu.gif);}
.ran	{background-image:url(./img/i-ranpo.gif);}



.yama,
.fu,
.nya,
.tuna,
.goku,
.kyou,
.haru,
.jio,
.uge,
.ara,
.g,
.nak,
.nuh,
.ran{
	margin:10px 30px 0 0;
	background-repeat:no-repeat;

	MIN-height:58px;
	height:auto !important;
	height:58px;

	border-bottom:solid 1px #eee;
	text-align:left;
	line-height:130%;
}

.yama p,
.fu p,
.nya p,
.tuna p,
.goku p,
.kyou p,
.haru p,
.jio p,
.uge p,
.ara p,
.g p,
.nak p,
.nuh p,
.ran p{
	margin:0 0 0 58px;
}

.yama p span,
.fu p span,
.nya p span,
.tuna p span,
.goku p span,
.kyou p span,
.haru p span,
.jio p span,
.uge p span,
.ara pv,
.g p span,
.nak  spanp,
.nuh p span,
.ran p span
{
	color:#1F98C7;
}


.yama p small,
.fu p small,
.nya p small,
.tuna p small,
.goku p small,
.kyou p small,
.haru p small,
.jio p small,
.uge p small,
.ara p small,
.g p small,
.nak p small,
.nuh p small,
.ran p small{		/*投稿時間*/
	font-size : 7.5pt ;monospace;line-height:130%;
	color:#999;
	display:block;
	padding-top:5px;
}

p small span{		/*投稿時間 RT*/
	color:#1F98C7;
}


/*------------------------------------------new*/
#new {margin-top:10px;}

#new a,
#new a:link,
#new a:visited,
#new a:active{
	display:block;
	color:#666;
	width:520px;
	border-width:1px 0;
	border-style:solid;
	border-color:#C6E4F2;
	background-color:#E3F1FA;
	padding:5px 0;
}

#new a:hover{
	display:block;
	width:520px;
	border-width:1px 0;
	border-style:solid;
	border-color:#B1D4E4;
	background-color:#D9ECF9;
}
#new a span{
	padding-left:15px;
}


/*------------------------------------------more*/

#more{
	margin:0 40px 0 10px ;
	color:#666;
	line-height:200%;
}





