@charset "utf-8";

	h1,
	h2,
	h3,
	p,
	ul,
	li,
	div
	{
	margin:0;
	padding:0;
	}
	
	#inred{
		margin-bottom:30px;
	}
	
	#title h1{
		color:#CC0000;
		font-size:24px;
	}
	
	#title h2{
		color:#666666;
		font-size:14px;

	}
	
	#title p{
		font-size:16px;
		font-weight:bold;
		margin-top:20px;
	}
	
	
	#contents,#guest,#date,#hall,#shime{
		width:500px;
		margin-top:20px;
	}
	
	#contents h3,#guest h3,#date h3,#hall h3,#shime h3{
		background:#CCCCCC;
		padding:10px 0 10px 10px;
		margin-bottom:10px;
		}
	
	#guest li,#contents li{
		margin:0 0 6px 0;
	}
	
	#contents p,#guest p,#date p,#hall p,li,#shime p{
	padding-left:10px;
	}
	
	#contents ul,#guest ul,#date ul,#hall ul,#shime ul{
	padding-left:20px;
	}
pre {margin:0; padding:0px; width:260px; word-break: break-all; white-space : normal ; }