@charset "UTF-8";html{    height:100%;}body {	background: #EEEBD4;	margin-top: 0px;	margin-bottom:10px;	background-image: url(../images/back.png);	background-repeat: repeat;	background-position: center top;	font-size:12px;	color: #000000;	font-family:Verdana, Arial, Helvetica, sans-serif;}	#contents_parent{ text-align:center;}#title { width:750px; display:none;}#container { height:100%; min-height:100%; width:750px; margin-top:0px; margin-bottom:0px; margin-left:auto; margin-right:auto; text-align:left; background: #ffffff;}#menu { width:180px; float:left; margin-top:0px; margin-left:0px; /*バグ回避のため0pxで固定*/ margin-right:30px; font-size:1.05em; line-height: 2em; text-align:left; background: #ffffff; display:none;}#menu-list { padding-top:30px; padding-left:30px; padding-right:30px; font-size:1.1em; line-height: 2; text-align:left; background: #ffffff;}#content {	width:450px;	float:left;	margin-top:0px;	margin-left:0px; /*floatバグ回避のため0pxで固定*/	margin-right:0px;	margin-bottom:0px;	padding-top:20px;	padding-bottom:20px;	padding-left:20px;	padding-right:30px;	line-height: 1.5;	text-indent: 1em;	text-align:left;	font-size:12px;	background: #ffffff;	background-image: url(../images/dict.png);	background-repeat:no-repeat;	background-position:right bottom;}#footer { font-size:0.9em; color:#330000; width:100%; text-align: center;  padding-top:10px; padding-bottom:7px; clear:left; display:none;}body > #container{    height:auto;}#print { margin-top:10px; font-size:0.85em; text-indent:0em; text-align:right; display:none; }
