a {
	color: #c30;
	text-decoration: underline;
}

.stext{
	font-size: 80%;
}

.mainTitle{
	width: 645px;
	height: 28px;
	background: url(/question/images/q_bg.png) repeat-x;
	font-size: 100%;
	line-height: 23px;
}
.mainTitle a{
	color: #B30101;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
}

.mainTitle a:hover{
	text-decoration: underline;
}

.date{
	font-family: monospace;
	text-align: right;
	font-size: 90%;
	margin-bottom: 10px;
	color: #c30;
}

.rightContents{
	line-height: 2em;
	padding: 10px 20px;
	background: url(/blog/skin/images/text_bg.png) bottom center no-repeat;
}

.rightContents a img{
	border: #FFAB99 solid 2px;
	margin: 5px 0;
}

.rightContents a:hover img{
	border: #c30 solid 2px;
	margin: 5px 0;
}

.rightContentsFooter{
	width: 100%;
	text-align: center;
	font-size: 90%;
	border-bottom: black solid 1px;
	padding:10px 0 20px 0;
	margin-bottom: 20px;
}

#btn{
	margin: 5px;
}

/*右側*/
.leftC{
	width: 315px;
	margin: 0 auto;
	padding-top: 20px;
	font-weight: bold;
	
}

.leftC ul{
	background: url(/blog/skin/images/right_bg.png) bottom center no-repeat;
	padding: 10px;
	text-align: left;
	list-style: disc outside;
}

.leftC ul li{
	font-weight: normal;
	margin: 10px 5px 10px 15px;
}

.leftC ul li ul{
	background: none;
}

.leftTitle{
	width: 315px;
	height: 28px;
	background: url(/question/images/q_bg.png) repeat-x;
	font-size: 100%;
	line-height: 23px;
	color: #B30101;
}

/*カレンダー*/
.calendar{
	width: 315px;
	margin: 0 auto;
}

.calendar td{
	border: red solid 1px;
	width: 45px;
	padding: 5px 0;
	background-color: #FFF0EF;
}

.cell_sunday{
	color: red;
}

.cell_saturday{
	color: blue;
}

.cell_today{
	color: #c30;
	text-decoration: underline;
	font-weight: bold;
}

/*コメント欄フォーム*/
#c_name,#c_email,#c_url,#c_mes {
	width: 90%;
}


/*プロフィール*/
#proname{
	font-size: 120%;
	font-weight: bold;
}

#procom{
	padding: 20px;
}