@import "common.css";

BODY{
    background-image : none; !important;
    text-align : center; !important;
    }

TABLE{
    font-size : 10pt;
    border-style : none;
    }

TD{
    font-size : 10pt;
    padding : 3pt 12pt 3pt 12pt;
    color : #666666;
    }

IMG#title{
    margin : 3% 0 2% 0;
    }

IMG#logo{
    margin : 1% 0 2% 0;
    }

DIV#maincontents{
    text-align : center;
    }

DIV#ja-eng{
    font-size : 10pt;
    color : #333333;
    text-align : center;
    margin : 1%;
    }

DIV#astro-notice{
	font-size : 10pt;
	color : #e00000;
	margin : 3px;
	text-align : left;
	}

DIV#ja-only{
    font-size : 9pt;
    color : #ff6666;
    text-align : center;
    margin 0 0 1% 0;
    }

DIV#topcontents{
    margin : 3% 20% 3% 20%;
    text-align : center;
    border-style : dashed;
    border-color : #888888;
    border-width : 1;
    padding : 2pt;
    }

DIV.mainmenu{
    margin : 2% 10% 2% 10%;
    text-align : left;
    font-weight : bold;
    padding : 5pt;
    background-color : ccffff;
    border-style : solid;
    border-color : #c3c3c3;
    border-width : 1pt;
    }


DIV.subtitle{
    text-align : left;
    font-weight : bold;
    margin : 1% 10% 1% 10%;
    }

DIV.subcontents{
    margin : 2% 10% 2% 10%;
    background-color : #ccffff;
    text-align : center;
    border-style : outset;
    border-width : 1;
    }

DIV#footer{
    font-family : sans-serif;
    font-size : 9pt;
    text-align : center;
    }

