@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: sans-serif;
	*font-family:"MS PGothic";
	background-color: #FFFFFF;
	background-image: url(../src/wp_main.gif);
	background-repeat: repeat-x;
	line-height: 1.3em;
}
a {
	color: #999966;
	text-decoration: none;
}
a:link		{
	color: #336666;
	text-decoration: none;
}
a:visited	{
	color: #999999;
	text-decoration: none;
}
a:active	{ color: #999999; text-decoration: none; }
a:hover		{
	color: #FF0000;
	text-decoration: underline;
}
#container  {
	width: 856px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#header  {
	padding: 0;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header  h1  {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	height: 0px;
	width: 0px;
	line-height: 0em;
	position: absolute;
}
#menuBar {
	height: 38px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
#titleImage {
	margin: 0px;
	width: 856px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#titleImageWide {
	background-color: #6699CC;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1em;
}
#mainContent  {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.tagImage {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainHome  {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 620px;
}
.rssList {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 80%;
}
.rssRight {
	float: right;
	margin: 0px;
	padding: 0px;
}
.rssGoblog {
	padding: 0px;
	background-image: url(../src/btn_rss_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 15px;
	list-style-type: none;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.new  {
	margin: 0px;
	font-weight: bold;
	color: #CC3300;
	padding: 0px;
}
.RSStime {
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sideHome  {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}
.contactText {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 1.5em;
}
.calendarBnr {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#textMenu {
	background-image: url(../src/wp_textmenu.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 80%;
}
#pageTop {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}
#footer  {
	padding: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	background-image: url(../src/wp_copyright.gif);
	background-repeat: repeat;
	font-weight: bold;
	color: #666666;
	font-size: 80%;
}
#attension {
	font-size: 80%;
	line-height: 1.5em;
}
#goOutline {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.googleCalendar {
	margin: 0px;
	padding: 0px;
}

