@charset "utf-8";

/*
======== table of content. =================================

summary:初期化ならびに初期設定

- CSSHOVER
- RESET
- BASE LINK COLOR

============================================================
*/

/* 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 {
	display:none;
}

form {
	display:inline;
}

fieldset {
	border:none;
}

legend {
	display:none;
}


img{
	border:0;
	vertical-align:bottom;
}

img.icon{
	border:0;
	vertical-align:sub !important;
}

hr {
	display:none;
	clear: both;
}


a {
	outline:none;
}


/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/

a:link,
a:visited {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

/* OPERA 9 HACK */
@media all and (min-width: 0px) {
#header dl#globalNavi dd {

}
}
