html,body {
	height: 100%;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size:13px; /* 整うまで入れさせてください */
	line-height: 1.231; /* 整うまで入れさせてください */
	color: #232323;
}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/*a {
	text-decoration:underline;
}*/
a img {
	border:none;
}
a:focus {
	outline:none;
}

address,caption,cite,code,dfn,em,th,var{font-style:normal;}
abbr,acronym {border:0;font-variant:normal;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* ClearFix */
.clear, .cf:after, #container_inner:after, #contents_inner:after, #lr_contents_inner:after, .wrapper:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
}  
* html .cf, #container_inner, #contents_inner, #lr_contents_inner, .wrapper { zoom: 1; } /* IE6 */  
*:first-child+html .cf, #container_inner, #contents_inner, #lr_contents_inner, .wrapper { zoom: 1; } /* IE7 */ 
