@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt; 
	width:600px; 
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}	

h1,h3 {
	margin:0% auto 0% auto;
	clear:both;
}

strong {
	color:000;
}

h4 {
	display:block;
	color:000;
	background-color:#F90;
	padding:5px;
	text-align:
}

#contents {
	display:inline;
	text-align:center;
}
#contents li {
	display:block;
	list-style-type:none;
}

li {
	margin-top:.5em;
}

.ui-accordion {
	padding: 0;
}

.ui-accordion .ui-accordion-header {
	font-weight:bold;
	color:#000;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D3D3D3;
    color: #555;
    font-weight: normal;
}