/* topics限定css */

/*　写真に関する内容　*/
img{
	margin:5px;		/*画像の余白を設定。*/
}

img a{
	border:0;		/*リンク時に枠をつけない*/
}

#contents p{
	line-height:140%;	/*文字の上下幅をつける*/
}

#contents .subtitle{				/*タイトルに使えるスタイルです。*/
	width:500px;
	margin:5px 1px;						/*ボックス外の余白*/
	padding:2px;						/*ボックス内の余白*/
	font:1em bold;
	border-left:4px solid #0000cc;
	border-bottom:1px solid #0000cc;
}

#contents{
	height:auto;
	min-height:400px;					/*コンテンツ内は最低400pxまで広がります*/
}
