/*-- コンテンツインデックスページ制御 --*/

.contentsTitle{
	margin:0px;
}

ul.contentsList{
	margin:15px 10px 15px 0;
}
ul.contentsList li{
	margin-bottom:15px;
	border-bottom: #333333 2px dashed;
}
ul.contentsList img.contentsImage{
	float:left;
	margin-bottom:10px;
}
.contentsDate{
	text-align:right;
	margin:5px 0;
        color: #000000;
}

ul.contentsList .contentsTextbox{
	float:left;
	width:410px;
	margin-left:8px;	
}
/* safari only */  
html[xmlns*=""] body:last-child ul.contentsList .contentsTextbox {  
	float:left;
	width:400px;
	margin-left:8px;
}
.contentsTextbox dl{
	font-size:12px;	
}

ul.contentsList .contentsTextbox dd{
	font-size:12px;
        margin:0;
        padding:0;
}

ul.contentsList .contentsTextbox dd h2{
	font-size:12px;	
font-weight: normal;	
}
.contentsHeadLine{
	margin-bottom:5px;
	line-height:1.4;
}
.contentsHeadLine a{
	font-size:16px;
	font-weight:bold;
}

/*-- コンテンツページ制御 --*/

.articleContentsTitle{
	margin:25px 20px 0 20px;
	padding-bottom:2px;
	font-size:16px;
	font-weight:bold;
	border-bottom:#333333 solid 1px;
}
.articleContentsData{
	margin:5px 25px 0 20px;
	text-align:right;
	font-size:12px;
}
.articleContentsBox{
	margin:8px 25px 0 20px;
	height:auto;
	line-height:1.5em;
}
.articleContentsBox h2{
       margin-bottom:5px;
font-size:120%;
color:#6e1212;
}
.text80{
 font-size:80%;
}
/*-- ブログ　プロフィール制御 --*/
.blogProfilebox{
	background:#f5f5f5;
	margin-top:15px;
	padding:17px;
	border: 3px double #555555;
}
dl.blogProfileText{
	width:320px;
	float:left;	
	padding-right:5px;
	font-size:12px;
        line-height:1.5em;
}
dl.blogProfileText dt{
	font-weight:bold;
	font-size:14px;
}
.blogProfileImg{
	float:left;
	width:200px;
}


