body {
    background: #ffffff url(bk.jp);
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
	background-repeat:repeat-x;
}

#header .title {
    font-size: 40px;
    color: #fff;
    padding:0;
    margin:0;
    padding-left: 30px;
    font-weight: bold;
}

#header .desc {
    padding-left: 70px;
    font-style: italic;
}

#main_1 { min-width:150px; width: 99%; padding:10px;}
#bar1_1 { width:150px; min-width:150px; display:block; padding:2px; padding-left: 5px; display: block;}
#bar2_1 { width:150px; min-width:150px; display:block; padding:2px; padding-right: 5px; display: block;}

#main_2 { min-width:150px;  width: 99%; padding:10px; padding-right: 5px;}
#bar1_2 { width:150px; min-width:150px; display:block; padding:2px; padding-left: 5px;}
#bar2_2 { width:0px; }

#main_3 { min-width:150px;  width: 99%; padding:10px; padding-left: 5px;}
#bar1_3 { width:0px; }
#bar2_3 { width:150px; min-width:150px; display:block; padding:2px; padding-right: 5px;}

#main_4 { min-width:150px;  width: 99%; padding:10px; padding-left: 12px;}
#bar1_4 { width:0px; }
#bar2_4 { width:0px; }

#footer {
    padding: 0px;
    padding-top: 20px;
    height: 34px;
    min-height: 34px;
    max-height: 34px;
    text-align: center;
}

h1, h2 {
    color: #8F3D89;
}

.lr{
	background-color:#8F3D89;
	padding-top:3px;
	color:#FFFFFFF; 
	height:17px;
	width:152px;
	margin-top:10px;
	text-align:center;
	border: 2px solid #000;
}

a.menu {
    color: #8F3D89;
    background: #88AEFC;
    text-decoration: none;
    padding:2px;
	border: 1px solid #000;
}

a.menu:hover {
    color: #fff;
    background: #006599;
    text-decoration: none;
	border: 1px solid #000;
}
.topmenu{
	background-color:#AF57AD;
	padding-left: 5px;
	padding-top:3px;
	color:#FFFFFFF; 
	height:17px;
	width:147px;
	margin-bottom:5px;
	border: 2px dotted #000;
}


a {
    color: #000;
    padding:2px;
    text-decoration: none;
}

a:hover {
    color: #AAA;
    text-decoration: none;
}


h3 {
    color: #000;
    border-bottom: 1px solid #d3d7cf;
}

h3 a {
    color: #8F3D89;
    text-decoration: none;
}


.bantext{
        padding-top:0px;
        color:#EE6600;
        text-align:justify;
        border: 2px solid #000;
        padding: 5px;
}


/* Menus */
.menu {
    padding: 0;
    margin: 2px;
    margin-top: 0;
}

.menu li {
    list-style: none;
    margin: 0;
}

.menu a {
    width: 99.99%;
    /* extend the sensible area to the maximum with IE5 */
    display: block;
}
/* End Menus */

.blog-navigation {
    font-size: 90%;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d7cf;
}


.blog-title {
    color: #000;
    font-size: 130%;
    font-weight: bold;
}

.blog-title a {
    text-decoration: none;
    color: #0000CC;
    border-bottom: 1px dashed #fff;
}

.blog-title a:hover {
    color: #0000CC;
    border-bottom: 1px dashed #d04c01;
    background-color: #fff;
}

.blog-body {
    text-align: justify;
}

.blog-addinfo {
    text-align: right;
    font-size: 10px;
    color: #babdb6;
}

.blog-tb {
    border: 1px solid #d3d7cf;
    background: #fff;
    padding: 10px;
    font-size: x-small;
}

.chatbox {
}

.chatbox-entry {
    padding-bottom: 5px;
}


/* Highlight */

.terminal
{
        margin: 15px;
        padding:15px;
        font-size: small;
        font-family: "Courier New", Courier;
        background: #000;
        border: solid 1px #d3d7cf;
        line-height:110%;
        color:white;
        width: 90%;
}

.code, .xml , .script
{
    margin: 15px;
    padding:15px;
    font-size: small;
    font-family: "Courier New", Courier;
    background: #fff;
    border: solid 1px #d3d7cf;
    line-height:110%;
    color: #000dbd;
    width: 90%;
}

.keyword {
    color: #00a20b;
}

.comment {
    color:red;
}

.literal {
    color: purple;
}


.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #d3d7cf;
    width: 100%;
    text-align: center;
}

.calendar #cal-header {
    color: #fff;
    background: #d04c01;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.calendar #cal-header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.calendar #cal-header #arrow-left {
    margin-left: 2px;
    float: left;
}

.calendar #cal-header #arrow-right {
    margin-right: 2px;
    float: right;
}

.calendar .weekday {
    color: #babdb6;
    background: #eee;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
}

.calendar .noday {
    color: #aaa;
    font-size: 8px;
    padding: 2px;
    text-align: center;
}

.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
}

.calendar .day {
    color: #555753;
    font-size: 8px;
    padding: 2px;
}

.calendar .day a {
    color: #d04c01;
    text-decoration: underline;
}

.calendar .today {
    background-color: #d04c01;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    padding: 2px;
}

.calendar .today a {
    color: #fff;
    text-decoration: underline;
}

.calendar .selectedday {
    background-color: #eec;
    color: #663;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
}

.calendar .selectedday a {
    color: #663;
    text-decoration: underline;
}

.borderimage {
    border: 1px solid #d3d7cf;
    padding: 3px;
    background: #fff;
}

.image {
    border: 2px solid #000;
    padding: 2px;
    background: #FDDC52;
}

.myv {
    border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;

    padding:5px;
	margin-top: 0px;
    background: #FDDC52;

}

.myv_title {

    padding-top:5px;
	margin-bottom: -5px;
	text-align:center;
	width:148px;
	background-image:url(alfiler.gif);
	background-repeat:no-repeat;
	height:25px;

}

.alfiler {
    padding:0;
	margin:0;
	text-align:right;
}

.filebrowser-location {
    border-bottom: 1px solid #d3d7cf;
    text-align: right;
    margin-bottom: 10px;
}

.filebrowser-item {
        float: left;
        width: 150px;
        text-align: center;
        font-size: x-small;
        padding-top: 0.5em;
        height: 90px;
}

.filebrowser-date {
        color: #888a85;
}

.filebrowser-size {
        color: #babdb6;
}

#rss_time {
    border: 1px solid #5255a5;
    background: #d04c01;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.tableform td {
    display: table-cell;
    vertical-align: top;

}

/* pager styling */
div.pager{
    font-size: .8em;
    text-align: right;
}
/* separator for pager links, you can use an image too */
.pager a:after {
    content: " | ";
    //background-image: url("yourimage");
}
/* no separator after last link */
.pager a.last:after {
    content: "";
}


/* Debug */
#debug-table {
    background-color: white;
    color: black;
    font-size: x-small;
}

#debug-table pre {
    font-size: small;
}

pre.var_dump {
    line-height:1.8em;
}

pre.var_dump span.type {
    color:#006600;
    background:transparent;
}

pre.var_dump span.value {
    padding:2px; color:#339900;
    background:#F0F0F0;
    border: 1px dashed #CCCCCC;
}
/* End Debug */

/** Simple Site **/
.simplesitemenu {
}

.menu_level a {
		height: 20px;
		min-height: 20px;
}

.menu_level_1 {
	font-weight: bold;
}

.menu_level_1 a {
	text-decoration: none;
}

.menu_level_1 a {
}

.menu_option_active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.menu_level_2 {
	padding-left: 20px;
}

.menu_level_2 a {
}

.menu_level_3 {
	padding-left: 40px;
}

.menu_level_3 a {
}

.menu_level_4 {
	padding-left: 60px;
}

.menu_level_4 a {
}
/** SimpleSite **/

