/* Base Weblog (base-weblog.css) */

/* basic elements */

body {
	text-align: center;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
                }
#wrapper {
	text-align: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}			
				
#container {
	text-align: left;
	padding: 0px;
	width: 800px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-image: url(../img/bg/container-bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
             }
/* End hide from IE5-mac */


em {
	font-size: 8px;
	visibility: hidden;
}
#banner {
	padding: 0px;
	height: 100px;
	width: 800px;
	margin: 0px;
}
#topnavi {
	padding: 0px;
	height: 30px;
	width: 800px;
	margin: 0px;
	background-image: url(../img/bg/bg-1.gif);
}
#topnavi-rss {
	text-align: right;
	padding-top: 8px;
	padding-right: 7px;
}
#topnavi-rss a {
	color: #CCCCCC;
	text-decoration: none;
}
#topnavi-rss a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#topnavi h2 {
	font-size: 14px;
	color: #333333;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.1em;
}
#topnavi h2 a {
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 28px;
	width: 120px;
	color: #EAEAEA;
	padding: 0px;
	background-image: url(../img/bg/bg-1.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#topnavi h2 a:hover {
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 28px;
	width: 120px;
	color: #FFFFFF;
	padding: 0px;
	background-image: url(../img/bg/bg-2.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}



#left {
	float: left;
	width: 190px;
	overflow: hidden;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	background-image: url(../img/bg/container-bg.gif);
	background-repeat: repeat-y;
	}
#left #topics {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topics h2 {
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../img/bg/bg-topics-off.gif);
	background-repeat: no-repeat;
	background-position: -2px center;
}
#topics h2 a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../img/bg/bg-topics-off.gif);
	background-repeat: no-repeat;
	background-position: -7px center;
}
#topics h2 a:hover {
	display: block;
	height: 30px;
	color: #FFFFFF;
	background-image: url(../img/bg/bg-topics-on.gif);
	background-repeat: no-repeat;
	background-position: -7px center;
}
#left #blog {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#blog h2 {
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.1em;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../img/bg/bg-blog-off.gif);
	background-repeat: no-repeat;
	background-position: -2px center;
}
#blog h2 a {
	display: block;
	height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../img/bg/bg-blog-off.gif);
	background-repeat: no-repeat;
	background-position: -7px center;
}
#blog h2 a:hover {
	display: block;
	height: 30px;
	color: #FFFFFF;
	background-image: url(../img/bg/bg-blog-on.gif);
	background-repeat: no-repeat;
	background-position: -7px center;
}


#left h6 {
	font-size: 15px;
	line-height: 19px;
	margin: 0px 0px 7px;
	padding: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	background: #FFFFCC;
	border-top: 1px solid #3366FF;
	border-bottom: 1px solid #3366FF;
	border-right: 1px solid #3366FF;
	border-left: 1px solid #3366FF;
	height: 20px;
}
#left h6 a {
	color: #0033FF;
	margin: 0px;
	padding: 0px;
}
#left h6 a:hover {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
#left li a {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#left li a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
ul {
	line-height: 2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
}



#center {
	width: 599px;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: right;
	}
#center h1 {
	font-size: 17px;
	line-height: 25px;
	display: block;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../img/bg/bg-3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}
#center h2 {
	font-size: 17px;
	line-height: 25px;
	display: block;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../img/bg/bg-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}

#top-img {
	margin: 0px;
	width: 580px;
	padding: 0px;
}
#new-colum-title {
	padding: 0px;
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -4px;
	margin-left: 0px;
}


#top-entribox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#top-entribox p {
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
}
#top-entribox img {
	padding: 0px;
	border: 2px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#main-center {
	margin: 0px 0px 0px 105px;
	padding: 0px 5px;
	width: 589px;
	float: right;
	height: auto;
}

#center h5 {
	font-size: 17px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	background-image: url(../img/bg/bg-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
.title-date {
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}


#center h4 {
	color: #333333;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	display: block;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
}
#center h5 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#center h5 a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#center a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#center a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

.title01 {
	color: #666666;
	height: 25px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
          }
.date01 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.kate-title01 {
	font-size: 16px;
	color: #006633;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.gaiyou {
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.entri-navi {
	text-align: center;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 280px;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}
.entri-navi a {
	color: #333333;
	text-decoration: none;
}
.entri-navi a:hover {
	color: #333333;
	text-decoration: none;
}

#center .go-top a {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#wahts-new {
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
}

p {
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

font {
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
}
a:hover {
	color: #0099CC;
	margin: 0px;
	padding: 0px;
}
#cate {
	margin: 0px;
	padding: 0px;
}
#entri {
	margin: 0px 0px 8px;
	padding: 0px;
	border-bottom: 1px dotted #666666;
}
#footer {
	padding: 0px;
	height: 50px;
	width: 800px;
	background-image: url(../img/bg/bg-1.gif);
	background-repeat: repeat-x;
	clear: both;
	margin: 0px;
}
#footer p {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#t-box {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::  トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#top-box1 {
	padding: 0px;
	margin: 0px;
	width: 585px;
}
.section1 {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#top-box1 ol {
	font-size: 13px;
	line-height: 1.5;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
}

#top-box1 table {
	font-size: 13px;
	color: #333333;
	line-height: 1.5;
}


#top-photo-box {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#top-photo-box h2 {
	font-size: 15px;
	background-image: url(../img/bg/bg-1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	height: 20px;
}
#top-box1 h3 {
	font-size: 14px;
	color: #000099;
	border-left-width: 7px;
	border-left-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-left-color: #9999FF;
	line-height: 1.3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9999FF;
	font-weight: normal;
}



#top-photo-box img {
	margin: 0px;
	padding: 0px;
	border: 2px solid #CCCCCC;
}


#top-box1 p {
	font-size: 13px;
	color: #333333;
	padding: 5px;
}
#top-map-box {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#top-map-box h3 {
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}


#top-map-in {
	padding: 0px;
	width: 568px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.map-center {
	text-align: center;
}



#title-box {
	margin: 0px;
	width: 599px;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#top-wahts-new {
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
}
#top-wahts-new a {
	text-decoration: none;
	color: #0066FF;
	font-size: 13px;
}
#top-wahts-new a:hover {
	text-decoration: underline;
	color: #0066FF;
}
#blog-rss {
	font-size: 13px;
	line-height: 1.7;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#blog-rss a {
	text-decoration: none;
	color: #0066FF;
	font-size: 13px;
}
#blog-rss a:hover {
	text-decoration: underline;
	color: #0066FF;
}
#acssese-counter {
	font-size: 12px;
	line-height: 1.3;
	color: #D7D7D7;
	text-align: right;
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/bg/bg-1.gif);
	background-repeat: repeat-x;
}
#top-box1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.5;
}
#top-box1 #ul-in {
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.red {
	color: #FF3300;
}

.blu {
	color: #0066FF;
}
.green {
	color: #009933;
}
