@charset "utf-8";
/* CSS Document */


/* リセット
===================================== */

body {
	margin:0px;
	paddin:0px;
	background:url(../img/body_bg.png) repeat #FFFFFF;
	letter-spacing:1px;
	font-size:14px;
	color:#333;
	line-height:1.4em;
	font-family:"メイリオ", Meiryo, Osaka, 
				"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
				"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }

img {
	border:none;
}

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

h1,h2,h3,h4,h5,h6,
img,p,ul,li,dl,dt,dd,
a,div,table,tr,td,th,form {
	margin:0px;
	padding:0px;
}

a { outline:none;}

a:link {
    color:#551730;
    font-style:normal;
    text-decoration:underline;
	font-weight:bold;
}

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

a:active {
    text-decoration:none;
}

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


/* 汎用設定
===================================== */

.clear { clear:both; }

/* clearfix */
.clearfix {
	zoom:1;

}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}



