@charset "UTF-8";

/* 初期設定
-------------------------------------------- */
* {
	margin: 0;
	padding : 0;
}

html {
}

body {
	font-size:12px;
	color:#333;
	line-height:1.5em;
	font-family: YuGothic, "游ゴシック", "Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:#FFF;
}

#wrapper {
	margin:0 auto;
	width:100%;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.4em;
}

p, li,dt,dd {
	line-height:1.6em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-style: normal;
}

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

.left{ float:left; }

.right{ float:right; }

img,
a img {
	border : 0;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.clr {
	clear: both;
}
.clearfix:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
