@charset "utf-8";
/* CSS Document */

body{ 
background-image:url(silver_bg.jpg);
background-size:cover;
}
p,dl{ margin:0;}

.contents{
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
.c01{margin:0 auto; margin-top:-40px;
}
	
.c02{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.c03{margin: 0 auto;
    margin-top: 20px;
    color: #FFF;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 2em;
    background-color: #232323;
    border-radius: 15px;
    width: 84%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.c04{margin:0 auto; margin-top:40px; margin-bottom:40px;}


.overo:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
.contents_01{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
.contents_01 li{
	float: left;
	list-style: none;
	margin-bottom: 60px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	}
.contents_01 dt{
	color:#FFF;
	font-weight:bold;
	}
.contents_01 dt a{
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	}
	
.contents_01 p{
margin: 5px 0 0 0;
	text-align: center;
	}
.stripe{ 
  position: relative;
  padding: 0.1em;
}
.stripe:after {
  content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg, #eff1d2, #e8eabd 2px, #805e5e 2px, #513759 4px);
}