@charset "UTF-8";

/* ----------------------------------------------------
作成: 2008.11.13
最終更新日: 2010.11.24
作成者: NT
最終編集者: TS

reset.css： デフォルトのスタイルのリセット・再指定
---------------------------------------------------- */

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
} 

table {  
	border-collapse:collapse;
	border-spacing:0;
} 

fieldset,img {
	border:0;
}

hr {
	display:none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} 

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

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

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}


/* ----------------------------------------------------
再指定
---------------------------------------------------- */

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック","Osaka","Arial",sans-serif;
	line-height:1.5;
	color:#333333;
	background:url(../image/background.gif) repeat-x center top #c6e2f0;
}

em {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

a:link, a:visited {
	outline-width:0;
}

a:hover, a:active {
	text-decoration:none;
	outline-width:0;
}

/* ----------------------------------------------------
firefox用
---------------------------------------------------- */

html {
	overflow-y:scroll;
}
