@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FEE5EA;
}

#header{
	height:330px;
	width:100%;
	text-align:center;
	background-image: url(/kankyo/blog/images/blog_headimg_2019.png), url(/kankyo/blog/images/headBG.png);
	background-repeat: no-repeat, repeat-x;
	background-position: bottom -65px center, top center;
	position: relative;
}
#header #homelink{
	display: block;
	position: absolute;
	bottom: 66px;
	left: calc(50% + 268px);
	width: 70px;
	height: 70px;
	/*background: #0F0;*/
}

#container{
	background-image: url(/kankyo/blog/images/contents_bg_mdl.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 1px;
}

#contentswrapper{
	display : block;
	float:left;
	clear:both;
	width:480px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
}

#contents{
	display : block;
	width:420px;
	padding: 30px;
	background-color: #FEF6F9;
	float: none;
	margin: 0px;
	clear: both;
}


#contentsfooter{
	display:block;
	margin-top:0px;
	width:756px;
	height:10px;
	background-image: url(/kankyo/blog/images/contents_bg_btm.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #33FFFF;
	font-size: 5px;
	clear: both;
}

h2#monthtitle{
	display: block;
	margin-top:0px;
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 480px;
	background-image:none;
	background-color:#F9D3E3;
	color: #E62F82;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

h2#proftitle{
	display: block;
	margin-top:0px;
	margin-bottom:20px;
	margin-left: 0px;
	margin-right: 0px;
	width: 480px;
	background-image:none;
	background-color:#F9D3E3;
	color: #E62F82;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#contents h3.topictitle{
	margin-top:0px;
	margin-bottom:20px;
	background-image:none;
	color: #E62F82;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E62F82;
	padding: 0px;
}

#contents h3.topictitle span{
	text-align:right;
	float: right;
	display: block;
	line-height: 2.6em;
	height: 2.6em;
	_margin-top:-1.8em;
}

#contents img{
	margin-left:0px;
	margin-right:0px;
	vertical-align: 0%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#monthnavi{
	width:480px;
	font-size: 100%;
	color: #E62F82;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}

#monthnavi a{
	color: #E62F82;
}

#monthnavi a:hover{
	color: #FF3399;
}

#menu{
	display:block;
	float: left;
	width: 180px;
	margin: 0px;
}
#menu h3{
	background-color:#E62F82;
	text-indent: 0.5em;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 90%;
	line-height: 1.8em;
	height: 1.8em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#menu ul{
	margin-top: 10px;
}

#menu ul li{
	display:block;
	height:2.2em;
	line-height:2.2em;
	font-size: small;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color:#FFFFFF;
}

#menu li a{
	display:block;
	padding-left: 30px;
	height:2.2em;
	line-height:2.2em;
	font-size: 100%;
	background-image:url(/kankyo/images/markCCC.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-color:#FFFFFF;
}

#menu ul li a:hover{
	background-image:url(/kankyo/images/markF39.gif);
	background-color:#FFFFFF;
}

#menu ul.marked li a, #menu a.marked{
	font-size:97%;
	background-image:url(/kankyo/images/markCCC.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 6px center;
	padding-left: 23px;
}

#menu h4{
	font-size:96%;
	background-attachment: scroll;
	background-image: url(/kankyo/images/allowCCC.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-left:24px;
}

#menu a{
	color:#660000 !important;
	font-weight: normal;
}
#menu a:hover{
	color:#E62F82 !important;
}


#footer{
	background-color:#FEE5EA;
}

#footer #copyright{
	background-color:#E62F82;
}


#contents .topic{
	margin-left:0px;
}

#contents .topic img{
	float:left;
	margin-right:1em;
	margin-bottom: 0.5em;
}

.profbox{
	float:left;
	width: 213px;
	border: 2px solid #FEE5EA;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	height: 18em;
	margin-top: -2px;
	font-size: x-small;
}

.profbox hr{
	background-color: #FF3399;
	border: 1px none #FFFFFF;
	height: 3px;
	padding: 0px;
	color: #FF3399;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.profbox h5{
	font-size:120%;
	line-height: 1.6em;
	font-weight: normal;
}

.profboxminusmargin{
margin-left:-2px;
}

#footer #gototop a.notactive{
	color:#EFA3D0;
}
/* NifftyCorners */
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 5px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
