@charset "utf-8";

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

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

- IEPNGFIX
- 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,address {
	font-style: normal;
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

table {
}


form {
	display:inline;
}

fieldset {
	border:none;
}

legend {
	display:none;
}


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

hr {
	display:none;
	clear: both;
}


a {
	outline:none;
}

.clear {
clear:both;	
}


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

a:link {
	text-decoration:none;
}


a:hover {
	text-decoration:none;
}



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


/*-----------------------------------------------------
CLEARFIX
-------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

