@charset "Shift_JIS";
/* CSS Document */

/* reset ---------------------------------*/
html, body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul li {
	list-style-type: none;
}
a img {
	border: none;
}
img {
	vertical-align: none;
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}
a {
	outline: 0;
}
html {
	overflow-y: scroll;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.f_clear {
	clear: both;
}


body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



a{
	color:#ec4100;
	text-decoration:underline;
}

a:hover{
	color:#000000;
	text-decoration:none;
}


a:hover img.opa
{
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}


/* _____________________________________
  /                       レイアウト  */

body {
	background:#000;
}

#container {
	width:1000px;
	margin:0 auto;
}








