/*
  KFunabashi Theme Built by Euan McKay
*/

/*__________Clean slate__________*/
body, h1, h2, h3, li, p, ul, form { font-size: 1em; margin: 0; padding: 0; }


/*__________Basics__________*/
a, a:link, a:visited, a:hover, a:active { color: #ada364; }
a:hover { text-decoration: none; }

body {
	background: url(parts/kaz_H.png) repeat;
	color: #000000;
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
  width:910px;
  margin:0 auto;
  padding:0 13px;
  position:relative;
  text-align:left;
}

#container { background: url(bgMain.gif) repeat; padding-bottom:20px; }
#container2 {  }

p { line-height: 1.5em; margin-bottom: 1em; }

#supportingText h1 { font-size: 30px; margin-bottom: 1em; text-align:center; margin-top:1em; }
#supportingText h2 { font-size: 18px; margin-bottom: 1em; }
#supportingText h3 { font-size: 16px; margin-bottom: 1em; }
#supportingText h4 { font-size: 14px; margin-bottom: 1em; border-top: 1px solid #000; }
#supportingText h5 { font-size: 14px; margin-bottom: 1em; }

#supportingText img {  }

#supportingText p { text-indent:1em; }
#supportingText ul {margin-bottom:1em;}

/*__________Header__________*/
#pageHeader {
	background: #fff url(parts/kaz_A.png) no-repeat;
	height:212px;
  width:910px;
  margin-top:10px;
}

#pageHeader h1 { display:none; }
#pageHeader h2 { display:none; }


/*__________Supporting text__________*/
#supportingText {
  margin:0 0 2px 230px;
  display:block;
  padding:0;
  width: 680px;
}


.story {
    margin:10px 0px 0px 0px;
    padding:1px 0px 0px 0px;
    background:url(parts/kaz_B.png) no-repeat;
}
.storybody {
    margin:9px 0px 0px 0px;
    padding:1px 10px 10px 10px;
    background:url(parts/kaz_C.png) repeat-y;
    min-height: 600px;
}
.storyfooter {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    background:url(parts/kaz_D.png) no-repeat;
}

.storybody ul {
  padding: 0 10px 0 20px;
}


/*__________Side__________*/
#linkList {
	color: #000;
	font-family: Arial, Tahoma, Geneva, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	left: 20;
	overflow: hidden;
	position: absolute;
	top: 222px;
	width: 220px;
}


.lblock h2 {
    margin:0px 0px 0px 0px;
    padding:13px 0px 17px 10px;
    background:url(parts/kaz_E.png) no-repeat;
    color:#fff;
}
#supportingText .lblock h2 { font-size: 1em; margin-bottom: 0; }
.sysmessage {margin-bottom:0;}
.lblockbody {
    margin:0px 0px 0px 0px;
    padding:10px 10px 0px 10px;
    background:url(parts/kaz_F.png) repeat-y;
}
.lblockfooter {
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
    background:url(parts/kaz_G.png) no-repeat;
}

#linkList a, #linkList h3 { font-family: Georgia, "Times New Roman", Times, serif; }
#linkList a { color: #000; font-size: 1.1em; font-weight: bold; text-decoration: none; }
#linkList a:hover { text-decoration: underline; }

#linkList ul {
  list-style: url(parts/kaz_I.png) disc;
  padding: 0 10px 0 10px;
}
#linkList ul>li>ul {
  list-style: none;
  padding: 5px 10px 0 0px;
}
.lblock li {
  background: url(bullet.gif) no-repeat 0.5em 0;
  padding-left: 0px;
  margin-left: 10px;
  padding-bottom: 0.2em;
}

#loginform {
  line-height: 1.5em;
}
/*__________Footer__________*/
#footer { font-size: 0.85em; text-align: right; }

.block-helpicon {
    display:block;
    float:right;
}

ul.loginform {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.loginform li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    display:inline;
}

.story table {
    border-collapse:collapse;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    border-right:0px solid #000;
}
.story th {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.story th, .story td {
    border-right:1px solid #000;
}
.story th:last-child, .story td:last-child {
    border-right:0px solid #000;
}
.story table, .story tr {
    border-right:0px solid #000;
}
.story h1 {
}
.story h2 {
}

span.menu_item_selected {text-decoration:underline;}

.image-left {
    float:left;
    padding-right:10px;
}
.image-right {
    float:right;
    padding-left:10px;
}
.image-center {
    margin-left:-1em;
}
