@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;
}

#main a img:hover{ 
filter: alpha(opacity=60);
-moz-opacity: .60;
opacity:.60;
}

#footer a img:hover{ 
filter: alpha(opacity=60);
-moz-opacity: .60;
opacity:.60;
}


/* リンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #fff; }

a:visited { color: #fff; }

a:hover { color: #F00; }

a:active {
	color: #fff;
	text-align: left;
}


body {
  font-size: 13px;
  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:#000000;
  color:#FFF;
}

#wrapper {
  text-align: left;
  width: 840px;
  margin: 0 auto;
}


/*-- ヘッダー --*/
#header {
width: 840px;
margin: 0 auto;
height:150px;
}


/*-- メインカラム --*/
#main { 
	width:840px;
	height:auto;
	margin: 15px 0px 10px 0px ;
}

/*-- サイドカラム--*/
#sidebar { 
	width: 180px;
	height: auto;
	margin: 0px 0px 0px 20px ;
}

/*-- コンテンツカラム  --*/
#contents { 
    padding: 0px 0px; 
	width:600px;
	margin:0px 20px 0px 0px ;
	background-color:#fff;
}


.left { float:left; }
.right { float:right; }


/*-- フッター --*/

#footer {
  width: 840px;
  margin: auto;
}

/* clearfix */

.clearfix:after{
clear:both;
display:block;
height:0;
line-height:0;
visibility:hidden;
font-size:0.1em;
content:".";
}

.clearfix{
display:inline-block;
}
