﻿/* General CSS for RoboThought
*/

body
{
    font-family: /*        "Trebuchet MS",  */ Arial, Helvetica, 'Times New Roman' , sans-serif, 'メイリオ' , Meiryo, 'Lucida Grande' , Verdana, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , Osaka, 'ＭＳ Ｐゴシック' , sans-serif;
    letter-spacing: 1px;
    font-size: smaller;
    line-height: 150%; /*    word-spacing: 10px; */
}

p
{
    /*    text-indent: 1cm; */
}

p.logomessage
{
    margin-right: 0pt;
    text-indent: 0pt;
    margin-top: 0pt;
    margin-bottom: 10.0pt;
    line-height: 114%;
    text-align: left; /*    font-family: Arial; */
    font-size: 10.0pt;
    color: black;
    width: 296px;
    font-style: italic;
}

p.general
{
    /*    font-family: Arial; */
    font-size: smaller;
    font-weight: bold;
}

td.logotab
{
    width: 133px;
    text-align: center;
}

td.logotext
{
    height: 100px;
    width: 309px;
    text-align: center;
}

a.logotext
{
    float: left;
    font-size: normal;
    font-weight: bold;
    width: 100%;
    padding: .2em 1em;
    text-decoration: none;
    background-color: Green;
    border-right: 1px solid white;
    border-left: 1px solid white;
    color: White;
}

a.logotext:hover
{
    background-color: #ff3300;
}


div.footer
{
    font-size: smaller;
    padding: 0.5em;
    color: white;
    background-color: Green;
    clear: left;
}



td.productsidebar
{
    width: auto;
    vertical-align: top;
}

td.productsidebarborder
{
    border-style: outset;
    border-width: thin;
    vertical-align: middle;
    border-color: #ff0000 #00ff00 #0000ff rgb(250,0,255);
}

td.onecolumn
{
    width: 100%;
    vertical-align: top;
}

td.twocolumn
{
    width: 50%;
    vertical-align: top;
    border: 1;
}

td.productheader
{
    background: lightblue;
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
}

span.productheader
{
    font-size: x-large;
}


span.prosetextheader
{
    /*    font-family: Arial; */
    font-weight: 700;
}

span.bigintrotext
{
    float: left;
    vertical-align: top;
    font-size: 250%;
    line-height: 100%;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #ff0000;
}


.prosetext
{
    /*    font-family:"ＭＳ Ｐゴシック, Monospace"; */
    font-size: 3;
}

.prosetextsmaller
{
    /*    font-family:"ＭＳ Ｐゴシック, Monospace"; */
    font-size: smaller;
}

.foldertext
{
    /*    font-family: Arial; */
    font-size: smaller;
    font-weight: bold;
    margin-right: 10pt;
    text-indent: 0pt;
    margin-top: 0pt;
    margin-bottom: 10.0pt;
    line-height: 114%;
    text-align: center;
}

img.general
{
    float: right;
    padding: 0px 3px 3px 3px;
}

img.folder
{
    /*    float:right; */
    padding: 0px 3px 3px 3px;
}


hr.logo
{
    height: 2px;
    color: #f00;
    background-color: #f00;
}

hr.below
{
    height: 1px;
}


ul
{
    /*    list-style-type:circle;*/
    list-style-image: url('../images/various/arrow.gif');
    list-style-position: outside;
}


div.productimg
{
    margin: 2px;
    border: 1px solid #0000ff;
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}
div.productimg img
{
    display: inline;
    margin: 3px;
    border: 1px solid #ffffff;
}
div.productimg a:hover img
{
    border: 1px solid #0000ff;
}

div.productimgdesc
{
    text-align: center;
    font-weight: normal;
    width: 200px;
    margin: 2px;
}

img.productborder
{
    border: 1px solid #0000ff;
}

