@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;
	background-image: url(../image/icon_kbitaki.jpg);
	background-repeat: no-repeat;
	background-position: 730px 200px;
}
.nabi {
	padding-left: 40px;
}
/* CSS Document */

p.header {
	background-color: #CC3333;
	height: 8px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1px;
}
p.footer {
	font-size: 10px;
	line-height: 1.5em;
	background-color: #CC3333;
	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 {
	background-repeat: no-repeat;
	background-position: 270px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.page #mainContent img.left {
	float: left;
	padding-right: 10px;
	margin-left: 0px;
}
.page  #mainContent  img.righ {
	float: right;
	padding-left: 10px;
}
.page #mainContent img.photo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.credit {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.page  #mainContent h3 {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
.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: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.page #mainContent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B58077;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.page #mainContent h2 {
	text-align: center;
}
.page #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	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    #sidebar2    {
	text-align: left;
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 12px;
	margin-bottom: 30px;
}
.page  #sidebar2 a {
	text-align: left;
	padding-left: 6px;
	color: #666666;
	text-decoration: none;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 15%;
	float: left;
}
.page #sidebar2 a:hover, a:focus, a:active {
	color: #CC0000;
	background-color: #E5E5E5;
	padding-top: 0px;
	padding-bottom: 0px;
}
.page   #mainContent   p img {
	margin-left: -10px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: none;
}
.page #sidebar2 a:visited {
	color: #996633;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bold2 {
	font-size: 15px;
	color: #666666;
	line-height: 1.5em;
}
.right {
	text-align: right;
}
