﻿@charset "UTF-8";

/*=================================*/
/*  Tag  						   */
/*=================================*/
* {
	 margin: 0;
	 padding: 0;
}

body {
	font: 12px/18px "Hiragino Kaku Gothic ProN", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
}

h1 {
	letter-spacing: 0;
	word-spacing: 1px;
}

h2 {
	letter-spacing: 1px;
	word-spacing: 1px;
}

p {
	letter-spacing: 1px;
	word-spacing: 1px;
}

img {
	border: none;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}


/* IE6 */
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



/*=================================*/
/*  ID  						   */
/*=================================*/
#wrap {
	margin: 1.5em auto;
	width: 980px;
}

#globalNavi {
	margin-bottom: 20px;
	position: relative;
	z-index: 100;
	width: 980px;
	height: 38px;
}



/*=================================*/
/*  CLASS  						   */
/*=================================*/
/* IE6 */
.png {
	behavior: url(../global_script/png/iepngfix.htc);
}

/* Float-BOX Fix */
.clearfix {
	min-height: 1%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}
