/*全体の配置*/
#sidebar {
	display:none;
}

#menu {
	display:none;
}

#footer {
	display:none;
}

#title {
	display:none;
}



/*共通設定*/
* {
	font-size:10px;
}


h1 {
	margin:0 0 1em 0;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	text-indent:25px;
	clear:both;
}


h2 {
	margin:0 0 1em 0;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	text-indent:0.5em;
	border-bottom:2px solid #cc9;
	clear:both;
}


h3 {
	margin:0 0 1em 0;
	padding:3px;
	text-indent:0.5em;
	border-bottom:1px solid #cc9;
	clear:both;
}


em {
	font-weight:bold;
}


strong {
	font-weight:bold;
}


big {
	font-size:12px;
}


small {
	font-size:8px;
}


th {
	font-size:9px;
	text-align:left;
}


p {
	text-indent:1em;
	line-height:1.5em;
}


li {
	line-height:1.5em;
	margin-bottom:1em;
}



/*寄せ*/
.center {
	text-align:center;
	margin:1em auto;
}


.left {
	float:left;
	margin:0 2em 1em 0;
}


.right {
	float:right;
	margin-left:0 0 1em 2em;
}
