* {
	margin: 0;
	padding: 0;
}

/*  設定をリセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
table{border-collapse:collapse;border-spacing:0;}  
fieldset,img{border:0;}  
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}  
ol,ul {list-style:none;}  
caption,th {text-align:left;}  
h1,h2,h3,h4,h5,h6{font-size:100%;}  
q:before,q:after{content:'';}
a { text-decoration: none; }

body {
	background-color: #000;
}

div.all_wrap {
	margin: 0 auto;
	width: 1000px;
	min-height: 600px;
}

div.contents_box {
	width: 800px;
	min-height: 600px;
	margin: 0 auto;
}

p#copyright {
	width: 1000px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #535353;
	bottom: 20px;
	margin-top: 40px;
}

td {
	color: #fff;
}


/*************************************** タイトル設定 *********************************************/

h1#diary {
	background-image:url(../images/title_diary.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 80px;
	line-height: 120px;
	text-align: center;
	color:#CCCCCC;
	margin-top: 30px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

div.bbs_contents_box {
	width: 1000px;
	height: 720px;
	margin: 0 auto;
}

iframe {
	width: 1000px;
	height: 720px;
	border-color: #000000;
	margin: 0;
}

