/* CSS Document */

/*--style sheet for MT, edit by System-Assist--*/

/*--index

 1.index template
 2.category template/montly template
 3.entry template

--*/

/*--1.index template--*/

#entryMain {
	width: 365px;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;/*hac for Win IE4.0~IE6.0*/	
	padding: 0px;
	float: left;
	color: #333333;
}

.entryDate {
	font-size: 90%;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#entryMain h2 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}	 

.entryBody p {
	width: 100%;
	margin: 15px 0px 15px 7px;
	padding: 0px;
}

.entryExtented {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
}		

.entryFoot {
	witdh: 100%;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	font-size: x-small;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}	 


#contentsSub {
	width: 179px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: right;
	line-height:120%
}

#contentsSub a {
	color: #006600;
}

#contentsSub a:visited {
	color: #006600;
}

#contentsSub a:hover {
	color: #FF6600;
}

#contentsSub h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
}

.archiveArea {
	width: 169px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}	

#contentsSub table {
	width: 95%;
	background-color: #ffffff;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	margin: 0 auto;

}

#contentsSub td {
	padding: 2px;
	background-color: transparent;
	color: #000000;
	background-color: transparent;
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	text-align: center;		
}

#contentsSub caption {
	background-color: transparent;
	border: none;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	border-width: 0px;
	border-style: none;
	border-color: transparent;	
}

.spacer {
	width: 100%;
	height: 20px;
}

#contentsSub ul {
	width: 179px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#contentsSub ul li {
	font-size: 110%;
	font-weight: bold;
	color: #006600;
	width: 139px;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 7px 0px;
	list-style-type: none;
	list-style-image: url(images/list_dot.gif);
}

#contentsSub ul li ul {
	width: 109px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#contentsSub ul li ul li {
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	width: 109px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style-type: none;
	list-style-image: url(images/list_dot.gif);}

.fontWeightNormal {
	font-weight: normal;
}

/*--2.category template--*/

.archiveTitle h3 {
	margin:0px 0px 20px 10px;
	padding:0px 0px 0px 12px;
	color:#333333;
	background-image:url(../images/icon01.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}

.archiveTitle .archiveDate {
	margin:10px 0px 3px 10px;
	padding:0px;
	font-size: 90%;
	color: #666666;
	font-weight: nomal;
}

.archiveBody p {
	margin:0px 0px 15px 22px;
}

/*--3.entry template--*/

.border_dotted {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #666666;
}

.trackbacks h3 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 12px;
	color:#333333;
	background-image:url(../images/icon01.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}

.trackbacksUrl p {
	margin: 0px;
	padding: 0px 0px 10px 12px;
	font-weight: bold;
}

.trackbacksList p {
	margin: 0px;
	padding: 0px 0px 5px 12px;
}

.trackbacksList .trackbacksTime p {
	width: 100%;
	text-align: right;
}

#entryFootLink {
	width: 100%;
	text-align: center;
}	



