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

body {
	margin:5px 0 0;
	background-image:url(http://earthday-ok.org/img/bg.gif);
	font-size:85%;
	line-height:160%;
	letter-spacing:0.5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
h2 {
	font-size:180%;
	margin-top:0;
}
h3 {
	clear:both;
	border-left:5px double #693;
	padding-left:7px;
}
h4 {
	font-size:110%;
}
h5 {
	border-left:5px solid #693;
	font-size:110%;
	padding-left:7px;
}

img {
	border:0;
}
img.left {
	float:left;
	padding-right:10px;
}
img.right {
	float:right;
	padding-left:10px;
}
a:link,a:visited {
	color:#360;
	text-decoration:none;
}
a:hover {
	color:#6c3;
	text-decoration:underline;
}
a:active {
	color:#390;
	text-decoration:underline;
}

/*-------------------------レイアウト*/


div#wrapper {
	width:870px;
	background-image:url(http://earthday-ok.org/img/kappa.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:left;
}

div.inner {
	width:870px;
}



div#title {
	background-image:url(http://earthday-ok.org/img/head-days.gif);
	background-position:right top;
	background-repeat:no-repeat;
	height:120px;
}


div#container {
	width:670px;
	float:left;
}

div#concept-catch {
	text-align:center;
	padding-top:10px;
	padding-bottom:40px;
}

/*-------------------------ナビ*/

div#navi {
	width:180px;
	float:left;
}

div.navi1 {
	background-image:url(http://earthday-ok.org/img/navi-bg1.gif);
}
div.navi2 {
	background-image:url(http://earthday-ok.org/img/navi-bg2.gif);
}

div#navi dl {
	margin-bottom:0;
}
div.navi1 dl {
	margin-top:0;
}
div.navi1 dd,div.navi2 dd{
	margin-left:5px;
}
div#navi a:link,div#navi a:visited {
	color:#333;
	text-decoration:none;
}
div#navi a:hover {
	color:#360;
	text-decoration:underline;
}
div#navi a:active {
	color:#390;
	text-decoration:underline;
}

/*-------------------------コンテンツ*/
div#contents-title {
	width:460px;
	padding-left:10px;
	float:right;
}
div#contents {
	clear:right;
	width:460px;
	float:right;
	background:#fff;
	border-top:#060 solid 3px;
	background-image:url(http://earthday-ok.org/img/content-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 5px 10px 5px;
	margin-bottom:10px;
}
div#contents p {
	margin-left:20px;
	margin-right:10px;
}

div.image {
	text-align:right;
}
dl.supporter dt {
	border-bottom:1px dotted #333;
}


/*-------------------------サイド*/

div#side {
	width:180px;
	background:#fff;
	float:right;
	line-height:130%;
	font-size:90%;
	margin-bottom:50px;
}
div#side dl {
	margin:0;
}

div#side dd {
	margin-left:0;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}


/*-------------------------フッタ*/

div#footer {
	clear:both;
	text-align:center;
}
/*-------------------------問い合わせ*/

table.mail {
	border:1px solid #ccc;
}
table.mail td {
	border-bottom:1px dotted #ccc;
}

/*-------------------------カテゴリ*/
div.thumbnail {
	width:200px;
	margin:10px 10px 0 10px;
	border-left:5px solid #9c0;
	float:left;
	padding-left:5px;
}
div.thumbnail span {
	font-size:90%;
}

div.movie {
	width:210px;
	text-align:center;
	margin:10px 10px 0 10px;
	float:left;
	font-size:90%;
	line-height:100%;
}

