﻿/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	font-size: 0.9em;
	line-height:1.5;
	padding: 0;
	margin: 0;
	color: #666666;
}

img
{
	border: 0;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 835px;
	height: 60px;
	background:  #fff url(/skins/img/menu_mainbg.jpg) bottom right no-repeat; 
	margin: auto;
	padding-top:15px;
}
#logo{
float:left;
width:235px;
		margin: 0px;
		padding:0px
		line-height:1;
}
#logo h1, #logo h1 a{
		margin: 0px;
		padding:0px;
		line-height:1;
}

#top_menu{
float:right;
	width: 565px;
	height: 30px;
		margin: 0px;
		padding:0px;
	background-color:  #fff;
	text-align:right;
}

/*-------------------------------------------------
  Global Menu
-------------------------------------------------*/
#menu{
float:right;
	width: 547px;
	height: 30px;
		margin: 0px;
		padding:0px;
	background:  #fff url(/skins/img/menu_mainbg.jpg) 2 right no-repeat; 
}


#menu em{
	width: 547px;
	list-style:none;
	text-indent: -9999px;
	margin: 0px;
	padding:0px;
}
#menu a{
	text-decoration: none;
	display:block;
	width:78px;
	height:28px;
	background: url(/skins/img/menu_main.jpg)  bottom right no-repeat;
	margin: 0px;
	padding:0px;
	float:left;
}

#menu01 a{background-position: -0px 0px;}
#menu02 a{background-position: -78px 0px;}
#menu03 a{background-position: -156px 0px;}
#menu04 a{background-position: -234px 0px;}
#menu05 a{background-position: -312px 0px;}
#menu06 a{background-position: -390px 0px;}
#menu07 a{background-position: -468px 0px;}

#menu01 a:hover{background-position: -0px -31px;}
#menu02 a:hover{background-position: -78px -31px;}
#menu03 a:hover{background-position: -156px -31px;}
#menu04 a:hover{background-position: -234px -31px;}
#menu05 a:hover{background-position: -312px -31px;}
#menu06 a:hover{background-position: -390px -31px;}
#menu07 a:hover{background-position: -468px -31px;}



/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 835px;
	margin: auto;
}
#wrapper
{
	width: 835px;
	background: white url(/skins/img/body_bg.gif) repeat-y;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#topimg
{
	width: 560px;
}

#container
{
	width: 560px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#container a
{
	color:#047;
}

.content
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#container h2{
	background: #eeeeee;
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 2px 5px;
	color:#660000;
	border-top: 1px solid  #dddddd;
	border-left: 5px solid  #dddddd;
}

#container h2.pickuptitle{
	display:block;
	padding:0px 0px 0px 76px;
	background: #eeeeee url(img_top/pickup1.gif) 0px 1px no-repeat;
	border-left: 1px solid  #dddddd;
}
#container h3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:1;
}


.contentbody{
	margin-bottom:20px;
	font-size:0.9em;
}

.infoli, .infoli-side {
	margin: 0px 0px 16px 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.8;
	font-size:0.9em;
}
.infoli-side {
	margin: 0;
}
.infoli li, .infoli-side li {
	border-bottom: solid 1px #eeeeee;
}
.infoli a {
	color: #336666;
	text-decoration: none;
}

.infoli a:hover, .infoli-side a:hover{
	color: #0000ff;
	text-decoration: underline;
}

/*-------------------------------------------------
   Pankuzu
-------------------------------------------------*/
.pankuzu{
	clear: both;
	padding: 2px;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #eee;
	font-size: x-small;	
	margin:2px 0 26px 0;
}


/*-------------------------------------------------
   Sidebar
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 258px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background:  url(img/sidemenu_mbg.gif) repeat-y;
}

.topsidebar
{
	color: #21262A;
	margin: 0 0px 0px 0;
	font-size:10px;
	line-height:1.1:
	position: rerative;
}

.topsidebar h2{
	background: #eeeeee url(img_top/dot_sq.gif) no-repeat;
	font-size:12px;
	font-weight: bold;
	margin: 16px 0px 2px 0px;
	padding: 2px 0px 2px 12px;
	color:#660000;
	border-style: solid none none none;
	border-width: 1px 0px 1px 0px;
	border-color: #dddddd ;
}
.topsidebar h2 a{
	color: #660000;
}

*html .topsidebar {
position:relative; 
top:-23px;
}

.topsidebar form{
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#sidebarcontainer_top{
	float: right;
	width: 258px;
	height:4px;
	padding: 2px 0px 0px 0px;
	background:  url(img/sidemenu_topbg.gif) left top no-repeat;
}
#sidebarcontainer_bottom{
	width: 258px;
	height:8px;
	padding: 0px 0px 0px 0px;
	background:  url(img/sidemenu_bottombg.gif) left bottom no-repeat;
}



/* Menu lists */

.sidebardl
{
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.sidebardl dt
{
	background: #EDCCD1 url(ksctop/images/sidetitlebg.gif);
	color: #3A3523;
	font-size: 120%;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
	margin:0px 0px 0px 0px;
}
.sidebardl dd
{
	line-height:0.7;
	font-size: 90%;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.sidebardl dd:hover
{
	text-decoration:underline;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(ksctop/images/arrow.gif) left center no-repeat;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	clear:both;
	width: 835px;
	background:#eeeeee;
	border:1px solid #cccccc;
}
#footernavi,#copyrights{
	font-size:10px;
	line-height:16px;
	text-align:center;
}

/*-------------------------------------------------
  Form
-------------------------------------------------*/
.top_menu{
	margin:auto;
	padding:0px;
	line-height:1;
}
.formfield{
	margin:auto;
	padding:0px;
	line-height:1;
	width:150px;
	border:1px solid #cccccc;
}
.formbutton{
	margin:auto;
	padding:0px;
	line-height:1;
	border:1px solid #cccccc;
	background:  #fff url(/skins/img/menu_mainbg.jpg)  0 right no-repeat; 
}
input.formbutton{
	margin:auto;
	padding:0px;
	line-height:1;
	height:18px;
}
.searchform{
	margin:0px;
	padding:0px;
	line-height:1;
	background:  #fff url(/img_top/bg_searche.gif) 300px 0 no-repeat;
}
.top_menu_navi{
	margin:0px;
padding:0px;
line-height:1;
float:left;
padding-left:250px;
height:20px;
}

/*-------------------------------------------------
  ArchiveIndex
-------------------------------------------------*/
.archiveindex a { 
    text-decoration: none;
}
.archiveindex table { 
    width: 100%;
    margin: 1em 0 2em;
    padding: 0;
    border-collapse: collapse;
}
.archiveindex th {
    background-color: white;
    margin: 0;
    padding: 2px 5px;
    
    text-align: left;
    font-size: larger;
}
.archiveindex tr {
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}
.archiveindex tr.stripe { 
    background-color: transparent;
}
.archiveindex tr.more { 
    background: none;
    font-size: small;
}
.archiveindex td { 
    margin: 0;
    padding: 7px 5px 6px 5px;
    border-top: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}
.archiveindex td.detail {
    white-space: nowrap;
    text-align: right;
}
.archiveindex td span.title {
}
.archiveindex td span.title-up {
    color: red;
}
.archiveindex td span.catdesc {
    font-size: small;
    color: gray;
}
.archiveindex td span.nomore { 
    color: #ccc;
}




.toarchive {
	float:right;
	padding:1px 5px 0px 0px;
}


.go2top a:link, .go2top a:visited{
	text-indent:-9999px;
	line-height:1;
	display:block;
	width:110px;
	height:16px;
	float:right;
	background:url(/img/go2top.gif) no-repeat;
	margin-bottom:30px;
	padding-right:50px;
}

.go2top a:hover{
	background-position:0px -16px;
	text-decoration: none;
}
