﻿@charset "UTF-8";
/*
 * 雛人形トップページ用スタイルシート
 */
 


div.topics{
	background-color:#FFFDE0;
/*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#996666;*/
	
	width:650px;
	margin-top:10px; 

	padding:5px 15px;

}


div.topics h2{
	color:#BF1B00;
	font-size:12pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-position: inside;
	list-style-type: square;
	display: list-item;
}