@charset "UTF-8";

/*------------------------------------------------
基本初期化項目
------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote { margin: 0; padding: 0;}

html { overflow-y: scroll; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; font-size: 100%;} 

a:link { color: #003399; }
a:visited {
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a { overflow : hidden; }


img { vertical-align:bottom;}
fieldset,img,abbr {border: 0;}

ol,ul { list-style:none; } 

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var { font-style: normal; font-weight: normal;}
