/*
 CSS Document
  */


/*
リンクの強調表示用
  */

a:link.strong, a:visited.strong {
	color:#003333;
}


/*
右側メニューへの文章挿入
左右マージンは０、bottomは他のimgのmarginと合わせて10pxとしました。
  */

div#side p {
	font-size:smaller;
	margin:5px 0px 10px 0px;
	padding:0px;
}



