/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}


/* Class Styles */

	
.bodyText {
	font:11px;
	color:#333333;
	line-height:24px;
	}
	
.bodyTextmain {
	font:18px;
	color:#333333;
	line-height:24px;
	}
	
.bodyTextcap {
	font:20px;
	color:#555555;
	font-weight:bold;
	line-height:28px;
	}
	
.bodyTextsyouhin {
	font:20px;
	color:#CC0000;
	font-weight:bold;
	line-height:28px;
	}
	
/* 段落の一文字目をインデント */
.entryBody .indentText {
	text-indent: 1em;
}
.entryBody .indentText .clearfix img {
	float: left;
	margin-right: 1em;
	display: inline; /* for IE */
}