@charset "UTF-8";
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 1.75em;
}
.nabi {
	padding-left: 40px;
}
/* CSS Document */

p.header {
	background-color: #9D3A97;
	height: 8px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1px;
}
p.footer {
	font-size: 10px;
	line-height: 1.5em;
	background-color: #9D3A97;
	height: 17px;
	color: #FFFFFF;
	text-align: center;
}
.topsymbol {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page #container {
	width: 700px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.page #mainContent.blog {
	margin-left: 208px;
	padding-top: 10px;
	text-align: center;
}
.page #mainContent a.top {
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}
.kei {
	background-color: #EBB868;
	height: 1px;
	margin-right: 15px;
}
.page  #mainContent h3 {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
.photo {
	float: left;
	padding-right: 10px;
}
.page     #mainContent     h3     img  {
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
.page #mainContent p {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.page #mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #D79DB3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.page #mainContent h2 {
	text-align: center;
}
.page #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.75em;
}
.page   #mainContent   p img {
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: none;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right {
	text-align: right;
}
.name {
	color: #D37C20;
	font-size: 14px;
}
.title01 {
	font-size: 14px;
	font-weight: bold;
}
.title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
