@charset "utf-8";

/*
======== table of content. =================================

summary:初期化ならびに初期設定

- IEPNGFIX
- CSSHOVER
- RESET
- BASE LINK COLOR

============================================================
*/

/* IEPNGFIX */
/*
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
*/
/* CSSHOVER */

/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, pre, form, dl, dt, dd, 
blockquote, fieldset, input, address {
	margin:0;
	padding:0;
}

h1, h2, h3, h5, h6, caption, address {
	font-style: normal;
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
}

table {
}

caption {
	margin:0;
	padding:0;
}

form {
	display:inline;
}

fieldset {
	border:none;
}

legend {
	display:none;
}


img{
	border:0;
	vertical-align:bottom;
}

hr {
	display:none;
	clear: both;
}


a {
	outline:none;
}


/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/

a:link,
a:visited {
	color:#333399;
	text-decoration:underline;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}
