/*a	{color: #ff00ff; background-color:#ffff00;}*/

/* コンテナ */
div#container	{ width:760px;	margin-left:auto;	margin-right:auto; }
/* ヘッダー */
div#header	{
  background-color:#017acd;
  position:fixed;width:720px;
	 background-image: url(../img/sky.jpg);
  margin-top:-10px;
 	padding: 13px 20px 10px;
}
div#header h1	{ margin: 0; }
/* パンくずリスト */
p#bread	{
  font-size:0.75em;
  position:fixed;
  color: #400040; background-color:#ffff88;
 	margin-top: 76px;	margin-bottom:30px;
}

/* コンテンツ */
div#content	{
  width: 604px;
 	float: right;
  margin-top:100px; margin-left:auto;	margin-right:auto; margin-bottom:25px;
}
div#content h2	{
  background-color: #014471;
	 background-image: url(../img/bar-blue.png);
 	background-repeat: no-repeat;
	 font-size: 0.975em;
/*	 font-size: 0.925em;*/
	 color: #ffffff;
	 line-height: 30px;
	 padding-left:6px;	margin-top:0;	margin-bottom:0;
}
div#content h3	{
  background-color: #e0e0e0;
	 background-image: url(../img/bar-green.png);
	 background-repeat: no-repeat;
	 font-size: 0.975em;
 	line-height: 28px;
	 padding-left:30px;	margin-top:30px;	margin-bottom:0;
}
div#content p	{
	 font-size: 0.975em;
 	line-height:1.6;
 	margin-top:5px; margin-left:30px;
}
div#content p	span { background-color:#eeee88; }

/* サイドバー */
div#sidebar	{
  width: 126px;
  position:fixed;
	 float: left;
  margin-top:100px;	margin-bottom:25px;
}
ul.sidemenu	{
  font-size:0.80em;
	 line-height:0;
	 margin-top:0;	margin-left:0;	padding-left:0;
}

/*ul.sidemenu li	{list-style-type: none}*/
ul.sidemenu li	{
  display:block;
	line-height: 30px;
	 text-decoration: none;
	color: #ffffff;
	background-color: #a0a700;
	 border-bottom: solid 1px #ffffff;
	padding-left:0px;
}
ul.sidemenu li a	{
  display: block;
	 line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	 border-bottom: solid 1px #ffffff;
	//padding-left:10px;
	padding-left:5px;
}
ul.sidemenu li a:hover	{ background-color:#017acd; }
p.feed	{ margin-bottom:10px; }
p.feed a:hover { background-color:#88bbbb; }
p.feed a {
  font-size: 0.75em;
  color: #223333;
  background-color:#ffffaa;
  text-decoration: none;
  line-height: 30px;
  border: solid 1px #888888;
  padding:5px;
}
p.feed img { border:none; vertical-align:middle; }

/* フッター */
div#footer	{
  background-image: url(../img/line-blue.png);/* 削除したからないよ */
	 background-repeat: repeat-x;
	 width:760px;	margin-top:0;	padding-top:8px;
	 clear: both;
}
address	{ font-size:0.75em;	font-style:normal;	text-align:center; }
