/* Base Weblog (base-weblog.css) */
.textarea{
    width:100%;
    height:10em;
}

.text-center { text-align:center; }


.link {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    margin: 10px 10px 10px 20px;
    padding: 0 0 0 30px;
	background-image: url(images/go.gif);
	background-repeat: no-repeat;
}


/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
    font-size: 1em;
    min-width: 760px;
    color: #333;
    background: #9BB6EB;
    background-image:  url(images/banner-b1.gif);
    background-repeat: repeat-x;
}


.body2 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    min-width: 760px;
    color: #333;
    background-image: no;
}

body { text-align: center; } /* center on ie */

a img { border: 0; }

form {
    margin: 0;
    padding: 0;
}

#container {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #666666;
    background-color: #fff;
    width: 760px;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #666;
    text-align: left;
    background-image:  url(images/beta-back.gif);
    background-repeat: repeat-y;
/*    overflow:auto; */
}

#container2 {
    font-size: 0.8em;
    line-height: 1.4em;
    color: #666666;
    background-color: #fff;
    width: 760px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#container-inner {
    position: static;
    width: auto;
}

.ls1{
    font-size:10px;
    line-height: 20px;
    color:#eee;
    text-align:center;
    margin:0;
    padding:0;
    font-weight:normal;
/*    height: 20px; */
}

.ls1 a{
    color:#eee;
    text-decoration:none;
}


#banner {
    width: auto; /* necessary for ie win */
    height: 71px;
    background: #eef; 
    position: relative;
}

#banner-inner {
   position: static;
   padding: 0px;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

.top-img {
   margin: 0;
   padding: 0;
}

#alpha {
   display: inline; /* ie win bugfix */
   float: right;
   position: relative;
   min-height: 1px;
   margin: 15px 5px 0 5px;
   width: 540px; 
}

#beta
{
   margin: 0;
   padding: 0;
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   width: 200px;
   font-size: 12px;
   line-height: 14px;
}

#alpha-inner, #beta-inner { position: static;}

#beta-inner { padding: 10px 0 0 0;}

.date-header {
   position: static;
   clear: both;
   margin-top: 0;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.cat-title,
.entry-title,
.archive-title{
    color: #000066;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    margin: 0px 0 10px 0;
    padding: 0 0 0 20px;
    letter-spacing: 4px;
    background-color: #fff;
    font-weight: bold;
    background-image:  url(images/title-01.gif);
    background-repeat: no-repeat;
}

.top {
    margin: 0 0 10px 0;
    padding: 0;
   position: static;
}

.top-cont {
    font-size: 16px;
    color: #009 ;
}

p {
    margin: 0 0 10px 0;
    padding: 0;
/*    line-height: 1; */
}

img.right{
	float:right;
	margin: 10px;
	padding:10px;
	display: inline;
}

img.left{
	float:left;
	margin: 10px;
	padding:10px;
	display: inline;
}

img.left2{
	float:left;
	margin: 0;
	padding:0 10px 0 10px;
	display: inline;
}


.menu {
	width: 187px;
	margin: 0 0 10px 0;
	padding:0 0 0 1px;
}

.menu-header {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    display: block;
}

.menu-entry{
	margin: 0 0 10px 0;
	padding: 0;
}

.menu-item{
	color: #006;
	margin: 0 0 10px 0;
	padding: 0;
}


.menu-form{
    margin: 0 0 0 10px;
    padding: 0;
    color: #fff ;
}

.module-list {
   margin: 0;
   padding: 0;
   list-style: none;
}


.module-list-item {
   margin: 0;
    background-image: url(images/menu-b.jpg);
    background-repeat: no-repeat;
   list-style: none;
   text-indent: 20px;
   color: #fff;
   line-height: 31px;
   display: block;
   letter-spacing: 0.4em;
}

.module-list-item a {
    text-decoration:none;
   color: #fff;
   display: block;
}


.module-list-item a:hover{
    background-image: url(images/menu-b-ov.jpg);
    background-repeat: no-repeat;
   list-style: none;
}

.module-list-item .module-list-item
{
   margin-top: 0px;
   margin-bottom: 0px;
    background-image: url(images/menu-sub.jpg);
    background-repeat: no-repeat;
   list-style: none;
   text-indent: 35px;
   height: 31px;
   display: block;
}

.module-list-item .module-list-item a
{
    color: #fff;
    text-decoration:none;
    height: 31px;
    display: block;
}

.module-list-item .module-list-item a:hover{
    background-image: url(images/menu-sub-ov.jpg);
    background-repeat: no-repeat;
   list-style: none;
}


.module-content {
	width: 187px;
	margin: 0 0 10px 0;
}


.footer {
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: center ;
    color: #fff ;
    background: #193B7F;
}

.indent-1 {
    margin: 0;
    padding: 0 0 0 20px ;
}

.font-18 {
    font-size: 18px;
    color: #339;
    font-weight: bold;
}

.font-18-red {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}

.font-24-red {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}

.waku {
    border: 1px solid #6666cc;
    margin: 10px 40px 10px 20px;
    padding: 10px 10px 10px 20px ;
    text-align: left;
}

.waku-dott {
    border-top: 1px dotted #6666cc;
    margin: 20px 40px 10px 20px;
    padding: 10px 10px 10px 20px ;
    text-align: left;
}



.tb-1{
    width: 500px;
    margin: 0px;
}

.tb-1 td{
    padding: 10px;
    background-color:#f2f6fa;
}

.tb-1 th{
    width: 80px;
    padding: 10px;
    font-weight: bold;
    background-color:#b5cdeb;
}

.tb-2{
    width: 500px;
    margin: 0px;
}

.tb-2 td{
    padding: 10px;
    background-color:#f2f6fa;
}

.tb-2 th{
    width: 140px;
    padding: 10px;
    font-weight: bold;
    background-color:#b5cdeb;
}

.text-1 {
    width: 200px;
}

.text-2 {
    width: 300px;
}

.back {
    font-size: 12px;
    font-weight: bold;
    margin: 10px;
    padding: 0 0 0 30px;
    text-align: left;
    color: #666;
    line-height: 24px;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
}



.tyui {
    background-image: url(images/p001lis.gif);
    background-repeat: no-repeat;
   text-indent: 10px;
    padding: 0 0 0 10px;
}

.necessary{ color:red; }

.mail-form {
    background-image: url(images/mail.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 60px;
    line-height: 40px;
}

.mail-form a{
    color: #33c;
    font-weight: bold;
    text-decoration:none;
}


.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

/* hac */

* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
