@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333333;
	background: #fff;
	margin: 0;
	padding: 0;
}
html,body	{
	height:100%;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd, div {
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

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-style:normal;
    font-weight: normal;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}

th {
	font-weight: normal;
	text-align: left;
}

li img, dt img, dd img {
	vertical-align: top;
	text-decoration: none;
}

a img{ border: 0;	}

a:link, a:visited {
	color: #003B96;
	text-decoration: none;
}
a:hover, a:active {
	color: #003B96;
	text-decoration: underline;
}

strong, em, address {
	font-style: normal;
	font-weight: normal
}



/* font size for NOSCRIPT
--------------------------------------------------------------------------------*/
body, table, th, td, h2, h3, h4, h5, h6 {
	font-size: small;
	line-height: 150%;
}

.fontS {
	font-size: x-small;
	line-height: 140%;
}
.fontM {
	font-size: small;
	line-height: 150%;
}
.fontL {
	font-size: medium;
	line-height: 150%;
}

span.fc {
	font-weight: bold;
}

span.brand {
	font-size: 80%;
	line-height: 80%;
}
