@charset "UTF-8";

/*************************************************
 #index
**************************************************/

#header {
	height: 50px;
	border-bottom: 1px dotted #008837;
	background: #FFFFFF;
}
#header h1 a {
	height: 50px;
	background: #FFFFFF url(../img/common/header.png) no-repeat center 0px;
	display: block;
	text-indent: -999em;
	width: 850px;
	margin: 0px auto;
}
#header  p {
	display: none;


}
#flash {
	height: 230px;
	border-bottom: 1px dotted #008837;
	margin-bottom: 15px;
	width: 850px;
	background: url(../swf/img/pic2.jpg) no-repeat;
	position: relative;
}
#flash p {
	margin:15px;
	position: absolute;
	width: 790px;
	left: 10px;
	top: 5px;
	background: url(../img/common/body_back.png) repeat;
	padding: 5px;
}
.sidebar   .grid-a  .unit {
	padding: 0px;
	margin: 10px 0px;
}

#main h2 {
	font-size: 135%;
	color: #008837;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	background: url(../img/common/amoeba_mini.gif) no-repeat 3px center;
	padding-left: 28px;
	font-weight: bold;
	border-top: 1px solid #008837;
	border-right: 1px solid #008837;
	border-left: 1px solid #008837;
	margin-left: 10px;
	text-align: left;
	line-height: 35px;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#event-news   {
	display: block;
	height: 280px;
	margin-left: 10px;
	overflow: auto;
	border-top: 1px dotted #008837;
	border-right: 1px solid #008837;
	border-bottom: 1px solid #008837;
	border-left: 1px solid #008837;
	margin-bottom: 10px;
}

#event-news dl  {
	display: block;
	height: auto;
	margin-right: 5px;
	margin-left: 5px;
}
#event-news dt  {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	color: #008837;
	font-size: 110%;
	padding-left: 3px;
}
#event-news dd   {
	display: block;
	line-height: 1.2;
	margin: 0.2em 0px 0.3em;
	border-bottom: 1px dotted #CCCCCC;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 6px;
}


#blog-news   {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #008837;
}

#blog-news h2 {
	display: block;
	margin-left: 0px;
	width: 200px;
	float: left;
	border-style: none;
	line-height: 35px;
	height: 35px;
}

#blog-news .blogbox::after  {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
#blog-news .blogbox  {
	clear:both;
	margin: 0px ;
	padding: 0px 15px;
	position: relative;
	background:#dbf393;
	border-top: 1px dotted #008837;
	zoom: 1;
}

#blog-news .blogbox h3 {
	font-weight: bold;
	margin: 3px 0px 5px 0px;
	color: #008837;
	font-size: 110%;
	border-bottom: 1px solid #F1FBD5;
	padding: 5px 2px 2px;
}

#blog-news .blogbox p {
	font-size: 90%;
	line-height: 1.1;
	margin: 0px 15px 5px 10px;
	letter-spacing: 0px;
}
#blog-news .blogbox p.new {
	background: url(../img/top/new.gif) no-repeat 0px 0px;
	height: 33px;
	width: 32px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	display: block;
	position: absolute;
	left:20px;
	top: 55px;
	text-indent: -9999em;
}
/* IE6 NEWアイコンのズレ*/
* html #blog-news .blogbox p.new {
	position: absolute;
	top: 56px;
	left: 15px;
}
#blog-news .blogbox ul {
	margin-bottom: 10px;
	padding: 3px 7px;
	border: 1px dotted #C6E965;
	background: #F1FBD5;
}
#blog-news .blogbox ul li {
	list-style: none;
	padding-left: 30px;

}

