@charset "utf-8";
/* ================================================================================
	clearFix
================================================================================ */
.clearfix {
	overflow: hidden;
}

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

/*¥*/
* html .clearfix {
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear {
	clear: both;
}
/* ////////////////////基本設定//////////////////// */
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div,p,dl,dt,dd,table,tr,td,ul,ol,li,img {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
li img {
    vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,h7,
p {
	font-size: 12px;
	line-height: 1.2;
	color: #888888;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
text-decoration:underline;
color: #888888;
}
a:hover {
color:#03878c;
text-decoration:none;
}


/* ////////////////////基本レイアウト//////////////////// */
