@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-x;
  height:auto;
  background-color:#FFFDFD;
}

#body_bg {
	background:url(../images/common/bg02.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

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


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


/*-- メインカラム --*/
#main { 
	width:820px;
	float:left;
	height:auto;
	margin: 15px 0px 30px 0px ;
}
#main_sub { 
	width:788px;
	float:left;
	height:auto;
	margin: 0px 0px 30px 0px ;
	padding:10px 15px 10px 15px;
	background-color:#FFF;
	border-top: solid 0px #E1CFBB;
	border-left: solid 1px #E1CFBB;
	border-right: solid 1px #E1CFBB;
	border-bottom: solid 1px #E1CFBB;
	
}

/*-- サイドカラム--*/
#sidebar { 
	float:left;
	width: 375px;
	height: auto;
	margin: 0px 0px 0px 0px ;
	border-width:0px 1px 0px 0px;
	border-style:dotted;
	border-color:#cccccc;
}

/*-- コンテンツカラム  --*/
#contents { 
	float:right;
    padding: 0px 0px; 
	width:425px;
	margin:0px 0px 0px 0px ;
}


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

#footer {
  width: 100%;
  float:left;
  margin: auto;
  font-size:12px;
  color:#000;
  background-color:#fff;
}

/* clearfix */

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

.clearfix{
display:inline-block;
}
