@charset "utf-8";


/*--------------------------------------------
*	works
*
*	01. side menu
*	02. content
*	
*--------------------------------------------*/

#content a:link , #content a:visited {
	color: #3399cc;
	text-decoration: none;
}
#content a:hover , #content a:active {
	color:#63a300 ;
	text-decoration: underline;
}
#side a:link , #side a:visited {
	color: #3399cc;
	text-decoration: none;
}
#side a:hover , #side a:active {
	color:#63a300;
}
 

/*--------------------------------------------
	01. side menu
*--------------------------------------------*/
#side table {
	color: #3399cc;
	font-size:90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#side table tr td a:link, #side table tr td a:visited ,
#side table tr td a:hover, #side table tr td a:active {
	font-weight:bold;
	text-decoration: underline;
}


#side ul.sideMenu02{
	margin: 0px;
	padding: 0px;
	font-size:90%;
}


#side ul.sideMenu02 li {
	padding-left: 23px;
	padding-right: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 10px 0.21em;
	background-image: url(../image/icon_02.gif);
	}



#side ul.sideMenu02 li ul {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
	
#side ul.sideMenu02 li ul li {
	background-image: none;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/*#side ul.sideMenu02 li.menu_cate {
	
	background-position: 30px center;
	}*/

.blogmenu {
	height: 38px;
	background-image: url(../image/sidemenu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
	/*padding-top:20px;*/
	padding-left:20px;
	}
	
.blogmenu strong {
	padding-top:20px;
	color:#FFFFFF;
	display:block;
}

/*--------------------------------------------
	02. content
*--------------------------------------------*/
#content h3 { margin-top:0px; margin-left:0px;}


#content #CategoryLabel {
	color: #3399cc;

	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	background-color: #ECF5FF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}


.entry {
	margin-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;	
}

.entrytitle {
	font-size: 140%;
	line-height: 120%;
	font-weight: bold;
	background-image: url(../image/subtitle_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399cc;
	padding-left: 30px;
	}
	
.entrytitle a:link , .entrytitle a:visited {
	display: inline;
}

.entrytitle a:hover , .entrytitle a:active {
	display: inline;
}

.entrymain {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}
.entrydate {
	font-size: 90%;
	color: #666666;
	text-align: right;
	margin-top: 3px;
}

.entry_foot {
	font-size: 90%;
	color: #666666;
}

#content .entry_foot a:link, #content .entry_foot a:visited {
	font-size:90%;
}

#content .entry_foot a:hover, #content .entry_foot a:active {
	font-size:85%;
}


#entrynext {
	display:block;
	text-align:center;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


.EntryLists { margin-left:20px; margin-right:20px; margin-bottom:30px; border-bottom:#ddd dotted 1px;}
.EntryLists dt { font-weight:bold; border-top:#ddd dotted 1px; padding-top:15px; color:#ccc; }
.EntryLists dd { padding-bottom:15px; }

/*--------------------------------------------
	03. comment
*--------------------------------------------*/
#comments { border-top:#ddd solid 1px; padding-top:10px;}
.comments-open-header { color:#666; font-weight:bold; margin-bottom:10px; background-color:#efefef; padding:3px 5px; }
#comment-text , #comment-author { display:block; }
.comment-header { margin-top:10px;}
.comment-header { border-top:#ddd dotted 1px; padding-top:10px;}