
#container {
 width:700px;
 margin: 0 auto;
 text-align:left;
 border:0px solid #FFF;
 background-color: #FFF;
}


#header {
 width:700px;
 margin: 0 auto;
 text-align:left;
 background-color: #eee;
	font-size: 12px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
 width:700px;
 margin: 0 auto;
 text-align:center;
 background-color: #eee;
	font-size: 12px;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*見出しタイトル*/
h1{
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	text-align:center;
	padding-top: 5px;
	padding-left: 10px;
}

h2{
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #333;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #333;
}

.para {
	font-size: 12px;
	line-height: 100%;
	padding-top: 5px;
	padding-left: 20px;
}

ol {
	font-size: 12px;
	line-height: 100%;
	padding-top: 5px;
}


li {
	font-size: 12px;
	line-height: 100%;
	padding-top: 5px;
}


p {
	font-size: 12px;
	line-height: 110%;
	padding-top: 5px;
}


/*クリア・スペース指定*/
.cl {
	clear: both;
}
.sp {
	height: 5px;
	clear: both;
}
.sp2 {
	height: 10px;
	clear: both;
}


