@charset"UTF-8";


/***************カテゴリー******************/

.cate-top{/*h1用*/
font-size: 1.4em;
border-bottom: 1px dashed #999999;
margin-bottom:20px;
color: #7F0070;
}
	
dt{
	font-size: 1.2em;
	font-weight: bold;
}
dd{margin-bottom: 10px;}
	
.category{/*「カテゴリー」icon*/
	font-size: 12px;
	width: 200px;
	background: url(/works/img/category.jpg) no-repeat;	
line-height:30px;
text-indent:-1000px;
margin-bottom:10px;}

/***************アーカイブ******************/	
.type95{
border-bottom: 1px dashed #999999;
	width: 95%;margin-bottom: 10px;
	padding-bottom: 5px;}
	


table {
	border-collapse:collapse;
}

/****************共用*********************/

/*左side*/
#mtbox {
	width: 560px;
float:left;}
#mtbox li{list-style:none;}

#mtbox a, area{outline: 0 transparent;text-decoration: none;outline-style:none;}

a:link{color:#666666;}
a:visited{color:#666666;}
a:hover{color:#FF0033;}


/*右side*/
#pro_rightbox{	
height: auto;
	width: 200px;
float:right;}

#pro_rightbox li {/*「カテゴリー」*/
font-size: 10px;
list-style:none outside;
text-indent:-15px;
padding-left:15px;}

.rss a {/*フィードを取得*/
display:block;
font-size: 10px;
background-image: url(/works/img/rss.gif);
background-position: left center;	
background-repeat: no-repeat;
padding: 10px 0 10px 45px;
margin-top:20px;
border-top: 1px dashed #999999;}

