article, aside, dialog, figure, footer,
header,hgroup, nav, section { display: block; }

.contbox{
    margin: 0 auto 15px auto;
}

.inner{
    padding: 0.4em 15px;
    border: 1px solid #E6C7FF;
    background: #F6F3FA;
}
.ui-bar-h{
    background: #FFA500 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFA500), to(#FFEE75));
    background:-moz-linear-gradient(center top , #FFA500, #FFEE75) repeat scroll 0 0 #FFA500;
    border: 1px solid #FFEE75;
    color: white;
    font-weight: bold;
    text-shadow: #FFA500 0px -1px 1px;
}


/* テキストの省略無効 */
.ui-header .ui-title, /* header */
.ui-footer .ui-title, /* footer */
.ui-btn-inner, /* button */
.ui-li-heading, /* listview heading */
.ui-li .ui-btn-text a.ui-link-inherit, /* listview link */
.ui-li-desc /* listview description */
{
overflow: visible;
white-space: normal;
}

#logo{
	display:block;
	text-align:center;
	margin:0 auto;
	width:320px;
	height:125px;
	background:url(logo.jpg) no-repeat 0 0;
	-webkit-background-size: 320px 125px;
}
