/*:CSetting:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

html {
  height:100%;
  margin-bottom:1px;
}


/* general styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	line-height: 1.4em;
	background: #ffffff url(http://www.kk35.jp/img/bg2.gif) repeat fixed;
	font-size:14px;
}

#preloadedImages {
	   width: 0px;
	   height: 0px;
	   display: inline;
	   background-image: url(http://www.kk35.jp/img/bg2.gif);
}


/*:a:tag:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
a {
	text-decoration: none;
	color: #551E0D;
	background-color: transparent;
}


a:link {
	text-decoration: none;
	color: #551E0D;
	background-color: transparent;
}


a:link:hover {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}


a:link:active {
	text-decoration: none;
	color: #551E0D;
	background-color: transparent;
}


a:visited {
	text-decoration: none;
	color: #551E0D;
	background-color: transparent;
}


a:visited:hover {
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}


a:visited:active {
	text-decoration: none;
	color: #551E0D;
	background-color: transparent;
}

/* wrapper */
#wrapper {
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 color: #333333;
 font: 0.8em/150% 'arial', sans-serif;
}


/* Header */
#header {

width: 100%;
margin: 20px auto 10px auto;
padding: 0px;
 color: #666666;
}

#header .dan2{
 color: #666666;
 font: 1em 'arial black', sans-serif;
 text-align: right;
}

/* Navigation */
#navigation {
 float: left;
 width: 95%;
 margin: 0;
 padding: 0px 2% 0px 5%;
 background: url(http://www.kk35.jp/img/menu_bg.png) no-repeat;
}

#navigation ul {
 list-style:none;
 float: left;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0;
}

#navigation li a.tabs {
 float:left;
 padding-right: 5px;
 padding-left: 5px;
 background:  url(http://www.kk35.jp/img/menu_tabx.png) repeat-x;
 text-decoration:none;
}

#navigation li a.tabs span {
 float:left;
padding: 4px;
 background:  url(http://www.kk35.jp/img/menu_tabx.png) repeat-x;
 color: #FFFFFF;
 font-size: 1em;
}


#navigation li a.tabs:hover {
 background:  url(http://www.kk35.jp/img/menu_tab.png) repeat-x;
}

#navigation li a.tabs:hover span {
 background:  url(http://www.kk35.jp/img/menu_tab.png) repeat-x;
 color: #FFFFFF;
}

#navigation li a.tabs_z {
 float:left;
 padding-right: 5px;
 padding-left: 5px;
 background:  url(http://www.kk35.jp/img/menu_tab.png) repeat-x;
 text-decoration:none;
}

#navigation li a.tabs_z span {
 float:left;
padding: 4px;
 background:  url(http://www.kk35.jp/img/menu_tab.png) repeat-x;
 color: #FFFF00;
 font-size: 1em;
}

/* container */

#container {
width: 100%;
float: left;
background: url(http://www.kk35.jp/img/bg_body.png) repeat-y;
margin: 0px;
padding: 0px;
    padding-top: 2px;
    padding-bottom: 20px;
    overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

/* Main contents */
#contents {
 float: left;
 width: 550px;
 margin: 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 1em;
 text-align: left;
}

#contents h2 {
 margin: 15px 25px 10px;
 padding: 5px 20px;
 background:  url(http://www.kk35.jp/img/h2_background.png) repeat-x;
 color: #ffffff;
 font: bold 1.3em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #ffffff;
}

#contents .contents_body {
 margin: 15px 45px;
 padding: 0px;
}


#contents h3 {
 margin: 0px 0px 10px 30px;
 padding: 10px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
 float: right;
 width: 180px;
 margin: 10px;
}

#contents .conthum{
 float: left;
 margin: 4px;
 height:70px;
}

#contents .conthum_min{
 float: left;
 margin: 0px 5px 0px 50px;
 height:45px;
}

#contents .conthum_max{
 margin: 0px;
 width:200px;
}
/* Sidebar */
#firstSide { float: left;}

.sidebar {
 width: 186px;
 margin: 10px 5px 15px 3px;
 padding: 0px 0px 0px 25px;
 font-size: 1.0em;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 186px;
background: url(http://www.kk35.jp/img/bg_subMenu.gif) repeat-y ;
}

.sidebar p {
 padding: 0px 0px 0px 15px;
}

.sidebar li {
line-height: 1em;
margin:0px 8px;
padding: 0px;
}

.sidebar li a {
background: url(http://www.kk35.jp/img/line.gif) repeat-x ;
color: #999999;
font-size: 1.0em;
text-align: left;
text-decoration: none;
display:block;
padding:8px;
}

.sidebar li a:selected{
	display:block;
	color:#FFFFFF;
	background:#336633 url(http://www.kk35.jp/img/bg_subMenu_g.gif) repeat-x left top;
}

.sidebar li a:hover{
	display:block;
	color:#FFFFFF;
	background:#336633 url(http://www.kk35.jp/img/bg_subMenu_g.gif) repeat-x left top;
}

.endcap{
	height:14px;
	background:url(http://www.kk35.jp/img/bg_subMenu_footer.gif) no-repeat center top;
	}

/* Footer */
#footer {
background: url(http://www.kk35.jp/img/bg_footer.png) no-repeat;
 clear:both;
 width: 100%;
 height: 100px;
 margin: 0px;
 padding: 40px 0px 0px;
 font-size: 1em;
 text-align: center;
}

.norap{
white-space: nowrap; 
}

#p80 {
        color: #666666;
        width: 480px;
        margin-bottom: 10px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
}
#p80 th   {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #E1E2E6;
}
#p80 td  {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}

#pxx {
        color: #666666;
        width: 470px;
        margin-bottom: 10px;
        border: 1px solid #CCCCCC;
        border-collapse: separate;
        border-spacing: 1px;
}
#pxx th   {
        padding: 3px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #E1E2E6;
}
#pxx td  {
        padding: 3px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        background-color: #EFF2F3;
}

#pxy {
        color: #666666;
        width: 470px;
        margin-bottom: 10px;
        border: 0px;
}

#pxy td  {
        padding: 5px;
        background-color: #ffffff;
        text-align: center;
        vertical-align: top; 
}

#pxy td.ll  {
        padding: 5px;
        background-color: #ffffff;
        text-align: left;
        vertical-align: top; 
		font-size:130%;
}

caption{
font: bold 1.1em/150% ;
text-align:left; 
}

img {
border-style: none;
}

.stitle{
padding:4px 5px;border-color:#666666;border-width:0 0 1px 0;border-style:solid;
}

.right{
font: bold 0.8em/150% ;
float:right; 
}