@charset "utf-8";
/* ================================================
基本共通css
================================================ */

*{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.2;
	/*
	color: #000;
	*/
}

body {
	text-align:center;
	background-image: url(../imgs/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* 
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	font-style: normal;
}
 */

img{margin: 0;border: none; }

.clear {
	clear: both; text-align: center
}

.center{text-align:center;}
.left{text-align:left;}
.line{border:1px solid #fff;}


#left_navi li{ list-style:none; }
#header li{ list-style:none; }
