@charset "utf-8"; /*使用する文字コード*/
H1#siteTitle{
	margin:0 0 10px;
	font-size:13px;
	font-weight:normal;
	text-align:center;
}

H2{
	font-size:22px;
	padding-left:5px;
	border-left:5px solid #7e0e0d;
}
H2#logo{
	margin:0;
	padding:0;
	border-left:none;
	text-align:center;
}
STRONG.caution{
	color:#DD0000;
}
DIV.imageGroup{
	text-align:center;
}
.ui-li-heading,
.ui-li-desc,
.ui-btn-text{
overflow: visible;
white-space: normal;
}

div#freeFooter p{
	font-size:13px;
	text-align:center;
}
h4{
	margin-bottom:7px;
	padding:5px 7px;
	color:#7e0e0d;
	background-color:#fff;
	border-radius:7px;	/* CSS3草案 */
	-webkit-border-radius:7px;	/* Safari, Google Chrome用 */
	-moz-border-radius:7px;	/* Firefox用 */
}
