@charset "UTF-8";

/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

html {
}

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

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

div.inner {
	margin:0 auto;
	width:960px;
}

/*============================================================
//  共通設定
//==========================================================*/


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

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

hr{
	clear:both;
	border:0;
	border-bottom:1px dashed #999;
	margin:15px 0 30px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	font-style: normal;
}

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

.left{ float:left; }

.right{ float:right; }

a {
	color:#99CC00;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#999;
}

img,
a img {
	border : 0;
}

.left {
	float:left;
}
.right {
	float:right;
	margin-right:0px;
}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}

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

