body	/* 全てのページの外枠 */{	background-color: #FFFBF0;	color=#330000;	line-height: 140%;	margin: 50px 2% 50px 2%;	font-size: 100%;}h1		/* 一般のページの見出し */{	color: #FF0000;	font-style: italic;	font-size: 200%;	font-weight: bold;	text-decoration: underline;	text-align: center;}h2		/* 一般のページの副見出し */{	font-style: italic;	font-size: 150%;	font-weight: bold;	text-decoration: underline;}.editing{	text-align: right;	font-size: 80%;	line-height: 100%;}.develop{	font-size: 120%;	font-weight: bold;	font-style: italic;}div#menu{	float: left;	width: 200px;	border: none;	margin-right: 1em;}div#content{	float: left;	border: none;}div#sec-box{	margin: 0px 0px 20px 0px;	padding: 5px;	float: left;	border-style: solid;	border-width: 2px;	border-color: #660000;}div#sec-cap{	margin: 0px 0px 20px 0px;	padding: 5px;	background-color: #CCFFFF; 	border-style: solid;	border-width: 2px;	border-color: #660000;	font-size: 120%;	font-weight: bold;	text-align: center;}div#link-cap1{	margin: 0px 0px 20px 0px;	padding: 5px;	background-color: #00F5FF; 	border-style: solid;	border-width: 2px;	border-color: #660000;	font-size: 120%;	font-weight: bold;}div#link-cap2{	margin: 0px 0px 20px 10px;	padding: 5px;	background-color: #CCFFFF; 	border-style: solid;	border-width: 2px;	border-color: #660000;	font-size: 120%;	font-weight: bold;}div#g-name		/* 商品名*/{	font-size: 90%;	font-weight: bold;	text-align: center;	line-height: 120%;}div#g-cap		/* 商品説明*/{	font-size: 70%;	text-align: center;	line-height: 120%;}.clear{	clear: left;}p.date			/* 右寄せ*/{	text-align: right;	font-size: 80%;}DT{	margin-top: 1em;	font-weight: bold;}