@charset "utf-8";

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

/*デフォルトフォントサイズを13ピクセルに設定*/
/*body {
	background-repeat: repeat;
	background-position: center center;
}*/

/*リンク画像の枠線を削除*/
/*画像下の隙間を埋める*/
img {
	border: none;
}
#header img,#footer img {
	vertical-align:bottom;
}
/*行頭記号の非表示*/
ul{
	list-style: none;
}

/*デフォルトの斜体をトル*/
address , em {
	font-style: normal;
}

/*リンクの設定
----------------------------------------------------------*/
/*表示前リンク　「カラー／アンダーラインなし」*/
/*a:link {}*/
	/*color:#000000;*/
	/*text-decoration: none;*/


/*表示済みリンク　「カラー／アンダーラインなし」*/	
/*a:visited {}*/
	/*color:898989;*/
	/*text-decoration: none;*/

/*マウスオーバーの設定　「カラー／アンダーライン表示」*/
/*a:hover {}*/
	/*color:#898989;*/
	/*text-decoration: none;*/


/*マウスクリックの設定　「カラー／アンダーラインなし」*/
/*a:active {}*/
	/*color:#898989;*/
	/*text-decoration: none;*/


/*Hack
----------------------------------------------------------*/
/*IE7のみ適用*/
*:first-child+html /*セレクタ*/{
}

/*IE6以下のみ適用*/
* html /*セレクタ*/ {
}
/*haslayout対策*/
*{zoom:1;
}
