@charset "shift_jis";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th {
	margin: 0px;
	padding: 0px;
}



/* リンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active {
	color: #f00;
	text-align: left;
}


body {
  font-size: 14px;
  line-height:150%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background:url(../images/common/bg.jpg);
  background-repeat:repeat;
}

#bg {
  width: 820px;
  margin: 0 auto;
  background-color:#FFF;
  background:url(../images/common/bg_bg.png);
  background-repeat:repeat;
}

#wrapper {
  text-align: left;
  width: 820px;
  margin: 0 auto;
  background-color:#FFF;
}


/*-- ヘッダー --*/
#header {
  width: 820px;
  height: auto;
  margin: 0 auto;
  background:url(../images/common/bg.jpg);
  background-repeat:repeat;
}

#headline {
  width: 820px;
  height: auto;
  margin: 0px;
  padding:0px;
}
#btn {
  width: 820px;
  height: auto;
  margin: 0px;
  padding:0px;
}

/*-- メインカラム --*/
#main { 
	width:820px;
	height:auto;
	margin: 0px 0px 20px 0px ;
	background-color:#fff;
}

/*-- サイドカラム--*/
#sidebar { 
	float:left;
	width: 200px;
	height: auto;
	margin: 20px 20px 0px 0 ;
}

/*-- コンテンツカラム  --*/
#contents { 
	float:left;
    padding: 0px 0px; 
	width:570px;
	margin:20px 0px 0px 0px ;
	background-color:#fff;
}

/*-- フッター --*/

#footer {
  width: 820px;
  margin: auto;
  font-size:12px;
  background-color:#fff;
  border-top:#4F2306 1px solid;
}

/* clearfix */

.clearfix:after{
clear:both;
display:block;
height:0;
line-height:0;
visibility:hidden;
font-size:0.1em;
content:".";
}

.clearfix{
display:inline-block;
}
