html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	text-align:center;
}

#contents_all{
	width:967px;
	margin:0 auto;
	text-align:center;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


#container{
	width:771px;
	margin:0 auto;
	text-align:left;
}

.logo{
	text-align:left;
}

h1{
	margin:0;
	padding:0;
}

#main{
	padding:20px;
	border:1px solid #006;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

ul.BRZ_wall {
	text-align:center;
}

ul.BRZ_wall li {
	list-style:none;
	width:170px;
	margin-right:25px;
	margin-bottom:30px;
	display:inline-block;
	border: 1px solid #CCC;
	padding: 5px;
	*display:inline; /* IE7 and below */	
	*zoom:1; /* IE7 and below */
	margin-left: 25px;
}

.mt5{
	margin-top:5px;
}

.mt20{
	margin-top:20px;
}

.mypage{
	text-align:center;
	font-size:86%;
}
.copy{
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	font-size:86%;
	color: #666;
}

.mb20{
	margin-bottom:20px;
}

.text_new{
	color:#F00;
}

a:link {
	color: #8FABBE;
	text-decoration: underline;
}
a:visited {
	color: #8FABBE;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}

.dl_text{
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 2em;
}

.dl_text li{
	margin-bottom:1em;
}
