/* css */
/* TEXT */
.text1 {
	font-size: 12px;
	line-height: 18px;  /* 行間広め */
	color: #666666;     /* 濃いグレイ */
}
.text2 {
	color: #666666;		/* 濃いグレイ */
	font-size: 12px;
	line-height: 13px;  /* 行間 */
}
p.photoBox{
	float:right;
	width:auto;
	height:auto;
	margin-top:0;
	margin-left:1em;
	margin-bottom:1em;
	line-height:1em;
	}
p.photoBox img{
	border:none;
	/*border:1px solid #666666;*/
}
h3{
	color:#66CC66;
	font-size: 12px;
}
.floatRClear{
	clear:right;
}
/* LINK */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* BODY */
body {
	background-color: #FFFFCC;
}
/* TABLE */
TABLE {
	background-color: #FFFFFF;
	color: #666666;		/* 濃いグレイ */
	line-height: 18px;  /* 行間広め */
	font-size: 12px;
}
TABLE.textCenter{
	text-align:center;
}
