/* 文字サイズ　小 */
body {
	font-size: 14px;
}
#welcomingBody h2{
	font-size:28px;
}

#welcomingBody p{
	font-size: 14px;
	line-height:2.0;
}

/*文字サイズ指定ボタン*/
.fontsize li.fsizes a,
.fontsize li.fsizes a:hover{
	background:url(../img/size_s_on.gif);
}
.fontsize li.fsizeb a {
	background:url(../img/size_b_off.gif);
}
.fontsize li.fsizeb a:hover {
	background:url(../img/size_b_on.gif);
}


/*====uni_btn====*/
.uni_x{
	font-size: 14px;
}
.uni_btn a{
	background:url(../img/btn_tile_s.gif) no-repeat;
}
.uni_btn a p{
	padding:10px 0 0 4px;
	line-height:1.1 !important;
}

