@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Browser Windows：IE6,7,8,Firefox,Opera,Safari,Chrome
+ Browser Macintosh：Safari,Firefox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ 

html {
	width: 100%;
	height: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
}
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,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, 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{
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Verdana",sans-serif;
	*font-size: small;
	*font: x-small;
	-webkit-text-size-adjust: 100%;
	}

table {
	font: 100%;
	font-size: inherit;
	border-collapse: collapse;	
	}
caption,th { text-align:left; }

fieldset,img { border: 0;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul { list-style: none;}

q:before,q:after { content:'';}
abbr,acronym {
	border: 0;
	font-variant: normal;
	}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0;}
legend{ color:#555;}

select,input,button,textarea{ font: 99% helvetica,arial,clean,sans-serif;}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
	}


a { outline: none;}
a { text-decoration: none;}
/*
a:link { color: #000000; text-decoration: underline;}
a:visited { color: #000000; text-decoration: none;}
*/
a:hover { text-decoration: none; }
a:focus { text-decoration: none;}
a:active { text-decoration: none;}

a img { border: none;}

li img,
dt img,
dd img{ vertical-align: top;}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}