/* CSS Document */

body
{
	margin: 8px 8px 8px 8px;
	background-color:#E4E4CB;
	font-size: 10px;
}

/*記事部分*/
.p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　padding: 0px;
	margin: 0px;
}

/*リンク*/
a {
	color: #2255FF;
	text-decoration: underline;
	}

a:link {
	color: #2255FF;
	text-decoration: underline;
	}

a:visited {
	color: #CC0000;
	text-decoration: underline;
	}

a:active {
	color: #2255FF;
	text-decoration: underline;
	}

a:hover {
	color: #FFF;
	background-color: #E0E0E0;
	text-decoration: none;
}

/*画像設定*/
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 画像に影をつける（フチなし） */
.img-bg {
background-image: url("shadow_001.gif");
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
position: relative;
}

.img-bg img {
background-color: #FFFFFF;
margin: -5px 5px 5px -5px;
padding: 0px;
position: relative;
}

/* 画像に影をつける（フチあり） */
.img-bg2 {
background-image: url("shadow_001.gif");
background-repeat: no-repeat;
background-position: right bottom;
margin: 0px;
padding: 0px;
position: relative;
}

.img-bg2 img {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
margin: -5px 5px 5px -5px;
padding: 4px;
position: relative;
}

/* 画像にテキストを回り込み（画像：左寄せ） */
.img_L {
float: left;
margin: 6px 10px 5px 0px;
border: none;
} 

p.right
{
    font-family: MS ゴシック, Osaka;
	font-size: x-small;
    text-align: right;
	line-height:1.4em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

span.title
{
    font-family: MS ゴシック, Osaka;
	font-size: small;
	color:#CC0000;
    text-align: right;
	line-height:1.4em;
	text-decoration: none;
	font-weight: bold;
}

span.text
{
    font-family: MS ゴシック, Osaka;
	font-size: 11px;
	color: #333333;
    text-align: right;
	line-height:1.4em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
