@charset "utf-8";

body { font-size: 100%; }

a	{color: #017acd}

/* コンテナ */
div#container	{background-image: url(../images/side-blue.png);
	background-repeat: repeat-y;
	width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(../images/sky.jpg);
	background-repeat: no-repeat;
	padding: 28px 20px 50px}

a#header {/*リンクされた文字*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
a:link#header {/*未訪問のリンク*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
a:visited#header {/*訪問後のリンク*/
    color:#ffffff;
    text-decoration:underline;
}
a:hover#header {/*マウスをのせたとき*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
a:active#header {/*クリック中*/
    text-decoration:none;
}

div#header h1	{margin: 0;
	color: #ffffff;}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}



/* トップページコンテンツ　署名2011*/

#sign2011 a	{
	margin-top: 10px;
	margin-bottom: 20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/110216_shomeiBannerOnline500.jpg);
	width:540px;
	height:152px;
	}


/* トップページコンテンツ　ちひろカレンダー*/

#chihiro2012 a	{
	margin-top: 10px;
	margin-bottom: 20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/chihiro2012.jpg);
	background-repeat:no-repeat;
	border: solid 1px #000000;
	width:215px;
	height:304px;
	}


/* トップページコンテンツ　世界大会*/

#wc a	{
	margin-top: 10px;
	margin-bottom: 20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/100529_wc-poster-banner500.jpg);

	width:540px;
	height:152px;
	}


/* トップページコンテンツ　NPT*/

#npt a	{
	margin-top: 10px;
	margin-bottom: 20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/banner-npt.jpg);
	width:540px;
	height:100px;
	}


/* トップページコンテンツ　国際署名*/

#sign a	{
	margin-top: 10px;
	display:block;
	text-indent:-9999px;
	background:url(../images/0808_nwesigcampbanner.jpg);
	width:540px;
	height:253px;
	}

#signdown img	{
	display:block;
	margin-top:10px;
	}

/* サイドバー */
div#sidebar	{width: 190px;
	float: left;
	margin-bottom: 25px}

div.counter	{width: 80px;
	margin-top:10px;
	margin-botom:10px;
	margin-left:55px;
    margin-right:55px;}

ul.sidemenu	{border-top: solid 1px #ffffff;
	font-size: 0.75em;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: transparent;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px}

ul.sidemenu li a:hover	{background-color: #017acd}

p.feed	{margin-bottom: 10px;
	margin-left: 12px}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}



/* サイド　リンク */

address a {/*リンクされた文字*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
address a:link {/*未訪問のリンク*/
    color:#ffffff;
    font-style:normal;
    text-decoration:underline;
}
address a:visited {/*訪問後のリンク*/
    color:#ffffff;
    text-decoration:underline;
}




/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	width: 190px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	padding: 12px}

