* {
	margin:0px;
	padding:0px;
}

body {
	margin: 0px;
	font-size: 13px;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;


@  font-variant: normal;
	text-decoration: none;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
	text-align: center;
}


div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
	display: block;
	text-align: left;
}




hr {
  display: none;
}

a img {
  border: none;
  text-decoration: none;
}


/* -------- strong */
strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

/* -------- em */
em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}


/* ---------------- list element */
ul, ol {
  display: block;
}

ul {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 35px;
}

li {
	display: list-item;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	color: #666666;
}

ul ul, 
ol ol, 
ul ol, 
ol ul {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

ul ul li, 
ul ol li, 
ol ol li, 
ol ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


p {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}
h1 {
	font-size: 11px;
	line-height: 25px;

	text-indent: 10px;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h2  {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}

h2 a {
	text-decoration: none;
}

h3 {
	background-image: url(../img/entrytitle.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h4 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	line-height: 24px;
	text-indent: 6px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h5 {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-indent: 22px;
	font-size: 12px;
	line-height: 22px;
}
h6 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 12px;
}





#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}



#container {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/cntback.png);
}
#main {
	width: 750px;
}
#footer {
	height: 40px;
	width: 750px;
	text-align: center;
	color: #333333;
	line-height: 40px;
	clear: both;
	background-image: url(../img/footer.png);
}
#menu {
	display: block;
}
#menu ul {
	display: block;
}


#menu ul:after{
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#entrylist  {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#entrylist dl {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#entrylist dd {
	margin-bottom: 8px;
}

#entrylist a {
	margin-right: 5px;
	font-size:12px;
}

#entrylist dt a {
	margin-right: 0;
	font-size:13px;
	lign-height: 140%;
	font-weight: bold;
}

.FloatEnd{
	clear:both;
}




h1, #header, #footer   {
	margin-right: auto;
	margin-left: auto;
}


#header h2 {
	width: 385px;
	position: relative;
	left: 350px;
	top: 50px;
}

#header #headertext {
	width: 385px;
	margin-right: 20px;
	position: relative;
	left: 350px;
	top: 50px;
	font-size: 12px;
}


#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.txt-border {
	border: 1px solid #DDDDDD;
	padding: 15px;
}

.txt-border p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 200%;
	margin-bottom: 4px;
}


.txt-grayback {
	padding: 10px;
	margin-right: 60px;
	margin-left: 60px;
	border: 1px solid #DDDDDD;
	background-color: #F0F0F0;
}
.txt-colorback {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding: 15px;
}

body {
	color: #333333;
	background-color:#FFE3AA;
}

a, a:visited {
	color: #0099FF;
}
a:hover {
	color: #FF0000;
}
h2,h2  a,h2  a:hover,h2 a:visited,h3,h4,h5,h6{
	color: #333333;
}

h1 {
	color: #999999;
}
h2 a, h2 a:hover {
	text-decoration: none;
}


h4 {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

h5 {
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}




#footer, #footer a {
	color: #666666;
	text-decoration: none;
}
#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a, #menu5 li a, #menu6 li a, #menu7 li a, #menu8 li a, #menu9 li a, #menu10 li a,#newEntry li a {
	color: #333333;
}
#menu li a:hover,#rmenu li a:hover {
	background-color: #FFF5DF;
}
#menu   h4,#rmenu  h4 {
	color: #FF9900;

	
}
.txt-colorback {
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #FFFBF4;
}

#header, #footer, #siteNavi {
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
}

h1 {
	width: 760px;
	text-indent: 20px;
	background-image: url(../img/top.png);
	padding-top: 10px;
}



h3{
	margin-right: 55px;
	margin-left: 55px;
	margin-top: 20px;
	margin-bottom: 0px;
	width: auto;
	line-height: 28px;
	font-size: 14px;
	text-indent: 40px;
}
#container {
	width: 760px;
}



#header {
	height: 155px;
}

#main{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#menu{
	width:auto;
	margin-right: 65px;
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu h4 {
	padding: 0px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#space1, #space2 {
	text-align: center;
	margin:15px 0 15px 0;
}

#space3, #space4,#space5,#space6{
	text-align:center;
	margin:0 0 20px 0;
}

#space1, #space2 {
	text-align: center;
	margin:15px 0 15px 0;
}

#space3, #space4,#space5,#space6{
	text-align:center;
	margin:0 0 20px 0;
}
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10,#newEntry{
	width: 620px;
	display: block;
	margin-right: 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}

#menu1 li, #menu2 li,#menu3 li,#menu4 li,#menu5 li,#menu6 li,#menu7 li,#menu8 li,#menu9 li,#menu10 li{
	width: 290px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	list-style-type: disc;

}



#text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10,#entrylist {
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-bottom: 30px;
	margin-right: 65px;
	margin-left: 65px;
}
#siteNavi {
	text-indent:20px;
	line-height: 34px;
}

.tbl_det,.tbl_Pr,.tbl_Ra,.tbl_It {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
}


.tbl_det,.tbl_Pr,.tbl_Ra{
	background-color: #FFAA22;
	border: 1px solid #999999;
}


.tbl_det th,.tbl_Pr th,.tbl_Ra th{
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	background-image: url(../img/thBack.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
}

.tbl_det th,.tbl_Pr th,.tbl_Ra th,.tbl_det td,.tbl_Pr td,.tbl_Ra td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5F5F5;
}


.tbl_Pr td,.tbl_Sp td,.tbl_Ra  td,.tbl_It td {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.tbl_Ra .rnkitem {
	width:140px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.tbl_det th {
	width: 30%;
}

.tbl_Ra th{
	width:50px;
}

.tbl_Pr td{
	padding:6px;
}

.tbl_Ra td{
	padding:10px;
	vertical-align:top;
}






















.alt td{
	background-color:#F5F5F5;
}





.tbl_det td {
	background-color:#FFFFFF;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
	line-height: 130%;
}



.tbl_It {
	background-color: #FFFFFF;
}





.tbl_Pr a img,.tbl_Sp a img,.tbl_Ra a img,.tbl_It a img {
	border: 0;
}




.tbl_Ra h4{
	width:100%;
	margin:0 0 5px 0;
	border:0;
}

.tbl_Pr th,.tbl_Sp th, .tbl_Ra th {
	text-align:center;
	color: #FFFFFF;
	text-align: center;
}






.tbl_Pr .price {
	font-size: 15px;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}


.tbl_Pr .rnk {
	background-color: #EBEBEB;
	font-weight: bold;
}



.tbl_Ra .rnkitem img {
	vertical-align: top;
}


.tbl_It td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

.tbl_It .rnkdesc {
	padding-bottom: 15px;
	vertical-align: top;
}



