@charset "UTF-8";
body	{
	margin-top  : 0px;
	margin-left	: 0px;
	font-size 	: 80%;
}

.center { text-align : center; }

table { margin-left : auto ;margin-right : auto ; }

a { text-decoration: none;font-weight: lighter; }

a:link   { font-size 	: 120%;font-weight 	: lighter; }
a:visited { font-weight : lighter; }
a:hover { font-weight 	: lighter;text-decoration: none; }
a:active  { font-weight : lighter; }

img {	border: none;vertical-align	: middle;	}

.icon{ vertical-align : middle; }

.s_link{ font-weight : lighter;font-size : 80%; }

.main-cnt { width: 100%;text-align: center; }


.comit{ font-siza : 90%; }


.ui-footer {
text-align : center;
padding : 2px;
}

.tail_data{
width : 100%;
text-align : center;
}


#main { width : 100%;height: 360px;text-align : center; }


/* タイトルを切り捨てないで表示 p28 */
.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*/
{
overflow: visible;
white-spase: normal;
}

.copyright{font-weight:lighter;}

