@charset "utf-8";
/* 基本
------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #FF9999;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*　ヘッダー
------------------------*/

#header {
	background-image: url(img/photo0571.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 700px;
}
#header h1 {
	padding-left: 20px;
	color: #FF00FF;
	font-size: 200%;
	font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "HGP創英角ｺﾞｼｯｸUB", "HGS創英角ﾎﾟｯﾌﾟ体";
}

/*　右のコンテンツ
------------------------*/

#rightbar {
	width: 250px;
	float: right;
	margin-top: 30px;
	margin-right:15px;
}
#rightbar .content {
	margin-bottom: 15px;
}
#rightbar  .content  h2 {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightbar .content li {
	line-height: 1.8;
	background-image: url(img/sharp/gif/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#rightbar .content a {
	color: #0066CC;
}

#rightbar .content2 {
	width: 125px;
	float: left;
}
#rightbar .content2 h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 110%;
}
#rightbar .content2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightbar .content2 li {
	line-height: 1.8;
	background-image: url(img/sharp/gif/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#rightbar .content2 a {
	color: #0066CC;
}


#rightbar .content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#rightbar .content3 {
	width: 125px;
	float: right;
}
#rightbar .content3 h4 {
	font-size: 110%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#rightbar .content3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#rightbar .content3 li {
	line-height: 1.8;
	background-image: url(img/sharp/gif/heart.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#rightbar .content3 a {
	color: #0066CC;
}



/*　左のコンテンツ
------------------------*/

#leftbar {
	width: 400px;
	float: left;
	margin-top: 30px;
}
#leftbar .section {
	margin-left: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}

#leftbar .section p {
	padding-left: 5px;
	padding-right: 10px;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 125%;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#leftbar .section span {
	color: #FF0000;
	font-size: 150%;
}

#leftbar .section a {
	color: #0066CC;
}


#leftbar .section .date {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 5px;
}
/*　フッター
------------------------*/

#footer {
	clear: both;
}
#footer p {
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}

#footer a {
	color: #0066CC;
}
