@charset "UTF-8";

/* リセット
-----------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.6;
	text-align: left;
    font-size: 95%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
/*	font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; */
}
/* for WinIE6 */
* html body {
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, Verdana, sans-serif;
}
/* for WinIE7 */
    *:first-child+html body {
    font-size: 75%;
    font-family: 'メイリオ', Meiryo, sans-serif;
}
ul,ol {
	list-style: none;
}

img {
	vertical-align: baseline;
	display: block;
}
a {
	color: #35589B;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
th,td {
	font-size: 100%;
	line-height: 1.4;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
input, select {
	vertical-align: middle;
}
.noDisplay {
	display: none;
}

/* clearfix
---------------------------------------------------- */
/*
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}
*/